urllib icon indicating copy to clipboard operation
urllib copied to clipboard

Request HTTP(s) URLs in a complex world.

Results 39 urllib issues
Sort by recently updated
recently updated
newest added

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: |...

![image](https://github.com/node-modules/urllib/assets/156269/a0471072-eef4-430e-a5e1-70c33eda8405) ## 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); ```

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tshy/3.0.2?slim=true)](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,...

https://github.com/cnpm/cnpmcore/pull/707

bug