chore(deps): bump @nuxt/devtools and nuxt by dependabot[bot] · Pull Request #368 · fuzzzerd/NoteToSelf
Bumps @nuxt/devtools to 3.1.0 and updates ancestor dependency nuxt. These dependencies need to be updated together.
Updates @nuxt/devtools from 1.4.1 to 3.1.0
Release notes
Sourced from @nuxt/devtools's releases.
v3.1.0
🚀 Features
- Update Vue DevTools, close #898 - by
@antfuin nuxt/devtools#898 (11753)View changes on GitHub
v3.0.1
🚀 Features
- Add expiermental support for Vite DevTools - by
@antfu(68137)- Improve vite devtools integration - by
@antfu(8759c)🐞 Bug Fixes
- Update text color for default inputs description - by
@elonehooand@antfuin nuxt/devtools#904 (8cd29)View changes on GitHub
v3.0.0
🚨 Breaking Changes
- Upgrade to Nuxt 4 for kit and client - by
@antfuin nuxt/devtools#901 (bc581)View changes on GitHub
v3.0.0-beta.2
No significant changes
View changes on GitHub
v3.0.0-beta.1
🚨 Breaking Changes
- Upgrade to Nuxt 4 for kit and client - by
@antfuin nuxt/devtools#901 (bc581)View changes on GitHub
v2.7.0
🐞 Bug Fixes
- devtools: Use vite plugin for env-specific config - by
@danielroein nuxt/devtools#899 (0c258)View changes on GitHub
v2.6.5
🐞 Bug Fixes
... (truncated)
Changelog
Sourced from @nuxt/devtools's changelog.
3.1.0 (2025-11-07)
Features
3.0.1 (2025-10-31)
Bug Fixes
Features
3.0.0 (2025-10-28)
3.0.0-beta.2 (2025-10-28)
3.0.0-beta.1 (2025-10-27)
2.7.0 (2025-10-26)
Bug Fixes
2.6.5 (2025-09-20)
Bug Fixes
... (truncated)
Commits
ba55eecchore: release v3.1.021c4610chore: release v3.0.18759cf3feat: improve vite devtools integration94fc4efchore: fix type error681378afeat: add expiermental support for Vite DevTools8cd29b7fix: update text color for default inputs description (#904)be134ccchore: release v3.0.03b7b91echore: release v3.0.0-beta.29a6c882refactor: add type assertions + guards (#902)3d22410chore: release v3.0.0-beta.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @nuxt/devtools since your current version.
Updates nuxt from 3.13.1 to 3.20.1
Release notes
Sourced from nuxt's releases.
v3.20.1
3.20.1 is the next patch release.
✅ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupe --channel=v3This 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
🩹 Fixes
- vite: Unset
optimizeDeps.includefor 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
optimizeDepsconfig 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
cookieStoreistrueby default (#33572)- Document
pendingas alias ofstatus === 'pending'(#33221)- Clarify route middleware doesn't affect API routes (#33643)
- Improve docs for
useHead/useHydration/useLazy*(#33626)- Typo (#33655)
🏡 Chore
- Add
verifyDepsBeforeRun: install(#33603)- Reduce redirects in docs links (bbdc72e35)
- Lint docs (352bdbc93)
- Remove verify deps before run (e9e1c5b97)
🤖 CI
- Disable cache in release action (885df65f4)
❤️ Contributors
- Daniel Roe (
@danielroe)
... (truncated)
Commits
1d2ee45v3.20.122311a6chore(deps): update all non-major dependencies (3.x) (#33472)8f718bcfix(nuxt): cleanup event listener with cleanup signal (#33667)286a18afix(nuxt): remove abort signal event listeners after render (#33665)4105d1afix(nuxt): process prerender routes onpages:resolved(#33662)3f812d6fix(nuxt): respect layer priority order for scanned components (#33654)2f86561refactor(kit,nitro,nuxt,schema,vite): explicitly import process/performance (...bbdc72echore: reduce redirects in docs linksd47b57cfix(nuxt): correct warning message for prefetch/noPrefetch conflict (#33617)4c0d475fix(kit,nuxt,schema): deprecateImportPresetWithDeprecation(#33596)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nuxt since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.