mei23 / misskey

めいすきー
GNU Affero General Public License v3.0
65 stars 12 forks source link

fix(deps): update dependency @koa/router to v12 #4941

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@koa/router 8.0.8 -> 12.0.1 age adoption passing confidence

Release Notes

koajs/router (@​koa/router) ### [`v12.0.1`](https://togithub.com/koajs/router/releases/tag/v12.0.1) [Compare Source](https://togithub.com/koajs/router/compare/v12.0.0...v12.0.1) - fix: fixed API ToC > Index to preserve links due to remark issue [`072b545`](https://togithub.com/koajs/router/commit/072b545) - fix: fixed remark-cli version and markdown [`147a934`](https://togithub.com/koajs/router/commit/147a934) - chore: bump deps, fixed linting [`9a45a3b`](https://togithub.com/koajs/router/commit/9a45a3b) - revert conversion of 'debug' package for 'node:util::debuglog' ([#​173](https://togithub.com/koajs/router/issues/173)) [`04884de`](https://togithub.com/koajs/router/commit/04884de) - fix: revert version bump due to \ [`8d390a9`](https://togithub.com/koajs/router/commit/8d390a9) - fix the two routes with the same path conflicts ([#​160](https://togithub.com/koajs/router/issues/160)) [`bc13548`](https://togithub.com/koajs/router/commit/bc13548) - Suggest installing types as dev dependencies ([#​163](https://togithub.com/koajs/router/issues/163)) [`ae98680`](https://togithub.com/koajs/router/commit/ae98680) - fix: invalid directory link. ([#​162](https://togithub.com/koajs/router/issues/162)) [`ceb3d16`](https://togithub.com/koajs/router/commit/ceb3d16) ### [`v12.0.0`](https://togithub.com/koajs/router/releases/tag/v12.0.0) [Compare Source](https://togithub.com/koajs/router/compare/8fe1d543d118c695f37c4081fa2842fe6f8aca0d...v12.0.0) - chore: fixed linting [`8042eb6`](https://togithub.com/koajs/router/commit/8042eb6) - URL-encode path parameters for Router.url ([#​116](https://togithub.com/koajs/router/issues/116)) [`94039ef`](https://togithub.com/koajs/router/commit/94039ef) ### [`v11.0.2`](https://togithub.com/koajs/router/compare/v11.0.1...8fe1d543d118c695f37c4081fa2842fe6f8aca0d) [Compare Source](https://togithub.com/koajs/router/compare/v11.0.1...8fe1d543d118c695f37c4081fa2842fe6f8aca0d) ### [`v11.0.1`](https://togithub.com/koajs/router/releases/tag/v11.0.1) [Compare Source](https://togithub.com/koajs/router/compare/v11.0.0...v11.0.1) - feat: allow set router host match ([#​156](https://togithub.com/koajs/router/issues/156)) [`d2ad849`](https://togithub.com/koajs/router/commit/d2ad849) ### [`v11.0.0`](https://togithub.com/koajs/router/releases/tag/v11.0.0) [Compare Source](https://togithub.com/koajs/router/compare/v10.1.1...v11.0.0) - chore: drop node 12 from tests [`fdf7117`](https://togithub.com/koajs/router/commit/fdf7117) - feat: require node >= 12, modernize, bump deps [`d0c6d8b`](https://togithub.com/koajs/router/commit/d0c6d8b) - fix(lib/test/doc): fix jsdoc and typo ([#​146](https://togithub.com/koajs/router/issues/146)) [`68253f6`](https://togithub.com/koajs/router/commit/68253f6) - feat: add `exclusive` option ([#​129](https://togithub.com/koajs/router/issues/129)) [`c6a8fc8`](https://togithub.com/koajs/router/commit/c6a8fc8) - doc: add comma for better understanding ([#​145](https://togithub.com/koajs/router/issues/145)) [`3454a7d`](https://togithub.com/koajs/router/commit/3454a7d) - Support symbols as route names ([#​143](https://togithub.com/koajs/router/issues/143)) [`13a634d`](https://togithub.com/koajs/router/commit/13a634d) - feat(deps): update minimal version from 8 -> 12 ([#​152](https://togithub.com/koajs/router/issues/152)) [`6ba3efa`](https://togithub.com/koajs/router/commit/6ba3efa) - feat(default-params): replace || cond with default params ([#​153](https://togithub.com/koajs/router/issues/153)) [`6db0e68`](https://togithub.com/koajs/router/commit/6db0e68) - Improve path checking before route registration ([#​155](https://togithub.com/koajs/router/issues/155)) [`6aca720`](https://togithub.com/koajs/router/commit/6aca720) - improve doc for prefix method. ([#​151](https://togithub.com/koajs/router/issues/151)) [`4fb50ac`](https://togithub.com/koajs/router/commit/4fb50ac) - - update deps ([#​150](https://togithub.com/koajs/router/issues/150)) [`65414f4`](https://togithub.com/koajs/router/commit/65414f4) - doc: add header to refer to api reference. ([#​112](https://togithub.com/koajs/router/issues/112)) [`1aead99`](https://togithub.com/koajs/router/commit/1aead99) - Include type installation instructions in README ([#​134](https://togithub.com/koajs/router/issues/134)) [`05fe8dd`](https://togithub.com/koajs/router/commit/05fe8dd) - Replace user with ctx.user in param docs ([#​136](https://togithub.com/koajs/router/issues/136)) [`5cec6fb`](https://togithub.com/koajs/router/commit/5cec6fb) ### [`v10.1.1`](https://togithub.com/koajs/router/releases/tag/v10.1.1) [Compare Source](https://togithub.com/koajs/router/compare/v10.1.0...v10.1.1) - Correct [@​hapi/boom](https://togithub.com/hapi/boom) usage example ([#​128](https://togithub.com/koajs/router/issues/128)) [`904db98`](https://togithub.com/koajs/router/commit/904db98) ### [`v10.1.0`](https://togithub.com/koajs/router/releases/tag/v10.1.0) [Compare Source](https://togithub.com/koajs/router/compare/v10.0.0...v10.1.0) - Fix additional entry inejcted to params ([#​124](https://togithub.com/koajs/router/issues/124)) [`e9fa04b`](https://togithub.com/koajs/router/commit/e9fa04b) ### [`v10.0.0`](https://togithub.com/koajs/router/releases/tag/v10.0.0) [Compare Source](https://togithub.com/koajs/router/compare/v9.4.0...v10.0.0) - Allow router.redirect() to accept external destinations ([#​110](https://togithub.com/koajs/router/issues/110)) [`89b7c02`](https://togithub.com/koajs/router/commit/89b7c02) ### [`v9.4.0`](https://togithub.com/koajs/router/releases/tag/v9.4.0) [Compare Source](https://togithub.com/koajs/router/compare/v9.3.1...v9.4.0) - 99 params request ctx ([#​100](https://togithub.com/koajs/router/issues/100)) [`92200d4`](https://togithub.com/koajs/router/commit/92200d4) ### [`v9.3.1`](https://togithub.com/koajs/router/releases/tag/v9.3.1) [Compare Source](https://togithub.com/koajs/router/compare/v9.3.0...v9.3.1) - feat: better debug at the end of Router#register (closes [#​81](https://togithub.com/koajs/router/issues/81)) [`1ed69c2`](https://togithub.com/koajs/router/commit/1ed69c2) ### [`v9.3.0`](https://togithub.com/koajs/router/releases/tag/v9.3.0) [Compare Source](https://togithub.com/koajs/router/compare/v9.2.0...v9.3.0) - `router.url` behaves unexpectedly for a named route that has no path parameters. ([#​37](https://togithub.com/koajs/router/issues/37)) [`1b06bd1`](https://togithub.com/koajs/router/commit/1b06bd1) ### [`v9.2.0`](https://togithub.com/koajs/router/releases/tag/v9.2.0) [Compare Source](https://togithub.com/koajs/router/compare/v9.1.0...v9.2.0) - Router.use do not receive ctx.param(s) when route has prefix with params ([#​69](https://togithub.com/koajs/router/issues/69)) [`13c658d`](https://togithub.com/koajs/router/commit/13c658d) ### [`v9.1.0`](https://togithub.com/koajs/router/releases/tag/v9.1.0) [Compare Source](https://togithub.com/koajs/router/compare/v9.0.1...v9.1.0) - Fix current ctx.\_matchedRoute ([#​93](https://togithub.com/koajs/router/issues/93)) [`7030524`](https://togithub.com/koajs/router/commit/7030524) - Add test for optional route parameter ([#​43](https://togithub.com/koajs/router/issues/43)) [`bb74b12`](https://togithub.com/koajs/router/commit/bb74b12) ### [`v9.0.1`](https://togithub.com/koajs/router/releases/tag/v9.0.1) [Compare Source](https://togithub.com/koajs/router/compare/v8.0.8...v9.0.1) - To v9.x.x 🚀 ([#​87](https://togithub.com/koajs/router/issues/87)) [`e3d5870`](https://togithub.com/koajs/router/commit/e3d5870) - disable package-lock.json ([#​83](https://togithub.com/koajs/router/issues/83)) [`53a6e0d`](https://togithub.com/koajs/router/commit/53a6e0d) - fix conflict accident per [#​75](https://togithub.com/koajs/router/issues/75) and [`6131069`](https://togithub.com/koajs/router/commit/6131069) - refactor(dependencies): remove urijs dependency ([#​75](https://togithub.com/koajs/router/issues/75)) [`5660b68`](https://togithub.com/koajs/router/commit/5660b68) - feat: replace var with const and let ([#​80](https://togithub.com/koajs/router/issues/80)) [`4e44c08`](https://togithub.com/koajs/router/commit/4e44c08) - doc: be more precise about the behavior of middleware on the router ([#​82](https://togithub.com/koajs/router/issues/82)) [`90ef8a7`](https://togithub.com/koajs/router/commit/90ef8a7) - Fix typo in layer.js ([#​28](https://togithub.com/koajs/router/issues/28)) [`edb24b4`](https://togithub.com/koajs/router/commit/edb24b4) - Update changelog for wildcard change ([#​77](https://togithub.com/koajs/router/issues/77)) [`2e69eca`](https://togithub.com/koajs/router/commit/2e69eca)

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 12.x releases. But if you manually upgrade to 12.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.