build(deps): bump the rust-deps group across 1 directory with 3 updates#70
Merged
Conversation
071c86b to
3db1831
Compare
Bumps the rust-deps group with 3 updates in the / directory: [regex](https://github.com/rust-lang/regex), [insta](https://github.com/mitsuhiko/insta) and [web-sys](https://github.com/wasm-bindgen/wasm-bindgen). Updates `regex` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.3...1.12.4) Updates `insta` from 1.47.2 to 1.48.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.47.2...1.48.0) Updates `web-sys` from 0.3.99 to 0.3.102 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: insta dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps - dependency-name: web-sys dependency-version: 0.3.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
3db1831 to
944fabc
Compare
P4suta
added a commit
that referenced
this pull request
Jun 17, 2026
The dependabot commitlint skip (added in #94) guarded on `github.actor`, which is the **triggering** identity — a human `gh pr update-branch` on a dependabot PR flips it away from `dependabot[bot]`, so `committed` ran and failed on the bot's long subjects and on the update-branch merge commit. This wedged #70/#71/#96. - Guard on the PR **author** (`github.event.pull_request.user.login`), stable across re-triggers. - Pass `committed --no-merge-commit` so `gh pr update-branch` merge commits ("Merge branch 'main' …") never fail the lint. Unblocks the open dependabot PRs (#70/#71/#96). Part of P4suta/aozora#105.
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 rust-deps group with 3 updates in the / directory: regex, insta and web-sys.
Updates
regexfrom 1.12.3 to 1.12.4Changelog
Sourced from regex's changelog.
Commits
7b96fdc1.12.47b89cf0deps: update to regex-syntax 0.8.111401679regex-syntax-0.8.11d709000changelog: 1.12.49825c74syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)a7f2ff6docs: clarify regex-lite word boundaries2c7b172docs: clarify unsupported Anchored::Pattern searches839d16bregex-syntax-0.8.10c4865a0syntax: fix negation handling in HIR translationd8761c0cargo: also includebenchesUpdates
instafrom 1.47.2 to 1.48.0Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
7f23d2eRelease 1.48.0 (#925)ee9cae1AllowCI=trueto be overridden by an explicitly passed--acceptCLI flag ...043cf82fix: translate --profile to --cargo-profile for nextest (#913)9c77f13test: cover deep-wildcard redaction through arrays (#915)362f432Fix--snapshotfilter on Windows; allow partial paths (#904)a436836fix: tolerate a missing binary snapshot data file (#914)bf5fcdffix: regenerate Cargo.lock and guard it with --locked in CI (#912)a761a9cfeat: Support YAML literal blocks for multiline strings (#851)f9633f3ci: pincheck-minverto nightly-2026-04-25 (#905)c7b98b8feat: add strip_ansi_escape_codes setting (#899)Updates
web-sysfrom 0.3.99 to 0.3.102Commits