@ridedott/eslint-plugin 1.6.254 → 1.6.258
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 +46 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
## [1.6.258](https://github.com/ridedott/eslint-plugin/compare/v1.6.257...v1.6.258) (2021-11-23)
|
|
2
|
+
|
|
3
|
+
### Chores
|
|
4
|
+
|
|
5
|
+
- **deps-dev:** bump @types/jest from 27.0.2 to 27.0.3
|
|
6
|
+
([222b41e](https://github.com/ridedott/eslint-plugin/commit/222b41e918717631bcb7832590fd52c769b29c74))
|
|
7
|
+
- **deps-dev:** bump lint-staged from 12.0.2 to 12.0.3
|
|
8
|
+
([485d6aa](https://github.com/ridedott/eslint-plugin/commit/485d6aa1a9315945c9c4f9534662705a8818e1fd))
|
|
9
|
+
- **deps-dev:** bump lint-staged from 12.0.3 to 12.1.1
|
|
10
|
+
([728e6ce](https://github.com/ridedott/eslint-plugin/commit/728e6ce66f90aaadcd0bb6e7008401946fb49a7e))
|
|
11
|
+
- **deps-dev:** bump lint-staged from 12.1.1 to 12.1.2
|
|
12
|
+
([eaf6664](https://github.com/ridedott/eslint-plugin/commit/eaf66641d40f109dec5c077058db3949a7bcea37))
|
|
13
|
+
- **deps:** bump actions/cache from 2.1.6 to 2.1.7
|
|
14
|
+
([5218763](https://github.com/ridedott/eslint-plugin/commit/5218763b2e67d70f48949d777ffe62011626ef70))
|
|
15
|
+
|
|
16
|
+
## [1.6.257](https://github.com/ridedott/eslint-plugin/compare/v1.6.256...v1.6.257) (2021-11-18)
|
|
17
|
+
|
|
18
|
+
### Chores
|
|
19
|
+
|
|
20
|
+
- **deps-dev:** bump @commitlint/cli from 14.1.0 to 15.0.0
|
|
21
|
+
([0862395](https://github.com/ridedott/eslint-plugin/commit/086239538b90c5246cb61227b424ef83ed968e67))
|
|
22
|
+
- **deps-dev:** bump @commitlint/config-conventional
|
|
23
|
+
([19d1f36](https://github.com/ridedott/eslint-plugin/commit/19d1f36ace137310481eeb79d93f86a1482e568d))
|
|
24
|
+
- **deps-dev:** bump cspell from 5.12.6 to 5.13.0
|
|
25
|
+
([68da56c](https://github.com/ridedott/eslint-plugin/commit/68da56cb6b18e4193b4248e1811d39480003dff1))
|
|
26
|
+
- **deps-dev:** bump typescript from 4.4.4 to 4.5.2
|
|
27
|
+
([321505e](https://github.com/ridedott/eslint-plugin/commit/321505e9d553fe1caeccc21cdee0fddb67078544))
|
|
28
|
+
- **deps:** bump ridedott/release-me-action from 3.6.13 to 3.6.14
|
|
29
|
+
([06c8931](https://github.com/ridedott/eslint-plugin/commit/06c89310ea62cb224d92aeebdf4bdd48e8e6e4aa))
|
|
30
|
+
|
|
31
|
+
## [1.6.256](https://github.com/ridedott/eslint-plugin/compare/v1.6.255...v1.6.256) (2021-11-16)
|
|
32
|
+
|
|
33
|
+
### Chores
|
|
34
|
+
|
|
35
|
+
- **deps-dev:** bump lint-staged from 11.2.6 to 12.0.2
|
|
36
|
+
([5060f97](https://github.com/ridedott/eslint-plugin/commit/5060f97b148d55b24c9b59271a2e5594f10b4394))
|
|
37
|
+
- **deps:** bump @typescript-eslint/parser from 5.3.1 to 5.4.0
|
|
38
|
+
([30f1d54](https://github.com/ridedott/eslint-plugin/commit/30f1d54be6ab026af83135d81186bcd7db471b8f))
|
|
39
|
+
|
|
40
|
+
## [1.6.255](https://github.com/ridedott/eslint-plugin/compare/v1.6.254...v1.6.255) (2021-11-09)
|
|
41
|
+
|
|
42
|
+
### Chores
|
|
43
|
+
|
|
44
|
+
- **deps:** bump @typescript-eslint/parser from 5.3.0 to 5.3.1
|
|
45
|
+
([8fd4dfb](https://github.com/ridedott/eslint-plugin/commit/8fd4dfb33051846862ae8f03dc950678030d2ef0))
|
|
46
|
+
|
|
1
47
|
## [1.6.254](https://github.com/ridedott/eslint-plugin/compare/v1.6.253...v1.6.254) (2021-11-05)
|
|
2
48
|
|
|
3
49
|
### Chores
|
package/package.json
CHANGED
|
@@ -6,26 +6,26 @@
|
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@typescript-eslint/experimental-utils": "^4.33.0",
|
|
9
|
-
"@typescript-eslint/parser": "^5.
|
|
9
|
+
"@typescript-eslint/parser": "^5.4.0"
|
|
10
10
|
},
|
|
11
11
|
"description": "ESLint plugin for custom rules.",
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@commitlint/cli": "^
|
|
14
|
-
"@commitlint/config-conventional": "^
|
|
13
|
+
"@commitlint/cli": "^15.0.0",
|
|
14
|
+
"@commitlint/config-conventional": "^15.0.0",
|
|
15
15
|
"@ridedott/eslint-config": "^2.13.12",
|
|
16
|
-
"@types/jest": "^27.0.
|
|
16
|
+
"@types/jest": "^27.0.3",
|
|
17
17
|
"@types/node": "^12.20.11",
|
|
18
18
|
"commitizen": "^4.2.4",
|
|
19
|
-
"cspell": "^5.
|
|
19
|
+
"cspell": "^5.13.0",
|
|
20
20
|
"eslint": "^7.32.0",
|
|
21
21
|
"husky": "^7.0.4",
|
|
22
22
|
"jest": "^26.6.3",
|
|
23
|
-
"lint-staged": "^
|
|
23
|
+
"lint-staged": "^12.1.2",
|
|
24
24
|
"npm-run-all": "^4.1.5",
|
|
25
25
|
"prettier": "^2.2.1",
|
|
26
26
|
"ts-jest": "^26.5.6",
|
|
27
27
|
"ts-node": "^10.4.0",
|
|
28
|
-
"typescript": "^4.
|
|
28
|
+
"typescript": "^4.5.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">= 12"
|
|
@@ -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.258"
|
|
81
81
|
}
|