@pplancq/eslint-config 5.0.18 → 5.0.19

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/CHANGELOG.md +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## @pplancq/eslint-config [5.0.19](https://github.com/pplancq/dev-tools/compare/@pplancq/eslint-config@5.0.18...@pplancq/eslint-config@5.0.19) (2025-12-31)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** update dependency @vitest/eslint-plugin to ^1.6.4 ([b7fa3ca](https://github.com/pplancq/dev-tools/commit/b7fa3cafd7cd73b5441e1c73e97b1e688df8efbe))
6
+ * **deps:** update dependency eslint-plugin-testing-library to ^7.15.3 ([8db5d18](https://github.com/pplancq/dev-tools/commit/8db5d180d04cceb27466fcfd162ca196f4635675))
7
+ * **deps:** update typescript-eslint mono repo to ^8.50.1 ([f753840](https://github.com/pplancq/dev-tools/commit/f7538404bcfe43d8ff946fd4a732c82486424577))
8
+
1
9
  ## @pplancq/eslint-config [5.0.18](https://github.com/pplancq/dev-tools/compare/@pplancq/eslint-config@5.0.17...@pplancq/eslint-config@5.0.18) (2025-12-22)
2
10
 
3
11
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pplancq/eslint-config",
3
- "version": "5.0.18",
3
+ "version": "5.0.19",
4
4
  "license": "MIT",
5
5
  "description": "pplancq eslint config",
6
6
  "author": "pplancq <paul.plancq@outlook.fr>",
@@ -36,9 +36,9 @@
36
36
  "config"
37
37
  ],
38
38
  "dependencies": {
39
- "@typescript-eslint/eslint-plugin": "^8.50.0",
40
- "@typescript-eslint/parser": "^8.50.0",
41
- "@vitest/eslint-plugin": "^1.5.4",
39
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
40
+ "@typescript-eslint/parser": "^8.50.1",
41
+ "@vitest/eslint-plugin": "^1.6.4",
42
42
  "eslint-import-resolver-typescript": "^4.4.4",
43
43
  "eslint-plugin-import": "^2.32.0",
44
44
  "eslint-plugin-jest-dom": "^5.5.0",
@@ -46,7 +46,7 @@
46
46
  "eslint-plugin-playwright": "^2.4.0",
47
47
  "eslint-plugin-react": "^7.37.5",
48
48
  "eslint-plugin-react-hooks": "^7.0.1",
49
- "eslint-plugin-testing-library": "^7.15.1",
49
+ "eslint-plugin-testing-library": "^7.15.3",
50
50
  "globals": "^16.5.0"
51
51
  },
52
52
  "peerDependencies": {