chore: bump the npm-patch-minor group with 3 updates#34
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the npm-patch-minor group with 3 updates: [i18next](https://github.com/i18next/i18next), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [vite-plus](https://github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli). Updates `i18next` from 26.3.3 to 26.3.4 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.3.3...v26.3.4) Updates `@types/node` from 26.0.1 to 26.1.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vite-plus` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/voidzero-dev/vite-plus/releases) - [Commits](https://github.com/voidzero-dev/vite-plus/commits/v0.2.2/packages/cli) --- updated-dependencies: - dependency-name: i18next dependency-version: 26.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-patch-minor - dependency-name: "@types/node" dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-patch-minor - dependency-name: vite-plus dependency-version: 0.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
Superseded by direct dependency-bump commit 5ac05e8, which combines the compatible Dependabot bumps into one verified change. Verification: 🤖 AI-assisted via Codex, GPT-5.5, high reasoning |
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 npm-patch-minor group with 3 updates: i18next, @types/node and vite-plus.
Updates
i18nextfrom 26.3.3 to 26.3.4Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
817ede526.3.446d0dd8build642137bfix(security): prevent deepExtend from recursing into inherited built-insUpdates
@types/nodefrom 26.0.1 to 26.1.0Commits
Updates
vite-plusfrom 0.2.1 to 0.2.2Release notes
Sourced from vite-plus's releases.
... (truncated)
Commits
4f7fd0brelease: v0.2.2 Vite+ Beta (#2016)6a5c472test(snap): pin VP_VERSION to a published version in install fixtures (#2017)327d23afeat(migrate): upgrade existing Vite+ projects across versions (#1891)6c3f3b6feat(cli): expose vpr as a package bin (#1988)6b7ad80feat(deps): upgrade upstream dependencies (#2009)36535c3fix(create): initialize git without an initial commit (#2008)1bc8637feat(deps): upgrade upstream dependencies (#2000)3d49d4dfeat(deps): upgrade upstream dependencies (#1989)6f7c2befix(binding): declare native addon engines.node >=20.0.0 (#1993)914ca11feat(check): support check.fmt/check.lint in vite.config.ts (#1981)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 conditionsSummary by cubic
Bumps three dependencies to improve security and build tooling:
i18next(security patch),@types/node, andvite-plusfor better cache and stability.vite-plus0.2.1 → 0.2.2: improves build cache reliability and CLI stability; no code changes required.i18next26.3.3 → 26.3.4: security fix in deep merge (deepExtend) to avoid prototype pollution when usingaddResourceBundle(..., { deep: true, overwrite: true }).@types/node26.0.1 → 26.1.0: minor type updates; no runtime impact.Written for commit a5f0707. Summary will update on new commits.