Skip to content

chore(deps-dev): bump vite from 6.4.2 to 6.4.3#6071

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.3
Open

chore(deps-dev): bump vite from 6.4.2 to 6.4.3#6071
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vite-6.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps vite from 6.4.2 to 6.4.3.

Release notes

Sourced from vite's releases.

v6.4.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.3 (2026-06-01)

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Lockfile-only dev-tool upgrade with no repo code changes; risk is limited to dev/build tooling behavior on patch security fixes.

Overview
Bumps the root devDependency vite from 6.4.2 to 6.4.3 and refreshes yarn.lock accordingly. No application or config source files change—only the resolved Vite package version.

Vite 6.4.3 is a patch release that backports path-handling fixes (rejecting Windows alternate paths and UNC paths in dev-server / launch-editor middleware). That affects local dev, Storybook, and UI/plugin builds that run on Vite, not production runtime behavior unless you ship Vite-built artifacts the same way as today.

Reviewed by Cursor Bugbot for commit 525dcd5. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 16, 2026 06:15
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 525dcd5b91

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package.json
"typescript": "^4.0.5",
"url-loader": "^4.1.0",
"vite": "^6.4.2",
"vite": "^6.4.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the plugin Vite lockfile too

This bump only updates the root install, but the plugin build path still installs its own package from redisinsight/ui/src/packages: scripts/build-statics.sh:21-44 runs yarn --cwd "${PACKAGES_DIR}" and then yarn --cwd "${PACKAGES_DIR}" build, while that package still declares vite as ^6.4.2 and its local lockfile resolves vite@^6.4.2 to 6.4.2 (redisinsight/ui/src/packages/package.json:27, redisinsight/ui/src/packages/yarn.lock:2988-2991). As a result, packaging statics/plugins continues using the old Vite version this security bump is meant to replace; please update the nested package.json/yarn.lock as part of this dependency bump.

Useful? React with 👍 / 👎.

@jit-ci

jit-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

❌ Jit Scanner failed - Our team is investigating

Jit Scanner failed - Our team has been notified and is working to resolve the issue. Please contact support if you have any questions.


💡 Need to bypass this check? Comment @sera bypass to override.

@valkirilov valkirilov added the run-all-tests Trigger the CI to run the front-end, back-end and integration tests label Jun 16, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Backend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 92.8% 15825/17052
🟡 Branches 74.92% 4984/6652
🟢 Functions 86.98% 2471/2841
🟢 Lines 92.64% 15124/16325

Test suite run success

3508 tests passing in 312 suites.

Report generated by 🧪jest coverage report action from 525dcd5

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Integration Tests

Status Category Percentage Covered / Total
🟡 Statements 78.69% 17562/22316
🟡 Branches 61.49% 8077/13135
🟡 Functions 66.3% 2401/3621
🟡 Lines 78.23% 16510/21102

@github-actions

Copy link
Copy Markdown
Contributor

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 83.19% 25307/30421
🟡 Branches 68.48% 10679/15594
🟡 Functions 78.3% 6797/8681
🟢 Lines 83.65% 24704/29533

Test suite run success

7181 tests passing in 816 suites.

Report generated by 🧪jest coverage report action from 525dcd5

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 javascript Pull requests that update javascript code run-all-tests Trigger the CI to run the front-end, back-end and integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants