Skip to content

Commit

Permalink
Update eslint-plugin-chai-friendly
Browse files Browse the repository at this point in the history
But not eslint itself yet, due to wikimedia/eslint-config-wikimedia#563,
and also not eslint-plugin-compat because that’s already pulled in by
eslint-config-wikimedia and I don’t want to have two copies of it in my
node_modules/.

    npm i --engine-strict eslint-plugin-chai-friendly@latest

I think this concludes the current batch of dependency updates. Still
outdated are eslint and eslint-plugin-compat, per above, and undici,
which requires Node 20+ in v7. I might drop Node 18 support once Debian
13 (Trixie) comes out (likely this summer), but certainly not before
then, so for now we’re stuck on undici 6.
  • Loading branch information
lucaswerkmeister committed Jan 1, 2025
1 parent ce23b6f commit 4ab14ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"chai-as-promised": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-wikimedia": "^0.28.2",
"eslint-plugin-chai-friendly": "^0.7.4",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-compat": "^4.2.0",
"jsdoc": "^4.0.2",
"mocha": "^11.0.1",
Expand Down

0 comments on commit 4ab14ed

Please sign in to comment.