chore(deps): update all non-major dependencies#253
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update all non-major dependencies#253renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
e4e0b28 to
2fe1e8d
Compare
2fe1e8d to
bcd19fb
Compare
bcd19fb to
6495303
Compare
601e104 to
e7a6686
Compare
7084dcc to
357ee30
Compare
3a33f11 to
7771a82
Compare
78aaba6 to
8d7aed6
Compare
00a4309 to
f4ee03c
Compare
9e0d217 to
131e780
Compare
131e780 to
fd6d697
Compare
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
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:
^7.2.0→^7.6.0^1.2.7→^1.2.10^1.2.68→^1.2.71^1.2.26→^1.2.27^3.11.0→^3.11.2^3.1.1→^3.2.2^3.1.1→^3.2.2^0.13.0→^0.14.0^4.4.0→^4.5.0^10.2.1→^10.2.3^14.1.0→^14.2.1^14.1.0→^14.2.1^10.4.0→^10.4.1^9.39.2→^9.39.3^7.0.4→^7.0.5^20.4.0→^20.7.0^3.2.18→^3.2.21^1.58.0→^1.58.210.28.2→10.30.2^3.21.0→^3.22.0^3.5.27→^3.5.29>=3→>=3.25.76Release Notes
antfu/eslint-config (@antfu/eslint-config)
v7.6.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v7.5.0Compare Source
🚀 Features
View changes on GitHub
v7.4.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.4.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v7.4.1Compare Source
🐞 Bug Fixes
typescriptis off - by @antfu (bda75)View changes on GitHub
v7.4.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v7.3.0Compare Source
🚀 Features
eslint-plugin-react-refresh,eslint-plugin-regexp- by @antfu (610e7)🐞 Bug Fixes
View changes on GitHub
nuxt/content (@nuxt/content)
v3.11.2Compare Source
Bug Fixes
v3.11.1Compare Source
Features
Bug Fixes
contentRawMarkdown(5be6b0c)nuxt/devtools (@nuxt/devtools-kit)
v3.2.2Compare Source
Bug Fixes
Features
promptswith@clack/prompts(#935) (1aa3d2d)v3.2.1Compare Source
Bug Fixes
v3.2.0Compare Source
Bug Fixes
devtools:initializedhook after all modules run (#919) (3662836)Features
3.1.1 (2025-11-25)
Bug Fixes
Features
nuxt/fonts (@nuxt/fonts)
v0.14.0Compare Source
🚨 Breaking changes
Default font format is now
woff2onlyFont providers previously returned multiple formats (
woff2,woff,truetype, etc.). The default behavior now only resolveswoff2fonts, which is supported by all modern browsers.Your
@font-facedeclarations will typically have fewersrcentries, reducing CSS size. In most cases this is a transparent improvement.To restore the previous behavior or add additional formats:
Available values:
'woff2','woff','ttf','otf','eot'.Cache invalidation
Font metadata caches are now isolated per provider and per provider options. After upgrading, your font metadata cache (
node_modules/.cache/nuxt/fonts/) will be invalidated and fonts will be re-fetched on the next build. This is a one-time occurrence.✨ Features
Resolve fonts from
node_modulesA new built-in
npmprovider can resolve fonts installed as npm packages. If no other provider matches a font family,@nuxt/fontswill now attempt to find it in yournode_modulesvia CDN metadata.Font format resolution
You can control which font formats are resolved via the new
defaults.formatsoption:Provider-specific font family options
You can now pass provider-specific options when configuring individual font families:
throwOnErroroptionConfigure whether font resolution errors should throw or warn:
lightningcss support
If your Nuxt project uses Vite's lightningcss mode for CSS processing (for example, if you're using rolldown-vite!), injected
@font-facedeclarations are now minified with lightningcss instead of esbuild.🩹 Fixes
Cache-Control: public, max-age=31536000, immutableheaders, preventing font flashes during HMR on SSR frameworks.&lang.cssquery strings and inline style IDs), aligning with fontless behavior.👉 Changelog
compare changes
🚀 Enhancements
node_modules(#781)🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
nuxt/ui (@nuxt/ui)
v4.5.0Compare Source
Features
autoCloseprop (#6089) (2663deb)nested/nestedOptionsprops and emithoverevent (#5960) (ed60193)horizontalorientation (#5682) (f46b504)chipin items (#6064) (401a2c0)skipMeasurementvirtualize option (#5721) (548b711)outlineandsubtlevariants (94b0c31)Bug Fixes
ImgHTMLAttributestype for image prop (#6007) (0185856)data-stateconflict when used inside Tooltip (2bb1a8b), closes #3599update:modelValueemit type (#5927) (64d2e88)fixedprop to prevent responsive text size reduction (#6074) (8f5f44c)charprop as mention prefix instead of always@(0b9b097), closes #6035sizeto buttons (1ec1698), closes #5958cssLayeroption fromcomponentstobase(#6076) (e8bc322)byprop (14dceaf)shallowRefwhen watch deep is disabled (#6023) (bc06ce2)updateto keep toast open and reset duration (82afa0a)DotPathKeysaccuracy andGetItemKeysperformance (#6077) (6f7af3e)nuxt-modules/i18n (@nuxtjs/i18n)
v10.2.3Compare Source
This changelog is generated by GitHub Releases
No significant changes
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v14.2.1Compare Source
🚀 Features
@vueuse/skills- by @serkodev in #5286 (532ac)🐞 Bug Fixes
View changes on GitHub
v14.2.0Compare Source
🚀 Features
useCssSupports- by @OrbisK in #5266 (c1282)rootMarginfromuseIntersectionObserver- by @9romise in #5207 (46682)rootMarginreactive - by @doyuli, @ilyaliao and @9romise in #4934 (53abe)watchElementoption for auto-reinitialize on element change - by @Mini-ghost and @ilyaliao in #5189 (17ea2)🐞 Bug Fixes
executereturn the actual data - by @9romise in #5167 (0c346)focus-traprange to^7 - by ** ^8(#5270)** ()View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.4.1Compare Source
🚀 Features
View changes on GitHub
eslint/eslint (eslint)
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)firebase/firebase-functions (firebase-functions)
v7.0.5Compare Source
graphql. (#1795)capricorn86/happy-dom (happy-dom)
v20.7.0Compare Source
🎨 Features
Window.getScreenDetails()- By @TrevorBurnham in task #1923ScreenfromEventTarget- By @TrevorBurnham in task #1923v20.6.5Compare Source
👷♂️ Patch fixes
v20.6.4Compare Source
👷♂️ Patch fixes
v20.6.3Compare Source
👷♂️ Patch fixes
[data-value="it's a test"]) - By @capricorn86 in task #2034v20.6.2Compare Source
👷♂️ Patch fixes
v20.6.1Compare Source
v20.6.0Compare Source
v20.5.5Compare Source
v20.5.4Compare Source
👷♂️ Patch fixes
v20.5.3Compare Source
v20.5.2Compare Source
v20.5.1Compare Source
v20.5.0Compare Source
harlan-zw/nuxt-site-config (nuxt-site-config)
v3.2.21Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.20Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.2.19Compare Source
🐞 Bug Fixes
import.meta.env- by @harlan-zw (7190f)View changes on GitHub
microsoft/playwright (playwright-core)
v1.58.2Compare Source
v1.58.1Compare Source
Highlights
#39036 fix(msedge): fix local network permissions
#39037 chore: update cft download location
#38995 chore(webkit): disable frame sessions on fronzen builds
Browser Versions
pnpm/pnpm (pnpm)
v10.30.2Compare Source
v10.30.1: pnpm 10.30.1Compare Source
Patch Changes
/-/npm/v1/security/audits/quickendpoint as the primary audit endpoint, falling back to/-/npm/v1/security/auditswhen it fails #10649.Platinum Sponsors
Gold Sponsors
v10.30.0: pnpm 10.30Compare Source
Minor Changes
pnpm whynow shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.Patch Changes
pnpm whydependency pruning to prefer correctness over memory consumption. Reverted PR: #7122.pnpm whyandpnpm listperformance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #10596.Platinum Sponsors
Gold Sponsors
This PR was generated by Mend Renovate. View the repository job log.