[skip netlify] Update Bumped minor version of packages #11571
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.



Bumped minor version of packages, check if builds are still passing, please 🥺
This PR contains the following updates:
^1.12.14->^1.15.1^3.13.1->^3.14.0^0.3.0->^0.7.0^3.0.8->^3.1.2^3.4.0->^3.8.2^0.3.13->^0.7.6^1.12.0->^1.15.0^1.8.0->^1.11.0^3.5.1->^3.5.2^3.2.2->^3.2.4^9.4.0->^9.5.6^7.2.10->^7.4.7^10.3.1->^10.11.11^0.5.4->^0.11.3^1.47.1->^1.57.0^4.0.5->^4.0.8^4.1.3->^4.1.17^5.56.2->^5.92.0^4.17.7->^4.17.21^20.16.5->^20.19.25^1.26.4->^1.26.5^5.1.3->^5.2.4^5.1.3->^5.2.4^5.1.10->^5.11.2^2.13.5->^2.22.1^0.0.44->^0.4.2^10.4.20->^10.4.22^0.5.5->^0.6.2^4.4.4->^4.5.1^3.0.1->^3.1.0^2.0.1->^2.2.0^3.2.3->^3.4.2^1.8.7->^1.9.0^16.9.0->^16.12.0^9.1.6->^9.1.7^15.2.10->^15.5.2^1.3.4->^1.5.1^2.2.2->^2.3.1^8.4.47->^8.5.6^8.4.47->^8.5.6^3.4.1->^3.6.0^4.1.3->^4.1.17^3.4.11->^3.4.18^0.168.0->^0.181.2^5.6.2->^5.9.3^2.21.7->^2.40.3^3.5.13->^3.5.25^5.3.1->^5.3.3^6.4.4->^6.7.1^2.2.8->^2.2.12^7.8.6->^7.11.1Release Notes
0no-co/GraphQLSP (@0no-co/graphqlsp)
v1.15.1Compare Source
Patch Changes
Submitted by @JoviDeCroock (See #376)
v1.15.0Compare Source
Minor Changes
Submitted by @JoviDeCroock (See #374)
v1.14.0Compare Source
Minor Changes
Submitted by @kitten (See #351)
Patch Changes
Submitted by @JoviDeCroock (See #372)
v1.13.0Compare Source
Minor Changes
Submitted by @JoviDeCroock (See #362)
clientDirectiveswhich will be mixed in with the base client directivesSubmitted by @JoviDeCroock (See #370)
Patch Changes
Submitted by @JoviDeCroock (See #364)
apollographql/apollo-client (@apollo/client)
v3.14.0Compare Source
Minor Changes
#12752
8b779b4Thanks @jerelmiller! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0.#12746
0bcd2f4Thanks @jerelmiller! - Add warnings and deprecations for options and methods for all React APIs.#12751
567cad8Thanks @jerelmiller! - Add@deprecatedtags to all properties returned from any query API (e.g.client.query,observableQuery.refetch, etc.),client.mutate, andclient.subscribethat are no longer available in Apollo Client 4.0.#12746
0bcd2f4Thanks @jerelmiller! - AddpreloadQuery.toPromise(queryRef)as a replacement forqueryRef.toPromise().queryRef.toPromise()has been removed in Apollo Client 4.0 in favor ofpreloadQuery.toPromiseand is now considered deprecated.#12736
ea89440Thanks @jerelmiller! - Add deprecations and deprecation warnings forApolloClientoptions and methods.#12763
5de6a3dThanks @jerelmiller! - Version bump only to release latest asrc.#12459
1c5a031Thanks @jerelmiller! - ResetaddTypenameTransformandfragmentscaches when callingcache.gc()only whenresetResultCacheistrue.#12743
92ad409Thanks @jerelmiller! - Add deprecations and warnings foraddTypenameinInMemoryCacheandMockedProvider.#12743
92ad409Thanks @jerelmiller! - Add deprecations and warnings forcanonizeResults.#12751
567cad8Thanks @jerelmiller! - Warn when using astandbyfetch policy withclient.query.Patch Changes
ecf3de1Thanks @phryneas! - Prevent field policies from overwriting/merging into supertype field policies.v3.13.9Compare Source
Patch Changes
32c9aa9Thanks @phryneas! - Fix a possible race condition on queries that were reobserved before they were subscribed to the first time.v3.13.8Compare Source
Patch Changes
c19d415Thanks @thearchitector! - Fix in-flight multipart urql subscription cancellationv3.13.7Compare Source
Patch Changes
#12540
0098932Thanks @phryneas! - Refactor: Move notification scheduling logic fromQueryInfotoObservableQuery#12540
0098932Thanks @phryneas! - Refactored cache emit logic for ObservableQuery. This should be an invisible change.v3.13.6Compare Source
Patch Changes
cdc55ffThanks @phryneas! - keep ObservableQuery created by useQuery non-active before it is first subscribedv3.13.5Compare Source
Patch Changes
12c8d06Thanks @jerelmiller! - Fix an issue where acache-firstquery would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.v3.13.4Compare Source
Patch Changes
fee9368Thanks @jorenbroekema! - Use import star fromrehacktto prevent issues with importing named exports from external CJS modules.v3.13.3Compare Source
Patch Changes
#12362
f6d387cThanks @jerelmiller! - Fixes an issue where callingobservableQuery.getCurrentResult()when theerrorPolicywas set toallwould return thenetworkStatusasNetworkStatus.readywhen there were errors returned in the result. This has been corrected to reportNetworkStatus.error.This bug also affected the
useQueryanduseLazyQueryhooks and may affect you if you check fornetworkStatusin your component.v3.13.2Compare Source
Patch Changes
#12409
6aa2f3eThanks @phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted intoSymbol.forcalls.#12392
644bb26Thanks @Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.#12404
4332b88Thanks @jerelmiller! - ShowNaNrather than converting tonullin debug messages fromMockLinkfor unmatchedvariablesvalues.FortAwesome/vue-fontawesome (@fortawesome/vue-fontawesome)
v3.1.2Compare Source
Changed
Replaced Jest with Vitest as the test runner for unit tests. This will help improve test performance and better aligns
with the Vue 3 + Vite ecosystem.
Updated
FontAwesomeIconProps:flipnow accepts thebooleantype in addition to'horizontal' | 'vertical' | 'both'maskIdis now correctly typed asstringUpdated
DEVELOPMENT.mdwith revised release instructionsv3.1.1Compare Source
Changed
Removed version checks related to
props.fixedWidth,iconProps.title, andiconProps.title.The use of
requireto retrieve the version from@fortawesome/fontawesome-svg-corefor version checks has beenremoved to help ensure compatibility with ESM builds.
v3.1.0Compare Source
Changed
Font Awesome Pro+ icons are now available with an active Pro+ subscription.
Added
widthAutopropAdded
rotateBypropDeprecated
fa-fwpropnuxt/content (@nuxt/content)
v3.8.2Compare Source
v3.8.1Compare Source
Bug Fixes
Performance Improvements
moduleDependenciesto install mdc module (#3597) (9600533)v3.8.0Compare Source
Features
Bug Fixes
Performance Improvements
v3.7.1Compare Source
Bug Fixes
zodandzod-to-json-schemafrom optional deps (#3541) (8e038f0)v3.7.0Compare Source
Deprecations
The following features are deprecated and will be removed in a future release:
zre-export from@nuxt/content.editor()directly on zod schemas (e.g.z.string().editor(...))Migration guide :
Features
Bug Fixes
ProseCodepreview syntax highlighting (#3491) (4a725bd)nitroexport in favor ofserver(ec97064)closehook if websocket is disabled (#3474) (9edcc8f).DS_Store(fe5d7f9)publicUrlif available (#3500) (fb0f022)v3.6.3Compare Source
Bug Fixes
v3.6.2Compare Source
Features
Bug Fixes
first()for consistency (#3430) (5fed4ea)v3.6.1Compare Source
Features
findPageHeadlineutils (#3416) (a966c61)<=and>=sql operators (#3413) (63dbf9f)Bug Fixes
**/*.md(#3414) (f1b873b)v3.6.0Compare Source
Features
findPageBreadcrumb,findPageChildrenandfindPageSiblingsutils (#3393) (c74ec44)Bug Fixes
sql_dumpfile extension (#3339) (d0ceeb6)import(#3348) (bd84992)nuxt/eslint (@nuxt/eslint)
v0.7.6Compare Source
🚀 Features
View changes on GitHub
v0.7.5Compare Source
No significant changes
View changes on GitHub
v0.7.4Compare Source
🚀 Features
View changes on GitHub
v0.7.3Compare Source
🐞 Bug Fixes
vue/singleline-html-element-content-newline- by @DamianGlowala in #526 (281d0)View changes on GitHub
v0.7.2Compare Source
🚀 Features
View changes on GitHub
v0.7.1Compare Source
No significant changes
View changes on GitHub
[
v0.7.0](httConfiguration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.