Skip to content

Commit 604f7bb

Browse files
Update dependency finalhandler to v2 (#1185)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [finalhandler](https://redirect.github.com/pillarjs/finalhandler) | [`1.3.1` -> `2.1.0`](https://renovatebot.com/diffs/npm/finalhandler/1.3.1/2.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/finalhandler/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/finalhandler/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/finalhandler/1.3.1/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/finalhandler/1.3.1/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pillarjs/finalhandler (finalhandler)</summary> ### [`v2.1.0`](https://redirect.github.com/pillarjs/finalhandler/blob/HEAD/HISTORY.md#v210--2025-03-05) [Compare Source](https://redirect.github.com/pillarjs/finalhandler/compare/v2.0.0...v2.1.0) \================== - deps: - use caret notation for dependency versions - encodeurl@^2.0.0 - debug@^4.4.0 - remove `ServerResponse.headersSent` support check - remove setImmediate support check - update test dependencies - remove unnecessary devDependency `safe-buffer` - remove `unpipe` package and use native `unpipe()` method - remove unnecessary devDependency `readable-stream` - refactor: use object spread to copy error headers - refactor: use replaceAll instead of replace with a regex - refactor: replace setHeaders function with optimized inline header setting ### [`v2.0.0`](https://redirect.github.com/pillarjs/finalhandler/blob/HEAD/HISTORY.md#v200--2024-09-02) [Compare Source](https://redirect.github.com/pillarjs/finalhandler/compare/v1.3.1...v2.0.0) \================== - drop support for node <18 - ignore status message for HTTP/2 ([#&#8203;53](https://redirect.github.com/pillarjs/finalhandler/issues/53)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d1d73a commit 604f7bb

File tree

2 files changed

+55
-12
lines changed

2 files changed

+55
-12
lines changed

package-lock.json

Lines changed: 54 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@types/finalhandler": "1.2.3",
6969
"@vitest/coverage-v8": "^3.0.0",
7070
"express": "4.21.2",
71-
"finalhandler": "1.3.1",
71+
"finalhandler": "2.1.0",
7272
"husky": "9.1.7",
7373
"msw": "2.7.3",
7474
"prettier": "3.5.3",

0 commit comments

Comments
 (0)