looker-open-source / components

Looker's UI Components, Design Infrastructure and more
https://components.looker.com
MIT License
62 stars 31 forks source link

chore(deps): bump i18next from 20.3.1 to 21.1.0 #2857

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps i18next from 20.3.1 to 21.1.0.

Release notes

Sourced from i18next's releases.

v21.1.0

  • A new RTL support added for ckb language code

v21.0.2

  • fix defaultNS regression if translation namespace is defined in ns option, fixes #1658

v21.0.1

  • fix typescript typo for skipOnVariables

v21.0.0

This is a major breaking release:

  • introduce new v4 json format (intl plural forms with ordinal support), simplifyPluralSuffix not used anymore
  • skipOnVariables by default now is true
  • automatically detect natural language keys (no need to set nsSeparator or keySeparator to false)
  • remove deprecated whitelist features
  • introduce new i18next.resolvedLanguage property

➡️ check out the migration guide

Changelog

Sourced from i18next's changelog.

21.1.0

  • A new RTL support added for ckb language code

21.0.2

  • fix defaultNS regression if translation namespace is defined in ns option, fixes #1658

21.0.1

  • fix typescript typo for skipOnVariables

21.0.0

This is a major breaking release:

  • introduce new v4 json format (intl plural forms with ordinal support), simplifyPluralSuffix not used anymore
  • skipOnVariables by default now is true
  • automatically detect natural language keys (no need to set nsSeparator or keySeparator to false)
  • remove deprecated whitelist features
  • introduce new i18next.resolvedLanguage property

➡️ check out the migration guide

20.6.1

  • fix deepFind if looking for nesting array item

20.6.0

  • feature: key prefix option 1644

20.5.0

  • introduce missingKeyNoValueFallbackToKey option

20.4.0

  • change to return false when a nullable argument is passed 1635
  • make sure parseMissingKeyHandler is called when defaultValue is provided 1354
  • types: Fix i18n.use() cannot pass module constructors in TypeScript 1442
  • types: fix TypeScript definition for "loaded" event handler 1637

20.3.5

  • change init warning to only trigger if not using useSSR on react-i18next

20.3.4

  • fix(types): only use readonly array of strings in API 1629

... (truncated)

Commits
  • 17b192b 21.1.0
  • e516eec Merge pull request #1660 from emresandikci/feat/missing_rtl_support
  • 0872e77 chore(changelog): changelog information added for v21.1.0
  • a1ef13f feat: rtl support added for ckb lang code
  • e06325a 21.0.2
  • df1249c fix defaultNS regression if translation namespace is defined in ns option, fi...
  • 0b3689e fix tsconfig.nonEsModuleInterop in .npmignore
  • eae18ea migration hint in changelog
  • 65c7590 gh-release script
  • 91dba24 21.0.1
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
dependabot[bot] commented 3 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.