google / pprof-nodejs

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

chore(deps): update dependency linkinator to v6 #275

Open renovate-bot opened 8 months ago

renovate-bot commented 8 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
linkinator ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

JustinBeckwith/linkinator (linkinator) ### [`v6.1.1`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.1.1) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.1.0...v6.1.1) ##### Bug Fixes - JSON stringify failure details for CSV ([#​613](https://togithub.com/JustinBeckwith/linkinator/issues/613)) ([13ab5b0](https://togithub.com/JustinBeckwith/linkinator/commit/13ab5b0caf3dc8916ce4de80203e54104e144a6f)) ### [`v6.1.0`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.1.0) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.7...v6.1.0) ##### Features - add option for setting user agent ([#​612](https://togithub.com/JustinBeckwith/linkinator/issues/612)) ([929caa7](https://togithub.com/JustinBeckwith/linkinator/commit/929caa7e776ed22393a2437364d502925322563e)) ### [`v6.0.7`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.7) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.6...v6.0.7) ##### Bug Fixes - **cli:** load linkinator.config.json by default ([#​611](https://togithub.com/JustinBeckwith/linkinator/issues/611)) ([0aea0f1](https://togithub.com/JustinBeckwith/linkinator/commit/0aea0f1db7a0f7408c356ff80bbd00a6f1514216)) ### [`v6.0.6`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.6) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.5...v6.0.6) ##### Bug Fixes - **deps:** update dependency marked to v13 ([#​606](https://togithub.com/JustinBeckwith/linkinator/issues/606)) ([5d4e747](https://togithub.com/JustinBeckwith/linkinator/commit/5d4e747132e4536f384973679ee71bd6eb88e41f)) ### [`v6.0.5`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.5) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.4...v6.0.5) ##### Bug Fixes - **deps:** upgrade to marked v12 ([#​603](https://togithub.com/JustinBeckwith/linkinator/issues/603)) ([862d89e](https://togithub.com/JustinBeckwith/linkinator/commit/862d89ef1a4b7257eb1076fc4c1a5830060107bd)) ### [`v6.0.4`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.4) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.3...v6.0.4) ##### Bug Fixes - upgrade to mime v4 ([#​586](https://togithub.com/JustinBeckwith/linkinator/issues/586)) ([4009fa9](https://togithub.com/JustinBeckwith/linkinator/commit/4009fa99c65561403dd5edac472a5ce17a7f3b2c)) ### [`v6.0.3`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.3) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.2...v6.0.3) ##### Bug Fixes - **deps:** update dependency meow to v13 ([#​584](https://togithub.com/JustinBeckwith/linkinator/issues/584)) ([c50b02f](https://togithub.com/JustinBeckwith/linkinator/commit/c50b02f562d63234d4d6dcc4f683c4cda3630495)) ### [`v6.0.2`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.2) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.1...v6.0.2) ##### Bug Fixes - **deps:** update dependency marked to v10 ([#​578](https://togithub.com/JustinBeckwith/linkinator/issues/578)) ([9abb602](https://togithub.com/JustinBeckwith/linkinator/commit/9abb602710de474115f22016595817fe177d81b9)) ### [`v6.0.1`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.1) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v6.0.0...v6.0.1) ##### Bug Fixes - add declaration true to compilerOptions to generate d.ts files ([#​576](https://togithub.com/JustinBeckwith/linkinator/issues/576)) ([b806665](https://togithub.com/JustinBeckwith/linkinator/commit/b8066657c492d15773f90dd32d29365067e1d8f6)) ### [`v6.0.0`](https://togithub.com/JustinBeckwith/linkinator/releases/tag/v6.0.0) [Compare Source](https://togithub.com/JustinBeckwith/linkinator/compare/v5.0.2...v6.0.0) - build!: drop support for node 16 ([#​575](https://togithub.com/JustinBeckwith/linkinator/issues/575)) ([351a7c9](https://togithub.com/JustinBeckwith/linkinator/commit/351a7c9ebf46d48a5d05b51d8c390f398eba6af1)), closes [#​575](https://togithub.com/JustinBeckwith/linkinator/issues/575) ##### BREAKING CHANGES - This module now requires node.js 18 and up. It includes a variety of related changes: - Migrate from gts to xo for linting and code formatting - Upgrade multiple deps to the latest version that were blocked on node 16 - Drop the codecov dependency and move to the github action - Update the tsconfig to target Node16 for the module strategy It's entirely possible this change didn't break anything for most users, but it's also possible it did.

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 was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dead429) 41.92% compared to head (44a42e7) 41.92%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #275 +/- ## ======================================= Coverage 41.92% 41.92% ======================================= Files 14 14 Lines 2092 2092 Branches 42 42 ======================================= Hits 877 877 Misses 1197 1197 Partials 18 18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.