Skip to content

⬆️ Update Rust crate regex to v1.13.1 - #263

Merged
frenck merged 2 commits into
mainfrom
renovate/regex-1.x-lockfile
Aug 1, 2026
Merged

⬆️ Update Rust crate regex to v1.13.1#263
frenck merged 2 commits into
mainfrom
renovate/regex-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
regex dependencies patch 1.13.01.13.1

Release Notes

rust-lang/regex (regex)

v1.13.1

Compare Source

===================
This is a release that fixes a bug where incorrect regex match offsets could be
reported. Note that this doesn't impact whether a match occurs or not, just
where it occurs. The match offsets are still valid for slicing, they just may
not refer to the correct leftmost-first match. See
#​1364 for (many) more details.

Bug fixes:

  • #​1354:
    Fixes previously unsound reverse suffix and inner optimizations.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. rust labels Jul 15, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 15, 2026 21:55
@codspeed-hq

codspeed-hq Bot commented Jul 15, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 16 untouched benchmarks


Comparing renovate/regex-1.x-lockfile (742c400) with main (0497334)

Open in CodSpeed

@codecov-commenter

codecov-commenter commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.96%. Comparing base (0497334) to head (742c400).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #263   +/-   ##
=======================================
  Coverage   92.96%   92.96%           
=======================================
  Files          42       42           
  Lines       13817    13817           
=======================================
  Hits        12845    12845           
  Misses        972      972           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate
renovate Bot force-pushed the renovate/regex-1.x-lockfile branch 16 times, most recently from 2fa9cc7 to deb6898 Compare July 24, 2026 08:58
@renovate
renovate Bot force-pushed the renovate/regex-1.x-lockfile branch 5 times, most recently from 77662a1 to dc3c005 Compare July 30, 2026 20:51
@renovate
renovate Bot force-pushed the renovate/regex-1.x-lockfile branch 3 times, most recently from 50f6cc5 to 4d92c79 Compare July 31, 2026 09:13
@renovate
renovate Bot force-pushed the renovate/regex-1.x-lockfile branch from 4d92c79 to 7822e08 Compare July 31, 2026 10:08
@frenck

frenck commented Jul 31, 2026

Copy link
Copy Markdown
Owner

@copilot can you fix the ci issue?

auto-merge was automatically disabled July 31, 2026 11:49

Head branch was pushed to by a user without write access

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

@copilot can you fix the ci issue?

The CI failure was in the "Third-party license policy" job — THIRD_PARTY_LICENSES.md was out of date after the regex upgrade also bumped regex-automata from 0.4.14 → 0.4.16. Fixed in commit chore: regenerate THIRD_PARTY_LICENSES.md for regex 1.13.1 / regex-automata 0.4.16.

Copilot AI requested a review from frenck July 31, 2026 11:50
@renovate

renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@frenck
frenck merged commit 5718c57 into main Aug 1, 2026
76 checks passed
@frenck
frenck deleted the renovate/regex-1.x-lockfile branch August 1, 2026 13:39
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Aug 3, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants