ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
111 stars 68 forks source link

chore(deps): bump react-i18next from 12.3.1 to 14.0.1 #931

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps react-i18next from 12.3.1 to 14.0.1.

Changelog

Sourced from react-i18next's changelog.

14.0.1

  • types: fix typo in CustomInstanceExtensions 1713

14.0.0

  • types: reportNamespaces is now optional, should fix 1693

13.5.0

  • self-closing components in translation strings should not attempt to replace the component's children 1695

13.4.1

  • types: use CustomInstanceExtenstions to extend reportNamespaces

13.4.0

  • fix: separate cjs and mjs typings

13.3.2

  • types: fix consider importing '*.js'

13.3.1

  • optimize defaultVariables feature introduced in last release

13.3.0

  • Respect defaultVariables in the interpolation options 1685

13.2.2

  • Fix missing TransWithoutContext type 1672

13.2.1

  • types: Allow iterable ReactI18NextChildren as children 1669

13.2.0

  • Don't use defaults prop as default key 1664

13.1.2

  • postpone usage of newer ES syntax

13.1.1

... (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 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)
mvadari commented 8 months ago
FAIL  src/containers/Transactions/test/DetailTab.test.tsx
  ● DetailTab container › renders hooks section

    Expected <span> components text to match (using ===), but it did not.
    Expected HTML: "It triggered the hook BF8F18C5D5E9F8281BA5489076BE10EC095C80E9CE003BB2D6957DD81D025C02"
    Actual HTML: "It triggered the hook <0>BF8F18C5D5E9F8281BA5489076BE10EC095C80E9CE003BB2D6957DD81D025C02</0>"

      93 |     expect(execWrapper.find('li')).toHaveLength(1)
      94 |     expect(execWrapper.find('.detail-line')).toHaveLength(4)
    > 95 |     expect(execWrapper.find('.detail-line').at(0)).toHaveText(
         |                                                    ^
      96 |       'It triggered the hook BF8F18C5D5E9F8281BA5489076BE10EC095C80E9CE003BB2D6957DD81D025C02',
      97 |     )
      98 |     expect(execWrapper.find('.detail-line').at(1)).toHaveText(

      at Object.<anonymous> (src/containers/Transactions/test/DetailTab.test.tsx:95:52)

  ● DetailTab container › renders hooks section for emitted tx

    Expected <li> components text to match (using ===), but it did not.
    Expected HTML: "Number 1 in the line of generated transactions"
    Actual HTML: "Number <0>1</0> in the line of generated transactions"

      123 |     )
      124 |     expect(emitWrapper.find('.detail-line')).toHaveLength(4)
    > 125 |     expect(emitWrapper.find('.detail-line').at(0)).toHaveText(
          |                                                    ^
      126 |       'Number 1 in the line of generated transactions',
      127 |     )
      128 |     expect(emitWrapper.find('.detail-line').at(1)).toHaveText(

      at Object.<anonymous> (src/containers/Transactions/test/DetailTab.test.tsx:125:52)
dependabot[bot] commented 7 months ago

Superseded by #938.