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

Bump @nuxt/kit from 3.11.2 to 3.12.1 #460

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps @nuxt/kit from 3.11.2 to 3.12.1.

Release notes

Sourced from @​nuxt/kit'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
  • 9f06842 v3.12.0
  • 018b035 fix(kit,schema): revert changes to module options types (#26850)
  • 7bb0273 fix(kit): revert back to esnext target
  • 7d48d98 chore: upgrade jiti (#27479)
  • da28077 fix(kit): avoid fallback to normalized path in module loading (#27507)
  • c06a683 feat(kit,schema): add .with for better module options types (#26850)
  • b08dfc9 fix(kit): do not use module: preserve unelss ts v5.4 is installed
  • 0d84300 feat(kit): support typed module options in installModule (#26744)
  • af65d59 fix(kit): improve defaults in generated tsconfig.json (#27485)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor Contains new features or enhancements labels Jun 11, 2024
@dependabot dependabot bot requested a review from a team June 11, 2024 14:48
Bumps [@nuxt/kit](https://github.com/nuxt/nuxt/tree/HEAD/packages/kit) from 3.11.2 to 3.12.1.
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.12.1/packages/kit)

---
updated-dependencies:
- dependency-name: "@nuxt/kit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxt/kit-3.12.1 branch from 291188e to 48d2b04 Compare June 12, 2024 20:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #465.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nuxt/kit-3.12.1 branch June 17, 2024 15:02
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 minor Contains new features or enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants