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
Ignored dependabot updates
synpack@v12.4.0 requires minimatch@v10.0.1, which only supports node 20 || >=22 (ignored here)
glob@v11.0.0 only supports node [20 || >=22].
The text was updated successfully, but these errors were encountered:
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
synpack@v12.4.0
requiresminimatch@v10.0.1
, which only supports node20 || >=22
(ignored here)glob@v11.0.0
only supports node [20 || >=22
].The text was updated successfully, but these errors were encountered: