Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update graphqlcodegenerator monorepo (patch) #222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

plural-renovate[bot]
Copy link
Contributor

@plural-renovate plural-renovate bot commented Jun 19, 2023

This PR contains the following updates:

Package Type Update Change
@graphql-codegen/add dependencies patch 5.0.0 -> 5.0.3
@graphql-codegen/client-preset devDependencies patch 4.0.0 -> 4.0.1
@graphql-codegen/introspection dependencies patch 4.0.0 -> 4.0.3
@graphql-codegen/typescript dependencies patch 4.0.0 -> 4.0.9
@graphql-codegen/typescript-operations dependencies patch 4.0.0 -> 4.0.1

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/add)

v5.0.3

Compare Source

Patch Changes
  • #​9987 5501c62 Thanks @​taro-28! - Export configuration types (e.g. AddPluginConfig) from the entry point.

    import type { AddPluginConfig } from '@​graphql-codegen/add';

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/client-preset)

v4.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/introspection)

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes

v4.0.7

Compare Source

Patch Changes

v4.0.6

Compare Source

Patch Changes

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
  • #​9497 2276708d0 Thanks @​eddeee888! - Revert default ID scalar input type to string

    We changed the ID Scalar input type from string to string | number in the latest major version of typescript plugin. This causes issues for server plugins (e.g. typescript-resolvers) that depends on typescript plugin. This is because the scalar type needs to be manually inverted on setup which is confusing.

  • Updated dependencies [2276708d0]:

dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v4.0.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@plural-renovate plural-renovate bot requested a review from a team as a code owner June 19, 2023 09:46
@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for pluraldocs failed.

Name Link
🔨 Latest commit f5d7629
🔍 Latest deploy log https://app.netlify.com/sites/pluraldocs/deploys/6683c1ce86b8950008c98987

@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 18348fd to 7585d36 Compare February 6, 2024 15:41
@plural-renovate plural-renovate bot changed the title chore(deps): update graphqlcodegenerator monorepo to v4.0.1 (patch) fix(deps): update graphqlcodegenerator monorepo (patch) Feb 6, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 7585d36 to 3ef0c49 Compare February 20, 2024 20:03
@plural-renovate
Copy link
Contributor Author

plural-renovate bot commented Feb 20, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/usr/local/bin/yarn: line 4: .: filename argument required
.: usage: . filename [arguments]
(node:65532) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/opt/containerbase/tools/corepack/0.28.2/node_modules/corepack/dist/lib/corepack.cjs:23025
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.28.2/node_modules/corepack/dist/lib/corepack.cjs:23025:21)
    at loadSpec (/opt/containerbase/tools/corepack/0.28.2/node_modules/corepack/dist/lib/corepack.cjs:23088:11)
    at async Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.28.2/node_modules/corepack/dist/lib/corepack.cjs:23262:22)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.28.2/node_modules/corepack/dist/lib/corepack.cjs:23314:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.28.2/node_modules/corepack/dist/lib/corepack.cjs:24007:5)

Node.js v18.12.1

@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 3ef0c49 to 0c3250a Compare February 22, 2024 20:38
@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 0c3250a to 2f1e7fc Compare May 17, 2024 12:24
@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 2f1e7fc to 526e564 Compare June 13, 2024 13:22
@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 526e564 to 68dcad1 Compare June 28, 2024 09:09
@plural-renovate plural-renovate bot force-pushed the renovate/patch-graphqlcodegenerator-monorepo branch from 68dcad1 to f5d7629 Compare July 2, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants