Skip to content

Commit 459f416

Browse files
fix(deps): update packages that may break with minor update (#122)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [fastify](https://fastify.dev/) ([source](https://redirect.github.com/fastify/fastify)) | [`5.4.0` -> `5.6.0`](https://renovatebot.com/diffs/npm/fastify/5.4.0/5.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/fastify/5.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fastify/5.4.0/5.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v5.6.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.6.0) [Compare Source](https://redirect.github.com/fastify/fastify/compare/v5.5.0...v5.6.0) ##### What's Changed - fix: update typescript pino type to pick by [@&#8203;dancastillo](https://redirect.github.com/dancastillo) in [#&#8203;6287](https://redirect.github.com/fastify/fastify/pull/6287) - feat(types): router option types by [@&#8203;dancastillo](https://redirect.github.com/dancastillo) in [#&#8203;6282](https://redirect.github.com/fastify/fastify/pull/6282) - fix(types): Fix use of "esModuleInterop: false" by [@&#8203;joshkel](https://redirect.github.com/joshkel) in [#&#8203;6292](https://redirect.github.com/fastify/fastify/pull/6292) - docs: fix typo in Reference: TypeScript.md by [@&#8203;hmanzoni](https://redirect.github.com/hmanzoni) in [#&#8203;6302](https://redirect.github.com/fastify/fastify/pull/6302) - docs: clarify router performance note by [@&#8203;Prasad2604](https://redirect.github.com/Prasad2604) in [#&#8203;6306](https://redirect.github.com/fastify/fastify/pull/6306) ##### New Contributors - [@&#8203;joshkel](https://redirect.github.com/joshkel) made their first contribution in [#&#8203;6292](https://redirect.github.com/fastify/fastify/pull/6292) - [@&#8203;hmanzoni](https://redirect.github.com/hmanzoni) made their first contribution in [#&#8203;6302](https://redirect.github.com/fastify/fastify/pull/6302) - [@&#8203;Prasad2604](https://redirect.github.com/Prasad2604) made their first contribution in [#&#8203;6306](https://redirect.github.com/fastify/fastify/pull/6306) **Full Changelog**: <fastify/fastify@v5.5.0...v5.6.0> ### [`v5.5.0`](https://redirect.github.com/fastify/fastify/releases/tag/v5.5.0) [Compare Source](https://redirect.github.com/fastify/fastify/compare/v5.4.0...v5.5.0) #### What's Changed - docs: fix markdown linting issue by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;6175](https://redirect.github.com/fastify/fastify/pull/6175) - chore: removed simple-get from mkcalendar tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6199](https://redirect.github.com/fastify/fastify/pull/6199) - chore: removed simple-get from versioned-routes tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6202](https://redirect.github.com/fastify/fastify/pull/6202) - chore: removed simple-get from hooks tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6210](https://redirect.github.com/fastify/fastify/pull/6210) - fix: close pipelining test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6204](https://redirect.github.com/fastify/fastify/pull/6204) - chore: removed simple-get from unlock test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6178](https://redirect.github.com/fastify/fastify/pull/6178) - chore: removed simple-get from use-semicolon-delimiter tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6203](https://redirect.github.com/fastify/fastify/pull/6203) - chore: removed simple-get from custom-https-server tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6201](https://redirect.github.com/fastify/fastify/pull/6201) - chore: remove simple-get from custom parser 5 by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6172](https://redirect.github.com/fastify/fastify/pull/6172) - chore: removed simple-get from head tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6196](https://redirect.github.com/fastify/fastify/pull/6196) - chore: removed simple-get from request id tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6193](https://redirect.github.com/fastify/fastify/pull/6193) - chore: remove simple get from custom parser 1 by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6167](https://redirect.github.com/fastify/fastify/pull/6167) - chore: removed simple-get from custom-parser-0 by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6168](https://redirect.github.com/fastify/fastify/pull/6168) - chore: remove simple-get from custom parser 2 by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6169](https://redirect.github.com/fastify/fastify/pull/6169) - chore: remove simple-get from custom parser 4 by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6171](https://redirect.github.com/fastify/fastify/pull/6171) - chore: removed simple-get from promises test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6183](https://redirect.github.com/fastify/fastify/pull/6183) - chore: removed simple-get from move test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6179](https://redirect.github.com/fastify/fastify/pull/6179) - chore: remove simple-get from custom querystring parser by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6166](https://redirect.github.com/fastify/fastify/pull/6166) - chore: remove simple-get from propfind by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6174](https://redirect.github.com/fastify/fastify/pull/6174) - chore: removed simple-get from case insensitive test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6188](https://redirect.github.com/fastify/fastify/pull/6188) - chore: remove simple get from async-await tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6165](https://redirect.github.com/fastify/fastify/pull/6165) - chore: removed simple-get from header overflow test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6190](https://redirect.github.com/fastify/fastify/pull/6190) - chore: removed simple-get from check test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6176](https://redirect.github.com/fastify/fastify/pull/6176) - chore: removed simple-get from async hooks test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6189](https://redirect.github.com/fastify/fastify/pull/6189) - feat(types): export more schema related types by [@&#8203;marcalexiei](https://redirect.github.com/marcalexiei) in [#&#8203;6207](https://redirect.github.com/fastify/fastify/pull/6207) - chore: removed simple-get from copy tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6198](https://redirect.github.com/fastify/fastify/pull/6198) - chore: removed simple-get from request-error test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6184](https://redirect.github.com/fastify/fastify/pull/6184) - chore: removed simple-get from decorator tests by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6192](https://redirect.github.com/fastify/fastify/pull/6192) - ci: pin third-party actions to commit-hash by [@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in [#&#8203;6218](https://redirect.github.com/fastify/fastify/pull/6218) - fix: close fastify instance by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6177](https://redirect.github.com/fastify/fastify/pull/6177) - chore(license): replace date range by [@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in [#&#8203;6219](https://redirect.github.com/fastify/fastify/pull/6219) - chore: removed simple-get from plugin-1 test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6180](https://redirect.github.com/fastify/fastify/pull/6180) - chore: removed simple-get from plugin-2 test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6181](https://redirect.github.com/fastify/fastify/pull/6181) - chore: removed simple-get from plugin-3 test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6182](https://redirect.github.com/fastify/fastify/pull/6182) - chore: remove simple get from reply test by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6160](https://redirect.github.com/fastify/fastify/pull/6160) - feat(types): add missing error types by [@&#8203;davidwood](https://redirect.github.com/davidwood) in [#&#8203;6217](https://redirect.github.com/fastify/fastify/pull/6217) - docs: setErrorHandler description by [@&#8203;AlvesJorge](https://redirect.github.com/AlvesJorge) in [#&#8203;6227](https://redirect.github.com/fastify/fastify/pull/6227) - docs: fix onError hook execution order documentation by [@&#8203;emicovi](https://redirect.github.com/emicovi) in [#&#8203;6225](https://redirect.github.com/fastify/fastify/pull/6225) - fix: handle abort signal in fastify.listen by [@&#8203;climba03003](https://redirect.github.com/climba03003) in [#&#8203;6235](https://redirect.github.com/fastify/fastify/pull/6235) - feat: prepare to use Promise.withResolvers by [@&#8203;climba03003](https://redirect.github.com/climba03003) in [#&#8203;6232](https://redirect.github.com/fastify/fastify/pull/6232) - docs: updated SECURITY.md by [@&#8203;Eomm](https://redirect.github.com/Eomm) in [#&#8203;6233](https://redirect.github.com/fastify/fastify/pull/6233) - fix(docs): fix markdown to exclude leading parenthesis by [@&#8203;IanWoodard](https://redirect.github.com/IanWoodard) in [#&#8203;6238](https://redirect.github.com/fastify/fastify/pull/6238) - ci: fix thollander/actions-comment-pull-request commit-hash by [@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in [#&#8203;6244](https://redirect.github.com/fastify/fastify/pull/6244) - docs(routes): add payload to preParsing signature by [@&#8203;callmehiphop](https://redirect.github.com/callmehiphop) in [#&#8203;6240](https://redirect.github.com/fastify/fastify/pull/6240) - docs(ecosystem): add fastify-route-preset plugin by [@&#8203;inyourtime](https://redirect.github.com/inyourtime) in [#&#8203;6220](https://redirect.github.com/fastify/fastify/pull/6220) - chore: remove simple get from async request, get and register... by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6246](https://redirect.github.com/fastify/fastify/pull/6246) - docs: improve custom validator documentation for async hooks by [@&#8203;emicovi](https://redirect.github.com/emicovi) in [#&#8203;6228](https://redirect.github.com/fastify/fastify/pull/6228) - chore: remove simple get from route shorthand by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6245](https://redirect.github.com/fastify/fastify/pull/6245) - chore: Bump [@&#8203;stylistic/eslint-plugin](https://redirect.github.com/stylistic/eslint-plugin) from 4.4.1 to 5.1.0 in the dev-dependencies-eslint group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;6242](https://redirect.github.com/fastify/fastify/pull/6242) - chore: Bump [@&#8203;types/node](https://redirect.github.com/types/node) from 22.15.34 to 24.0.8 in the dev-dependencies-typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;6243](https://redirect.github.com/fastify/fastify/pull/6243) - chore(tests): remove simple get by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6249](https://redirect.github.com/fastify/fastify/pull/6249) - chore: finally remove simple get by [@&#8203;ilteoood](https://redirect.github.com/ilteoood) in [#&#8203;6251](https://redirect.github.com/fastify/fastify/pull/6251) - chore: remove undici from schema-validation.test.js by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;6252](https://redirect.github.com/fastify/fastify/pull/6252) - test: fix flakyness of close-pipelining-test, upgrade undici to v7 by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;6256](https://redirect.github.com/fastify/fastify/pull/6256) - fix: account for EPIPE fetch errors in tests by [@&#8203;gurgunday](https://redirect.github.com/gurgunday) in [#&#8203;6255](https://redirect.github.com/fastify/fastify/pull/6255) - docs: correct parameter name in frameworkErrors handler by [@&#8203;inyourtime](https://redirect.github.com/inyourtime) in [#&#8203;6257](https://redirect.github.com/fastify/fastify/pull/6257) - docs: fix server page headings level by [@&#8203;golopot](https://redirect.github.com/golopot) in [#&#8203;6258](https://redirect.github.com/fastify/fastify/pull/6258) - fix: add FST\_ERR\_CTP\_INVALID\_JSON\_BODY by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;5925](https://redirect.github.com/fastify/fastify/pull/5925) - feat: optimize content type parser by using AsyncResource.bind() by [@&#8203;gurgunday](https://redirect.github.com/gurgunday) in [#&#8203;6262](https://redirect.github.com/fastify/fastify/pull/6262) - fix: remove unnecessary body length check in contentTypeParser by [@&#8203;gurgunday](https://redirect.github.com/gurgunday) in [#&#8203;6266](https://redirect.github.com/fastify/fastify/pull/6266) - docs(ecosystem): add fastify-multilingual by [@&#8203;gbrugger](https://redirect.github.com/gbrugger) in [#&#8203;6268](https://redirect.github.com/fastify/fastify/pull/6268) - chore: fix docs Request.md by [@&#8203;ts0307](https://redirect.github.com/ts0307) in [#&#8203;6270](https://redirect.github.com/fastify/fastify/pull/6270) - chore: Bump typescript from 5.8.3 to 5.9.2 in the dev-dependencies-typescript group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;6273](https://redirect.github.com/fastify/fastify/pull/6273) - chore: Bump cross-env from 7.0.3 to 10.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;6274](https://redirect.github.com/fastify/fastify/pull/6274) - feat(types): enforce reply status code types with type providers by [@&#8203;samchungy](https://redirect.github.com/samchungy) in [#&#8203;6250](https://redirect.github.com/fastify/fastify/pull/6250) - feat: move router options to own key by [@&#8203;dancastillo](https://redirect.github.com/dancastillo) in [#&#8203;5985](https://redirect.github.com/fastify/fastify/pull/5985) - docs: refine CONTRIBUTING.md for better readability by [@&#8203;Dipali127](https://redirect.github.com/Dipali127) in [#&#8203;6277](https://redirect.github.com/fastify/fastify/pull/6277) - chore: refactor reply.send and prioritize kReplyIsError by [@&#8203;gurgunday](https://redirect.github.com/gurgunday) in [#&#8203;6267](https://redirect.github.com/fastify/fastify/pull/6267) - docs(ecosystem): add fastify-permissions plugin by [@&#8203;pckrishnadas88](https://redirect.github.com/pckrishnadas88) in [#&#8203;6265](https://redirect.github.com/fastify/fastify/pull/6265) - docs: Add Hey API to ecosystem by [@&#8203;mrlubos](https://redirect.github.com/mrlubos) in [#&#8203;6280](https://redirect.github.com/fastify/fastify/pull/6280) - fix: OPTIONS Content-Type handling by [@&#8203;gurgunday](https://redirect.github.com/gurgunday) in [#&#8203;6263](https://redirect.github.com/fastify/fastify/pull/6263) #### New Contributors - [@&#8203;marcalexiei](https://redirect.github.com/marcalexiei) made their first contribution in [#&#8203;6207](https://redirect.github.com/fastify/fastify/pull/6207) - [@&#8203;davidwood](https://redirect.github.com/davidwood) made their first contribution in [#&#8203;6217](https://redirect.github.com/fastify/fastify/pull/6217) - [@&#8203;AlvesJorge](https://redirect.github.com/AlvesJorge) made their first contribution in [#&#8203;6227](https://redirect.github.com/fastify/fastify/pull/6227) - [@&#8203;emicovi](https://redirect.github.com/emicovi) made their first contribution in [#&#8203;6225](https://redirect.github.com/fastify/fastify/pull/6225) - [@&#8203;IanWoodard](https://redirect.github.com/IanWoodard) made their first contribution in [#&#8203;6238](https://redirect.github.com/fastify/fastify/pull/6238) - [@&#8203;callmehiphop](https://redirect.github.com/callmehiphop) made their first contribution in [#&#8203;6240](https://redirect.github.com/fastify/fastify/pull/6240) - [@&#8203;golopot](https://redirect.github.com/golopot) made their first contribution in [#&#8203;6258](https://redirect.github.com/fastify/fastify/pull/6258) - [@&#8203;gbrugger](https://redirect.github.com/gbrugger) made their first contribution in [#&#8203;6268](https://redirect.github.com/fastify/fastify/pull/6268) - [@&#8203;ts0307](https://redirect.github.com/ts0307) made their first contribution in [#&#8203;6270](https://redirect.github.com/fastify/fastify/pull/6270) - [@&#8203;Dipali127](https://redirect.github.com/Dipali127) made their first contribution in [#&#8203;6277](https://redirect.github.com/fastify/fastify/pull/6277) - [@&#8203;pckrishnadas88](https://redirect.github.com/pckrishnadas88) made their first contribution in [#&#8203;6265](https://redirect.github.com/fastify/fastify/pull/6265) - [@&#8203;mrlubos](https://redirect.github.com/mrlubos) made their first contribution in [#&#8203;6280](https://redirect.github.com/fastify/fastify/pull/6280) **Full Changelog**: <fastify/fastify@v5.4.0...v5.5.0> </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...5be33469d551655d878876faa9e30aa3b49f8ee9) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/8hobbies/commitrack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTMwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b075271 commit 459f416

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -32,7 +32,7 @@
3232
"prettier": "3.6.2",
3333
"prisma": "6.16.2",
3434
"tsx": "4.20.5",
35-
"typescript": "5.8.3",
35+
"typescript": "5.9.2",
3636
"typescript-eslint": "8.44.0",
3737
"vitest": "3.2.4"
3838
}

packages/api-server/package-lock.json

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

packages/api-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"globals": "16.4.0",
2626
"prettier": "3.6.2",
2727
"prisma": "6.16.2",
28-
"typescript": "5.8.3",
28+
"typescript": "5.9.2",
2929
"typescript-eslint": "8.44.0",
3030
"vitest": "3.2.4"
3131
},
3232
"dependencies": {
3333
"@8hobbies/utils": "4.2.0",
3434
"@fastify/type-provider-json-schema-to-ts": "5.0.0",
3535
"@prisma/client": "6.16.2",
36-
"fastify": "5.4.0",
36+
"fastify": "5.6.0",
3737
"fastify-plugin": "5.0.1",
3838
"redis": "4.7.1"
3939
}

packages/common/package-lock.json

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

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"globals": "16.4.0",
2525
"prettier": "3.6.2",
2626
"prisma": "6.16.2",
27-
"typescript": "5.8.3",
27+
"typescript": "5.9.2",
2828
"typescript-eslint": "8.44.0"
2929
}
3030
}

packages/updater/package-lock.json

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

packages/updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "16.4.0",
2828
"prettier": "3.6.2",
2929
"prisma": "6.16.2",
30-
"typescript": "5.8.3",
30+
"typescript": "5.9.2",
3131
"typescript-eslint": "8.44.0",
3232
"vitest": "3.2.4",
3333
"redis": "4.7.1"

0 commit comments

Comments
 (0)