chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
nuxt/content (@nuxt/content)
v2.12.0
🚀 Enhancements
- Adopt to mdc v0.4 (#2539)
🔥 Performance
- content-list: Cache contents list during generation and per-request (#2527)
🩹 Fixes
- module: Handle former props in ContentSlot transformer (#2525)
- client-db: Fetch dir config on legacy query (4b9b6b7a)
- navigation: Ignore extensions on navigation sort (#2529)
📖 Documentation
- Add
highlight.langs(61f6cda9)
🏡 Chore
- tw-support: Get cssPath from array (#2501)
- Missing imports in playground (e7e082c3)
- Upgrade
@nuxtjs/mdc(d3437082)
❤️ Contributors
- Farnabaz (@farnabaz)
- Anthony Fu <anthonyfu117@hotmail.com>
- Inesh Bose [email protected]
nuxt/nuxt (@nuxt/kit)
v3.10.3
3.10.3 is a regularly-scheduled patch release.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
👉 Changelog
🩹 Fixes
-
nuxt: Respect
dedupeoption inuseFetch(#25815) - nuxt: Bypass browser cache when fetching app build id (#25813)
-
nuxt: In dev, don't link
cssfiles with?inlinequery (#25822) -
nuxt: Pass
externaltonavigatein custom<NuxtLink>(#25887) -
nuxt: Mark internal island components with
@__PURE__(#25842) -
nuxt: Use
setTimeoutbefore scrolling when navigating (#25817) -
nuxt: Add missing type for
headindefineNuxtComponent(#25410) -
nuxt: Handle
undefinedpaths inresolveTrailingSlashBehavior(ba6a4132b) -
nuxt: Set
to.nameto be undefined rather than deleting entirely (4ca1ab7cf)
📖 Documentation
- Enable more blocks for twoslash (#25830)
- Remove
.tsextension when adding compiled files (#25855) - Replace
calloutto new components (#25897) - Fix incorrect wording (#25902)
🏡 Chore
- Use
nuxt.configto enable pages for docs typecheck (72a2e23cc) - Restore environment back to development (3f92cf04d)
- Unpin vite version 🙈 (d326e054d)
- nuxt: Use Exclude rather than Omit (3fc4231d3)
🤖 CI
❤️ Contributors
- Daniel Roe (@danielroe)
- Mateusz Kulpa (@mateuszkulpa)
- Jonathan Walters (@Chalks)
- Josh Layton (@jl8n)
- Julien Huang (@huang-julien)
- Damian Głowala (@DamianGlowala)
- Florent Delerue (@Flosciante)
- Alexander Lichter (@manniL)
- Anthony Fu (@antfu)
- OnlyWick (@OnlyWick)
- Michał Zarach (@michalzaq12)
- Miha Sedej (@tresko)
v3.10.2
3.10.2 is a regularly-scheduled patch release.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade --force
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.
👉 Changelog
🩹 Fixes
-
nuxt: Export
refreshCookie(#25635) - nuxt: Allow prefetching urls with query string (#25658)
- nuxt: Remove undefined keys in route object (#25667)
-
vite: Treat
.pcssextension as a CSS extension (#25673) -
nuxt: Don't check for layout/page with
<ClientOnly>(#25714) - vite: Strip query strings for style chunk filenames (#25764)
- nuxt: Inline entry styles before component styles (#25749)
- vite: Optimise layer dependencies with vite (#25752)
-
nuxt: Don't add extra
baseURLon serveruseRequestURL(#25765) -
schema: Use
rootDir, notprocess.cwd, formodulesDir(#25766) -
nuxt: Only warn for
useIdif attrs were not rendered (#25770) - kit: Don't mutate existing component entry when overriding (#25786)
📖 Documentation
-
Fix typo in
useAsyncDatadocs (#25644) -
Add quotes to clarify what site title is in example (#25669)
-
Enable twoslash for some code snippets (#25679)
-
Add prepend option docs for
addComponentsDir(#25683) -
Extend auto-scanned layer directories (#25720)
-
Improve wording in seo docs (#25692)
-
Add how to debug nuxt with node inspector (#25731)
-
Add missing export defaults for nuxt config (#25774)
-
Add import statement for mountSuspended (#25783)
-
Pass
eventtouseRuntimeConfig(#25788)
🏡 Chore
- schema: Add missing closing code block (#25641)
❤️ Contributors
- Sam Blowes (@blowsie)
- Daniel Roe (@danielroe)
- yoshihirokurosaki (@irishkooky)
- Eduardo San Martin Morote (@posva)
- Mahdi Shah Abbasian (@shahabbasian)
- João Carmona (@jpsc)
- Naim Ahmed Shuvo (@shuvo-me)
- Denis L (@DenisLug)
- GJSSSS (@gjssss)
- Anthony Fu (@antfu)
- Aman Desai (@amandesai01)
- Stephen Strange (@byStrange)
- Žan Fras (@frasza)
- Santiago Morales (@Aleroms)
- Hendrik Heil (@hendrikheil)
nuxtlabs/studio-module (@nuxthq/studio)
v1.0.11
- chore(origins): add new urls (
2b56887) - feat(messaging): handle custom allowed origins (#165) (
7c0334c) - fix(meta): github repo detection in local (#164) (
dadb879) - feat(preview): add
gitInfoin/__studio.jsonand support staging API for preview mode (#163) (9b02f48) - chore(deps): update all non-major dependencies (#159) (
77b8020)
nuxt-modules/tailwindcss (@nuxtjs/tailwindcss)
v6.11.4
🩹 Fixes
- Null check for plugins (8a3b46d)
💅 Refactors
- Move
colorettetoconsola/utils(#805)
🏡 Chore
- Assign postcss plugins in order (46c2025)
❤️ Contributors
- Inesh Bose [email protected]
- Haruaki OTAKE [email protected]
vueuse/vueuse (@vueuse/core)
v10.8.0
🚀 Features
- createInjectionState: InjectionKey use composable name - by @zhangxuyang950313 in https://github.com/vueuse/vueuse/issues/3788 (c2cfd)
- nuxt: Move to ESM-first and fix types - by @userquin in https://github.com/vueuse/vueuse/issues/3606 (b3d74)
- throttleFilter: Support object as argument - by @17359898647 and Anthony Fu in https://github.com/vueuse/vueuse/issues/3722 (66d09)
-
useAxios: Support
abortPreviousoption - by @jahnli and @antfu in https://github.com/vueuse/vueuse/issues/3735 (b94de) - useBreakpoints: Enable passing ref or getter to get breakpoints - by @Doctor-wu in https://github.com/vueuse/vueuse/issues/3621 (d3317)
-
useBreakpoints: Add
strategyoption to allow desktop-first convention - by @jack-allocate and @antfu in https://github.com/vueuse/vueuse/issues/3783 (15fc0) -
useBreakpoints: Add
activegetter, add breakpoints for Vuetify v3 - by @altrusl, @Doctor-wu and @antfu in https://github.com/vueuse/vueuse/issues/3687 (3ae45) - useCurrentElement: Allow get current element from a specific component - by @linspw and @antfu in https://github.com/vueuse/vueuse/issues/3750 (0a9aa)
-
useCycleList: Add
gofunction - by @Jokerzhzh and @antfu in https://github.com/vueuse/vueuse/issues/3615 (2ae36) - useDraggable: Add disabled parameter - by @huiliangShen and banruo in https://github.com/vueuse/vueuse/issues/3613 (dee9a)
-
useEventSource: Add
autoReconnectandimmediateto options, update typings - by @schelmo in https://github.com/vueuse/vueuse/issues/3793 (b33ab) - useMutationObserver: Allow multiple targets - by @chirokas in https://github.com/vueuse/vueuse/issues/3741 (98fac)
- useParallax: Can work with different screen orientation - by @huiliangShen and banruo in https://github.com/vueuse/vueuse/issues/3675 (3fd94)
-
useTextareaAutosize: Allow configuring
stylePropto support nativerowsattribute - by @yakudik, alexander.kudinov, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/3552 (5025e)
🐞 Bug Fixes
- Stricter types - by @antfu (a086e)
- createReusableTemplate: Improve types - by @louiss0, louiss0, Anthony Fu and @antfu in https://github.com/vueuse/vueuse/issues/3641 (75168)
- useAnimate: Immediate option set false not working - by @huiliangShen, banruo and Anthony Fu in https://github.com/vueuse/vueuse/issues/3763 (12c09)
- useCloned: Correct return type - by @17359898647 in https://github.com/vueuse/vueuse/issues/3711 (e262f)
-
useCounter: Allow
deltato be negative - by @leewakin, @Doctor-wu and @antfu in https://github.com/vueuse/vueuse/issues/3650 (cf29c) - useDraggable: Avoid moving out of container - by @wangliangxin and wangliangxin3 in https://github.com/vueuse/vueuse/issues/3768 (55b94)
- useElementVisiblity: Can configurable threshold - by @huiliangShen and @Doctor-wu in https://github.com/vueuse/vueuse/issues/3715 (ce9bb)
-
useFetch: Mark
isFinished,isFetchingreadonly - by @baboon-king and @antfu in https://github.com/vueuse/vueuse/issues/3616 (31d4a) - useFetch: Remove unnecessary spread operator in iterable conversion - by @BlackCrowxyz in https://github.com/vueuse/vueuse/issues/3660 (f5587)
- useFileSystemAccess: UpdateData on modified file - by @PhE in https://github.com/vueuse/vueuse/issues/3780 (668ca)
- useGamepad: Explicitly ensure gamepad index is available - by @AntoninRousset and AntoninRousset in https://github.com/vueuse/vueuse/issues/3653 (8c735)
- useGamepad: Improve data updating logic - by @okydk in https://github.com/vueuse/vueuse/issues/3775 (9b8ed)
- useMounted: Hold the instance, close #3785, close #3795 - by @antfu in https://github.com/vueuse/vueuse/issues/3785 and https://github.com/vueuse/vueuse/issues/3795 (2f66e)
-
useRafFn: Fix
fpsLimitoption, fix #3481, close #3482 - by @antfu in https://github.com/vueuse/vueuse/issues/3481 and https://github.com/vueuse/vueuse/issues/3482 (69990) - useResizeObserver: Do not watch deep to avoid cicular calls - by @birdxiao, birdxiao and @antfu in https://github.com/vueuse/vueuse/issues/3753 (48421)
- useRouteParams,useRouteQuery: Set route param/query to undefined when null or defaultValue - by @mtdvlpr and @antfu in https://github.com/vueuse/vueuse/issues/3583 (c44fe)
-
useScroll: Add
onErrorhook and avoid throws by default, fix #3580 - by @steklopod, @antfu and Brendo Maciel in https://github.com/vueuse/vueuse/issues/3605 and https://github.com/vueuse/vueuse/issues/3580 (fab86) - useStorage: Ensure setting value to null syncs to other instances - by @callumacrae and @antfu in https://github.com/vueuse/vueuse/issues/3737 (f7ea1)
- useUserMedia: Stop stream on scope dispose - by @Waleed-KH in https://github.com/vueuse/vueuse/issues/3757 (6d44d)
-
useWebSocket: Reset
wsRefon close, fix #3706 - by @a982246809 and @Doctor-wu in https://github.com/vueuse/vueuse/issues/3707 and https://github.com/vueuse/vueuse/issues/3706 (9a47a) -
useWebSocket:
immediateshould only be applied once, close #3676 - by @antfu in https://github.com/vueuse/vueuse/issues/3676 (93b96)
View changes on GitHub
unjs/destr (destr)
v2.0.3
🩹 Fixes
- Improve compatibility with runtimes not supporting
String.prototype.at()(#102)
🏡 Chore
✅ Tests
- Test with node 20 (a33a2e1)
❤️ Contributors
- Pooya Parsa (@pi0)
- Allenyu (@AllenYu0118)
sindresorhus/globby (globby)
v14.0.1
unjs/h3 (h3)
v1.10.2
🩹 Fixes
-
proxy: Ignore incoming
acceptheader (#646)
❤️ Contributors
- Daniel Roe (@danielroe)
typicode/husky (husky)
v9.0.11
- chore: update package-lock.json by @btea in https://github.com/typicode/husky/pull/1383
- fix: husky=0 in init (fixes #1393) by @typicode in https://github.com/typicode/husky/pull/1395
pnpm/pnpm (pnpm)
v8.15.3
Patch Changes
- Remove vulnerable "ip" package from the dependencies #7652.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
Our Silver Sponsors
|
|
|
|
|
|
|
|
|
|
v8.15.2
Patch Changes
- When purging multiple
node_modulesdirectories, pnpm will no longer print multiple prompts simultaneously. - Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted
node_modules. - Linking globally the command of a package that has no name in
package.json#4761. - Installation should work with lockfile created by pnpm v9.0.0-alpha.4
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
Our Silver Sponsors
|
|
|
|
|
|
|
|
|
|
release-it/release-it (release-it)
v17.1.1
v17.1.0
v17.0.5
- Fix dependencies for Windows (
d5a4c55)
v17.0.4
unjs/scule (scule)
v1.3.0
🚀 Enhancements
-
trainCaseutil (#74)
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
shikijs/shiki (shiki)
v1.1.7
🐞 Bug Fixes
- Allow nullish color for colorReplacement, fix ansi highlighting with dark-plus, fix #597 - by @chwzr in https://github.com/shikijs/shiki/issues/598 and https://github.com/shikijs/shiki/issues/597 (ccb58)
[View
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Deploying with
Cloudflare Pages
| Latest commit: |
97dd6e3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://033201c3.nuxt-content-1il.pages.dev |
| Branch Preview URL: | https://renovate-all-minor-patch.nuxt-content-1il.pages.dev |