chore: update npm dependencies - #33
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm
branch
10 times, most recently
from
July 10, 2025 23:34
661db8e to
e52774e
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
6 times, most recently
from
July 18, 2025 06:26
a167f15 to
25fbd2d
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
4 times, most recently
from
July 25, 2025 19:42
96c5bb4 to
2e7342a
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
7 times, most recently
from
August 2, 2025 11:32
aa9bbd6 to
94f238d
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
3 times, most recently
from
August 8, 2025 17:03
9727f47 to
eda76df
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
10 times, most recently
from
August 26, 2025 14:39
6adff7a to
90cd4bd
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
5 times, most recently
from
September 3, 2025 06:17
5fce541 to
3052925
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
11 times, most recently
from
September 10, 2025 18:37
6134b80 to
ad25577
Compare
renovate
Bot
force-pushed
the
renovate/npm
branch
3 times, most recently
from
September 17, 2025 01:19
18ab6a3 to
407bba5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.25.13→^7.27.195.0.6→7.2.04.8.1→6.1.0^4.1.6→^6.1.0^6.2.0→^7.1.0^4.6.1→^6.1.0^1.2.3→^1.3.0^4.1.7→^4.3.2^10.4.0→^10.4.1^6.6.3→^6.9.1^16.2.0→^16.3.2^22.15.23→^24.13.224.13.3^19.0.10→^19.2.17^19.0.4→^19.2.3^4.3.4→^6.0.33.0.7→4.1.10^10.4.21→^10.5.210.5.3^6.0.0→^7.0.0^9.21.0→^10.6.010.7.0^0.3.8→^0.4.0^16.11.0→^17.0.2^7.2.0→^7.4.0^2.12.6→^2.12.7^25.2.0→^26.3.426.3.6(+1)^8.1.0→^8.2.1^9.3.0→^9.4.0^2.7.3→^2.15.0>=22.11.0→>=24.18.010.11.0→11.10.011.13.0(+2)^8.5.3→^8.5.168.5.19(+2)^3.5.2→^3.9.43.9.5^19.0.0→^19.2.7^19.0.0→^19.2.7^15.5.2→^17.0.817.0.9^3.3.0→^3.6.0^3.4.17→^4.3.2~5.7.2→~6.0.37.0.2^5.1.4→^6.1.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
AxaFrance/oidc-client (@axa-fr/react-oidc)
v7.27.19Compare Source
v7.27.18Compare Source
v7.27.17Compare Source
v7.27.16Compare Source
v7.27.15Compare Source
v7.27.14Compare Source
v7.27.13Compare Source
v7.27.12Compare Source
v7.27.11Compare Source
v7.27.8Compare Source
v7.27.7Compare Source
v7.27.4Compare Source
v7.27.3Compare Source
v7.27.2Compare Source
v7.27.1Compare Source
v7.27.0Compare Source
v7.26.8Compare Source
v7.26.7Compare Source
useOidcUserstuck in Loading state after reloadOidcUser() (#1642), 2026-02-21 by Copilotv7.26.6Compare Source
v7.26.5Compare Source
setLoadingcall in OidcProvider (#1639) (release), 2026-02-21 by Copilotv7.26.4Compare Source
v7.26.3Compare Source
v7.26.0Compare Source
v7.25.16Compare Source
v7.25.15Compare Source
v7.25.14Compare Source
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v7.2.0Compare Source
Minor Changes
959915fThanks @eddeee888! - dependencies updates:
@graphql-tools/utils@^11.2.0↗︎(from
^11.0.0, independencies)graphql@^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0↗︎(from
^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0,in
peerDependencies)Patch Changes
[
959915f,959915f,959915f]:v7.1.3Compare Source
Patch Changes
#10335
3280aceThanks @Diluka! - Fix graphql-config loading order to correctly
detect codegen projects
Previously, a
graphql-configfile like this failed:This is because the
defaultproject doesn't have acodegenextension, which caused previouslogic to short circuit before reading
project1's config.The fix reads every named project first, before reading the
defaultproject to exhaustively gothrough every single project.
v7.1.2Compare Source
Patch Changes
a2e1093Thanks @eddeee888! - Fix CLI's
requireflag when resolvingmodule issue in ESM in native Windows
v7.1.1Compare Source
Patch Changes
3fa901bThanks @eddeee888! - Fix --version flag
v7.1.0Compare Source
Minor Changes
cfc4fc3Thanks @eddeee888! - Add
disableFederationDirectiveAndScalarInjection config to better support Federation v2
Patch Changes
[
cbf9544]:v7.0.1Compare Source
Patch Changes
#10848
f3ce427Thanks @eddeee888! - dependencies updates:
@graphql-codegen/client-preset@workspace:^↗︎(from
^6.0.0, independencies)#10849
55a4742Thanks @eddeee888! - dependencies updates:
@graphql-codegen/core@workspace:^↗︎(from
^6.0.0, independencies)@graphql-codegen/plugin-helpers@workspace:^↗︎(from
^7.0.0, independencies)Updated dependencies
[
f3ce427,55a4742,55a4742,f3ce427]:v7.0.0Compare Source
Major Changes
#10496
afaace6Thanks @eddeee888! - BREAKING CHANGE: Update deps to latest, some
only support ESM
Node 20 support is dropped in this release. Node 22 comes with
require()support for ESM, whichmeans it's easier to integrate ES modules into applications. Therefore, it is safe to start using
ESM-only packages.
If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS
issues when running Jest tests, try using Vitest.
#10496
afaace6Thanks @eddeee888! - BREAKING CHANGE: Drop Node 20 support
#10496
afaace6Thanks @eddeee888! - BREAKING CHANGE: Set
noSilentErrors: trueby default
When multiple files match documents pattern, and there are syntax errors in some but not others,
then the operations with errors are not included in the loaded documents list by default
(
noSilentErrors: false). This is annoying for users as there is no feedback loop duringdevelopment.
noSilentErrors: trueis used as the default for Codegen users to make the feedback loop faster.It can still overriden in Codegen Config if desired.
Patch Changes
#10496
afaace6Thanks @eddeee888! - dependencies updates:
@inquirer/prompts@^8.3.2↗︎ (from^7.8.2, independencies)chalk@^5.6.0↗︎ (from^4.1.0, independencies)debounce@^3.0.0↗︎ (from^2.0.0, independencies)detect-indent@^7.0.0↗︎ (from^6.0.0,in
dependencies)listr2@​^10.2.1↗︎ (from^9.0.0, independencies)log-symbols@^7.0.0↗︎(from
^4.0.0, independencies)ts-log@^3.0.0↗︎ (from^2.2.3, independencies)yargs@^18.0.0↗︎ (from^17.0.0, independencies)#10496
afaace6Thanks @eddeee888! - dependencies updates:
chalk@^5.6.0↗︎ (from^4.1.0, independencies)debounce@^3.0.0↗︎ (from^2.0.0, independencies)detect-indent@^7.0.0↗︎ (from^6.0.0,in
dependencies)listr2@​^10.2.1↗︎ (from^9.0.0, independencies)log-symbols@^7.0.0↗︎(from
^4.0.0, independencies)ts-log@^3.0.0↗︎ (from^2.2.3, independencies)yargs@^18.0.0↗︎ (from^17.0.0, independencies)#10496
afaace6Thanks @eddeee888! - dependencies updates:
@inquirer/prompts@^8.3.2↗︎ (from^7.8.2, independencies)#10496
afaace6Thanks @eddeee888! - Use ESM for CLI instead of CJS;
For backwards compatibility;
graphql-codegen-esmis reserved, and alsographql-codegen-cjsisadded for users who want to use CJS.
So the commands are;
graphql-codegen- ESM version, defaultgraphql-codegen-esm- ESM version, same as above, but reserved for backwards compatibilitygraphql-codegen-cjs- CJS version, for users who want to use CJS, but not recommended for newusers. Will be removed in the future.
gql-gen- ESM version, same asgraphql-codegengraphql-code-generator- ESM version, same asgraphql-codegenandgql-genUpdated dependencies
[
afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6,afaace6]:v6.3.1Compare Source
Patch Changes
be85118Thanks @eddeee888! - Fix issue where same SDL in different
documents are ignored when handling documents vs externalDocuments
v6.3.0Compare Source
Minor Changes
#10659
e65d303Thanks @ikusakov2! - Add support for
externalDocumentsexternalDocumentsdeclares GraphQL documents that will be read but will not have type filesgenerated for them. These documents are available to plugins for type resolution (e.g. fragment
types), but no output files will be generated based on them. Accepts the same formats as
documents.This config option is useful for monorepos where each project may want to generate types for its
own documents, but some may need to read shared fragments from across projects.
Patch Changes
[
9a66574,9a66574,9a66574,e65d303]:v6.2.1Compare Source
Patch Changes
e804925Thanks @PalmerTurley34! - Honor per-output preset
importExtensionandemitLegacyCommonJSImportsconfig instead of always using the root configvalues.
v6.2.0Compare Source
Minor Changes
8c4db2aThanks @ikusakov2! - Allow GraphQLSchema to be passed directly to
generate({schema: ...}) function
Patch Changes
[
8c4db2a]:v6.1.3Compare Source
Patch Changes
cdf5dc5Thanks @ardatan! - dependencies updates:
@graphql-tools/apollo-engine-loader@^8.0.28↗︎(from
^8.0.0, independencies)@graphql-tools/code-file-loader@^8.1.28↗︎(from
^8.0.0, independencies)@graphql-tools/git-loader@^8.0.32↗︎(from
^8.0.0, independencies)@graphql-tools/github-loader@^9.0.6↗︎(from
^9.0.0, independencies)@graphql-tools/graphql-file-loader@^8.1.11↗︎(from
^8.0.0, independencies)@graphql-tools/json-file-loader@^8.0.26↗︎(from
^8.0.0, independencies)@graphql-tools/load@^8.1.8↗︎(from
^8.1.0, independencies)@graphql-tools/url-loader@^9.0.6↗︎(from
^9.0.0, independencies)@graphql-tools/utils@^11.0.0↗︎(from
^10.0.0, independencies)graphql-config@^5.1.6↗︎ (from^5.1.1, independencies)[
cdf5dc5,cdf5dc5,cdf5dc5]:v6.1.2Compare Source
Patch Changes
e173e11Thanks @ya2s! - Fix GraphQL Config loading to forward nested
extensions.codegen.configoptions when loading schemas/documents, matchingcodegen.tsbehavior.
v6.1.1Compare Source
Patch Changes
#10569
8cb7d43Thanks @etr2460! - fix(graphql-codegen-cli): Don't hang when 0 CPUs
are found
Fixes generation when 0 CPUs are returned by os.cpus(), which occurs in sandbox environments.
[`v6.1.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.