eslint-config-conventions 20.1.0 → 20.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/eslint.config.js +1 -1
  2. package/package.json +4 -4
package/eslint.config.js CHANGED
@@ -403,7 +403,7 @@ export default typescriptESLint.config(
403
403
  allowForKnownSafeCalls: [
404
404
  {
405
405
  from: "package",
406
- name: ["it", "describe"],
406
+ name: ["test", "it", "suite", "describe"],
407
407
  package: "node:test",
408
408
  },
409
409
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-conventions",
3
- "version": "20.1.0",
3
+ "version": "20.1.1",
4
4
  "public": true,
5
5
  "description": "ESLint shareable config to enforce strict conventions and good code quality.",
6
6
  "author": "Théo LUDWIG <contact@theoludwig.fr>",
@@ -55,11 +55,11 @@
55
55
  "typescript-eslint": "^8.32.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/node": "24.0.15",
58
+ "@types/node": "24.1.0",
59
59
  "globals": "16.3.0",
60
60
  "editorconfig-checker": "6.1.0",
61
- "oxlint": "1.7.0",
62
- "@oxlint/migrate": "1.7.0",
61
+ "oxlint": "1.8.0",
62
+ "@oxlint/migrate": "1.8.0",
63
63
  "eslint": "9.31.0",
64
64
  "eslint-plugin-promise": "7.2.1",
65
65
  "eslint-plugin-unicorn": "60.0.0",