Skip to content

fix(deps): update dependency vite to v7#133

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/vite-7.x
Sep 17, 2025
Merged

fix(deps): update dependency vite to v7#133
renovate[bot] merged 1 commit intomainfrom
renovate/vite-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
vite (source) ^6.3.5 -> ^7.1.5 age confidence

Release Notes

vitejs/vite (vite)

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

v7.1.0

Compare Source

Features
  • support files with more than 1000 lines by generateCodeFrame (#​20508) (e7d0b2a)
Bug Fixes
Tests

v7.0.7

Compare Source

Please refer to CHANGELOG.md for details.

v7.0.6

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring

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

v6.3.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner September 17, 2025 22:20
@renovate renovate bot requested review from colepeters and removed request for a team September 17, 2025 22:20
@renovate renovate bot enabled auto-merge (squash) September 17, 2025 22:20
@claude
Copy link

claude bot commented Sep 17, 2025

Claude finished @renovate[bot]'s task —— View job


PR Review: Vite v7 Dependency Update

Todo List:

  • Read changed package.json files
  • Review pnpm-lock.yaml changes
  • Check for potential breaking changes in Vite v7
  • Identify issues that need fixing

Issues Found

Inconsistent Vite version updates across the codebase.

The PR only updates Vite to v7.1.5 in the main CLI packages but leaves other packages with the old v6.3.5 version:

  • Fixed files: packages/@sanity/cli-core/package.json and packages/@sanity/cli/package.json (updated to ^7.1.5)
  • Missing updates:
    • packages/@sanity/original-cli/package.json:83 still has "vite": "^6.3.5"
    • examples/worst-case-studio/package.json:32 still has "vite": "^6.3.5"

Recommendation: Update all Vite dependencies to v7.1.5 for consistency across the monorepo. Having mixed major versions could lead to compatibility issues or unexpected behavior during development and builds.

Note: The breaking changes in Vite v7 appear to be minimal based on the changelog (primarily Node.js version requirements and internal API changes), but the version inconsistency should be resolved.

@binoy14
Copy link
Contributor

binoy14 commented Sep 17, 2025

Studio is already running v7

@github-actions
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 77.45% 2762 / 3566
🔵 Statements 77.14% 2825 / 3662
🔵 Functions 76.25% 395 / 518
🔵 Branches 69.15% 1258 / 1819
File CoverageNo changed files found.
Generated in workflow #667 for commit b65a85b by the Vitest Coverage Report Action

@renovate renovate bot merged commit fd96f03 into main Sep 17, 2025
9 checks passed
@renovate renovate bot deleted the renovate/vite-7.x branch September 17, 2025 22:24
@squiggler-legacy squiggler-legacy bot mentioned this pull request Sep 17, 2025
This was referenced Dec 19, 2025
This was referenced Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant