chore(deps): update all non-major dependencies #272
Merged
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.0^2.3.0->^2.3.22.0.0-beta.3->2.3.22.0.0-beta.3->2.3.2^1.2.0->^1.3.0^3.0.0->^3.0.29.3.1->9.4.0^5.2.7->^5.2.8^9.22.0->^9.23.0^17.16.2->^17.17.0^1.79.0->^1.83.0^3.1.5->^3.1.710.6.3->10.7.0v4.0.0->v4.1.08.4.47->8.5.35.6.3->5.8.2^3.0.8->^3.0.9Release Notes
nuxt/content (@nuxt/content)
v3.4.0Compare Source
Features
node:sqliteunder flag (#3230) (e97d579)Bug Fixes
nuxt/devtools (@nuxt/devtools-kit)
v2.3.2Compare Source
Bug Fixes
vite-plugin-vue-tracer(0c1740c)v2.3.1Compare Source
Bug Fixes
execato be compatible with Node v18, fix #821 (f15c7dc)nuxt/eslint (@nuxt/eslint-config)
v1.3.0Compare Source
🚀 Features
View changes on GitHub
nuxt/ui (@nuxt/ui)
v3.0.2Compare Source
Features
emptyprop (afff54f)Bug Fixes
$attrsto default slot (#3712) (88f349d)focus:outline-noneinstead offocus:outline-hidden(c231fe5), closes #3658group.idas key (bc61d29)w-fullclass (df00149)@__NO_SIDE_EFFECTS__(82e2665)fadeFromIndexprop proxy (f7604e5)helptoaria-describedbyattribute (#3691) (20c3392)searchTermonupdate:open(3074632), closes #3620aria-currentlikeNuxtLink/RouterLink(c531d02)active="true"binding on html (d73768b)aria-*&data-*attrs (ade16b7)onClick(370054b), closes #3631z-indexon viewport (0095d89), closes #3654captionslot (4ebb94c)focus:outline-hiddenclass (1769d5e)openmethod type to infer close emit return type (#3716) (bd99c2d)nuxtApp.hooks&useRuntimeHook(23bfeb9)v3.0.1Compare Source
⚠ BREAKING CHANGES
zodandvalibot(#3617)Features
contentprop (5dec0e1)Bug Fixes
anyfromproxySlots(#3623) (764c41a)theme(static)(#3630) (ecff9ab)disabledon items (fe0bd83), closes nuxt/ui-pro#911@compodium/examplesin auto-imports paths (#3585) (cc504b8)@nuxt/ui-pro(#3603) (dec2730)Code Refactoring
zodandvalibot(#3617) (9a4bb34)nuxt-modules/i18n (@nuxtjs/i18n)
v9.4.0Compare Source
This changelog is generated by GitHub Releases
🚀 Features
getRouteBaseName- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3446 (3ca5e)🐞 Bug Fixes
typescripttodependencies- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3447 (2cd02)View changes on GitHub
v9.3.4Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
esbuild- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3428 (b9e00)bundle.optimizeTranslationDirective- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3436 (3f55a)View changes on GitHub
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
nuxt-modules/robots (@nuxtjs/robots)
v5.2.8Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.23.0Compare Source
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.17.0Compare Source
🌟 Features
virtual:in the modules pattern (#425) (a109793)🩹 Fixes
allowModulesoption was disabled when using TS alias (#423) (9ae39fb)s00d/nuxt-i18n-micro (nuxt-i18n-micro)
v1.83.0Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
v1.82.0Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
v1.81.0Compare Source
compare changes
🚀 Enhancements
📖 Documentation
❤️ Contributors
v1.80.0Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
harlan-zw/nuxt-site-config (nuxt-site-config)
v3.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.6Compare Source
🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm (pnpm)
v10.7.0Compare Source
Minor Changes
pnpm config getandlistalso show settings set inpnpm-workspace.yamlfiles #9316.It should be possible to use env variables in
pnpm-workspace.yamlsetting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patchtofoo@2.1.0,patches/foo-2.patchto allfooversions which satisfy^2.0.0except2.1.0, andpatches/foo-1.patchto the remainingfooversions.pnpm config set --location=projectsaves the setting to apnpm-workspace.yamlfile if no.npmrcfile is present in the directory #9316.Rename
pnpm.allowNonAppliedPatchestopnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailuresto manage whether pnpm would ignore patch application failures.If
ignorePatchFailuresis not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailuresis explicitly set tofalse, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailuresis explicitly set totrue, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5Compare Source
v10.6.4: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlxwith--allow-buildflag #9263.use-node-versionshould not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
pnpm/action-setup (pnpm/action-setup)
v4.1.0Compare Source
Add support for
package.yaml#156.postcss/postcss (postcss)
v8.5.3Compare Source
Unknown worderror (by @hiepxanh).v8.5.2Compare Source
v8.5.1Compare Source
v8.5.0: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#documentin additional toInput#css.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
v8.4.49Compare Source
source.offset(by @romainmenke).v8.4.48Compare Source
microsoft/TypeScript (typescript)
v5.8.2Compare Source
v5.7.3: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
vitest-dev/vitest (vitest)
v3.0.9Compare Source
🐞 Bug Fixes
ctx.skip()asnever- by @sirlancelot in https://github.com/vitest-dev/vitest/issues/7608 (09f35)resolveConfigAPI - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7623 (db14a)toHaveBeenCalledWith(asymmetricMatcher)withundefinedarguments - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7624 (0fb21)getState().testPathduring collection with no isolation - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7640 (3fb3f)coverage.all- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7597 (422ba)buildStart- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7652 (29f5a)removeEventListeneris bound to worker - by @joelgallant in https://github.com/vitest-dev/vitest/issues/7631 (ff42b)View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.