Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

build(deps): bump the i18next group in /frontend with 3 updates #2235

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps the i18next group in /frontend with 3 updates: i18next, react-i18next and i18next-parser.

Updates i18next from 23.7.6 to 23.7.16

Release notes

Sourced from i18next's releases.

v23.7.16

  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

v23.7.15

  • types: simplifies types for array access and fixes 2103

v23.7.14

  • types: fix types for array access

v23.7.13

  • types: optimise ParseTReturn 2095

v23.7.12

  • types: fix for older ts version (context validation only for TS 5)

v23.7.11

  • types: fix for older ts versions 2090

v23.7.10

  • types: initializedStoreOnce and initializedLanguageOnce 2089

v23.7.9

  • types: fix FormatFunction should allow any value inside options parameter

v23.7.8

  • prevent cosmetic SyntaxError because of non catched error variable

v23.7.7

  • optimize TypeScript V4 export
Changelog

Sourced from i18next's changelog.

23.7.16

  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

23.7.15

  • types: simplifies types for array access and fixes 2103

23.7.14

  • types: fix types for array access

23.7.13

  • types: optimise ParseTReturn 2095

23.7.12

  • types: fix for older ts version (context validation only for TS 5)

23.7.11

  • types: fix for older ts versions 2090

23.7.10

  • types: initializedStoreOnce and initializedLanguageOnce 2089

23.7.9

  • types: fix FormatFunction should allow any value inside options parameter

23.7.8

  • prevent cosmetic SyntaxError because of non catched error variable

23.7.7

  • optimize TypeScript V4 export
Commits

Updates react-i18next from 13.5.0 to 14.0.0

Changelog

Sourced from react-i18next's changelog.

14.0.0

  • types: reportNamespaces is now optional, should fix 1693
Commits

Updates i18next-parser from 8.9.0 to 8.12.0

Changelog

Sourced from i18next-parser's changelog.

8.12.0

  • Fix --fail-on-update false negatives from new sort code #957 #955
  • Update dependencies

8.11.0

  • Fix a bug where keepRemoved wasn't failing when the catalog get sorted #926 #932

8.10.0

  • Fix a bug where keepRemoved option makes the failOnUpdate fails without any update #948 #666
  • Update dependencies
Commits
  • 3427e03 Bump to 8.12.0
  • 60d3b51 Merge pull request #953 from i18next/dependabot/npm_and_yarn/master/vue-templ...
  • 4ce56de Merge pull request #949 from i18next/dependabot/npm_and_yarn/master/lilconfig...
  • 1d94042 Merge pull request #950 from i18next/dependabot/npm_and_yarn/master/fs-extra-...
  • 8cfdbd4 Merge pull request #956 from i18next/dependabot/npm_and_yarn/master/i18next-2...
  • 09687fa Merge pull request #957 from tec27/fix-sort-false-negatives
  • b66051e Fix --fail-on-update false negatives from new sort code.
  • 61f15c6 Build(deps): bump i18next from 23.5.1 to 23.7.13
  • c72209b Build(deps): bump vue-template-compiler from 2.7.14 to 2.7.16
  • d24c273 Build(deps): bump fs-extra from 11.1.1 to 11.2.0
  • 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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the i18next group in /frontend with 3 updates: [i18next](https://github.com/i18next/i18next), [react-i18next](https://github.com/i18next/react-i18next) and [i18next-parser](https://github.com/i18next/i18next-parser).


Updates `i18next` from 23.7.6 to 23.7.16
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.7.6...v23.7.16)

Updates `react-i18next` from 13.5.0 to 14.0.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v13.5.0...v14.0.0)

Updates `i18next-parser` from 8.9.0 to 8.12.0
- [Release notes](https://github.com/i18next/i18next-parser/releases)
- [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-parser@8.9.0...8.12.0)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: i18next
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: i18next
- dependency-name: i18next-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: i18next
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies labels Jan 4, 2024
Copy link

cloudflare-workers-and-pages bot commented Jan 4, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 34c0697
Status:🚫  Build failed.

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

Superseded by #2269.

@dependabot dependabot bot closed this Jan 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/i18next-bf89f8ca3f branch January 22, 2024 19:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Frontend Updates to the frontend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants