@ridedott/eslint-plugin 1.6.325 → 1.6.328

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 +31 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ ## [1.6.328](https://github.com/ridedott/eslint-plugin/compare/v1.6.327...v1.6.328) (2022-06-07)
2
+
3
+ ### Chores
4
+
5
+ - **deps:** bump @typescript-eslint/parser from 5.27.0 to 5.27.1
6
+ ([c389cbf](https://github.com/ridedott/eslint-plugin/commit/c389cbfb6671b6b441eb93155997e5e3b2554841))
7
+
8
+ ## [1.6.327](https://github.com/ridedott/eslint-plugin/compare/v1.6.326...v1.6.327) (2022-06-06)
9
+
10
+ ### Chores
11
+
12
+ - **deps-dev:** bump @commitlint/cli from 17.0.1 to 17.0.2
13
+ ([e20bba5](https://github.com/ridedott/eslint-plugin/commit/e20bba52b68915708a88aafc699b2a42a9d2fee4))
14
+ - **deps-dev:** bump @commitlint/config-conventional
15
+ ([b15884b](https://github.com/ridedott/eslint-plugin/commit/b15884bbab2d5f0bcc4ab53eb9c4d15f6bbd1ea5))
16
+ - **deps-dev:** bump lint-staged from 12.4.3 to 13.0.0
17
+ ([0368b9c](https://github.com/ridedott/eslint-plugin/commit/0368b9cecba48a085ce00cfb8d8104e3910db615))
18
+ - **deps-dev:** bump ts-node from 10.8.0 to 10.8.1
19
+ ([d29e329](https://github.com/ridedott/eslint-plugin/commit/d29e3291379cb10ad75b0f15db4ed54432a0e3c4))
20
+ - **deps-dev:** bump typescript from 4.7.2 to 4.7.3
21
+ ([ab0d2bf](https://github.com/ridedott/eslint-plugin/commit/ab0d2bf151e0dbf094893cf9465a5941dec48bf9))
22
+ - **deps:** bump ridedott/release-me-action from 3.6.40 to 3.6.42
23
+ ([1994e15](https://github.com/ridedott/eslint-plugin/commit/1994e15795835fa6dc88db72d41606ecc39b2133))
24
+
25
+ ## [1.6.326](https://github.com/ridedott/eslint-plugin/compare/v1.6.325...v1.6.326) (2022-05-31)
26
+
27
+ ### Chores
28
+
29
+ - **deps:** bump @typescript-eslint/utils from 5.26.0 to 5.27.0
30
+ ([643cac4](https://github.com/ridedott/eslint-plugin/commit/643cac43d1bcea80e9de50865b203023a617f9ce))
31
+
1
32
  ## [1.6.325](https://github.com/ridedott/eslint-plugin/compare/v1.6.324...v1.6.325) (2022-05-31)
2
33
 
3
34
  ### Chores
package/package.json CHANGED
@@ -5,13 +5,13 @@
5
5
  }
6
6
  },
7
7
  "dependencies": {
8
- "@typescript-eslint/parser": "^5.27.0",
9
- "@typescript-eslint/utils": "^5.26.0"
8
+ "@typescript-eslint/parser": "^5.27.1",
9
+ "@typescript-eslint/utils": "^5.27.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^17.0.1",
14
- "@commitlint/config-conventional": "^17.0.0",
13
+ "@commitlint/cli": "^17.0.2",
14
+ "@commitlint/config-conventional": "^17.0.2",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.5.0",
17
17
  "@types/node": "^12.20.11",
@@ -20,12 +20,12 @@
20
20
  "eslint": "^7.32.0",
21
21
  "husky": "^8.0.1",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^12.4.3",
23
+ "lint-staged": "^13.0.0",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.6.2",
26
26
  "ts-jest": "^26.5.6",
27
- "ts-node": "^10.8.0",
28
- "typescript": "^4.7.2"
27
+ "ts-node": "^10.8.1",
28
+ "typescript": "^4.7.3"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">= 12"
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.325"
80
+ "version": "1.6.328"
81
81
  }