Skip to content
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

chore(deps): bump nuxt from 3.13.1 to 3.13.2 #3203

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps nuxt from 3.13.1 to 3.13.2.

Release notes

Sourced from nuxt's releases.

v3.13.2

3.13.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

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

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Remove interop default for dynamic components (#28912)

🩹 Fixes

  • nuxt: Fix ssr log querySelector (#28864)
  • schema: Enable propsDestructure by default (#28830)
  • nuxt: Ensure injected route has enumerable keys (#28841)
  • nuxt: Don't override vue instance with legacy asyncData (#28842)
  • nuxt: Render server errors with ssr: false (#28834)
  • nuxt: Resolve full component paths (#28843)
  • nuxt: Improve accuracy of module resolution conditions (#28846)
  • nuxt: Log more context of prerendering errors (#28895)
  • nuxt: Enable injectAtEnd to reduce circular auto-imports (#28822)
  • nuxt: Ensure we process files in buildDir for unimport (#28899)
  • nuxt: Do not accept attrs on <NuxtErrorBoundary> (#28901)
  • nuxt,schema: Accept any module in inline modules array (#28922)
  • nuxt: Fall back to original component filePath (#28925)
  • nuxt: Make runWithContext generic (#28926)
  • nuxt: Set inheritAttrs: false for fragment components (#28939)
  • nuxt: Use case-insensitive regexp for <script> blocks (4fd24381c)
  • nuxt: Ensure component imports are injected last (#28944)
  • nuxt: Catch chunk errors directly in navigation (820908696)
  • nuxt: Add missing isNuxtMajorVersion export (#29016)
  • nuxt: Correct type for useError (#28996)

💅 Refactors

  • nuxt: Use vite:preloadError event (#28862)

📖 Documentation

  • Add known limitations for app.config.ts (#28875)
  • Typo fixed missing closing angle bracket (#28880)
  • Update useFetch troubleshooting section (#28918)
  • Capitalize text (#28972)
  • Fix typo (#28983)
  • Add clarity to useFetch parameter signature (#28993)

... (truncated)

Commits

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)

@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Sep 17, 2024
@dependabot dependabot bot requested a review from annsch as a code owner September 17, 2024 00:44
@dependabot dependabot bot added the 🤫dependencies Pull requests that update a dependency file label Sep 17, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 17, 2024 00:44
Copy link
Contributor

🔭🐙🐈 Test this branch here: https://db-ui.github.io/mono/review/dependabot-npm_and_yarn-nuxt-3.13.2

@github-actions github-actions bot added the 📺showcases Changes to 1-n showcases label Sep 17, 2024
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 040db87 to a1ccb00 Compare September 17, 2024 02:00
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from a1ccb00 to 33e172a Compare September 17, 2024 03:42
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 33e172a to f5f8bfc Compare September 17, 2024 05:24
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from f5f8bfc to 889d2fe Compare September 17, 2024 15:59
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 889d2fe to a7b10c5 Compare September 17, 2024 17:03
github-actions[bot]
github-actions bot previously approved these changes Sep 17, 2024
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 5ce5149 to 075b811 Compare September 17, 2024 18:48
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 075b811 to 7f53d0e Compare September 17, 2024 19:16
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 7f53d0e to 053b361 Compare September 18, 2024 01:47
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 053b361 to d2e6f06 Compare September 18, 2024 02:40
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from d2e6f06 to 1bdb38d Compare September 18, 2024 03:19
Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.13.1 to 3.13.2.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.13.2/packages/nuxt)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-nuxt-3.13.2 branch from 1bdb38d to 65d5c2c Compare September 18, 2024 03:54
@github-actions github-actions bot merged commit 19ae9c1 into main Sep 18, 2024
64 checks passed
@github-actions github-actions bot deleted the dependabot-npm_and_yarn-nuxt-3.13.2 branch September 18, 2024 04:17
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 📺showcases Changes to 1-n showcases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants