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
One of the devdeps of cosmos had an out of date transitive dependency, and the author hasn't released an update yet (see bahmutov/snap-shot-it#541), so this PR works around it in the short-term by forcing the update using rush/pnpm magic.
I had to use `rush update --full` since --recheck was downleveling `@types/node` to 8.x
snap-shot-core
released 10.2.1 9 months ago to deal with the mkdirp dependency on old minimist (see #514)Consumers can't benefit from this still because
snap-shot-it
doesn't use version ranges and lists"snap-shot-core": "10.2.0"
in package.json.Can you please update this dependency entry and re-release so we can use the fix in
snap-shot-core
?The text was updated successfully, but these errors were encountered: