@nest-boot/eslint-config 7.1.0 → 7.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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 7.2.1 (2026-06-17)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated @nest-boot/eslint-plugin to 7.1.1
|
|
6
|
+
- Updated @nest-boot/tsconfig to 7.2.1
|
|
7
|
+
|
|
8
|
+
## 7.2.0 (2026-06-17)
|
|
9
|
+
|
|
10
|
+
### 🧱 Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- Updated @nest-boot/eslint-plugin to 7.1.0
|
|
13
|
+
- Updated @nest-boot/tsconfig to 7.2.0
|
|
14
|
+
|
|
1
15
|
## 7.1.0 (2026-06-07)
|
|
2
16
|
|
|
3
17
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/eslint-config",
|
|
3
|
-
"version": "7.1
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/nest-boot/nest-boot.git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
21
21
|
"typescript": "^5.9.3",
|
|
22
22
|
"typescript-eslint": "^8.56.1",
|
|
23
|
-
"@nest-boot/eslint-plugin": "^7.
|
|
24
|
-
"@nest-boot/tsconfig": "^7.1
|
|
23
|
+
"@nest-boot/eslint-plugin": "^7.1.1",
|
|
24
|
+
"@nest-boot/tsconfig": "^7.2.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@eslint/eslintrc": "^3.0.0",
|