Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps i18next-scanner from 2.11.0 to 4.0.0.

Release notes

Sourced from i18next-scanner's releases.

v4.0.0

What's Changed

  • feat: migrate from Tap to Jest by @​cheton in i18next/i18next-scanner#220

  • feat: rework the nodesToString function to output expected element index or tag name by @​cheton in i18next/i18next-scanner#234

    Adds supportBasicHtmlNodes and keepBasicHtmlNodesFor options to the trans object that supports for simple html elements. Learn more

    trans: {
      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: i18next/i18next-scanner@v3.3.0...v4.0.0

v3.3.0

What's Changed

New Contributors

Full Changelog: i18next/i18next-scanner@v3.2.0...v3.3.0

v3.2.0

What's Changed

New Contributors

Full Changelog: i18next/i18next-scanner@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)
  • feat: print the literal code nodes-to-string is choking on (#185)
  • feat: allow loadPath and savePath on resource configuration to be functions (#200)
  • fix: enforce i18next JSON v3 to maintain backward compatibility (#217)
  • ci: setup github workflows (#218)

v3.0.0

Features

  • Update minimum required Node.js version to 10
  • Update Acorn to 8.0 to support new syntax features
Commits
  • 9e91b0c feat: rework the nodesToString function to output expected element tags (#234)
  • 1d8294d feat: migrate from Tap to Jest (#220)
  • 905bd96 chore(release): publish
  • 7ea1f0f feat: add allowDynamicKeys option that allows inferring dynamic keys within...
  • 7533893 chore(release): publish
  • 8b5407c feat: add metadata attribute for passing context information about the tran...
  • ceb4c2c chore: use let instead of const to fix type error (#225)
  • 58edbd1 chore: add test for optional chaining
  • dc1897e docs: set ecmaVersion to 2020 for the default example
  • 11830d9 chore: bump to 3.1.0
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
Bumps [i18next-scanner](https://github.com/i18next/i18next-scanner) from 2.11.0 to 4.0.0.
- [Release notes](https://github.com/i18next/i18next-scanner/releases)
- [Commits](i18next/i18next-scanner@v2.11.0...v4.0.0)

---
updated-dependencies:
- dependency-name: i18next-scanner
  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-scanner-4.0.0 branch from e44605d to 9080912 Compare July 26, 2022 13:34
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 14, 2022

Superseded by #767.

@dependabot dependabot bot closed this Nov 14, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/i18next-scanner-4.0.0 branch November 14, 2022 23:19
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.

1 participant