-
Notifications
You must be signed in to change notification settings - Fork 25
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
fix(deps): update all non-major dependencies #370
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor-patch
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.
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
b440852
to
9d45090
Compare
9d45090
to
649bad4
Compare
649bad4
to
2df0c6b
Compare
1d215b0
to
637267c
Compare
637267c
to
f54f91f
Compare
f54f91f
to
334ad75
Compare
334ad75
to
a5c3dae
Compare
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:
5.20.4
->5.21.0
4.8.1
->4.10.1
7.26.9
->7.26.10
1.31.0
->1.32.1
5.2.6
->5.2.7
22.13.9
->22.13.10
10.4.20
->10.4.21
0.0.34
->0.0.35
15.2.1
->15.2.2
3.8.3
->3.8.6
3.0.3
->3.1.0
15.4.3
->15.5.0
15.2.1
->15.2.2
3.15.4
->3.16.0
10.6.1
->10.6.2
0.3.8
->0.3.9
4.0.1
->4.0.2
13.0.2
->13.0.3
41.3.2
->41.4.0
Release Notes
algolia/algoliasearch-client-javascript (@algolia/client-search)
v5.21.0
Compare Source
subscriptionAction
to ingestion specs (#4587) by @shortcutsantfu/eslint-config (@antfu/eslint-config)
v4.10.1
Compare Source
No significant changes
View changes on GitHub
v4.10.0
Compare Source
v4.9.0
Compare Source
🚀 Features
View changes on GitHub
babel/babel (@babel/types)
v7.26.10
Compare Source
👓 Spec Compliance
babel-parser
🐛 Bug Fix
babel-parser
,babel-template
babel-core
babel-parser
,babel-plugin-transform-typescript
babel-traverse
babel-generator
abstract override
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
💅 Polish
babel-standalone
🏠 Internal
babel-parser
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v1.32.1
Compare Source
🐞 Fixes
no-context-provider
replaces<Provider>
with<>
, closes #984 by @Rel1cx in https://github.com/Rel1cx/eslint-react/pull/985v1.32.0
Compare Source
✨ New
🪄 Improvements
nuxt-modules/robots (@nuxtjs/robots)
v5.2.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).siddharthkp/bundlesize2 (bundlesize2)
v0.0.35
Compare Source
vercel/next.js (eslint-config-next)
v15.2.2
Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.8.6
Compare Source
Patch Changes
c9d5ab0
Thanks @JounQin! - fix: add support for importing with .js extension as tsx importeev3.8.5
Compare Source
Patch Changes
366eeaf
Thanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.v3.8.4
Compare Source
Patch Changes
c940785
Thanks @JounQin! - fix: support multiple matching ts pathssveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.1.0
Compare Source
Minor Changes
df1647f
Thanks @baseballyama! - feat: addexcludedRunes
option to theprefer-const
rulePatch Changes
#1126
9b76b46
Thanks @baseballyama! - fix: check property key instead of value invalid-prop-names-in-kit-pages
rule#1125
0a03362
Thanks @ota-meshi! - fix: support windows path delimiter#1108
976e4f0
Thanks @marekdedic! - fix(consistent-selector-style): not reporting class selectors used in class directives#1107
3b01537
Thanks @marekdedic! - fix(no-navigation-without-base): ignoring fragment linkslint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
vercel/next.js (next)
v15.2.2
Compare Source
nuxt/nuxt (nuxt)
v3.16.0
Compare 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
unhead
v2, 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/head
instead of@unhead/vue
@unhead/vue
might 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:
exsolve
for module resolution (#31124) along with the rest of the unjs ecosystem (nitro, c12, pkg-types, and more) - which dramatically speeds up module resolutionloadNuxt
by skipping unnecessary resolution steps (#31176) - faster startupsoxc-parser
for 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
@hydrated
event: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
debug
option more flexible! Now you can enable just the debug logs you need (#30578):Or keep it simple with
debug: true
to 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
~~/layers
directory) now automatically create aliases. You can access your~~/layers/test
layer 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-layer
pointing to your layer - making imports cleaner and more intuitive.🧪 Error Handling Improvements
We've greatly improved error messages and source tracking (#31144):
useAsyncData
calls 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
unjs
Major 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/devtools
to v2 (#30889)NuxtPage
(#30704)directoryToURL
to normalise paths (#30986)start
/set
in loading indicator (#30989)pages/
(#31090)NuxtLink
slot (#31104)addTypeTemplate
(#31079)oxc-parser
instead of esbuild + acorn (#30066)🔥 Performance
exsolve
for module resolution (#31124)loadNuxt
(#31176)🩹 Fixes
<NuxtLayout>
fallback
prop is typed (#30832)keepalive
cache reset (#30807)div
wrapper in client-only pages (#30425)nitropack
(aba75bd5a)null
from resolve functions (d68e8ce57)app.head.meta
values are undefined (#30959)shared/
directories available within layers (#30843)<pre>
when rendering dev errors (9aab69ec4)page:transition:start
type (#31040)provide
/inject
work insetup
ofdefineNuxtComponent
(#30982)_
for NuxtIsland name on server pages (#31072)ohash
to calculate legacy async data key without hash (#31087)shared
dir from config (#31091)nuxt.options.pages
to detected configuration (#31101)definePageMeta
does not receive an object (#31156)no-ssr
middleware handler (a99c59fbd)navigate
withvue-router
(7a1934509)nuxt.options.pages
(fa480e0a0)resolveModule
(6fb5c9c15)resolveTypePath
(a0f9ddfe2)compilerOptions.paths
(835e89404)RawVueCompilerOptions
for unresolvedtsconfig
(#31202)navigateTo
with replace (#31244)devStorage
(#31233)useFetch
function name on server for warning (#31213)x-nitro-prerender
header (2476cab9a)💅 Refactors
isEqual
fromohash/utils
(2e27cd30c)noScripts
route rule (#31083)runtime/nitro
files (#31131)📖 Documentation
spaLoadingTemplate
example (#30830)NuxtPage
(#30781)navigateTo
docs with clearer structure and examples (#30876)rootDir
(27e356fe6)vue:setup
andapp:data:refresh
hooks (#31001)defineNuxtRouteMiddleware
(#31005)port
option to preview command (#30999).nuxtrc
documentation (#31093)$fetch
on the server (#31114)create nuxt
command (fe82af4c9)3x
(a243f8fcf)<NuxtPage>
during page changes (#31116)typedPages
in unhoisted pnpm setups (#31262)📦 Build
🏡 Chore
errx
dependency (566418177)@nuxtjs/mdc
typechecking dep (f23683b26)nitro/renderer
templates (b29c0e86b)✅ Tests
#internal/nitro/app
(a1b855cc5)❤️ Contributors
Configuration
📅 Schedule: Branch creation - "after 12am and before 7am on Saturday" in timezone Europe/Vienna, 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.