Batch Dependabot upgrades#88
Merged
Merged
Conversation
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
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.
Summary
Combines all open dependabot upgrades into a single PR.
actions/upload-pages-artifact4 → 5crazy-max/ghaction-github-labeler5.3.0 → 6.0.0salsa0.26.0 → 0.26.1indicatif0.17.11 → 0.18.4clearscreen4.0.5 → 4.0.6ruff_python_ast0.15.6 → 0.15.12insta1.46.3 → 1.47.2The ruff dependabot PR only patched
Cargo.lock, so an extra commit bumps the workspacetag = "0.15.6"→"0.15.12"for all four ruff git deps and bumpsindexmapto satisfy ruff's^2.14.0requirement.Test plan
cargo clippy --workspace --all-targets --all-features -- -D warningsuvx prek run -acargo nextest run --workspace --all-features(592/597; 5 failures are pre-existing onmain— require live python worker subprocess)https://claude.ai/code/session_01W3VzDVkzvmjnb5sKySVmD9
Generated by Claude Code