@jarsec/eslint-config 6.2.0 → 6.2.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.
- package/CHANGELOG.md +9 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @jarsec/eslint-config
|
|
2
2
|
|
|
3
|
+
## 6.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 96bca17: chore(deps): update dependency eslint-plugin-perfectionist to ^4.12.3
|
|
8
|
+
- 7d61739: chore(deps): update dependency eslint-plugin-n to ^17.17.0
|
|
9
|
+
- 0d449ec: chore(deps): update dependency typescript-eslint to ^8.31.1
|
|
10
|
+
- df500da: chore(deps): update eslint monorepo to ^9.25.1
|
|
11
|
+
|
|
3
12
|
## 6.2.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarsec/eslint-config",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "jsec's eslint configurations",
|
|
5
5
|
"author": "Jarrod Seccombe <jarrod.seccombe@icloud.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
".": "./index.mjs"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@eslint/js": "^9.
|
|
14
|
+
"@eslint/js": "^9.25.1",
|
|
15
15
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
16
|
-
"eslint-plugin-n": "^17.
|
|
17
|
-
"eslint-plugin-perfectionist": "^4.
|
|
16
|
+
"eslint-plugin-n": "^17.17.0",
|
|
17
|
+
"eslint-plugin-perfectionist": "^4.12.3",
|
|
18
18
|
"eslint-plugin-unicorn": "^57.0.0",
|
|
19
|
-
"typescript-eslint": "^8.
|
|
19
|
+
"typescript-eslint": "^8.31.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@types/node": "^20.17.
|
|
23
|
-
"eslint": "^9.
|
|
22
|
+
"@types/node": "^20.17.32",
|
|
23
|
+
"eslint": "^9.25.1",
|
|
24
24
|
"typescript": "^5.3.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|