Bump vite from 7.1.11 to 7.3.2 in the npm_and_yarn group across 1 directory#98
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 7.1.11 to 7.3.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying tools with
|
| Latest commit: |
a51b46d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4278fa1a.tools-eom.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-npm-kaaw.tools-eom.pages.dev |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF ScorecardScorecard details
Scanned Files
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes. Give us feedback
There was a problem hiding this comment.
Pull Request Overview
The PR successfully upgrades Vite from 7.1.11 to 7.3.2 and updates the esbuild transitive dependency to 0.27.7. Codacy analysis confirms the changes are up to standards.
A security recommendation is included to pin the Vite version in package.json rather than using a caret range to ensure more deterministic builds. Additionally, verification of the build and development environments is required as no automated test evidence was found for the new versions.
Test suggestions
- Verify that 'npm run build' completes successfully with the upgraded bundler versions.
- Verify that 'npm run dev' correctly initializes the HMR server and serves assets.
- Verify compatibility with the existing Vitest configuration.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that 'npm run build' completes successfully with the upgraded bundler versions.
2. Verify that 'npm run dev' correctly initializes the HMR server and serves assets.
3. Verify compatibility with the existing Vitest configuration.
🗒️ Improve review quality by adding custom instructions
| "typescript": "~5.8.3", | ||
| "typescript-eslint": "^8.43.0", | ||
| "vite": "^7.1.11", | ||
| "vite": "^7.3.2", |
There was a problem hiding this comment.
🔴 HIGH RISK
Suggestion: Using a variant version range (^7.3.2) allows for automatic updates that could potentially include malicious code if the dependency is hijacked. Pinning to an exact version provides a more deterministic and secure build process. This might be a simple fix:
| "vite": "^7.3.2", | |
| "vite": "7.3.2", |
Bumps the npm_and_yarn group with 1 update in the / directory: vite.
Updates
vitefrom 7.1.11 to 7.3.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
cc383e0release: v7.3.209d8c90fix: avoid path traversal with optimize deps sourcemap handler (#22161)f8103ccfix: checkserver.fsafter stripping query as well (#22160)19db0f2fix: backport #22159, apply server.fs check to env transport (#22162)95e8923release: v7.3.19d39d37feat: addignoreOutdatedRequestsoption tooptimizeDeps(#21364)acf7e05release: v7.3.0cff26ecfeat(deps): update esbuild from ^0.25.0 to ^0.27.0 (#21183)317b3b2release: v7.2.7721f163fix: plugin shortcut support (#21211)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.