Skip to content

chore(deps): bump vite from 7.1.5 to 7.3.5 - #3392

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/vite-7.3.5
Open

chore(deps): bump vite from 7.1.5 to 7.3.5#3392
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/vite-7.3.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps vite from 7.1.5 to 7.3.5.

Release notes

Sourced from vite's releases.

v7.3.5

Please refer to CHANGELOG.md for details.

v7.3.3

Please refer to CHANGELOG.md for details.

v7.3.2

Please refer to CHANGELOG.md for details.

v7.3.1

Please refer to CHANGELOG.md for details.

v7.3.0

Please refer to CHANGELOG.md for details.

v7.2.7

Please refer to CHANGELOG.md for details.

v7.2.6

Please refer to CHANGELOG.md for details.

v7.2.5

Please refer to CHANGELOG.md for details.

Note: 7.2.5 failed to publish so it is skipped on npm

v7.2.4

Please refer to CHANGELOG.md for details.

v7.2.3

Please refer to CHANGELOG.md for details.

v7.2.2

Please refer to CHANGELOG.md for details.

v7.2.1

Please refer to CHANGELOG.md for details.

v7.2.0

Please refer to CHANGELOG.md for details.

v7.2.0-beta.1

Please refer to CHANGELOG.md for details.

v7.2.0-beta.0

Please refer to CHANGELOG.md for details.

v7.1.12

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

7.3.5 (2026-06-01)

Bug Fixes

Miscellaneous Chores

7.3.4 (2026-06-01)

Bug Fixes

7.3.3 (2026-05-07)

Bug Fixes

7.3.2 (2026-04-06)

Bug Fixes

7.3.1 (2026-01-07)

Features

  • add ignoreOutdatedRequests option to optimizeDeps (#21364) (9d39d37)

7.3.0 (2025-12-15)

Features

  • deps: update esbuild from ^0.25.0 to ^0.27.0 (#21183) (cff26ec)

7.2.7 (2025-12-08)

Bug Fixes

7.2.6 (2025-12-01)

7.2.5 (2025-12-01)

Bug Fixes

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@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:32
@dependabot
dependabot Bot requested review from eduardoformiga and lariciamota and removed request for a team June 16, 2026 06:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 16, 2026
@codesandbox-ci

codesandbox-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@pkg-pr-new

pkg-pr-new Bot commented Jun 16, 2026

Copy link
Copy Markdown

Open in StackBlitz

@faststore/api

npm i https://pkg.pr.new/vtex/faststore/@faststore/api@2534eca

@faststore/cli

npm i https://pkg.pr.new/vtex/faststore/@faststore/cli@2534eca

@faststore/components

npm i https://pkg.pr.new/vtex/faststore/@faststore/components@2534eca

@faststore/core

npm i https://pkg.pr.new/vtex/faststore/@faststore/core@2534eca

@faststore/diagnostics

npm i https://pkg.pr.new/vtex/faststore/@faststore/diagnostics@2534eca

@faststore/lighthouse

npm i https://pkg.pr.new/vtex/faststore/@faststore/lighthouse@2534eca

@faststore/sdk

npm i https://pkg.pr.new/vtex/faststore/@faststore/sdk@2534eca

@faststore/ui

npm i https://pkg.pr.new/vtex/faststore/@faststore/ui@2534eca

commit: 2534eca

@renatomaurovtex renatomaurovtex left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Review — chore(deps): bump vite 7.1.5 → 7.3.5

Clean Dependabot minor bump, well within major v7. The real change is one line in pnpm-workspace.yaml (the catalog: entry); the rest is pnpm-lock.yaml churn. vite is a devDependency only across ui/api/components/sdk (build + vite-plugin-dts) and @faststore/core consumes it via @vitejs/plugin-react — so no runtime dependency on a published package, no Dependency Discipline sign-off needed. Bonus: this range pulls in security fixes (path traversal in optimize-deps sourcemap handler, server.fs query-strip check, Windows alternate/UNC path rejection).

catalog:
-  vite: 7.1.5
+  vite: 7.3.5

💬 CI ⚡ — One of the two FastStore checks is red, but it exited non-zero after Tasks: 12 successful, 12 total (build + all unit/browser tests passed under vite 7.3.5), and the parallel FastStore check is green. Looks like a flaky post-test failure, not a vite regression. Please re-run the failing job and confirm it goes green before merge.

💬 Catalog still pins vitest: 4.0.7 while #3366 proposes vitest 4.0.18 → 4.1.0 — unrelated to this PR, just flagging the moving target so the two don't drift.

Verdict: Approved with comments

Blocking (🔴/🟠):

  • none

Non-blocking (🟡/💬):

  • Re-run the red FastStore check (exited non-zero after all turbo tasks succeeded; sibling check is green) and confirm green before merge.
  • Note the vitest catalog pin vs open bump #3366 — no action here.

Checks to confirm before merge: re-run FastStore CI · pnpm size (build tool change — verify no bundle delta).

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-7.3.5 branch 3 times, most recently from ac9c7fc to f1db42f Compare June 17, 2026 21:17
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.3.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/vite-7.3.5 branch from f1db42f to 2534eca Compare June 17, 2026 21:20
@sonar-workflows

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant