devDeps: bump @metamask/eslint-config* to v12#262
Conversation
|
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @metamask/eslint-config@11.1.0, eslint-plugin-node@11.1.0, jest@29.5.0 |
|
👍 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 |
|
f4b177c to
101fd6b
Compare
filesystem access ok |
unmaintained ok |
febb2e6 to
b48a16d
Compare
b48a16d to
df0abd5
Compare
df0abd5 to
1b7a637
Compare
@metamask/eslint-config* to ^12.1.0@metamask/eslint-config* to v12
new author ok |
55be213 to
caf42dd
Compare
| "resolutions": { | ||
| "ink": "3.1.0", | ||
| "react-reconciler": "0.24.0" | ||
| }, |
There was a problem hiding this comment.
Higher versions introduce peerDependency on newer version of react. You can try to omit 4bab13d and run the suite locally to verify.
There was a problem hiding this comment.
ink 3.2.0 has peer deps for "react": ">=16.8.0" and only devDeps for react 17. So it should be fine??
I see why react-reconciler must be in the resolutions though
There was a problem hiding this comment.
ink depends on react-reconciler: ^0.26.2, hence getting dragged down with it here.
There was a problem hiding this comment.
Doesn't "react-reconciler": "0.24.0" already force the version of react-reconcile in ink? No big deal, just trying to understand if I had a wrong assumption of how the resolution works in yarn. Going to approve
caf42dd to
fa56d43
Compare
|
Bumps [@metamask/eslint-config](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@metamask/eslint-config-jest](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config-jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@metamask/eslint-config-nodejs](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config-nodejs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@metamask/eslint-config-typescript](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fa56d43 to
f555c63
Compare
Description
Combines:
peerDependenciesChecklist