@nest-boot/eslint-config 7.0.3 → 7.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 7.2.0 (2026-06-17)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @nest-boot/eslint-plugin to 7.1.0
6
+ - Updated @nest-boot/tsconfig to 7.2.0
7
+
8
+ ## 7.1.0 (2026-06-07)
9
+
10
+ ### 🚀 Features
11
+
12
+ - add row level security driver ([#236](https://github.com/nest-boot/nest-boot/pull/236))
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated @nest-boot/eslint-plugin to 7.0.8
17
+ - Updated @nest-boot/tsconfig to 7.1.0
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Xudong Huang @xudongcc
22
+
1
23
  # @nest-boot/eslint-config
2
24
 
3
25
  ## 7.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nest-boot/eslint-config",
3
- "version": "7.0.3",
3
+ "version": "7.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/nest-boot/nest-boot.git",
@@ -12,15 +12,16 @@
12
12
  "devDependencies": {
13
13
  "@eslint/eslintrc": "^3.3.3",
14
14
  "@eslint/js": "^9.39.2",
15
- "@typescript-eslint/eslint-plugin": "^8.51.0",
16
- "@typescript-eslint/parser": "^8.51.0",
17
- "eslint": "^9.39.2",
15
+ "@types/node": "^24.12.4",
16
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
17
+ "@typescript-eslint/parser": "^8.56.1",
18
+ "eslint": "^9.39.3",
18
19
  "eslint-config-prettier": "^10.1.8",
19
20
  "eslint-plugin-simple-import-sort": "^12.1.1",
20
21
  "typescript": "^5.9.3",
21
- "typescript-eslint": "^8.46.2",
22
- "@nest-boot/eslint-plugin": "^7.0.5",
23
- "@nest-boot/tsconfig": "^7.0.1"
22
+ "typescript-eslint": "^8.56.1",
23
+ "@nest-boot/eslint-plugin": "^7.1.0",
24
+ "@nest-boot/tsconfig": "^7.2.0"
24
25
  },
25
26
  "peerDependencies": {
26
27
  "@eslint/eslintrc": "^3.0.0",
@@ -44,6 +45,6 @@
44
45
  "eslint-plugin-tsdoc": "^0.5.2"
45
46
  },
46
47
  "scripts": {
47
- "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
48
+ "clean": "rm -rf .nx && rm -rf node_modules && rm -rf dist"
48
49
  }
49
50
  }