chore(deps): update dependency next-translate-plugin to v2.6.2 #104
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.5
->2.6.2
Release Notes
aralroca/next-translate-plugin (next-translate-plugin)
v2.6.2
Compare Source
What's Changed
New Contributors
Full Changelog: aralroca/next-translate@2.6.1...2.6.2
Full Changelog: aralroca/next-translate-plugin@2.6.1...2.6.2
v2.6.1
Compare Source
What's Changed
New Contributors
Full Changelog: aralroca/next-translate-plugin@2.6.0...2.6.1
v2.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: aralroca/next-translate@2.5.3...2.6.0
v2.5.3
Compare Source
What's Changed
New Contributors
Full Changelog Next-translate-plugin: aralroca/next-translate-plugin@2.5.2...2.5.3
Full Changelog Next-translate: aralroca/next-translate@2.5.2...2.5.3
v2.5.2
Compare Source
What's Changed
New Contributors
Full Changelog: aralroca/next-translate@2.5.0...2.5.2
v2.5.0
Compare Source
Read how to activate type-safety consuming translations:
What's Changed
Full Changelog Next-translate: aralroca/next-translate@2.4.4...2.5.0
Full Changelog Next-translate-plugin: aralroca/next-translate-plugin@2.4.4...2.5.0
v2.4.4
Compare Source
What's Changed
Full Changelog: aralroca/next-translate-plugin@2.4.3...2.4.4
v2.4.3
Compare Source
What's Changed Next-translate-plugin
What's Changed Next-translate
Full Changelog Next-translate-plugin: aralroca/next-translate-plugin@2.4.2...2.4.3
Full Changelog: aralroca/next-translate@2.4.2...2.4.3
v2.4.2
Compare Source
What's Changed
Full Changelog: aralroca/next-translate-plugin@2.4.1...2.4.2
v2.4.1
Compare Source
What's Changed in Next-translate-plugin
What's Changed in Next-translate
Full Changelog in Next-translate: aralroca/next-translate@2.4.0...2.4.1
Full Changelog in Next-translate-plugin: aralroca/next-translate-plugin@2.4.0...2.4.1
v2.4.0
Compare Source
What's Changed in Next-translate-plugin
What's Changed in Next-translate
Full Changelog Next-translate-plugin: aralroca/next-translate-plugin@2.3.0...2.4.0
Full Changelog Next-translate: aralroca/next-translate@2.3.1...2.4.0
v2.3.0
Compare Source
Summer release 2.3 ☀️
Where are versions 2.1 and 2.2? Why did we go from 2.0.6 to 2.3? Well, this release we have focused on fixing compatibility bugs with Next.js 13.3, when writing the version it was a mistake to think so much about 3, but now it stays with 2.3! 😸
In this new release:
experimental.appDir
withinnext.config.js
.Breaking change from Next.js >= 13.3
The middleware of the appDir that we had in the example and recommended in the documentation stopped working.
As a solution, we have added support for it to be done using the dynamic route
/[lang]
. The example and README.md have been updated so that you can see how to make it work. We have not stopped supporting the old way, and it is assumed that it will work again when this issue in Next.js is fixed:If you are affected by this Next.js issue, you can write there or contribute to the solution. In any case, you can use now the dynamic route
/[lang]
and, without needing the middleware, you can use the redirect within the RSC (see example).What's Changed in Next-translate-plugin
What's Changed in Next-translate
Full Changelog Next-translate-plugin: aralroca/next-translate-plugin@2.0.5...2.3.0
Full Next-translate Changelog: aralroca/next-translate@2.0.6...2.3.0
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.
This PR was generated by Mend Renovate. View the repository job log.