@ridedott/eslint-plugin 1.6.245 → 1.6.249

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 +36 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## [1.6.249](https://github.com/ridedott/eslint-plugin/compare/v1.6.248...v1.6.249) (2021-10-26)
2
+
3
+ ### Chores
4
+
5
+ - **deps-dev:** bump husky from 7.0.2 to 7.0.4
6
+ ([669ad1c](https://github.com/ridedott/eslint-plugin/commit/669ad1ce499e2ea5342d078549c8ab1139db0b10))
7
+ - **deps-dev:** bump lint-staged from 11.2.3 to 11.2.4
8
+ ([4f8edd3](https://github.com/ridedott/eslint-plugin/commit/4f8edd37902b99a30446b500ae9e10822752eb66))
9
+ - **deps-dev:** bump ts-node from 10.3.0 to 10.3.1
10
+ ([449b1a8](https://github.com/ridedott/eslint-plugin/commit/449b1a8e500f7b21b0c9a8ab8f7340d31acadbff))
11
+ - **deps-dev:** bump ts-node from 10.3.1 to 10.4.0
12
+ ([95eb1b2](https://github.com/ridedott/eslint-plugin/commit/95eb1b2e5329ed45d9a794d5f3a5a3424e88bfbe))
13
+ - **deps:** bump @typescript-eslint/parser from 5.1.0 to 5.2.0
14
+ ([764e2cf](https://github.com/ridedott/eslint-plugin/commit/764e2cf28fc8821527bde6dab47412f7c6bc2011))
15
+
16
+ ## [1.6.248](https://github.com/ridedott/eslint-plugin/compare/v1.6.247...v1.6.248) (2021-10-20)
17
+
18
+ ### Chores
19
+
20
+ - **deps:** bump ridedott/release-me-action from 3.6.6 to 3.6.7
21
+ ([e5b309c](https://github.com/ridedott/eslint-plugin/commit/e5b309c016b7a76bd4ee8e2195361bd2a0981739))
22
+
23
+ ## [1.6.247](https://github.com/ridedott/eslint-plugin/compare/v1.6.246...v1.6.247) (2021-10-19)
24
+
25
+ ### Chores
26
+
27
+ - **deps:** bump @typescript-eslint/parser from 5.0.0 to 5.1.0
28
+ ([624efd7](https://github.com/ridedott/eslint-plugin/commit/624efd7b8398c4a645b2cdad001a244b19c61ddd))
29
+
30
+ ## [1.6.246](https://github.com/ridedott/eslint-plugin/compare/v1.6.245...v1.6.246) (2021-10-18)
31
+
32
+ ### Chores
33
+
34
+ - **deps:** bump ridedott/release-me-action from 3.6.4 to 3.6.6
35
+ ([818a15b](https://github.com/ridedott/eslint-plugin/commit/818a15bfdf9472ebf4bfeb3fcd266a1b6f80c534))
36
+
1
37
  ## [1.6.245](https://github.com/ridedott/eslint-plugin/compare/v1.6.244...v1.6.245) (2021-10-13)
2
38
 
3
39
  ### 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": {
@@ -18,13 +18,13 @@
18
18
  "commitizen": "^4.2.4",
19
19
  "cspell": "^5.12.3",
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.4",
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.245"
80
+ "version": "1.6.249"
81
81
  }