build(deps-dev): update dependency vite to v8.3.0 - #249
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
renovateによるviteの8.2.2から8.3.0へのマイナーアップデートです。devDependenciesのみの変更で、実コードへの変更はありません。
- 破壊的変更の記載はなく、本リポジトリが使う
vite buildとvitest runの範囲に影響する仕様変更は確認できませんでした。 - optional peer dependencyの
@vitejs/devtoolsの範囲が^0.7.1に上がっていますが、本プロジェクトは当該パッケージを依存に持たないため影響しません。 - 間接依存で実際に入れ替わるのはpostcss 8.5.26から8.5.28のみで、型定義の回帰修正等のパッチです。picomatch/rolldown/nanoidは既にlock上で新しい版に固定済みです。
セキュリティ・品質・テスト・ドキュメント・パフォーマンスの各観点でも指摘事項はありませんでした。CIが通っていればマージして問題ありません。
Review metadata
- Reviewed commit: 66984020d754fad931cb0631d7abbb6e0bf0b578
- PR: #249
- kyosei: 3.6.0
- kyosei-action: 2.4.0
- Claude Code: 2.1.220
- Model: claude-opus-5
- Execution: GitHub Actions (run)
| "typescript": "6.0.3", | ||
| "typescript-eslint": "8.68.0", | ||
| "vite": "8.2.2", | ||
| "vite": "8.3.0", |
There was a problem hiding this comment.
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時の警告・失敗は発生しません。
特に対応は不要です。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.2.2→8.3.0Release Notes
vitejs/vite (vite)
v8.3.0Compare Source
Features
Bug Fixes
node_modulespath segments as dependencies (fix #17467) (#23437) (ef0dc17)Performance Improvements
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.