Skip to content

Batch Dependabot upgrades#88

Merged
thejchap merged 15 commits into
mainfrom
claude/merge-dep-upgrades-Rgbhb
May 1, 2026
Merged

Batch Dependabot upgrades#88
thejchap merged 15 commits into
mainfrom
claude/merge-dep-upgrades-Rgbhb

Conversation

@thejchap
Copy link
Copy Markdown
Owner

@thejchap thejchap commented May 1, 2026

Summary

Combines all open dependabot upgrades into a single PR.

The ruff dependabot PR only patched Cargo.lock, so an extra commit bumps the workspace tag = "0.15.6""0.15.12" for all four ruff git deps and bumps indexmap to satisfy ruff's ^2.14.0 requirement.

Test plan

  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • uvx prek run -a
  • cargo nextest run --workspace --all-features (592/597; 5 failures are pre-existing on main — require live python worker subprocess)

https://claude.ai/code/session_01W3VzDVkzvmjnb5sKySVmD9


Generated by Claude Code

dependabot Bot and others added 15 commits May 1, 2026 09:11
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases)
- [Commits](crazy-max/ghaction-github-labeler@v5.3.0...v6.0.0)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [salsa](https://github.com/salsa-rs/salsa) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/salsa-rs/salsa/releases)
- [Changelog](https://github.com/salsa-rs/salsa/blob/master/CHANGELOG.md)
- [Commits](salsa-rs/salsa@salsa-v0.26.0...salsa-v0.26.1)

---
updated-dependencies:
- dependency-name: salsa
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.11 to 0.18.4.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.11...0.18.4)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-version: 0.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [clearscreen](https://github.com/watchexec/clearscreen) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/watchexec/clearscreen/releases)
- [Changelog](https://github.com/watchexec/clearscreen/blob/main/CHANGELOG.md)
- [Commits](watchexec/clearscreen@v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: clearscreen
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff_python_ast](https://github.com/astral-sh/ruff) from 0.15.6 to 0.15.12.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@e4c7f35...66f93cf)

---
updated-dependencies:
- dependency-name: ruff_python_ast
  dependency-version: 66f93cf7ed4d36325f35a452e4afa28268fbcd28
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.46.3 to 1.47.2.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.46.3...1.47.2)

---
updated-dependencies:
- dependency-name: insta
  dependency-version: 1.47.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
# Conflicts:
#	Cargo.lock
The dependabot PR for ruff_python_ast updated only Cargo.lock, but
Cargo.toml still pinned tag = "0.15.6". Bump the workspace deps
(ruff_python_ast, ruff_python_parser, ruff_source_file, ruff_text_size)
to tag "0.15.12" so the lock resolves correctly. Also bump indexmap
to satisfy ruff's ^2.14.0 requirement.

https://claude.ai/code/session_01W3VzDVkzvmjnb5sKySVmD9
@thejchap thejchap merged commit ad815b3 into main May 1, 2026
24 checks passed
@thejchap thejchap deleted the claude/merge-dep-upgrades-Rgbhb branch May 1, 2026 14:37
@thejchap thejchap changed the title chore(deps): batch dependabot upgrades Batch Dependabot upgrades May 25, 2026
@thejchap thejchap added the internal Refactor or cleanup with no user-visible behavior change label May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Refactor or cleanup with no user-visible behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants