build(deps): bump the major-updates group with 4 updates#256
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the major-updates group with 4 updates#256dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the major-updates group with 4 updates: [i18next](https://github.com/i18next/i18next), [i18next-http-backend](https://github.com/i18next/i18next-http-backend), [pako](https://github.com/nodeca/pako) and [react-i18next](https://github.com/i18next/react-i18next). Updates `i18next` from 23.16.8 to 26.3.1 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v23.16.8...v26.3.1) Updates `i18next-http-backend` from 3.0.5 to 4.0.0 - [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md) - [Commits](i18next/i18next-http-backend@v3.0.5...v4.0.0) Updates `pako` from 1.0.11 to 2.1.0 - [Changelog](https://github.com/nodeca/pako/blob/master/CHANGELOG.md) - [Commits](nodeca/pako@1.0.11...2.1.0) Updates `react-i18next` from 14.1.3 to 17.0.8 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v14.1.3...v17.0.8) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: i18next-http-backend dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: pako dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates - dependency-name: react-i18next dependency-version: 17.0.8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Run report for 29850c18Total time: 23.8s | Comparison time: 23.3s | Estimated loss: 475.1ms (2.0% slower)
Changed files |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the major-updates group with 4 updates: i18next, i18next-http-backend, pako and react-i18next.
Updates
i18nextfrom 23.16.8 to 26.3.1Release notes
Sourced from i18next's releases.
... (truncated)
Changelog
Sourced from i18next's changelog.
... (truncated)
Commits
7bdb5d726.3.1a655e32changelog: 26.3.1 entry for #243657ed812fix(types): keyPrefix no longer pollutes t() return type with sibling keys (#...bdf651c26.3.0988a362changelog: 26.3.0 entry for #2434159506cfeat(types): introduce ResourceNamespaceMap for monorepo namespace augmentati...df68b1fci: restore JSR publishing via GitHub Actions OIDC22fb6ad26.2.0b640ac4feat(types): parseInterpolation flag for ICU-friendly t() typing (i18next-icu...0b9debdchangelog: 26.1.1 entry for #2431Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
i18next-http-backendfrom 3.0.5 to 4.0.0Changelog
Sourced from i18next-http-backend's changelog.
Commits
a4d4a834.0.0fdf4f98feat!: v4 — drop cross-fetch, switch build to tsdown, lint to neostandardd8dafd8docs: clarify that nested-ns with slashes was never officially supportede534a62buildddf10483.0.6d73cfdcfix: allow forward slashes in ns values9abbdeeBump i18next-http-backend from 1.4.0 to 3.0.5 in /example/i18next-vue (#184)b4ca8bbBump i18next-http-backend from 3.0.1 to 3.0.5 in /example/fallback (#183)dffddd4Bump i18next-http-backend from 3.0.2 to 3.0.5 in /example/next (#182)fd29b40Bump i18next-http-backend from 1.3.2 to 3.0.5 in /example/vue (#181)Updates
pakofrom 1.0.11 to 2.1.0Changelog
Sourced from pako's changelog.
Commits
3c062162.1.0 releasedb61f524dist rebuild23c773eUpdate comments in tree.js for Babel compatibility174a1d1Ensure backward compatibility forheaders.extra77f1c17Don't bother computing check value after successful inflateSync().a194382Fix a bug that can crash deflate on some input when using Z_FIXED.8a1cdadFix deflateEnd() to not report an error at start of raw deflate.4dd6658Fix bug when window full in deflate_stored().b579434Limit hash table inserts after switch from stored deflate.2326b42Permit a deflateParams() parameter change as soon as possible.Updates
react-i18nextfrom 14.1.3 to 17.0.8Changelog
Sourced from react-i18next's changelog.
... (truncated)
Commits
a46ad2317.0.8f715031update i18next depa515d5bchangelog: 17.0.8 entry for #1921d5ab7c8fix(types): accept selector i18nKey on <Trans> under enableSelector: 'strict'...b91ba36Add Locize advice section near the top of README5e892a217.0.7c8f4c6bfeat: useTranslation([nsA,nsB]) routes selector secondary-ns prefix via getFi...084f9a6Modernize locize.com URLs and refresh UTM tagscb20d1817.0.6b8ad5e4fix: scope indexed placeholders inside keep-tags at render time #1919Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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