Skip to content

Commit

Permalink
Update dependency path-to-regexp to v6.2.1 (#188)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [path-to-regexp](https://togithub.com/pillarjs/path-to-regexp) | [`6.1.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/path-to-regexp/6.1.0/6.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/path-to-regexp/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/path-to-regexp/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/path-to-regexp/6.1.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/path-to-regexp/6.1.0/6.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pillarjs/path-to-regexp (path-to-regexp)</summary>

### [`v6.2.1`](https://togithub.com/pillarjs/path-to-regexp/releases/tag/v6.2.1): Fix matching `:name*` parameter

[Compare Source](https://togithub.com/pillarjs/path-to-regexp/compare/v6.2.0...v6.2.1)

**Fixed**

-   Fix invalid matching of `:name*` parameter ([#&#8203;261](https://togithub.com/pillarjs/path-to-regexp/issues/261))  [`762bc6b`](https://togithub.com/pillarjs/path-to-regexp/commit/762bc6b)
-   Compare delimiter string over regexp  [`86baef8`](https://togithub.com/pillarjs/path-to-regexp/commit/86baef8)

**Added**

-   New example in documentation ([#&#8203;256](https://togithub.com/pillarjs/path-to-regexp/issues/256))  [`ae9e576`](https://togithub.com/pillarjs/path-to-regexp/commit/ae9e576)
-   Update demo link ([#&#8203;250](https://togithub.com/pillarjs/path-to-regexp/issues/250))  [`77df638`](https://togithub.com/pillarjs/path-to-regexp/commit/77df638)
-   Update README encode example  [`b39edd4`](https://togithub.com/pillarjs/path-to-regexp/commit/b39edd4)

### [`v6.2.0`](https://togithub.com/pillarjs/path-to-regexp/releases/tag/v6.2.0): Named Capturing Groups

[Compare Source](https://togithub.com/pillarjs/path-to-regexp/compare/v6.1.0...v6.2.0)

**Added**

-   Support named capturing groups for RegExps ([#&#8203;225](https://togithub.com/pillarjs/path-to-regexp/issues/225))

**Fixed**

-   Update `strict` flag documentation ([#&#8203;227](https://togithub.com/pillarjs/path-to-regexp/issues/227))
-   Ignore test files when bundling ([#&#8203;220](https://togithub.com/pillarjs/path-to-regexp/issues/220))

</details>

---

### Configuration

📅 **Schedule**: 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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
  • Loading branch information
renovate[bot] committed Sep 30, 2023
1 parent 8ed9940 commit 6c94fa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -239,7 +239,7 @@
"os-browserify": "0.3.0",
"p-limit": "3.1.0",
"path-browserify": "1.0.1",
"path-to-regexp": "6.1.0",
"path-to-regexp": "6.2.1",
"platform": "1.3.6",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-modules-extract-imports": "3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6c94fa6

Please sign in to comment.