build(deps-dev): Bump eslint from 10.5.0 to 10.6.0 - #69
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
yk-lab
added a commit
that referenced
this pull request
Jul 4, 2026
lint + format を Biome(Rust 単一ツール)に統合し、欠けていたフォーマッタを
導入。現行 ESLint は type-aware 未使用の軽量構成だったため移行コストは小さい。
- biome.json(新規): recommended + noExplicitAny=error、既存 style に合わせ
space/2/lineWidth 100/single-quote、useIgnoreFile で dist/coverage 除外
- package.json: lint を biome check に、format を追加、lint:fix を biome に。
eslint / @eslint/js / typescript-eslint を devDependencies から削除
- eslint.config.mjs を削除
- CLAUDE.md: Commands を biome に更新
- src/tests: biome で一度フォーマット + import 整理(差分は整形のみ)
- main.ts: ユーザーに見せる `${{ github.token }}` リテラルに
noTemplateCurlyInString の biome-ignore(false positive)
- TODO.md: #45 を解決済み(#69)へ
pnpm run all(typecheck + biome check + 95 tests + build)green を確認。
ci.yml は `pnpm run lint` を呼ぶだけなので変更不要。
Closes #45
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AECzAv2vcdATecuvLjBSa6
Contributor
Author
|
Looks like eslint is no longer a dependency, so this is no longer needed. |
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.
Bumps eslint from 10.5.0 to 10.6.0.
Release notes
Sourced from eslint's releases.
Commits
5d12a0410.6.0f7ca54bBuild: changelog update for 10.6.06a42034ci: run ecosystem tests on main branch (#20891)b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)3dbacdbci: bump actions/checkout from 6 to 7 (#21014)c3abfcachore: correct JSDoc param types in html formatter (#21018)a83683ddocs: Update READMEa832320ci: split ecosystem tests into separate jobs (#21001)6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
eslintfrom 10.5.0 to 10.6.0 to pick up rule fixes and new checks, improving lint accuracy in CI and local dev.Only
package.jsonandpnpm-lock.yamlchanged; no code or config updates needed.Written for commit aaaea08. Summary will update on new commits.