inab / openEBench-nuxt

Vue Client for the OpenEBench Micro Frontends
Apache License 2.0
1 stars 1 forks source link

fix(deps): bump nuxt from 2.16.3 to 3.12.1 #626

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps nuxt from 2.16.3 to 3.12.1.

Release notes

Sourced from nuxt's releases.

v3.12.1

3.12.1 is a hotfix release to address a typo in the nuxt/script stub auto-imports.

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Update registry list for @nuxt/scripts (0252000d7)

💅 Refactors

  • schema: Use CompatibilityDateSpec (#27521)

📖 Documentation

  • Update more references to v3.12 (1d2eee00d)
  • Mention 3.12 for testing nuxt 4 (#27525)

🏡 Chore

✅ Tests

❤️ Contributors

v3.12.0

👀 Highlights

We're on the road to the release of Nuxt 4, but we've not held back in Nuxt v3.12. A huge thank you to the 75+ Nuxt contributors and community members who have been part of this release. ❤️

🚀 Testing Nuxt 4 changes

Nuxt 4 is on the horizon, and it's now possible to test out the behaviour changes that will be coming in the next major release (#26925) by setting an option in your nuxt.config file:

export default defineNuxtConfig({
  future: {
    compatibilityVersion: 4,
  },
</tr></table> 

... (truncated)

Commits
  • 41fc45d v3.12.1
  • d5d9071 chore: bump nuxi dependency (#27526)
  • 4db02e1 chore(deps): pin devdependency @​nuxt/scripts to 0.4.7 (main) (#27523)
  • 0252000 fix(nuxt): update registry list for @nuxt/scripts
  • 9f06842 v3.12.0
  • 09f6a88 fix(nuxt): use file path as key for re-augmenting
  • b75bf87 fix(nuxt): register augmented pages to avoid re-augmenting
  • 13fec55 fix(nuxt): handle symbol keys in wrapped runtime config
  • 9655ce6 fix(nuxt): add parent scopeId to server components (#27497)
  • cd95d99 feat(nuxt,schema): add compatibilityDate flag for future (#27512)
  • 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 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[bot] commented 3 weeks ago

Superseded by #635.