chore: update npm dependencies #33
Open
+1,577
−1,809
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.26.05.0.6->6.0.14.8.1->5.1.1^4.1.6->^5.0.2^6.2.0->^6.3.0^4.6.1->^5.0.2^1.2.3->^1.2.4^4.1.7->^4.1.17^10.4.0->^10.4.1^6.6.3->^6.9.1^16.2.0->^16.3.0^22.15.23->^24.10.0^19.0.10->^19.2.2^19.0.4->^19.2.2^4.3.4->^5.1.03.0.7->4.0.8^6.0.0->^7.0.0^9.21.0->^9.39.1^16.11.0->^16.12.0^7.2.0->^7.3.1^25.2.0->^25.6.1^8.1.0->^8.2.0^2.7.3->^2.12.0>=22.11.0->>=24.11.010.11.0->10.20.0^8.5.3->^8.5.6^3.5.2->^3.6.2^19.0.0->^19.2.0^19.0.0->^19.2.0^15.5.2->^16.2.4^3.3.0->^3.3.1^3.4.17->^4.1.17~5.7.2->~5.9.3^3.1.4->^4.0.8^3.0.7->^4.0.8Release Notes
AxaFrance/oidc-client (@axa-fr/react-oidc)
v7.26.0Compare Source
v7.25.16Compare Source
v7.25.15Compare Source
v7.25.14Compare Source
dotansimha/graphql-code-generator (@graphql-codegen/cli)
v6.0.1Compare Source
Patch Changes
#10468
cb1b9d9Thanks @eddeee888! - In watch mode, do not write output on failurePreviously, on partial or full failure, watch mode still write to output. However, since the output'd be an empty array, it will then call
removeStaleFilesinternally 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.allowPartialOutputsdoes not work in watch mode for now.v6.0.0Compare Source
Major Changes
#10218
140298aThanks @eddeee888! - Drop @graphql-tools/prisma-loader#10218
140298aThanks @eddeee888! - AddallowPartialOutputsflag to partially write successful generation to files#10218
140298aThanks @eddeee888! - Migrate inquirer to @inquirer/prompts#10218
140298aThanks @eddeee888! - Bump dependencies major versions:#10218
140298aThanks @eddeee888! - Bump listr2 to v9#10218
140298aThanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a]:v5.0.7Compare Source
Patch Changes
#10150
e324382Thanks @ArminWiebigke! - Allow functions to be passed as valid values forUrlSchemaOptions.customFetch. This was already possible, but the type definitions did not reflect that correctly.#10358
157c823Thanks @eddeee888! - Remove extraneous error stacktrace if fails to load@parcel/watcherUpdated dependencies [
e324382,98392fc]:dotansimha/graphql-code-generator (@graphql-codegen/client-preset)
v5.1.1Compare Source
Patch Changes
1debf51]:v5.1.0Compare Source
Minor Changes
87184aaThanks @eddeee888! - Forward immutableTypes to client preset configv5.0.3Compare Source
Patch Changes
8258f1f]:v5.0.2Compare Source
Patch Changes
accdab6]:v5.0.1Compare Source
Patch Changes
ee2276cThanks @eddeee888! - Include undefined explicitly for input maybe value in Client Presetv5.0.0Compare Source
Major Changes
#10218
140298aThanks @eddeee888! - BREAKING CHANGE: Use Record<PropertyKey, never> instead of {} for empty object type#10218
140298aThanks @eddeee888! - Stop passing through the deprecated config optiondedupeFragments#10218
140298aThanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a]:v4.8.3Compare Source
Patch Changes
#10362
3188b8cThanks @Brookke! - Make generated type compatible with noImplicitOverride=true#10373
c3295f9Thanks @eddeee888! - Fix client preset not working with exactOptionalPropertyTypes=true when documentMode=stringUpdated dependencies [
3188b8c,c3295f9]:v4.8.2Compare Source
Patch Changes
#10120
98392fcThanks @yangirov! - The@graphql-codegen/client-presetpackage now supports theenumValuesoption.Updated dependencies [
e324382]:dotansimha/graphql-code-generator (@graphql-codegen/typescript)
v5.0.2Compare Source
Patch Changes
8258f1f]:v5.0.1Compare Source
Patch Changes
accdab6]:v5.0.0Compare Source
Major Changes
#10218
140298aThanks @eddeee888! - Remove NameNode override#10218
140298aThanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a]:dotansimha/graphql-code-generator-community (@graphql-codegen/typescript-graphql-request)
v6.3.0Compare Source
Minor Changes
32a5a00Thanks @eddeee888! - Allow sending signal as the 3rd param in each
SDK call
dotansimha/graphql-code-generator (@graphql-codegen/typescript-operations)
v5.0.2Compare Source
Patch Changes
8258f1f]:v5.0.1Compare Source
Patch Changes
accdab6]:v5.0.0Compare Source
Major Changes
#10218
140298aThanks @eddeee888! - BREAKING CHANGE: Use Record<PropertyKey, never> instead of {} for empty object type#10218
140298aThanks @eddeee888! - Drop Node 18 supportPatch Changes
140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a,140298a]:radix-ui/primitives (@radix-ui/react-slot)
v1.2.4tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.17Compare Source
Fixed
@variantinside legacy JS APIs (#19263)v4.1.16Compare Source
Fixed
&(#19184)& > :pseudoand& :pseudoarbitrary variants (#19178)v4.1.15Compare Source
Fixed
color-mixfallback (#19069):deep,:slotted, and:global(#19094)not-*,has-*, andin-*(#19100)theme(…)function (#19111)\tis used in at-rules (#19130)0values (#19095)break-wordstowrap-break-word(#19157)Changed
postinstallscript from oxide ([#19149])(#19149)v4.1.14Compare Source
Fixed
'syntax in ClojureScript when extracting classes (#18888)@variantinside@custom-variant(#18885)@utility(#18900)grid-columnutilities when configuringgrid-column-startorgrid-column-end(#18907)grid-rowutilities when configuringgrid-row-startorgrid-row-end(#18907)defaultexport condition for@tailwindcss/vite(#18948)@themeproduce no output when built (#18979)variant = 'outline'during upgrades (#18922)classNameis migrated (#19031)*ClassNameand*Classattributes (#19031)v4.1.13Compare Source
Changed
Fixed
visibilitywhen usingtransition(#18795)matchVariantvalues (#18798)clipwithclip-pathinsr-only(#18769)matchUtilities(#18820).vercelfolders by default (can be overridden by@source …rules) ([#18855](https://redirect.github.com/tailwindlabs/tailwindcss/pull/1885Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.