@mscharley/eslint-config 3.0.7 → 3.0.9
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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log - @mscharley/eslint-config
|
|
2
2
|
|
|
3
|
+
## 3.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d5a60cf: fix(deps): update typescript-eslint monorepo to ^7.0.2
|
|
8
|
+
- a2f02d9: fix(deps): update dependency eslint to v8.57.0
|
|
9
|
+
|
|
10
|
+
## 3.0.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- badd377: fix(deps): update typescript-eslint monorepo to ^6.20.0
|
|
15
|
+
- d977e25: fix(deps): update dependency prettier to v3.2.5
|
|
16
|
+
- 1f2d2f5: fix(deps): update typescript-eslint monorepo to ^6.21.0
|
|
17
|
+
- 23355ab: fix(deps): update typescript-eslint monorepo to v7 (major)
|
|
18
|
+
- Updated dependencies [d977e25]
|
|
19
|
+
- @mscharley/prettier-config@3.0.4
|
|
20
|
+
|
|
3
21
|
## 3.0.7
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mscharley/eslint-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"provenance": true
|
|
6
6
|
},
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"homepage": "https://github.com/mscharley/node-presets#readme",
|
|
29
29
|
"dependencies": {},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@mscharley/prettier-config": "3.0.
|
|
32
|
-
"@typescript-eslint/parser": "^
|
|
33
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
34
|
-
"eslint": "^8.
|
|
31
|
+
"@mscharley/prettier-config": "3.0.4",
|
|
32
|
+
"@typescript-eslint/parser": "^7.0.2",
|
|
33
|
+
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
34
|
+
"eslint": "^8.57.0",
|
|
35
35
|
"eslint-config-prettier": "^9.1.0",
|
|
36
36
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
37
37
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint-plugin-prettier": "^5.1.3",
|
|
41
41
|
"eslint-plugin-react": "^7.33.2",
|
|
42
42
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
43
|
-
"prettier": "^3.2.
|
|
43
|
+
"prettier": "^3.2.5",
|
|
44
44
|
"typescript": "^5.3.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {}
|