urllib
urllib copied to clipboard
Request HTTP(s) URLs in a complex world.
18 ./urllib (node_modules/.store/[email protected]/node_modules/urllib/lib/urllib.js) 33ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 23% 19 urllib (node_modules/.store/[email protected]/node_modules/urllib/lib/index.js) 35ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 24%
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/node-modules/urllib). > [!WARNING] These dependencies are deprecated: |...
 ## Summary by CodeRabbit - **Chores** - Updated the Node.js version support to include version 22 for enhanced compatibility and performance.
- [ ] undici v6 https://github.com/nodejs/undici/releases/tag/v6.0.0
```ts const agent = new Agent({ allowH2: true, }); const response = await request('https://registry.npmmirror.com', { dataType: 'json', timing: true, dispatcher: agent, }); console.log(response.status, response.headers); ```
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vitest/coverage-v8](https://togithub.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme) ([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)) | [`^1.6.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@vitest%2fcoverage-v8/1.6.0/2.0.5) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tshy](https://togithub.com/isaacs/tshy) | [`^1.0.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/tshy/1.18.0/3.0.2) | [](https://docs.renovatebot.com/merge-confidence/)...
## Summary by CodeRabbit - **New Features** - Added support for Node.js version 23 in the CI pipeline. - **Documentation** - Enhanced documentation for the `urllib` package with new sections,...