Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2021

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt-themes/docus ^1.10.1 -> ^1.15.1 age confidence dependencies minor
@nuxt/kit (source) ^3.3.2 -> ^3.20.1 age confidence dependencies minor
@nuxt/module-builder ^0.2.1 -> ^0.8.4 age confidence devDependencies minor
@nuxthq/studio (source) ^0.10.0 -> ^0.14.1 age confidence dependencies minor
eslint (source) ^8.37.0 -> ^8.57.1 age confidence devDependencies minor
node 16 -> 16.20.2 age confidence uses-with minor
nuxt (source) ^3.3.2 -> ^3.20.1 age confidence devDependencies minor
nuxt (source) ^3.3.2 -> ^3.20.1 age confidence dependencies minor
playwright (source) ^1.32.1 -> ^1.57.0 age confidence devDependencies minor
pnpm (source) 8.1.0 -> 8.15.9 age confidence packageManager minor
pnpm (source) 7 -> 7.33.7 age confidence uses-with minor
pnpm/action-setup v2.2.4 -> v2.4.1 age confidence action minor
release-it ^15.9.3 -> ^15.11.0 age confidence devDependencies minor
svgo (source) ^3.0.2 -> ^3.3.2 age confidence dependencies minor
vitest (source) ^0.29.8 -> ^0.34.6 age confidence devDependencies minor

Release Notes

nuxt-themes/docus (@​nuxt-themes/docus)

v1.15.1

Compare Source

What's Changed
New Contributors

Full Changelog: nuxt-content/docus@v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-content/docus@v1.14.9...v1.15.0

v1.14.9

Compare Source

v1.14.8

Compare Source

v1.14.7

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-content/docus@v1.14.6...v1.14.7

v1.14.6

Compare Source

  • fix(search): handle back docsearch properly (b5f3108)
  • fix(footer): handle icons value for credits (e1ed5c8)

Full Changelog: nuxt-content/docus@v1.14.5...v1.14.6

v1.14.5

Compare Source

What's Changed

Full Changelog: nuxt-content/docus@v1.14.4...v1.14.5

v1.14.4

Compare Source

v1.14.3

Compare Source

  • fix: no need to have client-only for AppSearch (bb9c50f)

Full Changelog: nuxt-content/docus@v1.14.2...v1.14.3

v1.14.2

Compare Source

What's Changed

Full Changelog: nuxt-content/docus@v1.14.1...v1.14.2

v1.14.1

Compare Source

  • fix: add AppSearch only on client-side (b3a93ef)

v1.14.0

Compare Source

What's Changed

CleanShot.2023-07-12.at.10.22.36.mp4

Full Changelog: nuxt-content/docus@v1.13.1...v1.14.0

v1.13.1

Compare Source

  • fix: ignore pinceau routes to generate without failing (3e728b5)

v1.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-content/docus@v1.12.3...v1.13.0

v1.12.3

Compare Source

  • fix: use public runtime config for DocSearch (2d0a25a)

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

  • chore(lockfile): upgrade lockfile (ead6d06)
  • docs: logo customization (#​905) (b52509e)
  • feat(rel): add rel support for textLinks and iconLinks too (838003d)
  • Merge branch 'main' of github.com:nuxtlabs/docus (9d20ec9)
  • feat: allow rel for socials links to be configured (#​899) (fbd0971)
  • chore(deps): up (117bd8b)
  • chore(clean): clean comments (a710a9a)
  • chore(deployment): add github action (97d6bb5)
  • 1 deletion by Nuxt Studio (e277328)
  • chore(deployment): add github action (b85ff39)
  • chore(fix): iconLinks in starter (5d2eff5)
  • feat(nuxt): fix nuxt version in starter (c62df23)
  • chore(devtools): add devtools to starter (8000f2c)
  • feat(starter): move docus-starter inside this repository (#​904) (a8af7e6)

v1.11.1

Compare Source

v1.11.0

Compare Source

nuxt/nuxt (@​nuxt/kit)

v3.20.1

Compare Source

3.20.1 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe --channel=v3

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • vite: Unset optimizeDeps.include for server environment (#​33550)
  • kit,nuxt,schema: Deprecate ImportPresetWithDeprecation (#​33596)
  • nuxt: Correct warning message for prefetch/noPrefetch conflict (#​33617)
  • nitro: Remove <nuxt-error-overlay> iframe border (#​33625)
  • vite: Use rolldown replace only in build (#​33615)
  • nitro: Use directory paths in moduleEntryPaths (#​33628)
  • nitro: Start error overlay minimized based on status code (#​33658)
  • vite: Ensure optimizeDeps config is applied before other plugins (#​33586)
  • nuxt: Respect layer priority order for scanned components (#​33654)
  • nuxt: Process prerender routes on pages:resolved (#​33662)
  • nuxt: Remove abort signal event listeners after render (#​33665)
  • nuxt: Cleanup event listener with cleanup signal (#​33667)
  • vite: Respect vite proxy in dev middleware (#​33670)
💅 Refactors
  • kit,nitro,nuxt,schema,vite: Explicitly import process/performance (#​33650)
📖 Documentation
  • Fix typo in eslint flat config description (#​33569)
  • Add signal support to useAsyncData examples (#​33601)
  • Note that cookieStore is true by default (#​33572)
  • Document pending as alias of status === 'pending' (#​33221)
  • Clarify route middleware doesn't affect API routes (#​33643)
  • Improve docs for useHead/useHydration/useLazy* (#​33626)
  • Typo (#​33655)
🏡 Chore
🤖 CI
  • Disable cache in release action (885df65f4)
❤️ Contributors

v3.20.0

Compare Source

3.20.0 is the next minor release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🚀 Enhancements
  • nuxt: Allow specifying component declarationPath (#​33419)
  • kit: Add extensions option for resolveModule (#​33328)
  • nuxt: Add abortController option to useAsyncData (#​32531)
  • nuxt: Display youch error page w/ user error page in dev (#​33359)
  • nuxt: Experimental typescript plugin support (#​33314)
  • nuxt,schema: Extract asyncData handlers to chunks (#​33131)
  • kit: Add setGlobalHead utility (#​33512)
  • kit,vite: Allow enabling vite environment api (#​33492)
🔥 Performance
  • nuxt: Precompute renderer dependencies at build time (#​33361)
  • kit,schema: Remove some unnecessary dependencies (bdf34c263)
🩹 Fixes
  • nuxt: Preserve hash with redirecting based on routeRules (#​33222)
  • kit: Safely cleanup loadNuxtConfig in concurrent calls (#​33420)
  • nuxt: Allow object-format href in <NuxtLink> (b97ae2f70)
  • nuxt: Remove mergeModels from auto imports (#​33344)
  • nuxt: Add back shortPath property (#​33384)
  • nuxt: Do not allow native attrs to shadow nuxt link props (0981990a7)
  • nuxt: Remove declarationPath from component dirs (e384ba3cb)
  • nuxt: Preserve root route in isPrerendered check (#​33476)
  • nuxt: Exempt webpack vfs from pkg lookup (4df1e8275)
  • nitro: Exempt nightly release from import protections (272d9abbe)
  • webpack,rspack: Preserve prerender + nitro flags in server builds (#​33503)
  • nuxt: Support component auto-imports as arguments of h() (#​33509)
  • vite: Prevent assignment for rolldown's replacement plugin (#​33526)
  • nuxt: Use sha256 hash for prerender cache keys (#​33505)
  • nuxt: Add NuxtTime relative time numeric prop (#​33552)
  • nuxt: Add NuxtTime relative time relativeStyle prop (#​33557)
  • nuxt: Handle arrays in app config correctly during HMR (#​33555)
💅 Refactors
  • Remove obsolete shortPath property (#​33384)
  • kit: Extract trace utilities (ddaedfa51)
  • nuxt,vite,webpack: Allow builders to augment types (#​33427)
  • schema: Deprecate extend, extendConfig, and configResolved hooks (932a80dc6)
  • nitro,nuxt: Extract @nuxt/nitro-server package (#​33462)
  • nuxt: Use RouteLocationNormalizedLoadedGeneric internally (aa211fb4f)
  • vite: Make vite plugins environment-compatible (#​33445)
📖 Documentation
  • Add nuxt module addServerPlugin note (#​33409)
  • Remove deprecated node version (#​33411)
  • Update declarationPath in addComponent (#​33380)
  • Add some notes/deprecations for vite hooks (2c6912d2f)
  • Fix incorrect ESM module field info (#​33451)
  • Recommend getLayerDirectories() instead of nuxt.options._layers (#​33484)
  • Add docs for moduleDependencies (#​33499)
  • Pin codemod to v0.18.7 for migration recipe (#​33522)
🏡 Chore
  • Migrate gitpod to ona (#​33159)
  • Use native node to run test:prepare (cbad63c02)
  • Do not use native node to run test:prepare (672c09423)
  • Update valid semantic scopes (4ca29168b)
  • Ignore nitro templates (ec59aceeb)
  • Remove vue-demi from ignoredBuiltDependencies (#​33494)
  • Update vscode url (#​33360)
  • Correct jsdoc location for function used as parameters (#​33507)
  • Remove code comment (#​33515)
  • Patch changelogen for large numbers of commits (b6530b5b6)
  • Filter out commits before last tag when constructing changelog (257049712)
  • Ignore @rollup/plugin-commonjs (c2bd323b8)
  • Pin @rollup/plugin-commonjs (a524522ea)
✅ Tests
  • Update runtime test to use asyncDataDefaults.errorValue (b6f1c9b0d)
  • Refactor suite to use common matrix utils (#​33483)
  • Update typed router test (c55db2854)
🤖 CI
  • Publish @nuxt/nitro-server on pkg-pr-new (d37ef17b0)
  • Remove nitro-server publish until v4.2 is released (e34c2f52f)
  • For now, use tag push to trigger release (0705b835f)
❤️ Contributors

v3.19.3

Compare Source

3.19.3 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • vite: Use rolldown's replace plugin when applicable (#​33258)
🩹 Fixes
  • nuxt: Make lazy component types compatible with h (#​33046)
  • vite: Deduplicate inlined server style chunks (#​33308)
  • nuxt: Support head option on useHead (#​33318)
  • nuxt: Do not relativise importmap if cdnURL is set (#​33333)
  • nuxt: Resolve aliases in imports.dirs (#​33334)
  • nuxt: Add missing element/vnode props for <NuxtLink> (#​33335)
  • nuxt: Do not generate server placeholder components (#​33345)
  • nuxt: Dedupe generated component names (#​33346)
  • webpack: Test watch instance before closing it (3314bc9a1)
  • nuxt: Correctly handle island rendering error (#​33302)
  • nuxt: Support v-slot:fallback longform syntax in <DevOnly> (#​33368)
  • nuxt: Support typeFrom when generating auto-import type templates (#​33373)
  • nuxt: Don't trigger scroll when changing trailing slash (#​33358)
  • nuxt: Add stubs for new scripts from @nuxt/scripts (057ade490)
  • nuxt: Prevent duplicate execution on key change in useAsyncData (#​33325)
  • nuxt: Make middleware _path property configurable for HMR (#​33379)
  • nuxt: Handle non-immediate useAsyncData with different key on ssr (#​33341)
💅 Refactors
  • nuxt: Improve implementation of error composables (#​33234)
  • nuxt: Resolve path of typed-router.d.ts early for consistency (#​33285)
  • nuxt: Place filename into componentsIslandsTemplate definition (#​33394)
  • nuxt,vite: Use environment-api compatible plugins (#​33403)
📖 Documentation
  • Update usage instructions for Windows users (#​33284)
  • Remove d suffix in example (#​33298)
  • Move directory structure to top-level (#​33299)
  • Add 3.x prefix to all internal links (0fef864d6)
  • Add information about useFetch reactivity (#​33317)
  • Lint code samples within docs (#​33271)
  • Note prepare command NODE_ENV behavior (#​33330)
  • Update nuxt command pages (#​33336)
🏡 Chore
✅ Tests
  • nuxt: Set locale to en for nuxt-time tests (#​33343)
  • Double gotoPath timeout in CI (9d336cc76)
🤖 CI
  • Add provenance action to check for downgrades in provenance (18ab6e5fa)
  • Pass commit sha when triggering ecosystem ci (7b2949a3c)
❤️ Contributors

v3.19.2

Compare Source

3.19.2 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • kit: Do not normalise templates in loop if dst is present (#​33200)
  • nuxt: Remove watcher from hydrate-when lazy hydration strategy (#​33199)
  • nuxt,schema: Normalise components + directories more efficiently (#​33207)
  • kit,nuxt: Reduce unnecessary iteration in nuxt code (#​33212)
  • nuxt: Skip running lazy hydration transform with filter (#​33213)
🩹 Fixes
  • schema: Add pkg-types to dependencies (a6e5dd756)
  • nuxt: Ignore errors when treeshaking composables within other composables (e3e42ac77)
  • nuxt: Do not tree-shake composables within other composables (#​33153)
  • kit: Ensure module dependencies are typed correctly (ea16d182a)
  • nuxt: Prevent Infinity backgroundSize in loading indicator (#​33211)
  • nuxt: Remove unused enabled from components dir options (#​32844)
  • nuxt: Sync watch request in useAsyncData (#​33192)
  • nuxt: Move key imports logic after all modules run (#​33214)
📖 Documentation
  • Update language on bridge head migration (32e76f609)
🏡 Chore
❤️ Contributors

v3.19.1

Compare Source

v3.19.1 is a regularly scheduled patch release

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🩹 Fixes
  • nuxt: Correct relative path of auto imported components (#​33122)
  • nuxt: Prefer accessing globalThis over window (#​33125)
  • nuxt: Migrate to AST-aware tree-shaking + route injection (#​33128)
  • nuxt: Ignore #components import mapping inside packages that use it internally (#​33049)
  • vite: Remove explicit vite-node configuration of deps.inline (#​33133)
  • nuxt: Include trace in dev-time useRoute usage warning (#​33039)
  • nuxt: Print route middleware path in warning (#​33136)
  • nuxt: Include core auto-imports from imports:sources in override warning (#​33050)
  • nuxt: Render relative importmap entry path if required (#​33146)
📖 Documentation
  • Add documentation for module lifecycle hooks (#​33115)
  • Add -- to bun create command (ab6aa8ee5)
  • Add JSDoc for navigateTo (#​21442)
🏡 Chore
✅ Tests
🤖 CI
  • Remove default discord reactions from thread (more noise than it's worth) (2e3c91e0c)
  • Rewrite release workflow in ts + support multiple tags (478c64342)
  • Pass correct flag (a954f383f)
  • Pass tag via env variable (dcfc82688)
  • Drop 4x tags from releases (e3aa50d11)
❤️ Contributors

v3.19.0

Compare Source

👀 Highlights

Please see the release notes for Nuxt v4.1 for full details on the features and fixes in Nuxt v3.19.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will refresh your lockfile and pull in all the latest dependencies that Nuxt relies on, especially from the unjs ecosystem.

👉 Changelog

compare changes

🚀 Enhancements
  • kit: Add ignore option to resolveFiles (#​32858)
  • kit: Add onInstall and onUpgrade module hooks (#​32397)
  • nuxt,vite: Add experimental support for rolldown-vite (#​31812)
  • nuxt: Extract defineRouteRules to page rules property (#​32897)
  • nuxt,vite: Use importmap to increase chunk stability (#​33075)
  • nuxt: Lazy hydration macros without auto-imports (#​33037)
  • kit,nuxt,schema: Allow modules to specify dependencies (#​33063)
  • kit,nuxt: Add getLayerDirectories util and refactor to use it (#​33098)
🔥 Performance
  • nuxt: Clear inline route rules cache when

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 was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Nov 30, 2021

Codecov Report

Merging #262 (fcccb00) into master (28e06a5) will not change coverage.
Report is 5 commits behind head on master.
The diff coverage is n/a.

❗ Current head fcccb00 differs from pull request most recent head 99362f3. Consider uploading reports for the commit 99362f3 to get more accurate results

@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   73.52%   73.52%           
=======================================
  Files           5        5           
  Lines         272      272           
  Branches       53       48    -5     
=======================================
  Hits          200      200           
  Misses         72       72           

@renovate renovate bot changed the title chore(deps): update devdependency playwright to ^1.17.0 chore(deps): update devdependency playwright to ^1.17.1 Dec 2, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55582db to e4891a3 Compare December 2, 2021 07:56
@renovate renovate bot changed the title chore(deps): update devdependency playwright to ^1.17.1 chore(deps): update all non-major dependencies Dec 3, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5ec3e42 to 427da87 Compare December 7, 2021 03:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from fcff962 to 16d55e7 Compare December 20, 2021 16:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16d55e7 to 75eea6f Compare December 21, 2021 15:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 302796a to 56dded4 Compare January 1, 2022 02:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9e0a039 to 241938a Compare January 16, 2022 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from da27c7e to b772ed9 Compare January 22, 2022 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b772ed9 to 5134566 Compare March 7, 2022 12:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5134566 to 8535c1c Compare March 26, 2022 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 93f65fd to 54937a4 Compare July 1, 2025 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0545901 to fa76515 Compare July 13, 2025 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 41af280 to afa4f91 Compare August 1, 2025 08:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 50dcb0a to 47281b9 Compare August 10, 2025 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9874cbb to bc70ed6 Compare August 19, 2025 11:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc70ed6 to 3226b86 Compare August 20, 2025 21:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 87b9006 to 492ed91 Compare September 6, 2025 03:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 492ed91 to 90be21e Compare September 13, 2025 11:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f91e38f to a17add8 Compare September 25, 2025 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0c756ea to 36f638a Compare October 9, 2025 11:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb9bbe2 to a32900c Compare October 21, 2025 19:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a32900c to a8ba0c2 Compare October 28, 2025 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 83b3123 to 94dddc5 Compare November 10, 2025 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94dddc5 to c04ae89 Compare November 18, 2025 23:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c04ae89 to a302081 Compare November 25, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant