@darraghor/eslint-plugin-nestjs-typed 5.0.7 → 5.0.9

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 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  - Version `3.x` supports Eslint version `>=8.x` and typescript eslint parser `^5`
12
12
  - Version `2.x` supports Eslint version `<=7.x` and typescript eslint parser `^4`
13
13
 
14
- There are breaking changes between versions ofr ts-eslint.
14
+ There are breaking changes between versions of ts-eslint.
15
15
 
16
16
  typescript eslint parser supports a range of typescript versions but there can be a delay in supporting the latest versions.
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/eslint-plugin-nestjs-typed",
3
- "version": "5.0.7",
3
+ "version": "5.0.9",
4
4
  "description": "Eslint rules for nestjs projects",
5
5
  "scripts": {
6
6
  "clean": "rm -Rf ./dist/",
@@ -43,22 +43,22 @@
43
43
  "main": "dist/index.js",
44
44
  "types": "index.d.ts",
45
45
  "dependencies": {
46
- "@typescript-eslint/scope-manager": "7.6.0",
47
- "@typescript-eslint/utils": "7.6.0",
46
+ "@typescript-eslint/scope-manager": "7.12.0",
47
+ "@typescript-eslint/utils": "7.12.0",
48
48
  "eslint-module-utils": "2.8.1",
49
49
  "reflect-metadata": "0.2.2"
50
50
  },
51
51
  "devDependencies": {
52
- "@commitlint/cli": "19.2.1",
53
- "@commitlint/config-conventional": "19.1.0",
52
+ "@commitlint/cli": "19.3.0",
53
+ "@commitlint/config-conventional": "19.2.2",
54
54
  "@semantic-release/changelog": "6.0.3",
55
55
  "@semantic-release/exec": "6.0.3",
56
56
  "@types/eslint": "8.56.7",
57
57
  "@types/jest": "29.5.12",
58
58
  "@types/node": "20.12.3",
59
- "@typescript-eslint/eslint-plugin": "7.6.0",
60
- "@typescript-eslint/parser": "7.6.0",
61
- "@typescript-eslint/rule-tester": "7.6.0",
59
+ "@typescript-eslint/eslint-plugin": "7.12.0",
60
+ "@typescript-eslint/parser": "7.12.0",
61
+ "@typescript-eslint/rule-tester": "7.12.0",
62
62
  "class-validator": "^0.14.1",
63
63
  "eslint": "8.57.0",
64
64
  "eslint-config-prettier": "9.1.0",
@@ -69,8 +69,8 @@
69
69
  "jest-create-mock-instance": "2.0.0",
70
70
  "jest-junit": "16.0.0",
71
71
  "lint-staged": "15.2.2",
72
- "prettier": "3.2.5",
73
- "semantic-release": "23.0.6",
72
+ "prettier": "3.3.1",
73
+ "semantic-release": "23.1.1",
74
74
  "ts-jest": "29.1.2",
75
75
  "ts-node": "10.9.2",
76
76
  "typescript": "5.4.3"