Skip to content

chore: update lint/format tooling - #196

Merged
isamu merged 1 commit into
mainfrom
deps/devtools-2026-08-01
Jul 31, 2026
Merged

chore: update lint/format tooling#196
isamu merged 1 commit into
mainfrom
deps/devtools-2026-08-01

Conversation

@isamu

@isamu isamu commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps a single dev-tooling dependency to its latest patch:

  • eslint-config-prettier ^10.0.1^10.1.8 (devDependencies)

The resolved version in the lockfile was already 10.1.8 (it satisfied the old ^10.0.1 range), so the only lockfile change is the constraint key. No transitive dependencies moved. No other tools, typescript, @eslint/js, or new packages were touched.

Verified from a clean install (rm -rf node_modules && yarn install --frozen-lockfile):

  • yarn lint — pass
  • yarn build (vite build + tsc server) — pass
  • yarn typecheck (vue-tsc --noEmit) — pass
  • yarn test — no plain test script defined (only test:* variants requiring API keys), skipped

Items to Confirm / Review

  • Single-line constraint bump; lockfile diff is 1 line (constraint key only, resolved version unchanged).
  • No source edits were required.

Summary by CodeRabbit

  • Chores
    • Updated the code formatting configuration dependency to a newer version.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0fa7554f-5ec4-48e1-b7a9-e6154cab9e48

📥 Commits

Reviewing files that changed from the base of the PR and between 9a0305a and 2dec304.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The pull request updates the eslint-config-prettier development dependency in package.json from ^10.0.1 to ^10.1.8.

Changes

Development Dependency Update

Layer / File(s) Summary
Update eslint-config-prettier version
package.json
The development dependency changes from ^10.0.1 to ^10.1.8.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the dependency update to linting and formatting tooling.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/devtools-2026-08-01

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@isamu
isamu merged commit ff8b760 into main Jul 31, 2026
15 checks passed
@isamu
isamu deleted the deps/devtools-2026-08-01 branch July 31, 2026 19:34
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