@darraghor/eslint-plugin-nestjs-typed 4.6.1 → 4.7.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/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
 
7
7
  ## A note on versions
8
8
 
9
+ - Version `5.x` supports Eslint version `>=8.x` and typescript eslint parser `^7`
9
10
  - Version `4.x` supports Eslint version `>=8.x` and typescript eslint parser `^6`
10
11
  - Version `3.x` supports Eslint version `>=8.x` and typescript eslint parser `^5`
11
12
  - Version `2.x` supports Eslint version `<=7.x` and typescript eslint parser `^4`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/eslint-plugin-nestjs-typed",
3
- "version": "4.6.1",
3
+ "version": "4.7.0",
4
4
  "description": "Eslint rules for nestjs projects",
5
5
  "scripts": {
6
6
  "clean": "rm -Rf ./dist/",
@@ -28,7 +28,7 @@
28
28
  "url": "https://github.com/darraghoriordan/eslint-plugin-nestjs-typed"
29
29
  },
30
30
  "engines": {
31
- "node": "^16.0.0 || ^18.0.0 || >=20.0.0"
31
+ "node": "^18.18.0 || >=20.0.0"
32
32
  },
33
33
  "files": [
34
34
  "dist",
@@ -76,9 +76,9 @@
76
76
  "typescript": "5.3.3"
77
77
  },
78
78
  "peerDependencies": {
79
- "@typescript-eslint/parser": "^6.0.0",
79
+ "@typescript-eslint/parser": "^7.0.0",
80
80
  "class-validator": "*",
81
- "eslint": "^8.0.1"
81
+ "eslint": "^8.56.0"
82
82
  },
83
83
  "keywords": [
84
84
  "eslint",