Skip to content

Update dependency path-to-regexp to v8.4.2 - #607

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/path-to-regexp-8.x-lockfile
Open

Update dependency path-to-regexp to v8.4.2#607
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/path-to-regexp-8.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
path-to-regexp 8.4.08.4.2 age confidence

Release Notes

pillarjs/path-to-regexp (path-to-regexp)

v8.4.2

Compare Source

Fixed

Performance

  • Minimize array allocations (#​437) 937c02d
  • Improve compile performance (#​436) 57247e6
    • Should improve compilation performance by ~25%
  • Remove internal tokenization during parse (#​435) 5844988
    • Should improve parse performance by ~20%

Bundle size to 1.93 kB, from 1.97 kB.


v8.4.1

Compare Source

Fixed

  • Remove trie deduplication (#​431) 6bc8e84
    • Using a trie required non-greedy matching, which regressed wildcards in non-ending mode by matching them up until the first match. For example:
      • /*foo with /a/b = /a
      • /*foo.htmlwith /a/b.html/c.html = /a/b.html
  • Allow backtrack handling to match itself (#​427) 5bcd30b
    • When backtracking was introduced, it rejected matching things like /:"a"_:"b" against /foo__. This makes intuitive sense because the second parameter is not going to backtrack on _ anymore, but it's somewhat unexpected since there's no reason it shouldn't match the second _.


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 assigned Raxvis Sep 3, 2025
@renovate
renovate Bot force-pushed the renovate/path-to-regexp-8.x-lockfile branch from 580e776 to cc7af12 Compare September 25, 2025 20:45
@renovate
renovate Bot force-pushed the renovate/path-to-regexp-8.x-lockfile branch from cc7af12 to ab93797 Compare February 12, 2026 15:40
@renovate renovate Bot changed the title Update dependency path-to-regexp to v8.3.0 Update dependency path-to-regexp to v8.4.0 Mar 26, 2026
@renovate
renovate Bot force-pushed the renovate/path-to-regexp-8.x-lockfile branch from ab93797 to 43a7129 Compare March 26, 2026 21:19
@renovate renovate Bot changed the title Update dependency path-to-regexp to v8.4.0 Update dependency path-to-regexp to v8.4.0 - autoclosed Mar 28, 2026
@renovate renovate Bot closed this Mar 28, 2026
@renovate
renovate Bot deleted the renovate/path-to-regexp-8.x-lockfile branch March 28, 2026 09:20
@renovate renovate Bot changed the title Update dependency path-to-regexp to v8.4.0 - autoclosed Update dependency path-to-regexp to v8.4.1 Mar 31, 2026
@renovate renovate Bot reopened this Mar 31, 2026
@renovate
renovate Bot force-pushed the renovate/path-to-regexp-8.x-lockfile branch 2 times, most recently from 43a7129 to 76c6b43 Compare March 31, 2026 00:44
@renovate renovate Bot changed the title Update dependency path-to-regexp to v8.4.1 Update dependency path-to-regexp to v8.4.2 Apr 1, 2026
@renovate
renovate Bot force-pushed the renovate/path-to-regexp-8.x-lockfile branch from 76c6b43 to a334e33 Compare April 1, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant