Skip to content

chore(deps): update dev dependencies within semver range#35

Merged
Y1-Effy merged 1 commit into
mainfrom
chore/update-dev-deps
Jul 5, 2026
Merged

chore(deps): update dev dependencies within semver range#35
Y1-Effy merged 1 commit into
mainfrom
chore/update-dev-deps

Conversation

@Y1-Effy

@Y1-Effy Y1-Effy commented Jul 5, 2026

Copy link
Copy Markdown
Owner

概要

npm update により devDependencies を既存の caret 範囲内で最新へ更新。

パッケージ 更新前 → 更新後 種別
@playwright/test 1.61.0 → 1.61.1 patch
eslint 10.5.0 → 10.6.0 minor
eslint-plugin-import-x 4.17.0 → 4.17.1 patch
vue 3.5.38 → 3.5.39 patch

影響範囲

  • いずれも devDependency(テスト/Lint/デモ用)。ランタイム依存ゼロの出荷物 dist/ および利用者には無影響。
  • 既存の caret 範囲内のため package.json は無変更。変更は package-lock.json のみ。

検証

  • npm run check(lint → typecheck → test)— 224 tests passed(eslint minor 更新による新規指摘なし)
  • npm run test:e2e — 66 tests passed(chromium / firefox / webkit)
  • npm audit — 脆弱性 0

🤖 Generated with Claude Code

Bump devDependencies to latest patch/minor releases via `npm update`:

- @playwright/test 1.61.0 -> 1.61.1
- eslint 10.5.0 -> 10.6.0
- eslint-plugin-import-x 4.17.0 -> 4.17.1
- vue 3.5.38 -> 3.5.39

All within existing caret ranges, so package.json is unchanged. These are
dev-only (test/lint/demo) and do not affect the zero-dependency shipped
package. Verified: npm run check (224 tests), e2e (66 tests, all browsers),
npm audit clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Y1-Effy Y1-Effy merged commit efbcac7 into main Jul 5, 2026
6 checks passed
@Y1-Effy Y1-Effy deleted the chore/update-dev-deps branch July 5, 2026 15:18
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.

1 participant