You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We added a workflow in #3449 to audit our dependencies on release. However, it is currently disabled. After attempting to resolve the issue with a pnpm audit --fix, we ran into problems with the new dependencies that do not support Node 18.
Deprecate support for Node18.
Override/fix appropriate dependencies with a pnpm audit --fix
Enable the workflow to audit our packages on release (ref).
Un-ignore the dependabot updates below and perform the upgrades
Summary
We added a workflow in #3449 to audit our dependencies on release. However, it is currently disabled. After attempting to resolve the issue with a
pnpm audit --fix
, we ran into problems with the new dependencies that do not support Node 18.pnpm audit --fix
Ignored dependabot updates
[email protected]
requires[email protected]
, which only supports node20 || >=22
(ignored here)[email protected]
only supports node [20 || >=22
].The text was updated successfully, but these errors were encountered: