Bump the tunnel-server-deps group across 1 directory with 8 updates
Bumps the tunnel-server-deps group with 8 updates in the /tunnel-server directory:
| Package | From | To |
|---|---|---|
| fastify | 4.26.2 |
4.27.0 |
| pino | 8.19.0 |
8.21.0 |
| tough-cookie | 4.1.3 |
4.1.4 |
| ts-pattern | 5.0.8 |
5.1.1 |
| zod | 3.22.4 |
3.23.8 |
| @types/node | 18.19.26 |
18.19.33 |
| typescript | 5.4.3 |
5.4.5 |
| undici | 6.11.1 |
6.16.1 |
Updates fastify from 4.26.2 to 4.27.0
Release notes
Sourced from fastify's releases.
v4.27.0
What's Changed
- docs(request): update request page by
@Tony133in fastify/fastify#5343- ci: Add Nsolid runtime to CI and Integration tests by
@riosjein fastify/fastify#5332- docs(Ecosystem): add fastify-i18n, vite-plugin-fastify, and vite-plug… by
@Shyam-Chenin fastify/fastify#5346- docs(ecosystem): update x-ray community plugin link by
@jorgevrgsin fastify/fastify#5350- docs: spelling corrections by
@10xLaCroixDrinkerin fastify/fastify#5349- docs: Remove ES module with NodeNext note by
@melroy89in fastify/fastify#5361- docs(ecosystem): add fastify-msgraph-change-notifications-webhook to community plugins by
@flower-of-the-bridgesin fastify/fastify#5360- docs: Add GitHub links to Type Providers + mention Zod by
@melroy89in fastify/fastify#5365- docs: fix errors table layout by
@aivopaasin fastify/fastify#5374- chore: Bump pnpm/action-setup from 2 to 3 by
@dependabotin fastify/fastify#5381- docs(typescript): update generic constraints link by
@Tony133in fastify/fastify#5379- types: narrow code reply type based on schema by
@hpx7in fastify/fastify#5380- fix: errorCodes import using ESM by
@melroy89in fastify/fastify#5390- fix: Extend tap with .test.mjs tests & Rename existing ESM test by
@melroy89in fastify/fastify#5391- docs(typescript): update example https server by
@Tony133in fastify/fastify#5389- docs(typescript): update snippet code by
@Tony133in fastify/fastify#5406- fix: benchmark CI by
@gurgundayin fastify/fastify#5414- fix:
remove-labeljob uses the wrong repo by@gurgundayin fastify/fastify#5415- fix: only run citgm if citgm-core-plugins label is set by
@gurgundayin fastify/fastify#5416- feat: adds webdav methods that require body & content type parsing by
@johavenin fastify/fastify#5411- docs: improve onError docs by specifying what the error handler is by
@tmcwin fastify/fastify#5358- chore: add mercedes-benz as new sponsor by
@Eommin fastify/fastify#5424- chore(ecosystem): Add Fastify asyncforge plugin by
@rozzillain fastify/fastify#5429- types:
reply.getSerializationFunctioncan returnundefinedby@remidewittein fastify/fastify#5384- chore: Bump pino from 8.21.0 to 9.0.0 in the dependencies-major group by
@dependabotin fastify/fastify#5431- chore: exclude node 14 and 16 on macOS by
@gurgundayin fastify/fastify#5433- chore: Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 by
@dependabotin fastify/fastify#5436- docs: update indentation on snippet code by
@Tony133in fastify/fastify#5418- docs(guides/abort): suggest explicit use of the
abortedproperty by@Fdawgsin fastify/fastify#5438- feat: disable request logging by
@SamSalvaticoin fastify/fastify#5435- chore: add
@gurgundayto the Core Team by@gurgundayin fastify/fastify#5442- feat: add mkcalendar and report methods by
@keyservladin fastify/fastify#5439- feat: handle synchronous errors in errorHandler by
@mcollinain fastify/fastify#5445- types: request route schema might be undefined by
@nflaigin fastify/fastify#5394New Contributors
@Tony133made their first contribution in fastify/fastify#5343@riosjemade their first contribution in fastify/fastify#5332@jorgevrgsmade their first contribution in fastify/fastify#5350@10xLaCroixDrinkermade their first contribution in fastify/fastify#5349@melroy89made their first contribution in fastify/fastify#5361@flower-of-the-bridgesmade their first contribution in fastify/fastify#5360@aivopaasmade their first contribution in fastify/fastify#5374@hpx7made their first contribution in fastify/fastify#5380@johavenmade their first contribution in fastify/fastify#5411@tmcwmade their first contribution in fastify/fastify#5358@remidewittemade their first contribution in fastify/fastify#5384@SamSalvaticomade their first contribution in fastify/fastify#5435
... (truncated)
Commits
fe25981Bumped v4.27.0445e41atypes: request route schema might be undefined (#5394)b8cbd33feat: handle synchronous errors in errorHandler (#5445)bf64e47feat: add mkcalendar and report methods (#5439)6dbe833update readme (#5442)f2835dbfeat: disable request logging (#5435)8d66924docs(guides/abort): suggest explicit use of theabortedproperty (#5438)bf5d447docs: update indentation on snippet code (#5418)345c85echore: Bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 (#5436)d643885exclude node 14 and 16 on macos (#5433)- Additional commits viewable in compare view
Updates pino from 8.19.0 to 8.21.0
Release notes
Sourced from pino's releases.
v8.21.0
What's Changed
- docs: add a section about pino-logfmt #1879 by
@botfluxin pinojs/pino#1941- Docs: Separate ecosystem lists by
@EstebanDalelRin pinojs/pino#1942- feat: send config to transports on init by
@10xLaCroixDrinkerin pinojs/pino#1930New Contributors
@botfluxmade their first contribution in pinojs/pino#1941@EstebanDalelRmade their first contribution in pinojs/pino#1942Full Changelog: https://github.com/pinojs/pino/compare/v8.20.0...v8.21.0
v8.20.0
What's Changed
- Improve documentation for use with Google Cloud Logging by
@jansauerin pinojs/pino#1915- docs: remove reference to make-promises-safe by
@10xLaCroixDrinkerin pinojs/pino#1921- docs: spelling corrections by
@10xLaCroixDrinkerin pinojs/pino#1920- Document
setBindingsby@alecmevin pinojs/pino#1928- Add pino-discord-webhook transport information by
@fabulousgkin pinojs/pino#1922- docs: add pino-test to the ecosystem and help sections by
@ruddenchauxin pinojs/pino#1931- Added Info about using Grafana Loki by
@janpaepkein pinojs/pino#1934- Fix deprecated dependency notation by
@mbtoolsin pinojs/pino#1929- fix: avoid override mistake by
@erightsin pinojs/pino#1939- chore: fix some typos by
@divdeployin pinojs/pino#1940New Contributors
@jansauermade their first contribution in pinojs/pino#1915@alecmevmade their first contribution in pinojs/pino#1928@fabulousgkmade their first contribution in pinojs/pino#1922@ruddenchauxmade their first contribution in pinojs/pino#1931@janpaepkemade their first contribution in pinojs/pino#1934@mbtoolsmade their first contribution in pinojs/pino#1929@erightsmade their first contribution in pinojs/pino#1939@divdeploymade their first contribution in pinojs/pino#1940Full Changelog: https://github.com/pinojs/pino/compare/v8.19.0...v8.20.0
Commits
53c9166Bumped v8.21.05ceb596feat: send config to transports on init (#1930)d9911b0Separate ecosystem lists (#1942)6118cb6docs: add a section about pino-logfmt (#1941)f197065chore: fix some typos9c39e0ffix: avoid override mistake (#1939)06df1dfFix deprecated dependency notation (#1929)ca96e16Added Info about using Grafana Loki (#1934)4573245docs: add pino-test to the ecosystem and help sections (#1931)31d4facdoc: add pino-discord-webhook transport information (#1922)- Additional commits viewable in compare view
Updates tough-cookie from 4.1.3 to 4.1.4
Release notes
Sourced from tough-cookie's releases.
v4.1.4
https://www.npmjs.com/package/tough-cookie/v/4.1.4
What's Changed
- Add local alias for
toStringby@corvidismin salesforce/tough-cookie#409- Fix incorrect string validation for URL by
@coditvain salesforce/tough-cookie#261New Contributors
@corvidismmade their first contribution in salesforce/tough-cookie#409@coditvamade their first contribution in salesforce/tough-cookie#261Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.3...v4.1.4
Commits
cacbc37Bump version to 4.1.4a48fb3aAdd tests for url validation50e69bfMerge pull request #261 from postmanlabs/fix/url-string-validation1253d58Merge pull request #409 from corvidism/validators-to-string238367eAdd local alias fortoStringcf6debdFix incorrect string validation for URL- See full diff in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Updates ts-pattern from 5.0.8 to 5.1.1
Release notes
Sourced from ts-pattern's releases.
v5.1.1
What's Changed
- Fix(P.nonNullable): narrowing of unions of objects by
@gvergnaudin gvergnaud/ts-pattern#237Full Changelog: https://github.com/gvergnaud/ts-pattern/compare/v5.1.0...v5.1.1
v5.1.0
New features
P.nonNullablewildcardAdd a new
P.nonNullablepattern that will match any value exceptnullorundefined.import { match, P } from 'ts-pattern';const input = null;
const output = match<number | null | undefined>(input) .with(P.nonNullable, () => 'it is a number!') .otherwise(() => 'it is either null or undefined!');
console.log(output); // => 'it is either null or undefined!'
Closes #60 #154 #190 and will be a work-around for #143.
What's Changed
- feat: Add P.nonNullable patterns by
@gvergnaudin gvergnaud/ts-pattern#229Full Changelog: https://github.com/gvergnaud/ts-pattern/compare/v5.0.8...v5.1.0
Commits
19ae81eMerge pull request #237 from gvergnaud/fix-p-nonnullable-narrowingbf40fbb5.1.11885108fix: preserve property modifies when merging objects8b928ddfix(P.nonNullable): add unit testse1272affix(P.nonNullable): correctly filter unions72e10795.1.036b85eaMerge pull request #229 from gvergnaud/add-exists-patternf73c103doc: comment improvementsae69430readme: improvementsf9ad7b5feat(P.nonNullable): improve unit test- Additional commits viewable in compare view
Updates zod from 3.22.4 to 3.23.8
Release notes
Sourced from zod's releases.
v3.23.8
Commits:
- 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470)
- 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471)
- eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface
- ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8
v3.23.7
Commits:
- 29d2ea2a15f0b1ac4b89138041f786a3dafc490b Add copper
- d969423266fccee56ef769da6744cc8bacb04550 Fix #3437: extendShape erases JSDoc property documentation (#3463)
- 2239ff3ccc9af4d28bee27bd6fb2a5632844480b Add social crow
- f985b5b922cb357dbf4b25bb43814d19f838e046 3.23.7
v3.23.6
Commits:
- bc0095aab9e7254deb18701adc63de128ca2c742 Test on latest node
- 6e5699a30373cc22879f2bcb6902fc138518c980 Lint on latest node
- 1f466d9d00f446d7bed1962990e7a1ce813ab0d4 describe how one can protect from cyclical objects starting an infini… (#3447)
- 3fed6f21e0ea7adc91aa0cc44f75bcf4e526d98e Add zod playground link (#3454)
- 04e1f379f6989d23dd45660fcabc78f76d7834f8 Fixed freezing async ZodReadonly results (#3457)
- b87e59d0e4bbb4403bf27243afdcda9fcdeec258 Update sponsor tiers (#3453)
- 143886151bba3930bdcc10d34a1cff4bf9103ba8 Add copper tier (#3460)
- ce3711e1384952d255769b9495f9bfadfb327291 add VSCode dev container support and documenation
- 93b480b12ec3466cbd3b4182f7ce292e5c61528c v3.23.6
v3.23.5
Commits:
- 110b8211f991b3e060ab2da4fec7b63d600439ad Update README_ZH.md (#3433)
- c1910bdfc98709b8f14231e2cefc5a3be401e3ee Made ZodEnum take readonly string array (#3444)
- 541a862e978f96eb391849a6bf16be84231aa1b3 3.23.5
v3.23.4
Commits:
- 157b18d742c86d85b26a8421af46ad6d6d6b6ea7 Add 3.23 announcement
- aedf93f1435a29463d915c3be45b4dcbeefa8cc1 Revert change to default Input
- 45107f7a7230fe48ee24dc37e621422c9dc64ec4 v3.23.4
v3.23.3
Commits:
- 103d2436f85872ca0e0e6247652989cc93d46a39 3.23.3
v3.23.2
Commits:
... (truncated)
Commits
ca42965v3.23.8eda7df3Change RefinementCtx to interface1968731Tweak tiers (#3471)0f4d403Add Bronze logos (#3470)f985b5b3.23.72239ff3Add social crowd969423Fix #3437: extendShape erases JSDoc property documentation (#3463)29d2ea2Add copper93b480bv3.23.6ce3711eadd VSCode dev container support and documenation- Additional commits viewable in compare view
Updates @types/node from 18.19.26 to 18.19.33
Commits
- See full diff in compare view
Updates typescript from 5.4.3 to 5.4.5
Release notes
Sourced from typescript's releases.
TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
Commits
27bcd4cUpdate LKG9f33bf1🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84Bump version to 5.4.5 and LKG892936f🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05release-5.4: Always set node-version for setup-node (#58117)b754fc3🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...8eb3367Bump version to 5.4.4 and LKGde9096b🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...- Additional commits viewable in compare view
Updates undici from 6.11.1 to 6.16.1
Release notes
Sourced from undici's releases.
v6.16.1
What's Changed
- fix some typos by
@Uzlopakin nodejs/undici#3217- websocket: move codeblock in parseCloseBody by
@Uzlopakin nodejs/undici#3215- fetch: enable wpt test request-referrer.any.js by
@Uzlopakin nodejs/undici#3223- fetch: wpt add /fetch/api/resources/cache.py to server.mjs by
@Uzlopakin nodejs/undici#3225- add pipe support for wpt server by
@KhafraDevin nodejs/undici#3228- test: reduce the number of requests in
fire-and-forget.jsby@tsctxin nodejs/undici#3229- ci: add node 22 in ci test matrix, use 22 for coverage by
@Uzlopakin nodejs/undici#3226- fetch: don't set an invalid origin header by
@KhafraDevin nodejs/undici#3235- fail wpt runner if expected failures does not match actual by
@KhafraDevin nodejs/undici#3236- fix: ignore content-length when dumping HEAD by
@ronagin nodejs/undici#3222Full Changelog: https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1
v6.16.0
What's Changed
- add index to sequence converter errors by
@KhafraDevin nodejs/undici#3178- build(deps-dev): bump borp from 0.12.0 to 0.13.0 by
@dependabotin nodejs/undici#3179- build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by
@dependabotin nodejs/undici#3180- build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by
@dependabotin nodejs/undici#3181- fix: keep raw header name by
@tsctxin nodejs/undici#3183- fix(fetch): improve Headers and Request type-compatibility by
@kettanaitoin nodejs/undici#1964- fix 3 mimesniff tests by
@KhafraDevin nodejs/undici#3185- build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by
@dependabotin nodejs/undici#3187- build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by
@dependabotin nodejs/undici#3191- build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by
@dependabotin nodejs/undici#3192- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by
@dependabotin nodejs/undici#3189- build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by
@dependabotin nodejs/undici#3188- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by
@dependabotin nodejs/undici#3190- build(deps): bump node from
9459e24to487dc5din /build by@dependabotin nodejs/undici#3195- perf: avoid spread in makeRequest() by
@gunjamin nodejs/undici#3193- refactor: code cleanup by
@tsctxin nodejs/undici#3194- fix parsing when receiving empty body websocket by
@KhafraDevin nodejs/undici#3205- fix: MockResponseCallbackOptions type by
@merojosain nodejs/undici#2951- docs(proxy): fix typo by
@kanadguptain nodejs/undici#3207- fix websocket receiving an invalid utf-8 in close frame by
@KhafraDevin nodejs/undici#3206- perf: avoid setImmediate if body is reading by
@ronagin nodejs/undici#3210- fix: request abort signal by
@ronagin nodejs/undici#3209- fix: remove abort handler on close by
@ronagin nodejs/undici#3211- fix: pass abort function by
@tsctxin nodejs/undici#3212- websocket: 200x faster generate mask by
@tsctxin nodejs/undici#3204- use FinalizationRegistry to cancel the body if response is collected by
@mcollinain nodejs/undici#3199- websocket: don't clone buffer if it's not needed. by
@tsctxin nodejs/undici#3214- websocket: use FastBuffer by
@tsctxin nodejs/undici#3213New Contributors
@kettanaitomade their first contribution in nodejs/undici#1964@gunjammade their first contribution in nodejs/undici#3193
... (truncated)
Commits
a613753Bumped v6.16.1 (#3238)077531afix: ignore content-length when dumping HEAD (#3222)3b1b2fbfail wpt runner if expected failures does not match actual (#3236)0a66d30fetch: don't set an invalid origin header (#3235)71bf81bci: add node 22 in ci test matrix, use 22 for coverage (#3226)2a72563test: reduce the number of requests infire-and-forget.js(#3229)71c4d73add pipe support for wpt server (#3228)60efbf0fetch: wpt add /fetch/api/resources/cache.py to server.mjs (#3225)1be2c9cfetch: enable wpt test request-referrer.any.js (#3223)8c3d42awebsocket: move codeblock in parseCloseBody (#3215)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions