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

build(deps-dev): bump @nuxtjs/i18n from 8.5.5 to 9.0.0 #149

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps @nuxtjs/i18n from 8.5.5 to 9.0.0.

Release notes

Sourced from @​nuxtjs/i18n's releases.

v9.0.0

We're happy to announce the stable release of v9!

The primary focus of this major release is to remove deprecated functionality and upgrade Vue I18n to v10, we did manage to sneak in some enhancements listed below.

🚨 Breaking changes

This update includes breaking changes so please make sure to review these in the migration documentation, if you run into problems during migration please open an issue so we can improve the guide!

📂 Directory restructure

We now use a default directory structure that is consistent with directory structure changes in Nuxt 4.

Here is an example of a project structure after this change:

app/
server/
i18n/
  locales/
    en.json
    ja.json
  i18n.config.ts
  localeDetector.ts
nuxt.config.ts

This can be configured with the restructureDir option which is set to i18n by default, see the docs for more details.

🛣️ Route type generation

Code_2024-09-27_12-02-50.mp4

Experimental route type generation improves DX for all route utilities and components by adding autocompletion and stricter type checks.

This feature can be enabled with the experimental.typedPages option, see the docs for more details.

⌨️ Messages and vue-i18n type generation

Code_2024-07-17_14-54-20.mp4

Experimental messages and vue-i18n options type generation improves DX by adding autocompletion and type safety for translation functions and configuration.

This feature can be enabled with the experimental.typedOptionsAndMessages option, see the docs for more details.

    View changes on GitHub

v9.0.0-rc.2

Please take time to view the Breaking changes in v9 page for an overview of changes and migration steps required. Share your feedback and experience so we can land v9 as stable and as soon as possible 🙏

... (truncated)

Changelog

Sourced from @​nuxtjs/i18n's changelog.

v9.0.0 (2024-11-03T11:23:01Z)

This changelog is generated by GitHub Releases

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

... (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 dependencies Pull requests that update a dependency file label Nov 4, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxtjs/i18n-9.0.0 branch 2 times, most recently from ca83ece to 4a72463 Compare November 5, 2024 08:44
Bumps [@nuxtjs/i18n](https://github.com/nuxt-modules/i18n) from 8.5.5 to 9.0.0.
- [Release notes](https://github.com/nuxt-modules/i18n/releases)
- [Changelog](https://github.com/nuxt-modules/i18n/blob/main/CHANGELOG.md)
- [Commits](nuxt-modules/i18n@v8.5.5...v9.0.0)

---
updated-dependencies:
- dependency-name: "@nuxtjs/i18n"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nuxtjs/i18n-9.0.0 branch from 4a72463 to 15a94d4 Compare November 12, 2024 09:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants