Skip to content

Commit 16739f4

Browse files
fix(deps): update dependency rou3 to ^0.6.0 (#423)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rou3](https://redirect.github.com/unjs/rou3) | [`^0.5.1` -> `^0.6.0`](https://renovatebot.com/diffs/npm/rou3/0.5.1/0.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rou3/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rou3/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rou3/0.5.1/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rou3/0.5.1/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>unjs/rou3 (rou3)</summary> ### [`v0.6.0`](https://redirect.github.com/unjs/rou3/blob/HEAD/CHANGELOG.md#v060) [Compare Source](https://redirect.github.com/unjs/rou3/compare/v0.5.1...v0.6.0) [compare changes](https://redirect.github.com/unjs/rou3/compare/v0.5.1...v0.6.0) ##### 🩹 Fixes - **findAll:** Last named segment is required ([#&#8203;128](https://redirect.github.com/unjs/rou3/pull/128)) - **removeRoute:** Remove named wildcard routes ([#&#8203;137](https://redirect.github.com/unjs/rou3/pull/137)) ##### 💅 Refactors - Improve null proto obj ([5899c44](https://redirect.github.com/unjs/rou3/commit/5899c44)) ##### 📦 Build - ⚠️ Esm-only dist ([c7d3025](https://redirect.github.com/unjs/rou3/commit/c7d3025)) ##### 🏡 Chore - Update deps ([9a60d24](https://redirect.github.com/unjs/rou3/commit/9a60d24)) - Apply automated updates ([8cfb1bf](https://redirect.github.com/unjs/rou3/commit/8cfb1bf)) - Update dev deps ([cbf4a8a](https://redirect.github.com/unjs/rou3/commit/cbf4a8a)) ##### ⚠️ Breaking Changes - ⚠️ Esm-only dist ([c7d3025](https://redirect.github.com/unjs/rou3/commit/c7d3025)) ##### ❤️ Contributors - Pooya Parsa ([@&#8203;pi0](https://redirect.github.com/pi0)) - Vlad Sirenko ([@&#8203;sirenkovladd](https://redirect.github.com/sirenkovladd)) - Estéban ([@&#8203;Barbapapazes](https://redirect.github.com/Barbapapazes)) </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unnoq/orpc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9aa1c2 commit 16739f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@orpc/standard-server": "workspace:*",
6161
"json-schema-typed": "^8.0.1",
6262
"openapi-types": "^12.1.3",
63-
"rou3": "^0.5.1"
63+
"rou3": "^0.6.0"
6464
},
6565
"devDependencies": {
6666
"zod": "^3.24.2"

pnpm-lock.yaml

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)