Skip to content

Commit

Permalink
Update eslint to ~9.14.0 to avoid regression in typescript-eslint
Browse files Browse the repository at this point in the history
A fix is already merged in typescript-eslint
and available on the `canary` version,
but until it gets released we need this to
unblock master on packages that do not have
a package-lock (eg balena-sdk).

Change-type: patch
See: eslint/eslint#19134
See: typescript-eslint/typescript-eslint#10338
  • Loading branch information
thgreasi committed Nov 18, 2024
1 parent 2aa3135 commit efada90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"author": "Balena.io. <[email protected]>",
"license": "Apache 2.0",
"dependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "~9.14.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"depcheck": "^1.4.7",
"eslint": "^9.10.0",
"eslint": "~9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-jsdoc": "^50.2.2",
Expand Down

0 comments on commit efada90

Please sign in to comment.