chore(deps-dev): bump vite from 6.4.2 to 6.4.3#6071
Conversation
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>
|
|
There was a problem hiding this comment.
💡 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".
| "typescript": "^4.0.5", | ||
| "url-loader": "^4.1.0", | ||
| "vite": "^6.4.2", | ||
| "vite": "^6.4.3", |
There was a problem hiding this comment.
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 Scanner failed - Our team is investigatingJit 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 |
Code Coverage - Backend unit tests
Test suite run success3508 tests passing in 312 suites. Report generated by 🧪jest coverage report action from 525dcd5 |
Code Coverage - Integration Tests
|
Code Coverage - Frontend unit tests
Test suite run success7181 tests passing in 816 suites. Report generated by 🧪jest coverage report action from 525dcd5 |
Bumps vite from 6.4.2 to 6.4.3.
Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
6c2c881release: v6.4.396b0c10fix: backport #22572, reject windows alternate paths (#22576)8fed5cffix(deps): backport #22571, reject UNC paths for launch-editor-middleware (#2...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 this major versionwill 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 versionwill 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 dependencywill 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
vitefrom 6.4.2 to 6.4.3 and refreshesyarn.lockaccordingly. 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.