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): update devdependency @nuxtjs/i18n to v8.5.2 #930

Merged
merged 4 commits into from
Sep 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/i18n (source) 8.3.3 -> 8.5.2 age adoption passing confidence

Release Notes

nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v8.4.0

Compare Source

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danielroe as a code owner September 2, 2024 13:57
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Sep 2, 2024
@renovate renovate bot force-pushed the renovate/i18n branch 2 times, most recently from 312178c to cc7207c Compare September 4, 2024 18:48
@renovate renovate bot changed the title chore(deps): update devdependency @nuxtjs/i18n to v8.5.1 chore(deps): update devdependency @nuxtjs/i18n to v8.5.2 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/i18n branch 3 times, most recently from 3a82a8a to 76c1170 Compare September 9, 2024 17:18
Copy link
Contributor Author

renovate bot commented Sep 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Sep 10, 2024
@danielroe danielroe merged commit 4dad5c5 into main Sep 10, 2024
3 of 4 checks passed
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 10, 2024
@danielroe danielroe deleted the renovate/i18n branch September 10, 2024 13:09
@danielroe
Copy link
Member

cc: @BobbieGoede looks like this was not a non-breaking upgrade, at least in this monorepo context. Not an issue but thought you'd appreciate the heads up.

@BobbieGoede
Copy link
Member

cc: @BobbieGoede looks like this was not a non-breaking upgrade, at least in this monorepo context. Not an issue but thought you'd appreciate the heads up.

Hmm, leaving the restructureDir option unset should keep the original behavior 🤔 Hopefully it's only specific to the setup here, but going look into it

@BobbieGoede
Copy link
Member

You're right, there was a breaking change.

It looks like the i18n.config.ts file is not being loaded/used if no options are passed to the module, setting either i18n: {} or modules: [['@nuxtjs/i18n', {}]] seems to be sufficient 😅 Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants