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

Bump i18next from 23.14.0 to 23.16.0 #952

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps i18next from 23.14.0 to 23.16.0.

Release notes

Sourced from i18next's releases.

v23.16.0

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

v23.15.2

  • fix(types): make context related keys detection stricter 2243 fixes 2242

v23.15.1

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

v23.15.0

  • support unescaped variables in TypeScript 2233
Changelog

Sourced from i18next's changelog.

23.16.0

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

23.15.2

  • fix(types): make context related keys detection stricter 2243 fixes 2242

23.15.1

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

23.15.0

  • support unescaped variables in TypeScript 2233
Commits
  • 1736965 23.16.0
  • c374232 use Intl.getCanonicalLocales function if available to format language code,...
  • 60e3779 23.15.2
  • c2d5387 release
  • c2f246b fix(types): make context related keys detection stricter (#2243)
  • f2a6b6c test(types): align and refine defaultValue test types (#2235)
  • 0d82641 23.15.1
  • f507f06 release
  • 7739788 types(TFunction): make return not inferrable and use defaultValue as return w...
  • e5170ad 23.15.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 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 type:dependencies Pull requests that update a dependency file label Oct 15, 2024
Copy link
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-952

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-952

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

Copy link
Contributor

github-actions bot commented Oct 15, 2024

This pull request is deployed at test.admin-interface.opencast.org/952/2024-10-15_14-02-03/ .
It might take a few minutes for it to become available.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/i18next-23.16.0 branch 2 times, most recently from 3e29558 to b0e9d2b Compare October 15, 2024 13:53
Bumps [i18next](https://github.com/i18next/i18next) from 23.14.0 to 23.16.0.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.14.0...v23.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/i18next-23.16.0 branch from b0e9d2b to 8355b36 Compare October 15, 2024 14:01
@Arnei Arnei merged commit 8b8ffc3 into main Oct 15, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/i18next-23.16.0 branch October 15, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant