@nest-boot/eslint-config 7.0.0-beta.3 → 7.0.0
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 +17 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @nest-boot/eslint-config
|
|
2
2
|
|
|
3
|
+
## 7.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 14895ac: ESLint 升级到 v9
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 20f3262: fix: 重构 eslint-plugin 和移除 queue 模块
|
|
12
|
+
- b5e6548: 重新发布版本
|
|
13
|
+
- f9c03c3: 修复 ESLint
|
|
14
|
+
- Updated dependencies [20f3262]
|
|
15
|
+
- Updated dependencies [b5e6548]
|
|
16
|
+
- Updated dependencies [f9c03c3]
|
|
17
|
+
- Updated dependencies [14895ac]
|
|
18
|
+
- @nest-boot/eslint-plugin@7.0.0
|
|
19
|
+
|
|
3
20
|
## 7.0.0-beta.3
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/eslint-config",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"main": "eslint.config.mjs",
|
|
5
5
|
"types": "eslint.config.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@eslint/eslintrc": "^3.3.1",
|
|
9
9
|
"@eslint/js": "^9.36.0",
|
|
10
|
-
"@nest-boot/eslint-plugin": "^7.0.0
|
|
11
|
-
"@nest-boot/tsconfig": "^7.0.0
|
|
10
|
+
"@nest-boot/eslint-plugin": "^7.0.0",
|
|
11
|
+
"@nest-boot/tsconfig": "^7.0.0",
|
|
12
12
|
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
13
13
|
"@typescript-eslint/parser": "^8.44.1",
|
|
14
14
|
"eslint": "^9.36.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
28
28
|
"typescript": "^5.0.0",
|
|
29
29
|
"typescript-eslint": "^8.0.0",
|
|
30
|
-
"@nest-boot/eslint-plugin": "^7.0.
|
|
30
|
+
"@nest-boot/eslint-plugin": "^7.0.07.0.0"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|