chore(deps-dev): bump i18next-cli from 1.67.8 to 1.69.0 in the frontend group across 1 directory - #6411
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the frontend group with 1 update in the / directory: [i18next-cli](https://github.com/i18next/i18next-cli). Updates `i18next-cli` from 1.67.8 to 1.69.0 - [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md) - [Commits](i18next/i18next-cli@v1.67.8...v1.69.0) --- updated-dependencies: - dependency-name: i18next-cli dependency-version: 1.67.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/frontend-eee405b66d
branch
from
August 16, 2026 23:04
294d436 to
d559fb5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the frontend group with 1 update in the / directory: i18next-cli.
Updates
i18next-clifrom 1.67.8 to 1.69.0Changelog
Sourced from i18next-cli's changelog.
Commits
eacc2be1.69.028caa1bfeat(lint): support acceptedTags: 'all' to lint every tag including custom co...4c61b53fix(test): make the status --unused read-only assertion pass on Windows0962adb1.68.07295a41feat(status): add --unused to report only unused translation keys (#281)00708031.67.94540650fix(types): harden defaultNS derivation when extract.defaultNS is falsee42bdaffix(types): derive defaultNS from generated resources when extract.defaultNS ...Note
Low Risk
Lockfile-only dev-tool upgrade with no runtime or config edits; possible minor impact only if i18next type generation is run with
defaultNS: false.Overview
Bumps the dev dependency
i18next-clifrom 1.67.8 to 1.69.0 inpackage-lock.jsononly; no application ori18next.config.mjschanges.The newer CLI adds optional capabilities (e.g.
status --unusedfor unused keys,acceptedTags: 'all'for lint) and includes a 1.67.9 types fix whenextract.defaultNSisfalse—which matches this repo’s extract config and only matters if generatedi18next.d.tsis created or regenerated. Existingnpm run i18n:extractbehavior is unchanged unless you adopt the new flags or lint options.Reviewed by Cursor Bugbot for commit d559fb5. Bugbot is set up for automated code reviews on this repo. Configure here.