Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump i18next from 22.4.15 to 23.4.4 #803

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Bumps i18next from 22.4.15 to 23.4.4.

Release notes

Sourced from i18next's releases.

v23.4.4

  • types: add customisation of contextSeparator also on v4 t types 2019

v23.4.2

  • types: export some types for next-i18next

v23.4.1

  • types: fix typescript imports

v23.4.0

  • types: Support const modifier for options and key 2007
  • types: Support context 2006

v23.3.0

  • types: Fix performance issue that affects flat object with multiple (thousands) keys 2004

v23.2.11

  • types: Fix $TFunctionBrand 1997

v23.2.10

  • types: emit function can have additional arguments 1993

v23.2.9

  • types: Add brand to TFunction type so different namespaces' TFunctions are not treated as compatible 1994

v23.2.8

  • types for hasLoadedNamespace

v23.2.7

  • fix utils import (for Deno)

v23.2.6

  • Re-allow unknown keys, when a defaultValue is provided 1867

v23.2.5

  • Clean language code before passing to formatters 1985

v23.2.4

  • types: Constrain return type when returnObjects is true 1985

v23.2.2

  • types: try to fix fallbackNS type handling also for older TS version 1981

v23.2.1

  • types: fix fallbackNS type handling 1979

v23.2.0

  • types: add fallbackNS type handling 1975

v23.1.0

... (truncated)

Changelog

Sourced from i18next's changelog.

23.4.4

  • types: add customisation of contextSeparator also on v4 t types 2019

23.4.3

  • types: add customisation of contextSeparator 2017

23.4.2

  • types: export some types for next-i18next

23.4.1

  • types: fix typescript imports

23.4.0

  • types: Support const modifier for options and key 2007
  • types: Support context 2006

23.3.0

  • types: Fix performance issue that affects flat object with multiple (thousands) keys 2004

23.2.11

  • types: Fix $TFunctionBrand 1997

23.2.10

  • types: emit function can have additional arguments 1993

23.2.9

  • types: Add brand to TFunction type so different namespaces' TFunctions are not treated as compatible 1994

23.2.8

  • types for hasLoadedNamespace

23.2.7

  • fix utils import (for Deno)

23.2.6

  • Re-allow unknown keys, when a defaultValue is provided 1867

23.2.5

... (truncated)

Commits

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/i18next-23.4.4 branch from 2fa439f to a91d459 Compare August 11, 2023 10:12
@mvadari
Copy link
Collaborator

mvadari commented Aug 11, 2023

This should be easy enough to fix:

Error: src/containers/shared/components/Transaction/EnableAmendment/Simple.tsx(58,62): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
  Type 'undefined' is not assignable to type 'string'.
Error: src/containers/Accounts/AMM/AMMAccounts/index.tsx([10](https://github.com/ripple/explorer/actions/runs/5831418162/job/15814816733?pr=803#step:6:11)4,13): error TS2322: Type 'string | undefined' is not assignable to type 'string'.
  Type 'undefined' is not assignable to type 'string'.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/i18next-23.4.4 branch 2 times, most recently from b9c201f to f0ba316 Compare August 11, 2023 10:35
Bumps [i18next](https://github.com/i18next/i18next) from 22.4.15 to 23.4.4.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v22.4.15...v23.4.4)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/i18next-23.4.4 branch from f0ba316 to d38cd76 Compare August 11, 2023 18:05
@@ -3,7 +3,8 @@ import { useLocalStorage } from './useLocalStorage'

export * from './useLocalStorage'

export const useLanguage = () => useTranslation().i18n.resolvedLanguage
export const useLanguage = () =>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use English if there is no resolved language

@mvadari
Copy link
Collaborator

mvadari commented Aug 14, 2023

@dependabot merge

@dependabot dependabot bot merged commit 0ea579e into staging Aug 14, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/i18next-23.4.4 branch August 14, 2023 19:59
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants