Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Routine maintenance PR to keep the repo’s JavaScript developer tooling current by bumping several dev dependencies to their latest major versions.
Changes:
- Bump
prettierto3.8.3 - Bump
@commitlint/clito21.0.2 - Bump
lint-stagedto17.0.7andhemi-viemto2.7.0
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates devDependency versions for formatting, commit linting, staged linting, and viem integration. |
| package-lock.json | Refreshes the lockfile to reflect the updated dev dependency graph and resolved transitive versions. |
Comments suppressed due to low confidence (1)
package.json:47
lint-stagedv17 (and@commitlint/cliv21) require newer Node versions than the project’s currentengines.node(>=20). As-is, installs on Node 20/21 will warn/fail even thoughpackage.jsonclaims they’re supported. Updateengines.nodeto match the strictest dev dependency requirement (currentlylint-staged>=22.22.1).
"engines": {
"node": ">=20"
},
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Routine dependency bumps. These updates bring our dev dependencies up to their latest versions so there are no pending major upgrades lagging behind. Each bump is committed separately for easy review.
Commits:
Note:
lint-staged17 requires Node >=22.22.1 and@commitlint/cli21 is also a major bump.