@nest-boot/eslint-plugin 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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @nest-boot/eslint-plugin
|
|
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
|
+
|
|
3
15
|
## 7.0.0-beta.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/eslint-plugin",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@eslint/eslintrc": "^3.3.1",
|
|
12
12
|
"@eslint/js": "^9.36.0",
|
|
13
13
|
"@jest/globals": "^30.2.0",
|
|
14
|
-
"@nest-boot/tsconfig": "^7.0.0
|
|
14
|
+
"@nest-boot/tsconfig": "^7.0.0",
|
|
15
15
|
"@types/node": "^22.18.6",
|
|
16
16
|
"@typescript-eslint/rule-tester": "^8.44.1",
|
|
17
17
|
"eslint": "^9.36.0",
|