google / pprof-nodejs

pprof support for Node.js
Apache License 2.0
251 stars 26 forks source link

fix(deps): update dependency p-limit to v6 #296

Open renovate-bot opened 3 days ago

renovate-bot commented 3 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
p-limit ^3.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

sindresorhus/p-limit (p-limit) ### [`v6.0.0`](https://togithub.com/sindresorhus/p-limit/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/p-limit/compare/v5.0.0...v6.0.0) - Improve performance ([#​83](https://togithub.com/sindresorhus/p-limit/issues/83)) [`80273d7`](https://togithub.com/sindresorhus/p-limit/commit/80273d7) - This is a major version because it slightly changes the timing of `.activeCount` and `.pendingCount`. This is unlikely to affect most users, but I wanted to play it safe. [Learn more.](https://togithub.com/sindresorhus/p-limit/pull/83#issuecomment-2198391789) ### [`v5.0.0`](https://togithub.com/sindresorhus/p-limit/releases/tag/v5.0.0) [Compare Source](https://togithub.com/sindresorhus/p-limit/compare/v4.0.0...v5.0.0) ##### Breaking - Require Node.js 18 [`23d61ba`](https://togithub.com/sindresorhus/p-limit/commit/23d61ba) As a reminder, this package continues to [require ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). For TypeScript users, this includes having [`"module": "node16", "moduleResolution": "node16"` in your tsconfig](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#how-can-i-make-my-typescript-project-output-esm). ##### Fixes - Fix AsyncResource propagation issue ([#​71](https://togithub.com/sindresorhus/p-limit/issues/71)) [`ad8afe6`](https://togithub.com/sindresorhus/p-limit/commit/ad8afe6) ### [`v4.0.0`](https://togithub.com/sindresorhus/p-limit/releases/tag/v4.0.0) [Compare Source](https://togithub.com/sindresorhus/p-limit/compare/v3.1.0...v4.0.0) ##### Breaking - Require Node.js 12.20 [`9e08401`](https://togithub.com/sindresorhus/p-limit/commit/9e08401) - This package is now pure ESM. Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

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.



This PR has been generated by Mend Renovate. View repository job log here.