chore(deps): update all non-major dependencies - autoclosed #102
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.8.2→^3.10.0^1.11.0→^1.12.1^3.20.1→^3.23.0^9.39.1→^9.39.210.24.0→10.27.0^19.0.6→^19.2.3^1.6.1→^1.6.2^4.0.14→^4.0.16^3.5.25→^3.5.26^3.1.5→^3.2.2Release Notes
nuxt/content (@nuxt/content)
v3.10.0Compare Source
Features
Bug Fixes
cache: true(#3617) (fa6c267)v3.9.0Compare Source
Features
node:sqliteon AWS Amplify if Node.js > 22 (#3598)e74bb6dBug Fixes
c07336e8a9f9d3app.baseURLin Cloudflare database handler (#3608)1af6adcnuxt/eslint (@nuxt/eslint-config)
v1.12.1Compare Source
No significant changes
View changes on GitHub
nuxt/test-utils (@nuxt/test-utils)
v3.23.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
🩹 Fixes
$fetchis not typed asany(1f4754ea9)🏡 Chore
console.log(aef693340)✅ Tests
🤖 CI
❤️ Contributors
v3.22.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
vitestin separate process (#1524)NuxtPageexists (#1530)🔥 Performance
🩹 Fixes
.syncmethod for syncing route (1148c3cf1)server.depsrather thandeps(2b3c86921)sync()in initial setup (ec555192c)devtools:beforehook instead of direct config check (#1532)rootDir(#1531)💅 Refactors
addCleanup(86b4998bb)📖 Documentation
🏡 Chore
nuxtcli command in preference tonuxi(838ed8b6a)@vitest/uito example (ffaccd8a1)package.jsonnames (417102718)✅ Tests
defaultLocalein i18n test (059988fc3)🤖 CI
knipon pull requests (a94098671)❤️ Contributors
v3.21.0Compare Source
👉 Changelog
compare changes
🚀 Enhancements
onceoption inregisterEndpoint(#1475)🩹 Fixes
$fetch.create(#1471)globalPropertiesin mount + render helpers (#1476)@nuxt/kitv3 for bridge support (#1498)🏡 Chore
globbydependency (eba19d16b)@nuxt/kitfrom peer dependencies (b80ca5ea8)@nuxt/kitas peer dep (5c126e1af)🤖 CI
❤️ Contributors
eslint/eslint (eslint)
v9.39.2Compare Source
pnpm/pnpm (pnpm)
v10.27.0Compare Source
v10.26.2: pnpm 10.26.2Compare Source
Patch Changes
Improve error message when a package version exists but does not meet the
minimumReleaseAgeconstraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #10307.Fix installation of Git dependencies using annotated tags #10335.
Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused
ERR_PNPM_GIT_CHECKOUT_FAILEDerrors because the checked-out commit hash didn't match the stored tag object hash.Binaries of runtime engines (Node.js, Deno, Bun) are written to
node_modules/.binbefore lifecycle scripts (install, postinstall, prepare) are executed #10244.Try to avoid making network calls with preferOffline #10334.
Platinum Sponsors
Gold Sponsors
v10.26.1: pnpm 10.26.1Compare Source
Patch Changes
pnpm add, whenblockExoticSubdepsis set totrue#10324.HEADpoints to the commit after checkout #10310.Platinum Sponsors
Gold Sponsors
v10.26.0Compare Source
v10.25.0Compare Source
release-it/release-it (release-it)
v19.2.3Compare Source
316dbfa)f6cc8f3)6e6dd4b)v19.2.2Compare Source
getChangelogmethod (7a56364)v19.2.1Compare Source
b7aca7c)5c0a6ee)v19.2.0Compare Source
e1f825d)424c9f6)06f41bb)382e346) - thanks @julienbenac!publishPackageManagerconfig option in NPM plugin to allow using different package manager for publishing (e.g. Bun) (#1169) (0dafc0b) - thanks @chrispader!--workspaces=falsewith npm (12bb89c)05a5986)c9d6ebf)v19.1.0Compare Source
8ccd060)c4cd2ba)a10b20d)--workspaces=falseto get rid of thenull/matcheserror (14a4907)b8c1247)release-it-beautiful-changelogplugin to list of plugins (#1261) (1b68c21)7969849)unjs/ufo (ufo)
v1.6.2Compare Source
compare changes
🩹 Fixes
parsePathreturn type (#293)📖 Documentation
📦 Build
🏡 Chore
❤️ Contributors
vitest-dev/vitest (vitest)
v4.0.16Compare Source
🐞 Bug Fixes
process.versionsstub - by @AriPerkkio in #9174 (78cfb)test.poolOptionsif it's set - by @sheremet-va in #9226 (f7f6a)recordArtifactfrom the vitest package - by @macarie in #9186 (01c56)import.meta.envdefine - by @hi-ogawa in #9205 (01a9a)setupEnvironmentfor custom pools - by @AriPerkkio in #9187 (5d26b)View changes on GitHub
v4.0.15Compare Source
🚀 Experimental Features
🐞 Bug Fixes
optimizeDeps.rolldownOptionsto fix depreated warning + fixssr.external: true- by @hi-ogawa in #9121 (fd8bd)deps.optimizer- by @hi-ogawa in #9125 (4c754)toMatchScreenshotonly once when used withexpect.element- by @macarie in #9132 (0d2e7)--browser.providerfrom docs - by @sheremet-va in #9115 (120b3)currentTestNamein extended matchers - by @macarie in #9106 (e4345)CTRL+cforceful exits - by @AriPerkkio in #9140 (d57d8)View changes on GitHub
vuejs/core (vue)
v3.5.26Compare Source
Bug Fixes
Performance Improvements
vuejs/language-tools (vue-component-meta)
v3.2.2Compare Source
language-core
language-plugin-pug
language-service
=""for boolean props completion edits (#5888) - Thanks to @KazariEX!typescript-plugin
v3.2.1Compare Source
language-core
v-for(#5896) - Thanks to @serkodev!component-meta
optionisfalse(#5891) - Thanks to @KazariEX!component-type-helpers
language-service
:xxx(shorthand) when no prefix is typed, instead of bothxxxand:xxxv3.2.0Compare Source
vscode
fast-diffwith custom character-by-character alignment algorithm (#5849) (#5851)language-service
component-meta
tagsto slots and exposed (#5862) - Thanks to @aj-dev!exposed(#5868) - Thanks to @aj-dev!typescript-plugin
ts.CompletionEntryData(#5869) - Thanks to @KazariEX!language-core
v-fortype inference (#5836)v-forkey type withObject.keys(#5837) - Thanks to @serkodev!<!-- @​strictTemplates -->magic comment (#5845)<script src="">(#5838)createIfBranch(#5844) - Thanks to @serkodev!component-type-helpers
ComponentTypehelperworkspace
v3.1.8Compare Source
Features
<script>and<style>tag (#5830) - Thanks to @serkodev!Bug Fixes
preferencesandformatOptionsin tsserver (#5829)Other Changes
v3.1.7Compare Source
Features
scriptId(#5811) - Thanks to @serkodev!Bug Fixes
Identifier.textproperty (#5810)__VLS_SlotsgenerationOther Changes
v3.1.6Compare Source
Features
<script setup>(#5805)Bug Fixes
createParsedCommandLineByJsonparsed incorrect options since v3.1.5 (#5768 (comment))vue.server.pathcompatible with Windows (#5772)getVIfNodeto supportv-else-ifdirectives (#5765) - Thanks to @serkodev!{}instead of its string value forstyle="..."(#5781) - Thanks to @KazariEX!v-bind="$attrs"loses navigation wheninferTemplateDollarAttrsis disabled (#5783)const props =completion in StringLiteral (#5786)$eltype for generic components usinginferComponentDollarEl(#5794)<script>content generates before<script setup>(#5795)bypassDefineComponenthack for better JS support (#4876) (#5379)Prettify<T>caused generic props gets inferred asunknown(#5667) - Thanks to @so1ve!<as operator in SFC scripts (#5801) - Thanks to @serkodev!isTypeScriptDocumentin VSCode fortypescript.preferences.autoImportSpecifierExcludeRegexesconfig support (#5364)vaporattr (#5496)Configuration
📅 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.