@ridedott/eslint-plugin 1.6.246 → 1.6.250

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 +40 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## [1.6.250](https://github.com/ridedott/eslint-plugin/compare/v1.6.249...v1.6.250) (2021-11-01)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump cspell from 5.12.3 to 5.12.4
6
+ ([d68715c](https://github.com/ridedott/eslint-plugin/commit/d68715c6e20c23e781562a6ae9e8f24262117e3b))
7
+ - **deps-dev:** bump lint-staged from 11.2.4 to 11.2.6
8
+ ([27a8518](https://github.com/ridedott/eslint-plugin/commit/27a85188c57147ceaefad2a2da9ccf021e75a1a2))
9
+ - **deps:** bump ridedott/release-me-action from 3.6.7 to 3.6.9
10
+ ([7968f4d](https://github.com/ridedott/eslint-plugin/commit/7968f4d793ac554ce94ac372101d9d8fceed3307))
11
+
12
+ ## [1.6.249](https://github.com/ridedott/eslint-plugin/compare/v1.6.248...v1.6.249) (2021-10-26)
13
+
14
+ ### Chores
15
+
16
+ - **deps-dev:** bump husky from 7.0.2 to 7.0.4
17
+ ([669ad1c](https://github.com/ridedott/eslint-plugin/commit/669ad1ce499e2ea5342d078549c8ab1139db0b10))
18
+ - **deps-dev:** bump lint-staged from 11.2.3 to 11.2.4
19
+ ([4f8edd3](https://github.com/ridedott/eslint-plugin/commit/4f8edd37902b99a30446b500ae9e10822752eb66))
20
+ - **deps-dev:** bump ts-node from 10.3.0 to 10.3.1
21
+ ([449b1a8](https://github.com/ridedott/eslint-plugin/commit/449b1a8e500f7b21b0c9a8ab8f7340d31acadbff))
22
+ - **deps-dev:** bump ts-node from 10.3.1 to 10.4.0
23
+ ([95eb1b2](https://github.com/ridedott/eslint-plugin/commit/95eb1b2e5329ed45d9a794d5f3a5a3424e88bfbe))
24
+ - **deps:** bump @typescript-eslint/parser from 5.1.0 to 5.2.0
25
+ ([764e2cf](https://github.com/ridedott/eslint-plugin/commit/764e2cf28fc8821527bde6dab47412f7c6bc2011))
26
+
27
+ ## [1.6.248](https://github.com/ridedott/eslint-plugin/compare/v1.6.247...v1.6.248) (2021-10-20)
28
+
29
+ ### Chores
30
+
31
+ - **deps:** bump ridedott/release-me-action from 3.6.6 to 3.6.7
32
+ ([e5b309c](https://github.com/ridedott/eslint-plugin/commit/e5b309c016b7a76bd4ee8e2195361bd2a0981739))
33
+
34
+ ## [1.6.247](https://github.com/ridedott/eslint-plugin/compare/v1.6.246...v1.6.247) (2021-10-19)
35
+
36
+ ### Chores
37
+
38
+ - **deps:** bump @typescript-eslint/parser from 5.0.0 to 5.1.0
39
+ ([624efd7](https://github.com/ridedott/eslint-plugin/commit/624efd7b8398c4a645b2cdad001a244b19c61ddd))
40
+
1
41
  ## [1.6.246](https://github.com/ridedott/eslint-plugin/compare/v1.6.245...v1.6.246) (2021-10-18)
2
42
 
3
43
  ### Chores
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "dependencies": {
8
8
  "@typescript-eslint/experimental-utils": "^4.33.0",
9
- "@typescript-eslint/parser": "^5.0.0"
9
+ "@typescript-eslint/parser": "^5.2.0"
10
10
  },
11
11
  "description": "ESLint plugin for custom rules.",
12
12
  "devDependencies": {
@@ -16,15 +16,15 @@
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.4",
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.246"
80
+ "version": "1.6.250"
81
81
  }