@ridedott/eslint-plugin 1.6.248 → 1.6.252

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 +46 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,49 @@
1
+ ## [1.6.252](https://github.com/ridedott/eslint-plugin/compare/v1.6.251...v1.6.252) (2021-11-03)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump @commitlint/cli from 13.2.1 to 14.1.0
6
+ ([cbc7610](https://github.com/ridedott/eslint-plugin/commit/cbc761055ef4d1a284d1fd645a613b898d530c65))
7
+ - **deps-dev:** bump cspell from 5.12.4 to 5.12.5
8
+ ([7eb8a13](https://github.com/ridedott/eslint-plugin/commit/7eb8a13cb53a90c3584dbf06e7a2e979ac8b0eb3))
9
+ - **deps:** bump ridedott/release-me-action from 3.6.9 to 3.6.10
10
+ ([eff152e](https://github.com/ridedott/eslint-plugin/commit/eff152e2b9c623a89aeb3e3bf7d951f1a3dde3d2))
11
+
12
+ ## [1.6.251](https://github.com/ridedott/eslint-plugin/compare/v1.6.250...v1.6.251) (2021-11-02)
13
+
14
+ ### Chores
15
+
16
+ - **deps-dev:** bump @commitlint/config-conventional
17
+ ([18536ae](https://github.com/ridedott/eslint-plugin/commit/18536ae9b9b26c4ae76e8e2270938ec31eacd0ba))
18
+ - **deps:** bump @typescript-eslint/parser from 5.2.0 to 5.3.0
19
+ ([e3c5c47](https://github.com/ridedott/eslint-plugin/commit/e3c5c47ea812b1bd4de3496d74bbba6a264019bc))
20
+
21
+ ## [1.6.250](https://github.com/ridedott/eslint-plugin/compare/v1.6.249...v1.6.250) (2021-11-01)
22
+
23
+ ### Chores
24
+
25
+ - **deps-dev:** bump cspell from 5.12.3 to 5.12.4
26
+ ([d68715c](https://github.com/ridedott/eslint-plugin/commit/d68715c6e20c23e781562a6ae9e8f24262117e3b))
27
+ - **deps-dev:** bump lint-staged from 11.2.4 to 11.2.6
28
+ ([27a8518](https://github.com/ridedott/eslint-plugin/commit/27a85188c57147ceaefad2a2da9ccf021e75a1a2))
29
+ - **deps:** bump ridedott/release-me-action from 3.6.7 to 3.6.9
30
+ ([7968f4d](https://github.com/ridedott/eslint-plugin/commit/7968f4d793ac554ce94ac372101d9d8fceed3307))
31
+
32
+ ## [1.6.249](https://github.com/ridedott/eslint-plugin/compare/v1.6.248...v1.6.249) (2021-10-26)
33
+
34
+ ### Chores
35
+
36
+ - **deps-dev:** bump husky from 7.0.2 to 7.0.4
37
+ ([669ad1c](https://github.com/ridedott/eslint-plugin/commit/669ad1ce499e2ea5342d078549c8ab1139db0b10))
38
+ - **deps-dev:** bump lint-staged from 11.2.3 to 11.2.4
39
+ ([4f8edd3](https://github.com/ridedott/eslint-plugin/commit/4f8edd37902b99a30446b500ae9e10822752eb66))
40
+ - **deps-dev:** bump ts-node from 10.3.0 to 10.3.1
41
+ ([449b1a8](https://github.com/ridedott/eslint-plugin/commit/449b1a8e500f7b21b0c9a8ab8f7340d31acadbff))
42
+ - **deps-dev:** bump ts-node from 10.3.1 to 10.4.0
43
+ ([95eb1b2](https://github.com/ridedott/eslint-plugin/commit/95eb1b2e5329ed45d9a794d5f3a5a3424e88bfbe))
44
+ - **deps:** bump @typescript-eslint/parser from 5.1.0 to 5.2.0
45
+ ([764e2cf](https://github.com/ridedott/eslint-plugin/commit/764e2cf28fc8821527bde6dab47412f7c6bc2011))
46
+
1
47
  ## [1.6.248](https://github.com/ridedott/eslint-plugin/compare/v1.6.247...v1.6.248) (2021-10-20)
2
48
 
3
49
  ### Chores
package/package.json CHANGED
@@ -6,25 +6,25 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/experimental-utils": "^4.33.0",
9
- "@typescript-eslint/parser": "^5.1.0"
9
+ "@typescript-eslint/parser": "^5.3.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
13
- "@commitlint/cli": "^13.2.1",
14
- "@commitlint/config-conventional": "^13.2.0",
13
+ "@commitlint/cli": "^14.1.0",
14
+ "@commitlint/config-conventional": "^14.1.0",
15
15
  "@ridedott/eslint-config": "^2.13.12",
16
16
  "@types/jest": "^27.0.2",
17
17
  "@types/node": "^12.20.11",
18
18
  "commitizen": "^4.2.4",
19
- "cspell": "^5.12.3",
19
+ "cspell": "^5.12.5",
20
20
  "eslint": "^7.32.0",
21
- "husky": "^7.0.2",
21
+ "husky": "^7.0.4",
22
22
  "jest": "^26.6.3",
23
- "lint-staged": "^11.2.3",
23
+ "lint-staged": "^11.2.6",
24
24
  "npm-run-all": "^4.1.5",
25
25
  "prettier": "^2.2.1",
26
26
  "ts-jest": "^26.5.6",
27
- "ts-node": "^10.3.0",
27
+ "ts-node": "^10.4.0",
28
28
  "typescript": "^4.4.4"
29
29
  },
30
30
  "engines": {
@@ -77,5 +77,5 @@
77
77
  "test:watch": "jest --watch --verbose false",
78
78
  "types": "tsc --noEmit"
79
79
  },
80
- "version": "1.6.248"
80
+ "version": "1.6.252"
81
81
  }