Skip to content

chore(deps): update dependency vite to v7#173

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite-7.x
Open

chore(deps): update dependency vite to v7#173
renovate[bot] wants to merge 1 commit intomainfrom
renovate/vite-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
vite (source) ^6.0.0 -> ^7.0.0 age confidence

Release Notes

vitejs/vite (vite)

v7.3.0

Compare Source

Please refer to CHANGELOG.md for details.

v7.2.7

Compare Source

v7.2.6

Compare Source

7.2.6 (2025-12-01)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores

v7.1.12

Compare Source

Please refer to CHANGELOG.md for details.

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.10

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.7

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.1.3

Compare Source

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests

v7.1.2

Compare Source

Bug Fixes
Miscellaneous Chores

v7.1.1

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.0

Compare Source

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests
Beta Changelogs
7.1.0-beta.1 (2025-08-05)

See 7.1.0-beta.1 changelog

7.1.0-beta.0 (2025-07-30)

See 7.1.0-beta.0 changelog

v7.0.8

Compare Source

Please refer to CHANGELOG.md for details.

v7.0.7

Compare Source

Please refer to CHANGELOG.md for details.

v7.0.6

Compare Source

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests
Beta Changelogs
7.1.0-beta.1 (2025-08-05)

See 7.1.0-beta.1 changelog

7.1.0-beta.0 (2025-07-30)

See 7.1.0-beta.0 changelog

v7.0.5

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

v7.0.4

Compare Source

Bug Fixes
  • allow resolving bare specifiers to relative paths for entries (#​20379) (324669c)
Build System

v7.0.3

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
  • minor changes to reduce diff between normal Vite and rolldown-vite (#​20354) (2e8050e)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
Miscellaneous Chores

v7.0.0

Compare Source

Vite 7 is out!

Today, we're excited to announce the release of the next Vite major:

⚠ BREAKING CHANGES
  • ssr: don't access Object variable in ssr transformed code (#​19996)
  • remove experimental.skipSsrTransform option (#​20038)
  • remove HotBroadcaster (#​19988)
  • css: always use sass compiler API (#​19978)
  • bump build.target and name it baseline-widely-available ([#​2000

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai
Copy link

sourcery-ai bot commented Jun 24, 2025

Reviewer's Guide

This PR upgrades the Vite dependency from v6 to v7 by updating the version specifier in package.json and regenerating the pnpm lockfile to reflect new package entries, peerDependencies, and deprecation notices.

File-Level Changes

Change Details Files
Bump Vite version in project configuration
  • Update Vite specifier in package.json from ^6.0.0 to ^7.0.0
  • Adjust importer entries in pnpm-lock.yaml to reference Vite@7.0.0 for vite, @tailwindcss/vite, and @vitejs/plugin-vue
package.json
pnpm-lock.yaml
Regenerate lockfile with new peerDependencies and package entries
  • Add a dedicated pnpm-lock.yaml section for vite@7.0.0 including engines, peerDependencies, and peerDependenciesMeta
  • Insert new entries for fdir@6.4.6, postcss@8.5.6, and tinyglobby@0.2.14 with their peerDependencies and engines
pnpm-lock.yaml
Introduce deprecation notice for outdated beta package
  • Add deprecated field for @crxjs/vite-plugin@2.0.0-beta.32 indicating it’s no longer maintained
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@renovate renovate bot force-pushed the renovate/vite-7.x branch from 263df6b to d098904 Compare July 24, 2025 07:57
@renovate renovate bot force-pushed the renovate/vite-7.x branch 3 times, most recently from 5ff499a to cac2b1a Compare August 12, 2025 03:09
@renovate renovate bot force-pushed the renovate/vite-7.x branch from cac2b1a to 123e260 Compare August 19, 2025 08:50
@renovate renovate bot force-pushed the renovate/vite-7.x branch 2 times, most recently from c6003e3 to 4a77381 Compare September 1, 2025 18:50
@renovate renovate bot force-pushed the renovate/vite-7.x branch from 4a77381 to ec27f94 Compare September 8, 2025 10:38
@renovate renovate bot force-pushed the renovate/vite-7.x branch 2 times, most recently from 0d1a5f1 to 4496b3a Compare September 22, 2025 09:54
@renovate renovate bot force-pushed the renovate/vite-7.x branch 2 times, most recently from 5359df5 to 381de38 Compare October 2, 2025 11:09
@renovate renovate bot force-pushed the renovate/vite-7.x branch from 381de38 to b24352a Compare October 3, 2025 01:46
@renovate renovate bot force-pushed the renovate/vite-7.x branch 2 times, most recently from cd41a28 to c02fe58 Compare October 20, 2025 08:42
@renovate renovate bot force-pushed the renovate/vite-7.x branch from c02fe58 to 8b37287 Compare October 23, 2025 10:10
@renovate renovate bot force-pushed the renovate/vite-7.x branch 4 times, most recently from 2309c00 to 7585b2c Compare November 11, 2025 02:01
@renovate renovate bot force-pushed the renovate/vite-7.x branch from 7585b2c to 868e17b Compare November 20, 2025 09:06
@renovate renovate bot force-pushed the renovate/vite-7.x branch 2 times, most recently from 4dfff71 to e9f7673 Compare December 8, 2025 04:53
@renovate renovate bot force-pushed the renovate/vite-7.x branch from e9f7673 to e79c8de Compare December 15, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants