-
-
Notifications
You must be signed in to change notification settings - Fork 14
devDeps: @metamask/eslint-config* from v9 to v12 #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
199b029 to
af69121
Compare
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring: Next stepsTake a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with |
af69121 to
f785bec
Compare
|
34ddc38 to
100766c
Compare
no readme ok |
100766c to
0b26e61
Compare
Fixes build error:
yarn run v1.22.19
$ yarn build:clean && yarn build:tsc && yarn build:ncc
$ yarn rimraf 'lib/*' 'dist/*'
$ /home/user/dev/mm/action-create-release-pr/node_modules/.bin/rimraf 'lib/*' 'dist/*'
$ tsc --project tsconfig.build.json
$ ncc build lib/index.js --out dist
ncc: Version 0.29.2
ncc: Compiling file index.js into CJS
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:133:10)
at hashOf (/home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:37:1855992)
at ncc (/home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/index.js.cache.js:37:1860404)
at runCmd (/home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:55081)
at 819 (/home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:51698)
at __webpack_require__ (/home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:59006)
at /home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:59218
at /home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/cli.js.cache.js:1:59279
at Object.<anonymous> (/home/user/dev/mm/action-create-release-pr/node_modules/@vercel/ncc/dist/ncc/cli.js:8:28) {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
error Command failed with exit code 1.
0b26e61 to
513b144
Compare
Blocking