-
Notifications
You must be signed in to change notification settings - Fork 73
chore(deps): update all non-major dependencies #446
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
9c4e39b to
5bfebea
Compare
5bfebea to
7804f68
Compare
7804f68 to
2d975ff
Compare
2d975ff to
0104ff1
Compare
0104ff1 to
8120e32
Compare
8120e32 to
5ec9f5e
Compare
5ec9f5e to
efcb3b7
Compare
efcb3b7 to
1a61aec
Compare
1a61aec to
cf8e7f8
Compare
cf8e7f8 to
2b13cf8
Compare
5187a76 to
1bf6f69
Compare
1bf6f69 to
cdd6bc9
Compare
cdd6bc9 to
ba6fa95
Compare
ba6fa95 to
00f95eb
Compare
00f95eb to
88796e0
Compare
88796e0 to
6e5955b
Compare
6e5955b to
bac31d9
Compare
bac31d9 to
0b37709
Compare
| "@nuxt/image": "^1.11.0", | ||
| "@nuxt/scripts": "workspace:*", | ||
| "@nuxt/ui": "4.0.0", | ||
| "@nuxt/ui": "4.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "@nuxt/ui": "4.2.1", | |
| "@nuxt/ui": "^4.2.1", |
The @nuxt/ui dependency is pinned to 4.2.1 without a caret, which is inconsistent with all other dependencies in this file that use flexible versioning with the ^ prefix.
View Details
Analysis
Inconsistent version pinning for @nuxt/ui dependency
What fails: docs/package.json line 20 specifies @nuxt/ui as pinned version 4.2.1 (without caret prefix), while all 13 other dependencies use caret versioning (^) for flexible version constraints within the major version.
How to reproduce:
cat docs/package.json | grep -A 15 '"dependencies"'Result: Shows "@nuxt/ui": "4.2.1" (pinned) while all surrounding dependencies have caret prefix:
"@nuxt/content": "^3.8.2""@nuxt/fonts": "^0.12.1""@nuxthq/studio": "^2.2.1"- All other 10 dependencies also use
^prefix
Expected behavior: According to npm semantic versioning, caret versioning allows compatible updates (minor/patch versions) within a major version. The project consistently uses this pattern for all other dependencies, so @nuxt/ui should be ^4.2.1 to match the established convention and allow patch/minor updates like other dependencies.
Root cause: Automated dependency update (Renovate bot commit 0b37709) preserved the previous pinned format when bumping the version from 4.0.0 to 4.2.1, rather than applying the project's standard caret versioning pattern used throughout the file.
0b37709 to
3c87eeb
Compare
This PR contains the following updates:
^1.2.54->^1.2.60^3.7.1->^3.8.2^2.6.5->^2.7.0^2.6.5->^2.7.0^1.9.0->^1.10.0^0.11.4->^0.12.13.19.2->3.20.14.0.0->4.2.1^8.1.2->^8.4.2^7.0.0->^7.9.0^0.1.0->^0.1.2^8.46.1->^8.48.0^2.0.3->^2.0.19v5.0.0->v5.0.1v10.0.0->v10.1.0^12.4.1->^12.4.6^9.37.0->^9.39.1^20.0.2->^20.0.10^1.2.0->^1.3.0^0.30.19->^0.30.21^1.4.1->^1.5.1^1.56.0->^1.57.010.18.3->10.23.0^3.13.0->^3.15.0^3.13.0->^3.15.0^2.3.10->^2.3.11^1.17.1->^1.17.3^1.1.0->^1.2.0^3.5.22->^3.5.25^4.6.2->^4.6.3^3.0.9->^3.1.5Release Notes
nuxt/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
nuxt/devtools (@nuxt/devtools-kit)
v2.7.0Compare Source
Bug Fixes
2.6.5 (2025-09-20)
Bug Fixes
2.6.4 (2025-09-19)
Bug Fixes
textContentinstead ofinnerHtmlfor auth pagechore: update lock (7cadbbe)2.6.3 (2025-08-22)
2.6.2 (2025-07-02)
Bug Fixes
2.6.1 (2025-07-01)
Bug Fixes
@nuxt/schema(#872) (62443ec)nuxt/eslint (@nuxt/eslint-config)
v1.10.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.12.1Compare Source
This is a rerelease of 0.12.0, which encountered an issue in the publishing process. See release notes for v0.12.0.
👉 Changelog
compare changes
🏡 Chore
❤️ Contributors
nuxt/test-utils (@nuxt/test-utils)
v3.20.1Compare Source
nuxt/ui (@nuxt/ui)
v4.2.1Compare Source
Bug Fixes
stopandreloademits (#5400) (736a547)nametype (#5498) (b654a77)#app(#5491) (da8daaa)#build/ui.cssalias (#5499) (d9aadc7)v4.2.0Compare Source
⚠ BREAKING CHANGES
Features
data-slotattributes (#5447) (dd81d46)previewprop (#5443) (2af82e7)scrollableprop (#5306) (240897e)theme.prefixoption (#5341) (7fca5d7)estimateSizeas function (ebc8568)Bug Fixes
leadingslot (#5405) (b61127a)disabledprop (a8f2156), closes #5300locale/dirprops proxy (#5432) (a6efa7a)nestedprop type handling and simplify logic (#5360) (8d5c26f)modelModifiersgeneric (#5361) (5c347af)vue-routerandinertia(637ef58)experimental.componentDetection(5a5ac45)modelValue/defaultValuein vertical orientation (cffaaaa), closes #5392inline-blockclass to icon (#5317) (fc36f69)update:modelValueemit type (#5349) (4cb0638)thbased on column meta (#5418) (620defa)import.meta.env.SSRto supportvite-ssg(#5347) (8f38c04)v4.1.0Compare Source
⚠ BREAKING CHANGES
children-iconprop to usetrailing-iconin input (#4397)Features
variantprop (#5138) (bb4f42c)children-iconprop to usetrailing-iconin input (#4397) (edda8a6)uiin slot props where used (#5207) (63c0a5f)descriptionin items (#5193) (70cf05f)increment/decrementas booleans (#4805) (1858908)experimental.componentDetectionoption (#5222) (f80474c)closemethod in slots (#5176) (53c6508)zoomtransition (#4998) (d502c30)$elfor drag and drop example (#5239) (fcf6117)maxglobal configuration (#5068) (e4c6113)Bug Fixes
imageprop (9632f99), closes #5276activein items (cc8cbf3), closes #4771should-auto-scroll(#5252) (db73765)uiprop type (#5234) (240bc1a)presentationrole (70aaf4a), closes #4945uiprop in prose proxy components (#5205) (d1afe90)divinstead ofmain(2a09ac0), closes #4955uppercaseclass (#5238) (4095c9a)$elinstead ofrootRef(c019f8f), closes #5230 #5162Reverts
v4.0.1Compare Source
Bug Fixes
imgrole (066b8a1), closes #5044parts(ff67fa3)data-orientationfor consistency (a9fe7c6)default-open(22ee075), closes #5112ckbtranslations (#5079) (3ee3a5e)⎋toEsc(#5076) (64d1589)useCookiestub with nuxt's default value handling (#5089) (f531807)paypal/paypal-js (@paypal/paypal-js)
v8.4.2Compare Source
Patch Changes
9423b3d: fix: use correct type name with v6 script load options415c94e: Fix SdkInstance type definition conditional statements.v8.4.1Compare Source
Patch Changes
f97adb4: fix: update type for v6 loader loadCoreSdkScriptv8.4.0Compare Source
Minor Changes
4d51a9a: Add new script loader for v6 core sdk scriptPatch Changes
d3851e4: Adds types for v5 Direct App Switchv8.3.1Compare Source
Patch Changes
c22489a: Update tsconfig location for paypal-js packagev8.3.0Compare Source
Minor Changes
f594d7e: Update rollup config and add V6 typesv8.2.0Compare Source
Minor Changes
6f339f6: Adding test for card-fields.test.tsv8.1.3Compare Source
Patch Changes
b2253cc: Prevent option paremeter being modified by processOptions()stripe/stripe-js (@stripe/stripe-js)
v7.9.0Compare Source
New features
Fixes
v7.8.0Compare Source
New features
Changed
v7.7.0Compare Source
New features
Changed
v7.6.1Compare Source
New features
Fixes
Changed
v7.6.0Compare Source
New features
Fixes
Changed
v7.5.0Compare Source
New features
Fixes
Changed
v7.4.0Compare Source
New features
v7.3.1Compare Source
Changed
v7.3.0Compare Source
New features
Fixes
Changed
v7.2.0Compare Source
Changed
v7.1.0Compare Source
New features
typescript-eslint/typescript-eslint (@typescript-eslint/typescript-estree)
v8.48.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.47.0Compare Source
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.46.4Compare Source
🩹 Fixes
projectServiceandprojectare set (#11333)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.46.3Compare Source
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
[
v8.46.2](https://redirect.github.com/typescript-eslintConfiguration
📅 Schedule: Branch creation - "on Monday" (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.