@ridedott/eslint-plugin 1.6.248 → 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 +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
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
+
1
16
  ## [1.6.248](https://github.com/ridedott/eslint-plugin/compare/v1.6.247...v1.6.248) (2021-10-20)
2
17
 
3
18
  ### 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.1.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.248"
80
+ "version": "1.6.249"
81
81
  }