-
-
Notifications
You must be signed in to change notification settings - Fork 69
chore(deps): update all non-major dependencies #131
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
Merged
Merged
Conversation
This file contains hidden or 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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9b83ed9 to
1671a97
Compare
1671a97 to
07b9a99
Compare
07b9a99 to
e38cb74
Compare
e38cb74 to
4699505
Compare
4699505 to
780dcad
Compare
780dcad to
087c347
Compare
087c347 to
bb44ced
Compare
bb44ced to
6883bff
Compare
6883bff to
2753c81
Compare
2753c81 to
aa113d9
Compare
aa113d9 to
e179b27
Compare
e179b27 to
3a8e25b
Compare
3a8e25b to
80a19b1
Compare
80a19b1 to
e5b867b
Compare
e5b867b to
1a8c41e
Compare
|
Thank you for following the naming conventions! 🙏 |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^3.3.0->^3.4.02.2.1->2.3.11.1.0->1.2.01.9.0->1.10.00.10.5->0.11.23.0.0-beta.2->3.0.09.2.1->9.3.39.21.0->9.22.03.15.4->3.16.19.15.7->9.15.9^3.114.0->^3.114.2Release Notes
nuxt/content (@nuxt/content)
v3.4.0Compare Source
Features
node:sqliteunder flag (#3230) (e97d579)Bug Fixes
nuxt/devtools (@nuxt/devtools)
v2.3.1Compare Source
Bug Fixes
execato be compatible with Node v18, fix #821 (f15c7dc)v2.3.0Compare Source
Features
2.2.1 (2025-03-05)
Bug Fixes
nuxt/eslint (@nuxt/eslint-config)
v1.2.0Compare Source
🚀 Features
eslint-plugin-vue- by @antfu (9fab1)View changes on GitHub
nuxt/image (@nuxt/image)
v1.10.0Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
propsin template (e2e61fa)img-attrsandattrsresponsive (#1696)📖 Documentation
filerobotpage (ac056cc)📦 Build
nuxt/module-builder(#1668)🏡 Chore
.nuxtrcconfig (#1708)@nuxtjs/tailwindcss(25379fb)@nuxtjs/tailwindcssversion (36fb95e)🤖 CI
❤️ Contributors
nuxt/scripts (@nuxt/scripts)
v0.11.2Compare Source
v0.11.1Compare Source
What's Changed
unenvby @danielroe in https://github.com/nuxt/scripts/pull/420Full Changelog: nuxt/scripts@v0.11.0...v0.11.1
v0.11.0Compare Source
Breaking Changes
New Nuxt Version Requirement
The latest Nuxt Scripts now requires Nuxt v3.16. Please upgrade using
nuxi upgrade --force.Updated
useScript()🚦 Impact Level: High
script.proxyis rewritten for simpler, more stable behaviorstub()and runtime hookscript:instance-fnare removedReplacing promise usage
If you're using the script as a promise you should instead opt to use the
onLoaded()functions.Replacing proxy usage
If you're accessing the underlying API directly from the script instance, you will now need to only access it from the
.proxy.const script = useScript('..', { use() { return { foo: [] } } }) -script.foo.push('bar') +script.proxy.foo.push('bar')Replacing
stub()If you were using stub for anything you should replace this with either custom
use()behavior.const script = useScript('...', { - stub() { return { foo: import.meta.server ? [] : undefined } } }) +script.proxy = {} // your own implementationWhat's Changed
Full Changelog: nuxt/scripts@v0.10.5...v0.11.0
nuxt/ui (@nuxt/ui)
v3.0.0Compare Source
v3.0.0-beta.4Compare Source
Features
nullvalue in model (#3415) (cfe9b2e)Bug Fixes
useHeadin colors (5ecd227)v3.0.0-beta.3Compare Source
Features
activestate (bd2d484), closes #3417loadingslot (99e531d), closes #3444Bug Fixes
requiredin root props (60b7e2d)requiredin multiple mode (01fa230), closes #2741nuxt-modules/i18n (@nuxtjs/i18n)
v9.3.3Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
detectBrowserLanguage: falsein SSG plugin - by @ap-arto in https://github.com/nuxt-modules/i18n/issues/3410 (5f56b)View changes on GitHub
v9.3.2Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
@intlify/unplugin-vue-i18nto^6.0.5- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3420 (10443)View changes on GitHub
v9.3.1Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
std-envdependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3397 (7bc69)View changes on GitHub
v9.3.0Compare Source
This changelog is generated by GitHub Releases
🚀 Features
oxc-parserinstead ofsucrase+@babel/parser- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3382 (77455)🐞 Bug Fixes
pages.enabledproperty in nuxt - by @danielroe in https://github.com/nuxt-modules/i18n/issues/3380 (bafd6)nuxt.options.pagesfor compatibility - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3387 (710d4)@oxc-parser/wasmin stackblitz env - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3388 (4c684)@oxc-parser/wasmas parser fallback - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3391 (e9b76)webpackandrspackvirtual file resolution - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3385 (af965)View changes on GitHub
eslint/eslint (eslint)
v9.22.0Compare Source
nuxt/nuxt (nuxt)
v3.16.1Compare Source
compare changes
🔥 Performance
🩹 Fixes
mocked-exports(#31295)typedPagesimplementation (#31331)📖 Documentation
app.headexample (#31350)addServerTemplateto modules guide (#31369)rspackand removetest-utilsfor monorepo guide (#31371)inisyntax block highlighting for.envfiles (f79fabe46)useHydrationdocs (#31427)🏡 Chore
✅ Tests
srvxand random port for remote provider (#31432)🤖 CI
❤️ Contributors
v3.16.0Compare Source
👀 Highlights
There's a lot in this one!
⚡️ A New New Nuxt
Say hello to
create-nuxt, a new tool for starting Nuxt projects (big thanks to @devgar for donating the package name)!It's a streamlined version of
nuxi init- just a sixth of the size and bundled as a single file with all dependencies inlined, to get you going as fast as possible.Starting a new project is as simple as:
Special thanks to @cmang for the beautiful ASCII-art. ❤️
Want to learn more about where we're headed with the Nuxt CLI? Check out our roadmap here, including our plans for an interactive modules selector.
🚀 Unhead v2
We've upgraded to
unheadv2, the engine behind Nuxt's<head>management. This major version removes deprecations and improves how context works:If you're using Unhead directly in your app, keep in mind:
#app/composables/headinstead of@unhead/vue@unhead/vuemight lose async contextDon't worry though - we've maintained backward compatibility in Nuxt 3, so most users won't need to change anything!
If you've opted into
compatibilityVersion: 4, check out our upgrade guide for additional changes.🔧 Devtools v2 Upgrade
Nuxt Devtools has leveled up to v2 (#30889)!
You'll love the new features like custom editor selection, Discovery.js for inspecting resolved configs (perfect for debugging), the return of the schema generator, and slimmer dependencies.
One of our favorite improvements is the ability to track how modules modify your Nuxt configuration - giving you X-ray vision into what's happening under the hood.
👉 Discover all the details in the Nuxt DevTools release notes.
⚡️ Performance Improvements
We're continuing to make Nuxt faster, and there are a number of improvements in v3.16:
exsolvefor module resolution (#31124) along with the rest of the unjs ecosystem (nitro, c12, pkg-types, and more) - which dramatically speeds up module resolutionloadNuxtby skipping unnecessary resolution steps (#31176) - faster startupsoxc-parserfor parsing in Nuxt plugins (#30066)All these speed boosts happen automatically - no configuration needed!
Shout out to CodSpeed with Vitest benchmarking to measure these improvements in CI - it has been really helpful.
To add some anecdotal evidence, my personal site at roe.dev loads 32% faster with v3.16, and nuxt.com is 28% faster. I hope you see similar results! ⚡️
🕰️ Delayed Hydration Support
We're very pleased to bring you native delayed/lazy hydration support (#26468)! This lets you control exactly when components hydrate, which can improve initial load performance and time-to-interactive. We're leveraging Vue's built-in hydration strategies - check them out in the Vue docs.
You can also listen for when hydration happens with the
@hydratedevent:Learn more about lazy hydration in our components documentation.
🧩 Advanced Pages Configuration
You can now fine-tune which files Nuxt scans for pages (#31090), giving you more control over your project structure:
🔍 Enhanced Debugging
We've made debugging with the
debugoption more flexible! Now you can enable just the debug logs you need (#30578):Or keep it simple with
debug: trueto enable all these debugging features.🎨 Decorators Support
For the decorator fans out there (whoever you are!), we've added experimental support (#27672). As with all experimental features, feedback is much appreciated.
📛 Named Layer Aliases
It's been much requested, and it's here! Auto-scanned local layers (from your
~~/layersdirectory) now automatically create aliases. You can access your~~/layers/testlayer via#layers/test(#30948) - no configuration needed.If you want named aliases for other layers, you can add a name to your layer configuration:
This creates the alias
#layers/example-layerpointing to your layer - making imports cleaner and more intuitive.🧪 Error Handling Improvements
We've greatly improved error messages and source tracking (#31144):
useAsyncDatacalls with precise file location informationPlus, we're now using Nitro's beautiful error handling (powered by youch) to provide more helpful error messages in the terminal, complete with stacktrace support.
Nitro now also automatically applies source maps without requiring extra Node options, and we set appropriate security headers when rendering error pages.
📦 Module Development Improvements
For module authors, we've added the ability to augment Nitro types with
addTypeTemplate(#31079):⚙️ Nitro v2.11 Upgrade
We've upgraded to Nitro v2.11. There are so many improvements - more than I can cover in these brief release notes.
👉 Check out all the details in the Nitro v2.11.0 release notes.
📦 New
unjsMajor VersionsThis release includes several major version upgrades from the unjs ecosystem, focused on performance and smaller bundle sizes through ESM-only distributions:
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This refreshes your lockfile and pulls in all the latest dependencies that Nuxt relies on, especially from the unjs ecosystem.
👉 Changelog
compare changes
🚀 Enhancements
@nuxt/devtoolsto v2 (#30889)NuxtPage(#30704)directoryToURLto normalise paths (#30986)start/setin loading indicator (#30989)pages/(#31090)NuxtLinkslot (#31104)addTypeTemplate(#31079)oxc-parserinstead of esbuild + acorn (#30066)🔥 Performance
exsolvefor module resolution (#31124)loadNuxt(#31176)🩹 Fixes
<NuxtLayout>fallbackprop is typed (#30832)keepalivecache reset (#30807)divwrapper in client-only pages (#30425)nitropack(aba75bd5a)nullfrom resolve functions (d68e8ce57)app.head.metavalues are undefined (#30959)shared/directories available within layers (#30843)<pre>when rendering dev errors (9aab69ec4)page:transition:starttype (#31040)provide/injectwork insetupofdefineNuxtComponent(#30982)_for NuxtIsland name on server pages (#31072)ohashto calculate legacy async data key without hash (#31087)shareddir from config (#31091)nuxt.options.pagesto detected configuration (#31101)definePageMetadoes not receive an object (#31156)no-ssrmiddleware handler (a99c59fbd)navigatewithvue-router(7a1934509)nuxt.options.pages(fa480e0a0)resolveModule(6fb5c9c15)resolveTypePath(a0f9ddfe2)compilerOptions.paths(835e89404)RawVueCompilerOptionsfor unresolvedtsconfig(#31202)navigateTowith replace (#31244)devStorage(#31233)useFetchfunction name on server for warning (#31213)x-nitro-prerenderheader (2476cab9a)💅 Refactors
isEqualfromohash/utils(2e27cd30c)noScriptsroute rule (#31083)runtime/nitrofiles (#31131)📖 Documentation
spaLoadingTemplateexample (#30830)NuxtPage(#30781)navigateTodocs with clearer structure and examples (#30876)rootDir(27e356fe6)vue:setupandapp:data:refreshhooks (#31001)defineNuxtRouteMiddleware(#31005)portoption to preview command (#30999).nuxtrcdocumentation (#31093)$fetchon the server (#31114)create nuxtcommand (fe82af4c9)3x(a243f8fcf)<NuxtPage>during page changes (#31116)typedPagesin unhoisted pnpm setups (#31262)📦 Build
🏡 Chore
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.