Bump vite from 7.1.11 to 7.3.3 in /bwell-typescript-react#166
Bump vite from 7.1.11 to 7.3.3 in /bwell-typescript-react#166dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.11 to 7.3.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM, minor version bump for a dev-only build tool (vite) in the sample app, includes upstream security fixes.
Extended reasoning...
Overview
This PR is a Dependabot bump of vite from 7.1.11 to 7.3.3 in the bwell-typescript-react sample app. Only package.json and package-lock.json are touched; the lockfile changes also pull in the corresponding esbuild bump (^0.25.0 → ^0.27.0) as a transitive dependency.
Security risks
None introduced — quite the opposite. The 7.3.2 changelog includes upstream security fixes (path traversal in optimize-deps sourcemap handler, server.fs checks for env transport and stripped queries). vite is a devDependency used only for the dev server / build pipeline, not shipped at runtime.
Level of scrutiny
Low. This is a sample/example app (not production code shipped to users), the change is a minor semver bump within the same major version, and it touches only build-tool tooling. The compatibility score badge from Dependabot is shown and no bugs were flagged by the bug hunting system.
Other factors
No outstanding reviewer comments, no prior reviews from me, and no API surface changes in the codebase itself. Standard mechanical Dependabot upgrade.
Bumps vite from 7.1.11 to 7.3.3.
Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
ca31424release: v7.3.35ab51c0fix: avoid destructure lowering for newer safari (#22346)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)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.