Skip to content

build(deps-dev): update dependency vite to v8.3.0 - #249

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vite-8.x
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vite-8.x

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
vite (source) 8.2.28.3.0 age confidence

Release Notes

vitejs/vite (vite)

v8.3.0

Compare Source

Features
  • build: avoid settling seen preload dependencies for performance (#​23446) (e6f6b3e)
Bug Fixes
Performance Improvements

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the Type: Dependencies Dependency issues or Changes to dependency files label Sep 13, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

renovateによるviteの8.2.2から8.3.0へのマイナーアップデートです。devDependenciesのみの変更で、実コードへの変更はありません。

  • 破壊的変更の記載はなく、本リポジトリが使うvite buildvitest runの範囲に影響する仕様変更は確認できませんでした。
  • optional peer dependencyの@vitejs/devtoolsの範囲が^0.7.1に上がっていますが、本プロジェクトは当該パッケージを依存に持たないため影響しません。
  • 間接依存で実際に入れ替わるのはpostcss 8.5.26から8.5.28のみで、型定義の回帰修正等のパッチです。picomatch/rolldown/nanoidは既にlock上で新しい版に固定済みです。

セキュリティ・品質・テスト・ドキュメント・パフォーマンスの各観点でも指摘事項はありませんでした。CIが通っていればマージして問題ありません。

Review metadata

Comment thread package.json
"typescript": "6.0.3",
"typescript-eslint": "8.68.0",
"vite": "8.2.2",
"vite": "8.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Note

📦 Dependency

vite 8.3.0の変更内容を確認しました。CHANGELOG (https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) に破壊的変更の記載はなく、build.rolldownOptions / ssr: true / noExternal / entryFileNames といった本リポジトリのvite.config.tsが依存する領域の仕様変更も見当たりませんでした。

付随する間接依存の変化:

  • postcss 8.5.26 -> 8.5.28 (dev, パッチ)。コメント削除・カスタムプロパティ内ハック・型定義回帰の修正のみで、新規のセキュリティ修正は含まれません。本プロジェクトはCSSを扱わないため実質影響なしです。
  • vite側の依存範囲が picomatch ^4.0.7 / rolldown ~1.2.6 / nanoid ^3.3.18 へ広がっていますが、package-lock.jsonの実体は既にこれらのバージョンで固定済みのため、今回実際に入れ替わるのはviteとpostcssのみです。
  • peerDependenciesの@vitejs/devtools^0.4.0 || ^0.5.0から^0.7.1になっていますが、peerDependenciesMetaでoptional指定されており、本プロジェクトは依存に含めていないのでinstall時の警告・失敗は発生しません。

特に対応は不要です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependencies Dependency issues or Changes to dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants