-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
[skip netlify] Update Bumped minor version of packages #11202
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/bumped-minor-version-of-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,094
−6,547
Conversation
This file contains 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
Deploying koda-art-prod with
|
Latest commit: |
7013264
|
Status: | ✅ Deploy successful! |
Preview URL: | https://21c59d9d.kodaart-production.pages.dev |
Branch Preview URL: | https://renovate-bumped-minor-versio.kodaart-production.pages.dev |
4e1a161
to
9829e38
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
d312ce2
to
fa6a27f
Compare
eceb5eb
to
2e40ce7
Compare
c31c5f7
to
5728a42
Compare
2eac924
to
648dc43
Compare
f70f879
to
3a93c32
Compare
3a93c32
to
7013264
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.12.16
^3.13.1
->^3.13.4
^2.13.2
->^2.13.4
^0.3.13
->^0.7.6
^1.8.0
->^1.9.0
^3.5.1
->^3.5.2
^3.2.2
->^3.2.4
^9.2.0
->^9.3.1
^8.0.0
->^8.6.2
^0.5.4
->^0.10.1
^1.47.1
->^1.51.0
^4.0.5
->^4.0.7
^5.56.2
->^5.67.3
^4.17.7
->^4.17.16
^20.16.5
->^20.17.24
^1.26.4
->^1.26.5
^0.10.5
->^0.10.6
^5.1.3
->^5.2.1
^5.1.10
->^5.7.9
^2.13.5
->^2.16.5
^0.0.44
->^0.1.12
^10.4.20
->^10.4.21
^0.5.5
->^0.6.1
^4.4.4
->^4.4.8
^3.0.1
->^3.1.0
^2.0.1
->^2.2.0
^3.2.3
->^3.4.0
^1.8.7
->^1.8.10
^16.9.0
->^16.10.0
^9.1.6
->^9.1.7
^15.2.10
->^15.4.3
^3.15.4
->^3.16.0
^1.3.4
->^1.4.1
^2.2.2
->^2.3.1
^8.4.47
->^8.5.3
^8.4.47
->^8.5.3
^3.4.1
->^3.6.0
^3.4.11
->^3.4.17
^3.4.11
->^3.4.17
^0.168.0
->^0.174.0
^5.6.2
->^5.8.2
^2.21.7
->^2.23.9
^3.5.6
->^3.5.13
^5.3.1
->^5.3.2
^6.4.4
->^6.6.0
^7.8.6
->^7.9.1
Release Notes
apollographql/apollo-client (@apollo/client)
v3.13.4
Compare Source
Patch Changes
fee9368
Thanks @jorenbroekema! - Use import star fromrehackt
to prevent issues with importing named exports from external CJS modules.v3.13.3
Compare Source
Patch Changes
#12362
f6d387c
Thanks @jerelmiller! - Fixes an issue where callingobservableQuery.getCurrentResult()
when theerrorPolicy
was set toall
would return thenetworkStatus
asNetworkStatus.ready
when there were errors returned in the result. This has been corrected to reportNetworkStatus.error
.This bug also affected the
useQuery
anduseLazyQuery
hooks and may affect you if you check fornetworkStatus
in your component.v3.13.2
Compare Source
Patch Changes
#12409
6aa2f3e
Thanks @phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted intoSymbol.for
calls.#12392
644bb26
Thanks @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
4332b88
Thanks @jerelmiller! - ShowNaN
rather than converting tonull
in debug messages fromMockLink
for unmatchedvariables
values.nuxt/eslint (@nuxt/eslint)
v0.7.6
Compare Source
🚀 Features
View changes on GitHub
v0.7.5
Compare Source
No significant changes
View changes on GitHub
v0.7.4
Compare Source
🚀 Features
View changes on GitHub
v0.7.3
Compare Source
🐞 Bug Fixes
vue/singleline-html-element-content-newline
- by @DamianGlowala in https://github.com/nuxt/eslint/issues/526 (281d0)View changes on GitHub
v0.7.2
Compare Source
🚀 Features
View changes on GitHub
v0.7.1
Compare Source
No significant changes
View changes on GitHub
v0.7.0
Compare Source
🚀 Features
features.formatters
to format CSS and HTML - by @antfu in https://github.com/nuxt/eslint/issues/520 (f6d8b)View changes on GitHub
v0.6.2
Compare Source
🚀 Features
🐞 Bug Fixes
eslint-config-flat-gitignore
to0.2.0
to support ESLint v8, #507 - by @antfu in https://github.com/nuxt/eslint/issues/507 (b781e)View changes on GitHub
v0.6.1
Compare Source
🚀 Features
vite-plugin-eslint2
v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)View changes on GitHub
v0.6.0
Compare Source
🚀 Features
nuxt-config-keys-order
rule - by @antfu in https://github.com/nuxt/eslint/issues/491 (b65a8)View changes on GitHub
v0.5.7
Compare Source
🚀 Features
@types/eslint
- by @antfu (a24f3)View changes on GitHub
v0.5.6
Compare Source
🚀 Features
config.configFile
, use relative path to resolve, fix #495 - by @antfu in https://github.com/nuxt/eslint/issues/495 (a4ab4)View changes on GitHub
v0.5.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.4
Compare Source
🚀 Features
View changes on GitHub
v0.5.3
Compare Source
No significant changes
View changes on GitHub
v0.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.1
Compare Source
🚀 Features
View changes on GitHub
v0.5.0
Compare Source
🚀 Features
@typescript-eslint/no-import-type-side-effects
, close #439 - by @antfu in https://github.com/nuxt/eslint/issues/439 (7361c)@typescript-eslint
to v8 - by @antfu in https://github.com/nuxt/eslint/issues/471 (4d08e)View changes on GitHub
v0.4.0
Compare Source
🚀 Features
@types/eslint
- by @antfu (ebc8f)features.typescript
only whentypescript
is installed locally, fix #437 - by @antfu in https://github.com/nuxt/eslint/issues/437 (77bc7)globals
as well, close #461 - by @antfu in https://github.com/nuxt/eslint/issues/461 (533fa)public
folder to default ignore, close #453 - by @antfu in https://github.com/nuxt/eslint/issues/453 (b0e3e)View changes on GitHub
nuxt/image (@nuxt/image)
v1.9.0
Compare Source
👉 Changelog
compare changes
🚀 Enhancements
custom
slot for full control of rendering (#1626)🔥 Performance
node-fetch-native
dependency (d667025)#app/nuxt
and#imports
(70ef740)🩹 Fixes
ipx
providers ifoptions.ipx
is set (#1618)<NuxtImg>
placeholder (#1640)strapi5
to list of built-in providers (1079a03)📖 Documentation
xxl
is not a tailwind size (#1632)alt
prop (#1628)🏡 Chore
knip
andinstalled-check
+ clean up workspace deps (736102b)✅ Tests
🤖 CI
❤️ Contributors
v1.8.1
Compare Source
compare changes
🩹 Fixes
/index
(#1467)formats
config & improved documentation (#1514)📖 Documentation
🏡 Chore
tinyexec
internally (3b9a4ea)❤️ Contributors
nuxt-modules/i18n (@nuxtjs/i18n)
v9.3.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
std-env
dependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3397 (7bc69)View changes on GitHub
v9.3.0
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
Configuration
📅 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.