perftop
perftop copied to clipboard
Update dependency pkg to v5
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pkg | dependencies | major | ^4.4.9 -> ^5.0.0 |
By merging this PR, the below issues will be automatically resolved and closed:
| Severity | CVE | GitHub Issue | |
|---|---|---|---|
| 6.5 | CVE-2023-26136 | #74 | |
| 5.3 | CVE-2022-25883 | #78 | |
| 5.3 | CVE-2022-25883 | #78 | |
| 5.3 | CVE-2023-26115 | #76 |
Release Notes
vercel/pkg (pkg)
v5.0.0
Changes
- Update release script.: #​1102
- Update all dependencies to latest.: #​1062
- Add Windows builds on CI.: #​1105
- Add section about bytecode flag to README.md: #​1106
- Typo fix in readme: #​1108
- Feat(parser): handle template literal without expressions: #​981
- Add support for symlink and pnpm.: #​1060
- Update License Zeit -> Vercel.: #​1113
- Extend ESLint to test files.: #​1107
- Remove coverage badge from README.: #​1114
- TypeScript Rewrite: #​1099
- Skip pnpm tests when nodeversion is < 12: #​1122
- Test: add unit test for #​775: #​1118
- Support mkdir at mountpoints: #​1120
- Bump to vercel/[email protected]:
14fb420 - Cleanup dependencies:
5a97ee2 - Don't mix objects of different types:
bba8148 - Fix pkg-fetch types:
247d1d5 - Drop references to Node < 8:
6ecd52a - Test: add node14 to fetch-all:
63f4ce0 - Fix isPublic check for licenses array: #​1140
- Bump to vercel/[email protected]:
211da6e - Bump to vercel/[email protected]: #​1142
pkg-fetch v2 -> v3
Credits
Huge thanks to @​erossignon, @​whexberg, @​BlackYuzia, @​DevSide, @​hipstersmoothie, @​phated, @​Hypfer, and @​jesec for helping!
- [ ] If you want to rebase/retry this PR, check this box
âš Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
â™» Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
ERROR: npm v10.2.4 is known not to run on Node.js v10.24.1. This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.
ERROR:
/opt/containerbase/tools/npm/10.2.4/node_modules/npm/lib/utils/exit-handler.js:19
const hasLoadedNpm = npm?.config.loaded
^
SyntaxError: Unexpected token .
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at module.exports (/opt/containerbase/tools/npm/10.2.4/node_modules/npm/lib/cli-entry.js:15:23)
at module.exports (/opt/containerbase/tools/npm/10.2.4/node_modules/npm/lib/es6/validate-engines.js:39:10)
at module.exports (/opt/containerbase/tools/npm/10.2.4/node_modules/npm/lib/cli.js:4:31)