Skip to content

chore(deps): consolidate 10 open dependabot bumps into one PR - #146

Merged
PIsberg merged 1 commit into
mainfrom
chore/deps-bump
Aug 11, 2026
Merged

chore(deps): consolidate 10 open dependabot bumps into one PR#146
PIsberg merged 1 commit into
mainfrom
chore/deps-bump

Conversation

@PIsberg

@PIsberg PIsberg commented Aug 11, 2026

Copy link
Copy Markdown
Owner

Summary

Replaces all 10 currently-open dependabot PRs with a single bump, each dep
taken to the exact version its dependabot PR proposed — closing #113, #117,
#118, #119, #120, #136, #137, #138, #139, #140 once this merges.

npm (lockfile-only — package.json's existing caret ranges already cover
the new versions, same as each individual dependabot PR did):

package from to
@typescript-eslint/eslint-plugin 8.62.0 8.62.1
@typescript-eslint/parser 8.62.0 8.62.1
eslint 10.5.0 10.6.0
knip 6.19.0 6.24.0
@types/node 26.0.0 26.1.0

GitHub Actions (pinned by commit SHA, as this repo already does):

action from to
github/codeql-action/{init,autobuild,analyze,upload-sarif} v4.36.2 v4.37.0
actions/setup-node (6 workflow usages: ci.yml x3, mutation-weekly.yml, nightly.yml, release.yml) v6.4.0 v7.0.0

Test plan

  • npx tsc --noEmit — clean
  • npm run lint — clean
  • npm run build — clean
  • npm run knip — clean (pre-existing unused-export findings unrelated to this bump)
  • vitest run — 1267 passed, 0 failed, 19 skipped

🤖 Generated with Claude Code

https://claude.ai/code/session_01XF2BHQjPL3FeAyBpA2pWZw

Replaces PRs #113, #117, #118, #119, #120 (npm devDependencies) and
#136, #137, #138, #139, #140 (GitHub Actions) with a single bump, each
to the exact version those PRs proposed:

npm (lockfile-only, package.json ranges already cover the new versions):
  @typescript-eslint/eslint-plugin  8.62.0 -> 8.62.1
  @typescript-eslint/parser         8.62.0 -> 8.62.1
  eslint                            10.5.0 -> 10.6.0
  knip                              6.19.0 -> 6.24.0
  @types/node                       26.0.0 -> 26.1.0

GitHub Actions (pinned by commit SHA):
  github/codeql-action/{init,autobuild,analyze,upload-sarif}  v4.36.2 -> v4.37.0
  actions/setup-node (6 workflow usages)                      v6.4.0 -> v7.0.0
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