@ridedott/eslint-plugin 1.6.290 → 1.6.293
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 +33 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## [1.6.293](https://github.com/ridedott/eslint-plugin/compare/v1.6.292...v1.6.293) (2022-03-18)
|
|
2
|
+
|
|
3
|
+
### Chores
|
|
4
|
+
|
|
5
|
+
- **deps-dev:** bump @commitlint/cli from 16.2.1 to 16.2.3
|
|
6
|
+
([dd718c8](https://github.com/ridedott/eslint-plugin/commit/dd718c84c8011f1d859ff748bc31fb3ad4c3e410))
|
|
7
|
+
- **deps-dev:** bump lint-staged from 12.3.5 to 12.3.6
|
|
8
|
+
([3020b97](https://github.com/ridedott/eslint-plugin/commit/3020b9705aaaf478b2445bbae3615dbee9008658))
|
|
9
|
+
- **deps-dev:** bump lint-staged from 12.3.6 to 12.3.7
|
|
10
|
+
([9ee19c8](https://github.com/ridedott/eslint-plugin/commit/9ee19c82ead6b53c662b74f98fddcc86d950ec64))
|
|
11
|
+
- **deps-dev:** bump prettier from 2.5.1 to 2.6.0
|
|
12
|
+
([c3ddaa6](https://github.com/ridedott/eslint-plugin/commit/c3ddaa6f81a9a31d079ffc716b17421cb364d348))
|
|
13
|
+
- **deps:** bump ridedott/release-me-action from 3.6.28 to 3.6.29
|
|
14
|
+
([c045851](https://github.com/ridedott/eslint-plugin/commit/c04585190e7a8bc47f496af380e98f667cbca754))
|
|
15
|
+
|
|
16
|
+
## [1.6.292](https://github.com/ridedott/eslint-plugin/compare/v1.6.291...v1.6.292) (2022-03-15)
|
|
17
|
+
|
|
18
|
+
### Chores
|
|
19
|
+
|
|
20
|
+
- **deps:** bump @typescript-eslint/utils from 5.14.0 to 5.15.0
|
|
21
|
+
([603fef4](https://github.com/ridedott/eslint-plugin/commit/603fef47c1e54dd9e7300aa63154aaff4537ae5c))
|
|
22
|
+
|
|
23
|
+
## [1.6.291](https://github.com/ridedott/eslint-plugin/compare/v1.6.290...v1.6.291) (2022-03-15)
|
|
24
|
+
|
|
25
|
+
### Chores
|
|
26
|
+
|
|
27
|
+
- **deps-dev:** bump cspell from 5.18.5 to 5.19.1
|
|
28
|
+
([086c2db](https://github.com/ridedott/eslint-plugin/commit/086c2db1afd46bd6bdd996327deba20e5cb43d36))
|
|
29
|
+
- **deps-dev:** bump cspell from 5.19.1 to 5.19.2
|
|
30
|
+
([80ed1c5](https://github.com/ridedott/eslint-plugin/commit/80ed1c5a9e5328885aa7a88b446974400618d6e5))
|
|
31
|
+
- **deps:** bump @typescript-eslint/parser from 5.14.0 to 5.15.0
|
|
32
|
+
([dec82a6](https://github.com/ridedott/eslint-plugin/commit/dec82a6ef9efeb456e6f9a36a746819ded17a94c))
|
|
33
|
+
|
|
1
34
|
## [1.6.290](https://github.com/ridedott/eslint-plugin/compare/v1.6.289...v1.6.290) (2022-03-08)
|
|
2
35
|
|
|
3
36
|
### Chores
|
package/package.json
CHANGED
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
}
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@typescript-eslint/parser": "^5.
|
|
9
|
-
"@typescript-eslint/utils": "^5.
|
|
8
|
+
"@typescript-eslint/parser": "^5.15.0",
|
|
9
|
+
"@typescript-eslint/utils": "^5.15.0"
|
|
10
10
|
},
|
|
11
11
|
"description": "ESLint plugin for custom rules.",
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@commitlint/cli": "^16.2.
|
|
13
|
+
"@commitlint/cli": "^16.2.3",
|
|
14
14
|
"@commitlint/config-conventional": "^16.2.1",
|
|
15
15
|
"@ridedott/eslint-config": "^2.13.12",
|
|
16
16
|
"@types/jest": "^27.4.1",
|
|
17
17
|
"@types/node": "^12.20.11",
|
|
18
18
|
"commitizen": "^4.2.4",
|
|
19
|
-
"cspell": "^5.
|
|
19
|
+
"cspell": "^5.19.2",
|
|
20
20
|
"eslint": "^7.32.0",
|
|
21
21
|
"husky": "^7.0.4",
|
|
22
22
|
"jest": "^26.6.3",
|
|
23
|
-
"lint-staged": "^12.3.
|
|
23
|
+
"lint-staged": "^12.3.7",
|
|
24
24
|
"npm-run-all": "^4.1.5",
|
|
25
|
-
"prettier": "^2.
|
|
25
|
+
"prettier": "^2.6.0",
|
|
26
26
|
"ts-jest": "^26.5.6",
|
|
27
27
|
"ts-node": "^10.7.0",
|
|
28
28
|
"typescript": "^4.6.2"
|
|
@@ -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.293"
|
|
81
81
|
}
|