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 minor and patch dependencies for gatsby #37377

Merged
merged 4 commits into from
Jan 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@gatsbyjs/webpack-hot-middleware ^2.25.2 -> ^2.25.3 age adoption passing confidence
@graphql-codegen/add ^3.1.1 -> ^3.2.3 age adoption passing confidence
@graphql-codegen/core (source) ^2.5.1 -> ^2.6.8 age adoption passing confidence
@graphql-codegen/plugin-helpers ^2.4.2 -> ^2.7.2 age adoption passing confidence
@graphql-codegen/typescript ^2.4.8 -> ^2.8.6 age adoption passing confidence
@graphql-codegen/typescript-operations ^2.3.5 -> ^2.5.11 age adoption passing confidence
@graphql-tools/code-file-loader ^7.2.14 -> ^7.3.15 age adoption passing confidence
@graphql-tools/load ^7.5.10 -> ^7.8.8 age adoption passing confidence
@jridgewell/trace-mapping ^0.3.13 -> ^0.3.17 age adoption passing confidence
@pmmmwh/react-refresh-webpack-plugin ^0.5.7 -> ^0.5.10 age adoption passing confidence
@types/http-proxy (source) ^1.17.7 -> ^1.17.9 age adoption passing confidence
@vercel/webpack-asset-relocator-loader ^1.7.0 -> ^1.7.3 age adoption passing confidence
address 1.1.2 -> 1.2.2 age adoption passing confidence
anser ^2.1.0 -> ^2.1.1 age adoption passing confidence
autoprefixer ^10.4.0 -> ^10.4.13 age adoption passing confidence
babel-loader ^8.2.3 -> ^8.3.0 age adoption passing confidence
browserslist ^4.17.5 -> ^4.21.4 age adoption passing confidence
common-tags ^1.8.0 -> ^1.8.2 age adoption passing confidence
date-fns ^2.25.0 -> ^2.29.3 age adoption passing confidence
detect-port ^1.3.0 -> ^1.5.1 age adoption passing confidence
devcert ^1.2.0 -> ^1.2.2 age adoption passing confidence
enhanced-resolve ^5.8.3 -> ^5.12.0 age adoption passing confidence
event-source-polyfill 1.0.25 -> 1.0.31 age adoption passing confidence
express (source) ^4.17.1 -> ^4.18.2 age adoption passing confidence
fastest-levenshtein ^1.0.12 -> ^1.0.16 age adoption passing confidence
fastq ^1.13.0 -> ^1.14.0 age adoption passing confidence
got ^11.8.5 -> ^11.8.6 age adoption passing confidence
graphql-compose ^9.0.9 -> ^9.0.10 age adoption passing confidence
graphql-http ^1.7.0 -> ^1.10.0 age adoption passing confidence
joi ^17.4.2 -> ^17.7.0 age adoption passing confidence
micromatch ^4.0.4 -> ^4.0.5 age adoption passing confidence
mime ^2.5.2 -> ^2.6.0 age adoption passing confidence
moment (source) ^2.29.1 -> ^2.29.4 age adoption passing confidence
node-fetch ^2.6.6 -> ^2.6.7 age adoption passing confidence
node-html-parser ^5.3.3 -> ^5.4.2 age adoption passing confidence
opentracing ^0.14.5 -> ^0.14.7 age adoption passing confidence
postcss (source) ^8.3.11 -> ^8.4.20 age adoption passing confidence
prop-types (source) ^15.7.2 -> ^15.8.1 age adoption passing confidence
react-server-dom-webpack 0.0.0-experimental-c8b778b7f-20220825 -> 0.0.1 age adoption passing confidence
redux (source) 4.1.2 -> 4.2.0 age adoption passing confidence
redux-thunk ^2.4.0 -> ^2.4.2 age adoption passing confidence
signal-exit ^3.0.5 -> ^3.0.7 age adoption passing confidence
slugify ^1.6.1 -> ^1.6.5 age adoption passing confidence
terser-webpack-plugin ^5.2.4 -> ^5.3.6 age adoption passing confidence
webpack ^5.61.0 -> ^5.75.0 age adoption passing confidence
webpack-stats-plugin ^1.0.3 -> ^1.1.1 age adoption passing confidence
xstate (source) ^4.34.0 -> ^4.35.1 age adoption passing confidence

Release Notes

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

v3.2.3

Compare Source

Patch Changes

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

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

v2.6.8

Compare Source

Patch Changes

v2.6.7

Compare Source

Patch Changes

v2.6.6

Compare Source

Patch Changes

v2.6.5

Compare Source

Patch Changes

v2.6.4

Compare Source

Patch Changes

v2.6.3

Compare Source

Patch Changes

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/plugin-helpers)

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes

v2.7.0

Compare Source

Minor Changes

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes
  • 6a2e328: feat(cli): --verbose and --debug flags

v2.6.0

Compare Source

Minor Changes
  • 2cbcbb3: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports

v2.5.0

Compare Source

Minor Changes
  • d84afec: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

  • 8e44df5: Add new config option to not exit with non-zero exit code when there are no documents.

    You can use this option in your config:

    schema: 'schema.graphql'
    documents:
      - 'src/**/*.graphql'
    ignoreNoDocuments: true

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --ignore-no-documents
Patch Changes
  • a4fe500: Fix TS type error on strictNullChecks: true

    Fix the compiler error:

    node_modules/@&#8203;graphql-codegen/plugin-helpers/oldVisit.d.ts:5:75 - error TS2339: Property 'enter' does not exist on type '{ readonly enter?: ASTVisitFn<NameNode> | undefined; readonly leave: ASTReducerFn<NameNode, unknown>; } | { readonly enter?: ASTVisitFn<DocumentNode> | undefined; readonly leave: ASTReducerFn<...>; } | ... 41 more ... | undefined'.
    
    5     enter?: Partial<Record<keyof NewVisitor, NewVisitor[keyof NewVisitor]['enter']>>;
                                                                                ~~~~~~~
    
    node_modules/@&#8203;graphql-codegen/plugin-helpers/oldVisit.d.ts:6:75 - error TS2339: Property 'leave' does not exist on type '{ readonly enter?: ASTVisitFn<NameNode> | undefined; readonly leave: ASTReducerFn<NameNode, unknown>; } | { readonly enter?: ASTVisitFn<DocumentNode> | undefined; readonly leave: ASTReducerFn<...>; } | ... 41 more ... | undefined'.
    
    6     leave?: Partial<Record<keyof NewVisitor, NewVisitor[keyof NewVisitor]['leave']>>;
                                                                                ~~~~~~~
    
    Found 2 errors in the same file, starting at: node_modules/@&#8203;graphql-codegen/plugin-helpers/oldVisit.d.ts:5
    

    Only happens when TS compiler options strictNullChecks: true and skipLibCheck: false.

    Partial<T> includes {}, therefore NewVisitor[keyof NewVisitor] includes undefined, and indexing undefined is error.
    Eliminate undefined by wrapping it inside NonNullable<...>.

    Related #​7519

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

v2.8.6

Compare Source

Patch Changes

v2.8.5

Compare Source

Patch Changes

v2.8.4

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Jan 1, 2023
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 1, 2023
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 4, 2023
@LekoArts LekoArts merged commit 919efc0 into master Jan 4, 2023
@LekoArts LekoArts deleted the renovate/gatsby-prod-minor branch January 4, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant