Skip to content

Bump nuxt from 3.16.2 to 3.17.2 #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps nuxt from 3.16.2 to 3.17.2.

Release notes

Sourced from nuxt's releases.

v3.17.2

3.17.2 is a regularly-scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest 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

  • nuxt: Tree-shake router's handleHotUpdate in production (#31971)

🩹 Fixes

  • nuxt: Ensure asyncData is initialised before effects run (#31946)
  • nuxt: Skip view transition if user agent provides one before defining transition (#31945)
  • nuxt: Improve hashing for complex body in useFetch (#31963)
  • nuxt: Immediately call asyncData within client-only components (#31964)
  • nuxt: Don't render errors if event is already handled (#31966)
  • nuxt: Track whether need to reinit asyncData separately from deps (#31965)
  • nuxt: Preserve params/meta/matched with universal router (#31950)
  • nuxt: Respect scroll behavior set by scrollToTop (#31914)
  • nuxt: Load live data from vfs even if a file exists in buildDir (#31969)
  • nuxt: Short circuit middleware when validate returns false (#31967)
  • nuxt: Ensure useAsyncData reactive to key changes when immediate: false (#31987)
  • nuxt: Resolve real paths imported into virtual files (0bb07f129)
  • webpack: Broaden WarningFilter type (2a79dbd68)
  • schema: Broaden warningIgnoreFilters (a62e808ac)

📖 Documentation

  • Add missing article (#31952)
  • Improve @nuxt/kit documentation (#31793)
  • Fix type issues in twoslash blocks (85ab105b8)
  • Add events page (#31977)

🏡 Chore

✅ Tests

🤖 CI

  • Run docs workflow against pull requests (08f968903)
  • Run tests against node v20 (3c97d3493)

... (truncated)

Commits
  • 346bb2b v3.17.2
  • b04cbae chore(deps): update all non-major dependencies (3.x) (#31991)
  • 0bb07f1 fix(nuxt): resolve real paths imported into virtual files
  • c462982 fix(nuxt): ensure useAsyncData reactive to key changes when `immediate: f...
  • b0eb9c7 fix(nuxt): short circuit middleware when validate returns false (#31967)
  • 4bcfe02 perf(nuxt): tree-shake router's handleHotUpdate in production (#31971)
  • a38f465 fix(nuxt): load live data from vfs even if a file exists in buildDir (#31...
  • b5d02e1 fix(nuxt): respect scroll behavior set by scrollToTop (#31914)
  • b421f28 fix(nuxt): preserve params/meta/matched with universal router (#31950)
  • 92f793b fix(nuxt): track whether need to reinit asyncData separately from deps (#31965)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.16.2 to 3.17.2.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.17.2/packages/nuxt)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-version: 3.17.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2025
Copy link

sonarqubecloud bot commented May 5, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants