Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@axa-fr/react-oidc ^7.25.13 -> ^7.26.0 age confidence dependencies minor
@graphql-codegen/cli (source) 5.0.6 -> 6.0.1 age confidence devDependencies major
@graphql-codegen/client-preset (source) 4.8.1 -> 5.1.1 age confidence devDependencies major
@graphql-codegen/typescript (source) ^4.1.6 -> ^5.0.2 age confidence devDependencies major
@graphql-codegen/typescript-graphql-request (source) ^6.2.0 -> ^6.3.0 age confidence devDependencies minor
@graphql-codegen/typescript-operations (source) ^4.6.1 -> ^5.0.2 age confidence devDependencies major
@radix-ui/react-slot (source) ^1.2.3 -> ^1.2.4 age confidence dependencies patch
@tailwindcss/vite (source) ^4.1.7 -> ^4.1.17 age confidence devDependencies patch
@testing-library/dom ^10.4.0 -> ^10.4.1 age confidence devDependencies patch
@testing-library/jest-dom ^6.6.3 -> ^6.9.1 age confidence devDependencies minor
@testing-library/react ^16.2.0 -> ^16.3.0 age confidence devDependencies patch
@types/node (source) ^22.15.23 -> ^24.10.0 age confidence devDependencies major
@types/react (source) ^19.0.10 -> ^19.2.2 age confidence devDependencies minor
@types/react-dom (source) ^19.0.4 -> ^19.2.2 age confidence devDependencies minor
@vitejs/plugin-react (source) ^4.3.4 -> ^5.1.0 age confidence devDependencies major
@vitest/coverage-v8 (source) 3.0.7 -> 4.0.8 age confidence devDependencies major
del-cli ^6.0.0 -> ^7.0.0 age confidence devDependencies major
eslint (source) ^9.21.0 -> ^9.39.1 age confidence devDependencies minor
graphql ^16.11.0 -> ^16.12.0 age confidence dependencies minor
graphql-request (source) ^7.2.0 -> ^7.3.1 age confidence dependencies minor
i18next (source) ^25.2.0 -> ^25.6.1 age confidence dependencies minor
i18next-browser-languagedetector ^8.1.0 -> ^8.2.0 age confidence dependencies minor
msw (source) ^2.7.3 -> ^2.12.0 age confidence devDependencies minor
node (source) >=22.11.0 -> >=24.11.0 age confidence engines major
pnpm (source) 10.11.0 -> 10.20.0 age confidence packageManager minor
postcss (source) ^8.5.3 -> ^8.5.6 age confidence devDependencies patch
prettier (source) ^3.5.2 -> ^3.6.2 age confidence devDependencies minor
react (source) ^19.0.0 -> ^19.2.0 age confidence dependencies minor
react-dom (source) ^19.0.0 -> ^19.2.0 age confidence dependencies minor
react-i18next ^15.5.2 -> ^16.2.4 age confidence dependencies major
tailwind-merge ^3.3.0 -> ^3.3.1 age confidence dependencies patch
tailwindcss (source) ^3.4.17 -> ^4.1.17 age confidence devDependencies major
typescript (source) ~5.7.2 -> ~5.9.3 age confidence devDependencies minor
vitest (source) ^3.1.4 -> ^4.0.8 age confidence dependencies major
vitest (source) ^3.0.7 -> ^4.0.8 age confidence devDependencies major

Release Notes

AxaFrance/oidc-client (@​axa-fr/react-oidc)

v7.26.0

Compare Source

  • b9656c2 - feat(react-oidc): enforce uniqueness of redirect_uri and silent_redirect_uri (#​1606) (release), 2025-09-17 by Jean-Marc Rakotoarisoa
  • 960a694 - fix(oidc-client): Clear userInfo in storage in clearAsync function (#​1603), 2025-09-17 by Mérill Téterel

v7.25.16

Compare Source

  • c79907b - fix(oidc-client): renew token silent login (release) (#​1598), 2025-09-04 by Guillaume Chervet

v7.25.15

Compare Source

  • f4ce35e - fix(oidc-client): implement consistent storage caching for userInfo and well-known configuration (release) (#​1592), 2025-09-02 by Michael Sverdlov

v7.25.14

Compare Source

  • f5b86ff - fix(renewTokens): prevent infinite loop on renew token flow (#​1581) (release), 2025-08-02 by Matheus Frigo
dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v6.0.1

Compare Source

Patch Changes
  • #​10468 cb1b9d9 Thanks @​eddeee888! - In watch mode, do not write output on failure

    Previously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call removeStaleFiles internally to remove all previously generated files.

    This patch puts a temporary fix to avoid writing output on any failure to fix the described behaviour.

    This also means the config.allowPartialOutputs does not work in watch mode for now.

v6.0.0

Compare Source

Major Changes
Patch Changes

v5.0.7

Compare Source

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

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
Patch Changes

v4.8.3

Compare Source

Patch Changes

v4.8.2

Compare Source

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

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

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

v6.3.0

Compare Source

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

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
Patch Changes
radix-ui/primitives (@​radix-ui/react-slot)

v1.2.4

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.17

Compare Source

Fixed
  • Substitute @variant inside legacy JS APIs (#​19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#​19242)

v4.1.16

Compare Source

Fixed
  • Discard candidates with an empty data type (#​19172)
  • Fix canonicalization of arbitrary variants with attribute selectors (#​19176)
  • Fix invalid colors due to nested & (#​19184)
  • Improve canonicalization for & > :pseudo and & :pseudo arbitrary variants (#​19178)

v4.1.15

Compare Source

Fixed
  • Fix Safari devtools rendering issue due to color-mix fallback (#​19069)
  • Suppress Lightning CSS warnings about :deep, :slotted, and :global (#​19094)
  • Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#​19097)
  • Allow named groups in combination with not-*, has-*, and in-* (#​19100)
  • Prevent important utilities from affecting other utilities (#​19110)
  • Don’t index into strings with the theme(…) function (#​19111)
  • Fix parsing issue when \t is used in at-rules (#​19130)
  • Upgrade: Canonicalize utilities containing 0 values (#​19095)
  • Upgrade: Migrate deprecated break-words to wrap-break-word (#​19157)
Changed

v4.1.14

Compare Source

Fixed
  • Handle ' syntax in ClojureScript when extracting classes (#​18888)
  • Handle @variant inside @custom-variant (#​18885)
  • Merge suggestions when using @utility (#​18900)
  • Ensure that file system watchers created when using the CLI are always cleaned up (#​18905)
  • Do not generate grid-column utilities when configuring grid-column-start or grid-column-end (#​18907)
  • Do not generate grid-row utilities when configuring grid-row-start or grid-row-end (#​18907)
  • Prevent duplicate CSS when overwriting a static utility with a theme key (#​18056)
  • Show Lightning CSS warnings (if any) when optimizing/minifying (#​18918)
  • Use default export condition for @tailwindcss/vite (#​18948)
  • Re-throw errors from PostCSS nodes (#​18373)
  • Detect classes in markdown inline directives (#​18967)
  • Ensure files with only @theme produce no output when built (#​18979)
  • Support Maud templates when extracting classes (#​18988)
  • Upgrade: Do not migrate variant = 'outline' during upgrades (#​18922)
  • Upgrade: Show version mismatch (if any) when running upgrade tool (#​19028)
  • Upgrade: Ensure first class inside className is migrated (#​19031)
  • Upgrade: Migrate classes inside *ClassName and *Class attributes (#​19031)

v4.1.13

Compare Source

Changed
  • Drop warning from browser build (#​18731)
  • Drop exact duplicate declarations when emitting CSS (#​18809)
Fixed

Configuration

📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm branch 10 times, most recently from 661db8e to e52774e Compare July 10, 2025 23:34
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from a167f15 to 25fbd2d Compare July 18, 2025 06:26
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 96c5bb4 to 2e7342a Compare July 25, 2025 19:42
@renovate renovate bot force-pushed the renovate/npm branch 7 times, most recently from aa9bbd6 to 94f238d Compare August 2, 2025 11:32
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 9727f47 to eda76df Compare August 8, 2025 17:03
@renovate renovate bot force-pushed the renovate/npm branch 6 times, most recently from 36d0353 to 64fb416 Compare October 17, 2025 20:10
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from beb0331 to 634af06 Compare October 25, 2025 07:35
@renovate renovate bot force-pushed the renovate/npm branch 11 times, most recently from 68b0704 to 8308cfa Compare November 1, 2025 17:09
@renovate renovate bot force-pushed the renovate/npm branch 8 times, most recently from a94fc88 to 6217b80 Compare November 6, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant