node-modules
urllib
BlogDocsChangelog

Performance History

Latest Results

chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260115.1
renovate/typescript-native-preview-7.x
4 hours ago
chore(deps): update dependency oxlint-tsgolint to ^0.11.0 (#636) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [oxlint-tsgolint](https://redirect.github.com/oxc-project/tsgolint) | [`^0.10.0` β†’ `^0.11.0`](https://renovatebot.com/diffs/npm/oxlint-tsgolint/0.10.0/0.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint-tsgolint/0.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint-tsgolint/0.10.0/0.11.0?slim=true) | --- ### Release Notes <details> <summary>oxc-project/tsgolint (oxlint-tsgolint)</summary> ### [`v0.11.0`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.11.0) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.10.1...v0.11.0) #### What's Changed - fix: enable multi-threaded linting for the InferredProject by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;549](https://redirect.github.com/oxc-project/tsgolint/pull/549) - chore(deps): update dependency dprint-json to v0.21.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;560](https://redirect.github.com/oxc-project/tsgolint/pull/560) - chore(deps): update taiki-e/install-action action to v2.65.12 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;561](https://redirect.github.com/oxc-project/tsgolint/pull/561) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;562](https://redirect.github.com/oxc-project/tsgolint/pull/562) - chore: add profile outputs to `.gitignore` by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;558](https://redirect.github.com/oxc-project/tsgolint/pull/558) - chore(deps): update typescript-go digest to [`5be8200`](https://redirect.github.com/oxc-project/tsgolint/commit/5be8200) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;563](https://redirect.github.com/oxc-project/tsgolint/pull/563) - chore(deps): update typescript-go digest to [`a7b5685`](https://redirect.github.com/oxc-project/tsgolint/commit/a7b5685) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;564](https://redirect.github.com/oxc-project/tsgolint/pull/564) - fix(no-misused-promises): handle top-level return statements without panic by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;566](https://redirect.github.com/oxc-project/tsgolint/pull/566) - chore(deps): update typescript-go digest to [`0527802`](https://redirect.github.com/oxc-project/tsgolint/commit/0527802) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;567](https://redirect.github.com/oxc-project/tsgolint/pull/567) - chore(deps): update crate-ci/typos action to v1.42.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;569](https://redirect.github.com/oxc-project/tsgolint/pull/569) - chore(deps): update typescript-go digest to [`ceefddd`](https://redirect.github.com/oxc-project/tsgolint/commit/ceefddd) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;570](https://redirect.github.com/oxc-project/tsgolint/pull/570) - chore(deps): update typescript-go digest to [`f726edf`](https://redirect.github.com/oxc-project/tsgolint/commit/f726edf) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;571](https://redirect.github.com/oxc-project/tsgolint/pull/571) - refactor: Extract options and profiling setup by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;559](https://redirect.github.com/oxc-project/tsgolint/pull/559) - feat: prefer-optional-chaining by [@&#8203;kalvenschraut](https://redirect.github.com/kalvenschraut) in [#&#8203;484](https://redirect.github.com/oxc-project/tsgolint/pull/484) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.10.1...v0.11.0> ### [`v0.10.1`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.10.1) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.10.0...v0.10.1) #### What's Changed - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;535](https://redirect.github.com/oxc-project/tsgolint/pull/535) - chore(deps): update taiki-e/install-action action to v2.65.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;536](https://redirect.github.com/oxc-project/tsgolint/pull/536) - chore(deps): update pnpm to v10.26.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;537](https://redirect.github.com/oxc-project/tsgolint/pull/537) - fix(require-array-sort-compare): handle string literal unions and string enums by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;540](https://redirect.github.com/oxc-project/tsgolint/pull/540) - chore(ci): skip GO test on windows (only run e2e) by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;541](https://redirect.github.com/oxc-project/tsgolint/pull/541) - chore(deps): update github-actions by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;542](https://redirect.github.com/oxc-project/tsgolint/pull/542) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;543](https://redirect.github.com/oxc-project/tsgolint/pull/543) - chore(deps): update typescript-go digest to [`aee6f7f`](https://redirect.github.com/oxc-project/tsgolint/commit/aee6f7f) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;544](https://redirect.github.com/oxc-project/tsgolint/pull/544) - chore(deps): update typescript-go digest to [`1611cc9`](https://redirect.github.com/oxc-project/tsgolint/commit/1611cc9) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;545](https://redirect.github.com/oxc-project/tsgolint/pull/545) - chore(deps): update crate-ci/typos action to v1.40.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;546](https://redirect.github.com/oxc-project/tsgolint/pull/546) - fix: defer debug logging to prevent nil pointer access by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;547](https://redirect.github.com/oxc-project/tsgolint/pull/547) - chore(deps): update crate-ci/typos action to v1.41.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;550](https://redirect.github.com/oxc-project/tsgolint/pull/550) - feat(only-throw-error): add `allowRethrowing` option by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;552](https://redirect.github.com/oxc-project/tsgolint/pull/552) #### New Contributors - [@&#8203;no-yan](https://redirect.github.com/no-yan) made their first contribution in [#&#8203;547](https://redirect.github.com/oxc-project/tsgolint/pull/547) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.10.0...v0.10.1> </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/node-modules/urllib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
master
9 hours ago
chore(deps): update actions/setup-node digest to 6044e13
renovate/actions-setup-node-digest
9 hours ago
chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260114.1 (#632) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@typescript/native-preview](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/typescript-go)) | [`7.0.0-dev.20251231.1` β†’ `7.0.0-dev.20260114.1`](https://renovatebot.com/diffs/npm/@typescript%2fnative-preview/7.0.0-dev.20251231.1/7.0.0-dev.20260114.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript%2fnative-preview/7.0.0-dev.20260114.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript%2fnative-preview/7.0.0-dev.20251231.1/7.0.0-dev.20260114.1?slim=true) | --- ### Release Notes <details> <summary>microsoft/typescript-go (@&#8203;typescript/native-preview)</summary> ### [`v7.0.0-dev.20260114.1`](https://redirect.github.com/microsoft/typescript-go/compare/f5221273e1ead9af19fa7db1bb7bdfe5e9bbf0f5...100c8d48bca0c1072b9b290e6aad5f064e3b4b79) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/f5221273e1ead9af19fa7db1bb7bdfe5e9bbf0f5...100c8d48bca0c1072b9b290e6aad5f064e3b4b79) ### [`v7.0.0-dev.20260113.1`](https://redirect.github.com/microsoft/typescript-go/compare/6e1e2c29067d9dfe638301be2d6409e788df47b1...f5221273e1ead9af19fa7db1bb7bdfe5e9bbf0f5) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/6e1e2c29067d9dfe638301be2d6409e788df47b1...f5221273e1ead9af19fa7db1bb7bdfe5e9bbf0f5) ### [`v7.0.0-dev.20260112.1`](https://redirect.github.com/microsoft/typescript-go/compare/6e1e2c29067d9dfe638301be2d6409e788df47b1...6e1e2c29067d9dfe638301be2d6409e788df47b1) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/6e1e2c29067d9dfe638301be2d6409e788df47b1...6e1e2c29067d9dfe638301be2d6409e788df47b1) ### [`v7.0.0-dev.20260111.1`](https://redirect.github.com/microsoft/typescript-go/compare/f726edff55e6a256b3097bd14858aba81acc1f89...6e1e2c29067d9dfe638301be2d6409e788df47b1) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/f726edff55e6a256b3097bd14858aba81acc1f89...6e1e2c29067d9dfe638301be2d6409e788df47b1) ### [`v7.0.0-dev.20260109.1`](https://redirect.github.com/microsoft/typescript-go/compare/ceefddd3b46e03cb98c0bf088676d7b6be6021a1...f726edff55e6a256b3097bd14858aba81acc1f89) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/ceefddd3b46e03cb98c0bf088676d7b6be6021a1...f726edff55e6a256b3097bd14858aba81acc1f89) ### [`v7.0.0-dev.20260108.1`](https://redirect.github.com/microsoft/typescript-go/compare/a7b568522ca53f73db0f6fc57c145879d3d77fd8...ceefddd3b46e03cb98c0bf088676d7b6be6021a1) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/a7b568522ca53f73db0f6fc57c145879d3d77fd8...ceefddd3b46e03cb98c0bf088676d7b6be6021a1) ### [`v7.0.0-dev.20260107.1`](https://redirect.github.com/microsoft/typescript-go/compare/a7b568522ca53f73db0f6fc57c145879d3d77fd8...a7b568522ca53f73db0f6fc57c145879d3d77fd8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/a7b568522ca53f73db0f6fc57c145879d3d77fd8...a7b568522ca53f73db0f6fc57c145879d3d77fd8) ### [`v7.0.0-dev.20260106.1`](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...a7b568522ca53f73db0f6fc57c145879d3d77fd8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...a7b568522ca53f73db0f6fc57c145879d3d77fd8) ### [`v7.0.0-dev.20260105.1`](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) ### [`v7.0.0-dev.20260104.1`](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) ### [`v7.0.0-dev.20260103.1`](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) ### [`v7.0.0-dev.20260102.1`](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) ### [`v7.0.0-dev.20260101.1`](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) [Compare Source](https://redirect.github.com/microsoft/typescript-go/compare/1611cc951fa772cfca09c38fe2d981f6da5d20b8...1611cc951fa772cfca09c38fe2d981f6da5d20b8) </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/node-modules/urllib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
master
1 day ago
chore(deps): update dependency undici to v7.18.2 (#634) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://redirect.github.com/nodejs/undici)) | [`7.16.0` β†’ `7.18.2`](https://renovatebot.com/diffs/npm/undici/7.16.0/7.18.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/undici/7.18.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/7.16.0/7.18.2?slim=true) | --- ### Release Notes <details> <summary>nodejs/undici (undici)</summary> ### [`v7.18.2`](https://redirect.github.com/nodejs/undici/releases/tag/v7.18.2) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.18.1...v7.18.2) #### What's Changed - fix(decompress): limit Content-Encoding chain to 5 to prevent resourc… by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4729](https://redirect.github.com/nodejs/undici/pull/4729) **Full Changelog**: <https://github.com/nodejs/undici/compare/v7.18.1...v7.18.2> ### [`v7.18.1`](https://redirect.github.com/nodejs/undici/compare/v7.18.0...2bcb77bbc27f966ac86e31154161792a4a8dadf5) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.18.0...v7.18.1) ### [`v7.18.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.18.0) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.17.0...v7.18.0) #### What's Changed **Full Changelog**: <https://github.com/nodejs/undici/compare/v7.17.0...v7.18.0> ### [`v7.17.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.17.0) [Compare Source](https://redirect.github.com/nodejs/undici/compare/v7.16.0...v7.17.0) #### What's Changed - chore: extract infra and encoding methods by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4523](https://redirect.github.com/nodejs/undici/pull/4523) - ci: remove h2 by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4534](https://redirect.github.com/nodejs/undici/pull/4534) - ci: make nodejs-shared wf reusable, install binaryen for wasm-opt, test on node-nightly by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4535](https://redirect.github.com/nodejs/undici/pull/4535) - ci: fix nightly shared library case by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4543](https://redirect.github.com/nodejs/undici/pull/4543) - test: consume bodies of fetch responses to fix failing macos 20 ci by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4528](https://redirect.github.com/nodejs/undici/pull/4528) - docs: add Cache Interceptor example to README by [@&#8203;tawseefnabi](https://redirect.github.com/tawseefnabi) in [#&#8203;4393](https://redirect.github.com/nodejs/undici/pull/4393) - test: remove node20 version check by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4544](https://redirect.github.com/nodejs/undici/pull/4544) - types: use MessagePort instance type in MessageEvent by [@&#8203;Renegade334](https://redirect.github.com/Renegade334) in [#&#8203;4546](https://redirect.github.com/nodejs/undici/pull/4546) - ci: set write permissions on job level by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4537](https://redirect.github.com/nodejs/undici/pull/4537) - lint: activate n/no-process-exit by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4548](https://redirect.github.com/nodejs/undici/pull/4548) - ci: run benchmarks on pull\_requests and by pushing on specific branches only by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4536](https://redirect.github.com/nodejs/undici/pull/4536) - chore: activate n/prefer-node-protocol to enforce `'node:'` prefix for requiring node built-ins by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4547](https://redirect.github.com/nodejs/undici/pull/4547) - feat(H2): correct CONNECT behaviour by [@&#8203;metcoder95](https://redirect.github.com/metcoder95) in [#&#8203;4541](https://redirect.github.com/nodejs/undici/pull/4541) - test: fix plans by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4550](https://redirect.github.com/nodejs/undici/pull/4550) - feat: add runtime feature "detection" by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4545](https://redirect.github.com/nodejs/undici/pull/4545) - perf: use less promises in extractBody by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4458](https://redirect.github.com/nodejs/undici/pull/4458) - fix(proxy-agent): add missing return after callback-call by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4553](https://redirect.github.com/nodejs/undici/pull/4553) - fix: remove redundant line in retry-handler by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4554](https://redirect.github.com/nodejs/undici/pull/4554) - ci: add no-wasm-simd option by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4533](https://redirect.github.com/nodejs/undici/pull/4533) - fix: use lazyloaders for runtime feature detection by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4557](https://redirect.github.com/nodejs/undici/pull/4557) - fix: minor changes in dispatcher-base.js and types for Dispatcher by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4556](https://redirect.github.com/nodejs/undici/pull/4556) - http2: refactor and split tests of http2.js into multiple files by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4561](https://redirect.github.com/nodejs/undici/pull/4561) - fix: dns-interceptor test should await plan to complete by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4560](https://redirect.github.com/nodejs/undici/pull/4560) - chore: remove istanbul instructions by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4559](https://redirect.github.com/nodejs/undici/pull/4559) - fix: keep promise chains intact by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4558](https://redirect.github.com/nodejs/undici/pull/4558) - build(deps): bump wait-on from 8.0.5 to 9.0.1 in /benchmarks by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4567](https://redirect.github.com/nodejs/undici/pull/4567) - chore: remove tspl from eventsource by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4569](https://redirect.github.com/nodejs/undici/pull/4569) - chore: remove tspl from fetch by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4570](https://redirect.github.com/nodejs/undici/pull/4570) - feat: add getUpstream() method to BalancedPool by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4586](https://redirect.github.com/nodejs/undici/pull/4586) - fetch: handle invalid priority values properly by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4522](https://redirect.github.com/nodejs/undici/pull/4522) - ci: fix test coverage for codecov by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4520](https://redirect.github.com/nodejs/undici/pull/4520) - types: optional `status` in `Response.redirect` by [@&#8203;gineika](https://redirect.github.com/gineika) in [#&#8203;4591](https://redirect.github.com/nodejs/undici/pull/4591) - docs: unix socket add-on by [@&#8203;FelixVaughan](https://redirect.github.com/FelixVaughan) in [#&#8203;4587](https://redirect.github.com/nodejs/undici/pull/4587) - build(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4601](https://redirect.github.com/nodejs/undici/pull/4601) - build(deps): bump hendrikmuhs/ccache-action from 1.2.18 to 1.2.19 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4600](https://redirect.github.com/nodejs/undici/pull/4600) - build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4603](https://redirect.github.com/nodejs/undici/pull/4603) - build(deps): bump actions/setup-node from 4.0.2 to 5.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4604](https://redirect.github.com/nodejs/undici/pull/4604) - build(deps): bump actions/github-script from 7.0.1 to 8.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4602](https://redirect.github.com/nodejs/undici/pull/4602) - build(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4598](https://redirect.github.com/nodejs/undici/pull/4598) - build(deps): bump github/codeql-action from 3.30.0 to 3.30.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4599](https://redirect.github.com/nodejs/undici/pull/4599) - build(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4597](https://redirect.github.com/nodejs/undici/pull/4597) - fix: cacheStores types and usage in README by [@&#8203;lucalooz](https://redirect.github.com/lucalooz) in [#&#8203;4605](https://redirect.github.com/nodejs/undici/pull/4605) - Feat dns interceptor storage by [@&#8203;SuperOleg39](https://redirect.github.com/SuperOleg39) in [#&#8203;4589](https://redirect.github.com/nodejs/undici/pull/4589) - docs: add crawling best practices by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4590](https://redirect.github.com/nodejs/undici/pull/4590) - fix: `304 not modified` reply upon revalidation did not update cache. by [@&#8203;daan944](https://redirect.github.com/daan944) in [#&#8203;4617](https://redirect.github.com/nodejs/undici/pull/4617) - chore: use testcontext for test:infra by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4579](https://redirect.github.com/nodejs/undici/pull/4579) - fetch: improve regexes in data-uri.js by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4483](https://redirect.github.com/nodejs/undici/pull/4483) - perf: optimize validate http token by [@&#8203;PandaWorker](https://redirect.github.com/PandaWorker) in [#&#8203;4608](https://redirect.github.com/nodejs/undici/pull/4608) - test: improve long-lived-abort-controller test by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4621](https://redirect.github.com/nodejs/undici/pull/4621) - ci: add node.js 25 to test matrix by [@&#8203;shivarm](https://redirect.github.com/shivarm) in [#&#8203;4626](https://redirect.github.com/nodejs/undici/pull/4626) - chore: use testcontext for test/utils tests by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4577](https://redirect.github.com/nodejs/undici/pull/4577) - chore: remove tspl from websocket by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4568](https://redirect.github.com/nodejs/undici/pull/4568) - fix(ws) onSocketClose being called multiple times by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [#&#8203;4632](https://redirect.github.com/nodejs/undici/pull/4632) - fix: prevent duplicate debug logs when multiple undici instances exist by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4630](https://redirect.github.com/nodejs/undici/pull/4630) - chore: use testcontext for busboy tests by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4572](https://redirect.github.com/nodejs/undici/pull/4572) - test: fix flaky http2-dispatcher test by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4633](https://redirect.github.com/nodejs/undici/pull/4633) - build(deps): bump uWebSockets.js from v20.52.0 to v20.54.0 in /benchmarks by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4635](https://redirect.github.com/nodejs/undici/pull/4635) - Run the gc() in long-lived-abort-controller test by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4638](https://redirect.github.com/nodejs/undici/pull/4638) - Do not destroy the HTTP2 stream twice in tests by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4637](https://redirect.github.com/nodejs/undici/pull/4637) - Fix http2-dispatcher test by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4640](https://redirect.github.com/nodejs/undici/pull/4640) - fix: fetch blob with range off-by-one error by [@&#8203;platypii](https://redirect.github.com/platypii) in [#&#8203;4643](https://redirect.github.com/nodejs/undici/pull/4643) - fix: ensure HTTP/2 sends Content-Length for empty POST requests by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4613](https://redirect.github.com/nodejs/undici/pull/4613) - build(deps): bump uWebSockets.js from v20.54.0 to v20.55.0 in /benchmarks by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4645](https://redirect.github.com/nodejs/undici/pull/4645) - feat([#&#8203;2458](https://redirect.github.com/nodejs/undici/issues/2458)): WebSocket through HTTP/2 by [@&#8203;metcoder95](https://redirect.github.com/metcoder95) in [#&#8203;4540](https://redirect.github.com/nodejs/undici/pull/4540) - docs(README): correct the example code for the consumption of respons… by [@&#8203;tenkirin](https://redirect.github.com/tenkirin) in [#&#8203;4658](https://redirect.github.com/nodejs/undici/pull/4658) - build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4653](https://redirect.github.com/nodejs/undici/pull/4653) - build(deps): bump fastify/github-action-merge-dependabot from 3.11.1 to 3.11.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4655](https://redirect.github.com/nodejs/undici/pull/4655) - build(deps): bump actions/setup-node from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4652](https://redirect.github.com/nodejs/undici/pull/4652) - build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4651](https://redirect.github.com/nodejs/undici/pull/4651) - build(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4654](https://redirect.github.com/nodejs/undici/pull/4654) - don't freeze urlList for opaque filtered responses by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [#&#8203;4656](https://redirect.github.com/nodejs/undici/pull/4656) - fix fd parsing unquoted attribute values by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [#&#8203;4662](https://redirect.github.com/nodejs/undici/pull/4662) - build(deps): bump uWebSockets.js from v20.55.0 to v20.56.0 in /benchmarks by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4665](https://redirect.github.com/nodejs/undici/pull/4665) - feat(dispatcher/proxy-agent): new diagnostics event 'undici:proxy:connected' by [@&#8203;SuperOleg39](https://redirect.github.com/SuperOleg39) in [#&#8203;4659](https://redirect.github.com/nodejs/undici/pull/4659) - Feat/round robin pool by [@&#8203;FelixVaughan](https://redirect.github.com/FelixVaughan) in [#&#8203;4650](https://redirect.github.com/nodejs/undici/pull/4650) - Formdata ignore epilogue preamble by [@&#8203;KhafraDev](https://redirect.github.com/KhafraDev) in [#&#8203;4672](https://redirect.github.com/nodejs/undici/pull/4672) - build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;4682](https://redirect.github.com/nodejs/undici/pull/4682) - fix: snapshot url exclusion by [@&#8203;FelixVaughan](https://redirect.github.com/FelixVaughan) in [#&#8203;4670](https://redirect.github.com/nodejs/undici/pull/4670) - feat: support h2c over unix domain sockets by [@&#8203;chrros95](https://redirect.github.com/chrros95) in [#&#8203;4690](https://redirect.github.com/nodejs/undici/pull/4690) - fix(docs): remove unused TypeScript example code block by [@&#8203;kerolloz](https://redirect.github.com/kerolloz) in [#&#8203;4701](https://redirect.github.com/nodejs/undici/pull/4701) - feat: add deduplicate interceptor for request deduplication by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4679](https://redirect.github.com/nodejs/undici/pull/4679) - chore: use testcontext for mock tests by [@&#8203;Uzlopak](https://redirect.github.com/Uzlopak) in [#&#8203;4582](https://redirect.github.com/nodejs/undici/pull/4582) - fix(test): remove hardcoded folder name in client-error-stack-trace test by [@&#8203;mcollina](https://redirect.github.com/mcollina) in [#&#8203;4707](https://redirect.github.com/nodejs/undici/pull/4707) #### New Contributors - [@&#8203;gineika](https://redirect.github.com/gineika) made their first contribution in [#&#8203;4591](https://redirect.github.com/nodejs/undici/pull/4591) - [@&#8203;lucalooz](https://redirect.github.com/lucalooz) made their first contribution in [#&#8203;4605](https://redirect.github.com/nodejs/undici/pull/4605) - [@&#8203;SuperOleg39](https://redirect.github.com/SuperOleg39) made their first contribution in [#&#8203;4589](https://redirect.github.com/nodejs/undici/pull/4589) - [@&#8203;daan944](https://redirect.github.com/daan944) made their first contribution in [#&#8203;4617](https://redirect.github.com/nodejs/undici/pull/4617) - [@&#8203;PandaWorker](https://redirect.github.com/PandaWorker) made their first contribution in [#&#8203;4608](https://redirect.github.com/nodejs/undici/pull/4608) - [@&#8203;platypii](https://redirect.github.com/platypii) made their first contribution in [#&#8203;4643](https://redirect.github.com/nodejs/undici/pull/4643) - [@&#8203;tenkirin](https://redirect.github.com/tenkirin) made their first contribution in [#&#8203;4658](https://redirect.github.com/nodejs/undici/pull/4658) - [@&#8203;kerolloz](https://redirect.github.com/kerolloz) made their first contribution in [#&#8203;4701](https://redirect.github.com/nodejs/undici/pull/4701) **Full Changelog**: <https://github.com/nodejs/undici/compare/v7.16.0...v7.17.0> </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/node-modules/urllib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
master
1 day ago
chore(deps): update dependency @types/node to v22.19.6 (#637) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.19.3` β†’ `22.19.6`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.3/22.19.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.19.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.19.3/22.19.6?slim=true) | --- ### 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/node-modules/urllib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
master
1 day ago

Active Branches

chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20260115.1
last run
4 hours ago
#641
CodSpeed Performance Gauge
0%
#593
CodSpeed Performance Gauge
-27%
Β© 2026 CodSpeed Technology
Home Terms Privacy Docs