@ridedott/eslint-plugin 1.6.271 → 1.6.272
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.
- package/CHANGELOG.md +13 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## [1.6.272](https://github.com/ridedott/eslint-plugin/compare/v1.6.271...v1.6.272) (2022-01-11)
|
|
2
|
+
|
|
3
|
+
### Chores
|
|
4
|
+
|
|
5
|
+
- **deps-dev:** bump @commitlint/cli from 16.0.1 to 16.0.2
|
|
6
|
+
([79553ca](https://github.com/ridedott/eslint-plugin/commit/79553ca7089b5d9ee9182c233ede121dfa5ab8cd))
|
|
7
|
+
- **deps-dev:** bump cspell from 5.14.0 to 5.15.1
|
|
8
|
+
([27193c8](https://github.com/ridedott/eslint-plugin/commit/27193c82a7fed9613da375c031cf60a36da6fad0))
|
|
9
|
+
- **deps-dev:** bump lint-staged from 12.1.5 to 12.1.7
|
|
10
|
+
([66aa395](https://github.com/ridedott/eslint-plugin/commit/66aa39583c2373dc04a8bf9438431e54052ee58a))
|
|
11
|
+
- **deps:** bump @typescript-eslint/parser from 5.9.0 to 5.9.1
|
|
12
|
+
([8ad8f52](https://github.com/ridedott/eslint-plugin/commit/8ad8f522692a2b7e0bc27f2b8e273ec6bb0f9ac3))
|
|
13
|
+
|
|
1
14
|
## [1.6.271](https://github.com/ridedott/eslint-plugin/compare/v1.6.270...v1.6.271) (2022-01-04)
|
|
2
15
|
|
|
3
16
|
### Chores
|
package/package.json
CHANGED
|
@@ -6,21 +6,21 @@
|
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@typescript-eslint/experimental-utils": "^4.33.0",
|
|
9
|
-
"@typescript-eslint/parser": "^5.9.
|
|
9
|
+
"@typescript-eslint/parser": "^5.9.1"
|
|
10
10
|
},
|
|
11
11
|
"description": "ESLint plugin for custom rules.",
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@commitlint/cli": "^16.0.
|
|
13
|
+
"@commitlint/cli": "^16.0.2",
|
|
14
14
|
"@commitlint/config-conventional": "^16.0.0",
|
|
15
15
|
"@ridedott/eslint-config": "^2.13.12",
|
|
16
16
|
"@types/jest": "^27.4.0",
|
|
17
17
|
"@types/node": "^12.20.11",
|
|
18
18
|
"commitizen": "^4.2.4",
|
|
19
|
-
"cspell": "^5.
|
|
19
|
+
"cspell": "^5.15.1",
|
|
20
20
|
"eslint": "^7.32.0",
|
|
21
21
|
"husky": "^7.0.4",
|
|
22
22
|
"jest": "^26.6.3",
|
|
23
|
-
"lint-staged": "^12.1.
|
|
23
|
+
"lint-staged": "^12.1.7",
|
|
24
24
|
"npm-run-all": "^4.1.5",
|
|
25
25
|
"prettier": "^2.2.1",
|
|
26
26
|
"ts-jest": "^26.5.6",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"test:watch": "jest --watch --verbose false",
|
|
78
78
|
"types": "tsc --noEmit"
|
|
79
79
|
},
|
|
80
|
-
"version": "1.6.
|
|
80
|
+
"version": "1.6.272"
|
|
81
81
|
}
|