chore: bump the patch group with 6 updates - #3794
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap_complete](https://github.com/clap-rs/clap) | `4.6.8` | `4.6.9` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.31` | `0.4.33` | | [open](https://github.com/Byron/open-rs) | `5.4.0` | `5.4.1` | | [similar](https://github.com/mitsuhiko/similar) | `3.1.1` | `3.1.2` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.49.5` | `0.49.6` | | [vergen-gitcl](https://github.com/rustyhorde/vergen) | `10.0.1` | `10.0.2` | Updates `clap_complete` from 4.6.8 to 4.6.9 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.6.8...clap_complete-v4.6.9) Updates `ignore` from 0.4.31 to 0.4.33 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.31...ignore-0.4.33) Updates `open` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](Byron/open-rs@v5.4.0...v5.4.1) Updates `similar` from 3.1.1 to 3.1.2 - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar@3.1.1...3.1.2) Updates `jsonschema` from 0.49.5 to 0.49.6 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@ruby-v0.49.5...ruby-v0.49.6) Updates `vergen-gitcl` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](rustyhorde/vergen@10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: ignore dependency-version: 0.4.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: open dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: similar dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: jsonschema dependency-version: 0.49.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: vergen-gitcl dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
worktrunk-bot
approved these changes
Aug 10, 2026
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 the patch group with 6 updates:
4.6.84.6.90.4.310.4.335.4.05.4.13.1.13.1.20.49.50.49.610.0.110.0.2Updates
clap_completefrom 4.6.8 to 4.6.9Commits
715b812chore: Release89e6e9bdocs: Update changelog3918cb4Merge pull request #6468 from sjh9714/fix-bash-posix-fn-name526c819Merge pull request #6469 from latent-9/docs/fix-derive-reference-linkb2bd685docs(clap_derive): Fix derive reference linkecee8a4fix(complete): Name the function after fn_name6dd2e5atest(complete): Show POSIX bash will not source4684d7achore: Release51d50addocs: Update changelog3bc3622Merge pull request #6457 from bl4ck4t/masterUpdates
ignorefrom 0.4.31 to 0.4.33Commits
3fce3b5ignore-0.4.335055264globset-0.4.20020687aignore,globset: increase pool capacity5ed408eignore-0.4.32435f59fignore: skip loading unreachable ignore filesf9c05a9index: remove incorrect README8372866index: add some initial indexing scaffoldingd99ac34core: addindexmodule2ed0c00flags: disable many flags when indexing is enabledUpdates
openfrom 5.4.0 to 5.4.1Release notes
Sourced from open's releases.
Changelog
Sourced from open's changelog.
Commits
e548a4eRelease open v5.4.196fa673fix: Forward WSL targets to PowerShell to makeopenactually work there (#128)Updates
similarfrom 3.1.1 to 3.1.2Changelog
Sourced from similar's changelog.
Commits
71f0a30chore(release): prepare 3.1.2a0aa51edocs(changelog): document recent fixes5119534fix(algorithms): omit operations for empty inputs043c907fix(lcs): preserve indices for equal subrangescfad604fix(lcs): avoid duplicate deadline fallback editsUpdates
jsonschemafrom 0.49.5 to 0.49.6Release notes
Sourced from jsonschema's releases.
... (truncated)
Changelog
Sourced from jsonschema's changelog.
Commits
7888cb4chore(ruby): Release 0.49.6d57a7e0chore(python): Release 0.49.6eaeb5b3chore(rust): Release 0.49.6d87ab9bfix: AnadditionalItemsthat tails no tuple keeping the whole document unmo...b31c404feat: Canonicalization of a negateduniqueItems, where the complement deman...cbcf755build(deps): bump crates/jsonschema/tests/suited89a297build(deps): bump crate-ci/typos from 1.48.0 to 1.49.08285c96feat: Canonicalization of a negated array tuple, where each position's comple...05d579cfeat: Canonicalization of negateditemsunder Draft 4, where the violating-...8c53ddbfeat: Canonicalization of a negatedoneOf, where the complement spells the ...Updates
vergen-gitclfrom 10.0.1 to 10.0.2Commits
8355721chore(deps): dependency updates and Windows lcov fix (#520)ff70eebchore(msrv): bump MSRV to 1.96.0 (#519)13e7cb6chore(rake): Rakefile.toml build pipeline and lint updates (#518)a39ba61chore: replace deprecated provenance lints with implicit_provenance_casts (#517)8d9813achore(rake): tweak macos daily (#516)cd4af2achore: add Rakefile.toml build pipeline and fix doc references (#515)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions