@mscharley/eslint-config 4.2.14 → 4.2.16
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 +48 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# Change Log - @mscharley/eslint-config
|
|
2
2
|
|
|
3
|
+
## 4.2.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9c1e002: fix(deps): update eslint packages
|
|
8
|
+
|
|
9
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
10
|
+
|
|
11
|
+
- ab504df: fix(deps): update eslint packages
|
|
12
|
+
|
|
13
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
14
|
+
|
|
15
|
+
- 01e1e60: fix(deps): update dependency @stylistic/eslint-plugin to ^5.2.0
|
|
16
|
+
|
|
17
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
18
|
+
|
|
19
|
+
- df85ee8: fix(deps): update eslint packages
|
|
20
|
+
|
|
21
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
22
|
+
|
|
23
|
+
- 042cd5b: fix(deps): update eslint packages
|
|
24
|
+
|
|
25
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
26
|
+
|
|
27
|
+
- da958ed: fix(deps): update dependency typescript-eslint to ^8.39.0
|
|
28
|
+
|
|
29
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
30
|
+
|
|
31
|
+
- 469beee: fix(deps): update eslint packages
|
|
32
|
+
|
|
33
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
34
|
+
|
|
35
|
+
## 4.2.15
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- 216b8c9: fix(deps): update dependency eslint-plugin-jest to v29
|
|
40
|
+
|
|
41
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
42
|
+
|
|
43
|
+
- 30de74c: fix(deps): update eslint packages
|
|
44
|
+
|
|
45
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
46
|
+
|
|
47
|
+
- 0bdd03e: fix(deps): update dependency eslint-import-resolver-typescript to ^4.4.4
|
|
48
|
+
|
|
49
|
+
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
50
|
+
|
|
3
51
|
## 4.2.14
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mscharley/eslint-config",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./rules/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/mscharley/node-presets#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@eslint/js": "^9.
|
|
35
|
-
"@stylistic/eslint-plugin": "^
|
|
34
|
+
"@eslint/js": "^9.33.0",
|
|
35
|
+
"@stylistic/eslint-plugin": "^5.2.3",
|
|
36
36
|
"@types/eslint": "^9.6.1",
|
|
37
|
-
"eslint": "^9.
|
|
38
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
39
|
-
"eslint-plugin-import": "^2.
|
|
40
|
-
"eslint-plugin-jest": "^
|
|
41
|
-
"eslint-plugin-n": "^17.
|
|
37
|
+
"eslint": "^9.33.0",
|
|
38
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
39
|
+
"eslint-plugin-import": "^2.32.0",
|
|
40
|
+
"eslint-plugin-jest": "^29.0.1",
|
|
41
|
+
"eslint-plugin-n": "^17.21.3",
|
|
42
42
|
"eslint-plugin-notice": "^1.0.0",
|
|
43
43
|
"eslint-plugin-react": "^7.37.5",
|
|
44
44
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
45
|
-
"typescript-eslint": "^8.
|
|
45
|
+
"typescript-eslint": "^8.39.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"test": "eslint --max-warnings 0 ."
|