Skip to content

Bump i18next-cli from 1.61.0 to 1.64.1#178

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/i18next-cli-1.64.1
Open

Bump i18next-cli from 1.61.0 to 1.64.1#178
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/i18next-cli-1.64.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps i18next-cli from 1.61.0 to 1.64.1.

Changelog

Sourced from i18next-cli's changelog.

1.64.1

  • fix(status): align plural reporting with the i18next runtime (#270).
    • Plural categories that Intl.PluralRules only selects for out-of-range values (e.g. French _many, which fires only for counts ≥ 1,000,000) are now treated as optional: a missing or empty variant is shown as a soft "optional plural form" note instead of a hard "missing key" error, so it no longer fails the check. Categories reachable by typical counts (including decimals, e.g. Polish/Russian other) remain required.
    • With disablePlurals: true, a key used with count is now considered satisfied when either its plural variants (_one/_other) or the bare key exist — mirroring the runtime's key + suffix → key resolution chain — instead of demanding the literal bare key.

1.64.0

  • feat: extract.functions now supports trailing wildcards to match any method on an object, e.g. 'tProps.*' matches tProps.label(...) / tProps.title(...). This complements the existing leading wildcard ('*.t') and is also honored by the linter and rename-key (#269).

1.63.1

  • fix: init --inlang now pins @inlang/plugin-i18next@6.2.1 (was 6.2.0). 6.2.1 restores Sherlock (inlang VS Code extension) inline annotations, hovers, and message extraction for i18next projects, which were silently broken by the plugin's static ide-extension meta shadowing Sherlock's settings-injecting addCustomApi migration (reported and fixed upstream in opral/inlang#4368). Projects already scaffolded with 6.2.0 can simply bump the modules URL in project.inlang/settings.json.

1.63.0

  • feat: init --inlanginit can now scaffold a ready-made inlang project so inlang tooling (the Sherlock VS Code extension, the Fink web editor for translators, and the Paraglide compiler) works directly on your existing translation files — the i18next JSON stays the single source of truth, the scaffold is just the adapter. The wizard asks (default: no), or pass --inlang to skip the question. It emits a project.inlang/settings.json with baseLocale/locales from your config and plugin.inlang.i18next.pathPattern derived from extract.output: the namespaced object form when the layout uses {{namespace}} (namespace names discovered from the primary language's existing files, translation fallback on fresh projects), a plain pattern for single-file layouts; the {{lng}} alias and Windows path separators are normalized, and non-JSON layouts are skipped with a notice. It also

... (truncated)

Commits
  • 58e96ac 1.64.1
  • 90fb64d fix(status): align plural reporting with the i18next runtime #270
  • 4f32c05 1.64.0
  • 9ab66af feat(extract): support trailing wildcards in functions (e.g. 'tProps.*')
  • 3f40d0b 1.63.1
  • eac231d fix(init): pin @​inlang/plugin-i18next@​6.2.1 (restores Sherlock annotations)
  • f64e57d 1.63.0
  • 836d3be docs: changelog for 1.63.0
  • 2e56ae3 feat(init): optionally scaffold an inlang project (--inlang) (#268)
  • fc6ee7d test: keep native path separators in findExistingI18nInitFile, make tests pla...
  • 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 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)

Bumps [i18next-cli](https://github.com/i18next/i18next-cli) from 1.61.0 to 1.64.1.
- [Changelog](https://github.com/i18next/i18next-cli/blob/main/CHANGELOG.md)
- [Commits](i18next/i18next-cli@v1.61.0...v1.64.1)

---
updated-dependencies:
- dependency-name: i18next-cli
  dependency-version: 1.64.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 25, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants