chore(deps): bump i18next-scanner from 2.11.0 to 4.1.0
Bumps i18next-scanner from 2.11.0 to 4.1.0.
Release notes
Sourced from i18next-scanner's releases.
v4.1.0
What's Changed
- Update conflicting default translation message by
@hogansghostin i18next/i18next-scanner#236New Contributors
@hogansghostmade their first contribution in i18next/i18next-scanner#236Full Changelog: https://github.com/i18next/i18next-scanner/compare/v4.0.0...v4.1.0
v4.0.0
What's Changed
feat: migrate from Tap to Jest by
@chetonin i18next/i18next-scanner#220feat: rework the
nodesToStringfunction to output expected element index or tag name by@chetonin i18next/i18next-scanner#234Adds
supportBasicHtmlNodesandkeepBasicHtmlNodesForoptions to thetransobject that supports for simple html elements. Learn moretrans: { supportBasicHtmlNodes: true, // Enables keeping the name of simple nodes (e.g. <br/>) in translations instead of indexed keys. keepBasicHtmlNodesFor: ['br', 'strong', 'i', 'p'], // Which nodes are allowed to be kept in translations during defaultValue generation of <Trans>. }Full Changelog: https://github.com/i18next/i18next-scanner/compare/v3.3.0...v4.0.0
v3.3.0
What's Changed
- feat: add
allowDynamicKeysoption that allows inferring dynamic keys within the custom handler by@delphiactualin i18next/i18next-scanner#233New Contributors
@delphiactualmade their first contribution in i18next/i18next-scanner#233Full Changelog: https://github.com/i18next/i18next-scanner/compare/v3.2.0...v3.3.0
v3.2.0
What's Changed
- chore: use let instead of const to fix type error by
@sitek94in i18next/i18next-scanner#225- feat: add metadata attribute for passing context information about the translation key/string by
@mmohajerin i18next/i18next-scanner#230New Contributors
@sitek94made their first contribution in i18next/i18next-scanner#225@mmohajermade their first contribution in i18next/i18next-scanner#230Full Changelog: https://github.com/i18next/i18next-scanner/compare/v3.1.0...v3.2.0
v3.1.0
- feat: use esprima-next that contains the latest release of ESM support (#221, closes #205)
- chore: deprecate Travis CI in favor of GitHub workflows
v3.0.1
- fix: fix false ns type error (#183)
... (truncated)
Commits
4687b6achore(release): publish0da3ed0feat: update conflicting default translation message (#236)9e91b0cfeat: rework thenodesToStringfunction to output expected element tags (#234)1d8294dfeat: migrate from Tap to Jest (#220)905bd96chore(release): publish7ea1f0ffeat: addallowDynamicKeysoption that allows inferring dynamic keys within...7533893chore(release): publish8b5407cfeat: addmetadataattribute for passing context information about the tran...ceb4c2cchore: use let instead of const to fix type error (#225)58edbd1chore: add test for optional chaining- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)