path-to-regexp
path-to-regexp copied to clipboard
Turn a path string such as `/user/:name` into a regular expression
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 3.0.5 to 3.2.1. Release notes Sourced from @vitest/coverage-v8's releases. v3.2.1 🐞 Bug Fixes Use sha1 instead of md5 for hashing - by @sheremet-va (e4c73) expect: Fix chai...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.2 to 22.15.29. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [recheck](https://github.com/makenowjust-labs/recheck) from 4.4.5 to 4.5.0. Release notes Sourced from recheck's releases. v4.5.0 New Contributors @denis-sokolov made their first contribution in makenowjust-labs/recheck#1009 @ydah made their first contribution in makenowjust-labs/recheck#1123 @MegaManSec...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.4.2. Release notes Sourced from ossf/scorecard-action's releases. v2.4.2 What's Changed This update bumps the Scorecard version to the v5.2.1 release. For a complete list of...
Bumps [size-limit](https://github.com/ai/size-limit) from 11.1.2 to 11.2.0. Release notes Sourced from size-limit's releases. 11.2.0 Added --config argument (by @EvgenyWas). Added top-level await support to config (by @aryaemami59). Added time option to...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.3 to 5.8.3. Release notes Sourced from typescript's releases. TypeScript 5.8.3 For release notes, check out the release announcement. fixed issues query for Typescript 5.8.0 (Beta). fixed...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.6.2. Release notes Sourced from actions/upload-artifact's releases. v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @salmanmkc in...
Bumps [@size-limit/preset-small-lib](https://github.com/ai/size-limit) from 11.1.2 to 11.2.0. Release notes Sourced from @size-limit/preset-small-lib's releases. 11.2.0 Added --config argument (by @EvgenyWas). Added top-level await support to config (by @aryaemami59). Added time option to...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.23.2 to 3.28.19. Release notes Sourced from github/codeql-action's releases. v3.28.19 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Closes https://github.com/pillarjs/path-to-regexp/issues/336, https://github.com/pillarjs/path-to-regexp/pull/358, https://github.com/pillarjs/path-to-regexp/pull/356, and https://github.com/pillarjs/path-to-regexp/pull/354. Adds `originalPath` to `TokenData`, which will be used (when available) for the error messages. It's already added to any methods that input a string.