Skip to content

chore(deps): update dependency router@^2.0.0>path-to-regexp to v8.4.2#4553

Open
renovate[bot] wants to merge 1 commit intomainfrom
chore/renovate/router-2.0.0-path-to-regexp-8.x
Open

chore(deps): update dependency router@^2.0.0>path-to-regexp to v8.4.2#4553
renovate[bot] wants to merge 1 commit intomainfrom
chore/renovate/router-2.0.0-path-to-regexp-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 16, 2026

This PR contains the following updates:

Package Change Age Confidence
router@^2.0.0>path-to-regexp 8.4.08.4.2 age confidence

Release Notes

pillarjs/path-to-regexp (router@^2.0.0>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: (in timezone America/Los_Angeles)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 the renovate label Apr 16, 2026
@renovate renovate Bot requested a review from a team as a code owner April 16, 2026 02:56
@renovate renovate Bot added the renovate label Apr 16, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 16, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 97 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
examples/ui-prompting-examples           |  WARN  deprecated @types/[email protected]
Progress: resolved 37, reused 0, downloaded 0, added 0
Progress: resolved 61, reused 0, downloaded 0, added 0
packages/axios-extension                 |  WARN  deprecated @xmldom/[email protected]
/tmp/renovate/repos/github/SAP/open-ux-tools/packages/backend-proxy-middleware-cf:
 ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version)

This error happened while installing a direct dependency of /tmp/renovate/repos/github/SAP/open-ux-tools/packages/backend-proxy-middleware-cf

Your Node version is incompatible with "@sap/[email protected]".

Expected version: ^20.0.0 || ^22.0.0
Got: v24.15.0

This is happening because the package's manifest has an engines.node field specified.
To fix this issue, install the required Node version.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 16, 2026

⚠️ No Changeset found

Latest commit: 39a42ec

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the chore/renovate/router-2.0.0-path-to-regexp-8.x branch 21 times, most recently from d0e5ffd to a295294 Compare April 23, 2026 09:26
@renovate renovate Bot force-pushed the chore/renovate/router-2.0.0-path-to-regexp-8.x branch 3 times, most recently from 1fca7cb to 2acb72c Compare April 23, 2026 10:25
@renovate renovate Bot force-pushed the chore/renovate/router-2.0.0-path-to-regexp-8.x branch from 2acb72c to 39a42ec Compare April 23, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants