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
typescript-eslint v8.14.0 and earlier were broken by an implementation
change in ESLint v9.15.0. This change makes use of package-lock.json
files to allow resolved dependency versions to be moved forwards in a
more controlled manner, and minimise the chances of unexpected breakages
like this in future.
- Include package-lock.json files to stabilize the Node dependency
versions resolved across builds.
- Change Makefile targets to use `npm ci` instead of `npm install` so
that package-lock.json files are honored when resolving dependencies.
Signed-off-by: Mark S. Lewis <[email protected]>
0 commit comments