@pplancq/eslint-config 5.0.17 → 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.
- package/CHANGELOG.md +16 -0
- package/package.json +6 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
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
|
+
|
|
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)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @vitest/eslint-plugin to ^1.5.4 ([e99dc58](https://github.com/pplancq/dev-tools/commit/e99dc580c06fb0075e33146197170a45b8d61a3f))
|
|
14
|
+
* **deps:** update dependency eslint-plugin-testing-library to ^7.15.1 ([5d8f174](https://github.com/pplancq/dev-tools/commit/5d8f174211749a71f451cb1c51aafb04cf387453))
|
|
15
|
+
* **deps:** update typescript-eslint mono repo to ^8.50.0 ([fc90bb0](https://github.com/pplancq/dev-tools/commit/fc90bb093300028a9446d4a33a1859cdead51731))
|
|
16
|
+
|
|
1
17
|
## @pplancq/eslint-config [5.0.17](https://github.com/pplancq/dev-tools/compare/@pplancq/eslint-config@5.0.16...@pplancq/eslint-config@5.0.17) (2025-12-15)
|
|
2
18
|
|
|
3
19
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pplancq/eslint-config",
|
|
3
|
-
"version": "5.0.
|
|
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.
|
|
40
|
-
"@typescript-eslint/parser": "^8.
|
|
41
|
-
"@vitest/eslint-plugin": "^1.
|
|
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.
|
|
49
|
+
"eslint-plugin-testing-library": "^7.15.3",
|
|
50
50
|
"globals": "^16.5.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"eslint": "^9.39.
|
|
66
|
+
"eslint": "^9.39.2",
|
|
67
67
|
"eslint-plugin-prettier": "^5.5.4",
|
|
68
68
|
"lint-staged": "^16.2.7",
|
|
69
69
|
"prettier": "^3.7.4"
|
|
@@ -71,9 +71,6 @@
|
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
73
73
|
},
|
|
74
|
-
"volta": {
|
|
75
|
-
"extends": "../../package.json"
|
|
76
|
-
},
|
|
77
74
|
"prettier": "@pplancq/prettier-config",
|
|
78
75
|
"lint-staged": {
|
|
79
76
|
"*.(js|mjs)": "eslint --fix",
|