@ridedott/eslint-plugin 1.6.274 → 1.6.278
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
## [1.6.278](https://github.com/ridedott/eslint-plugin/compare/v1.6.277...v1.6.278) (2022-02-08)
|
|
2
|
+
|
|
3
|
+
### Chores
|
|
4
|
+
|
|
5
|
+
- **deps-dev:** bump cspell from 5.18.0 to 5.18.2
|
|
6
|
+
([7f162f8](https://github.com/ridedott/eslint-plugin/commit/7f162f81c231d355ae1cc28e9e0e8330b9f9712c))
|
|
7
|
+
- **deps-dev:** bump cspell from 5.18.2 to 5.18.3
|
|
8
|
+
([999569b](https://github.com/ridedott/eslint-plugin/commit/999569b1169b533edc4624aa15cd491d60f512f9))
|
|
9
|
+
- **deps-dev:** bump cspell from 5.18.3 to 5.18.4
|
|
10
|
+
([edc6866](https://github.com/ridedott/eslint-plugin/commit/edc6866b21d51aa71fe0a3434688f29ffa7917b7))
|
|
11
|
+
- **deps-dev:** bump lint-staged from 12.3.2 to 12.3.3
|
|
12
|
+
([e65011e](https://github.com/ridedott/eslint-plugin/commit/e65011e2d339edeb3afed4ae54fae9e4dac9daa1))
|
|
13
|
+
- **deps-dev:** bump ts-node from 10.4.0 to 10.5.0
|
|
14
|
+
([1df670e](https://github.com/ridedott/eslint-plugin/commit/1df670edde51a1be846d61b4419d0852fc14a250))
|
|
15
|
+
- **deps:** bump @typescript-eslint/parser from 5.10.2 to 5.11.0
|
|
16
|
+
([db6393f](https://github.com/ridedott/eslint-plugin/commit/db6393f203e6534fb183a4519cdd7ab21e897c0c))
|
|
17
|
+
|
|
18
|
+
## [1.6.277](https://github.com/ridedott/eslint-plugin/compare/v1.6.276...v1.6.277) (2022-02-01)
|
|
19
|
+
|
|
20
|
+
### Chores
|
|
21
|
+
|
|
22
|
+
- **deps-dev:** bump cspell from 5.16.0 to 5.17.0
|
|
23
|
+
([6ed6f69](https://github.com/ridedott/eslint-plugin/commit/6ed6f69169ccffaf649bc5e9d1cc9842dd4862e6))
|
|
24
|
+
- **deps-dev:** bump cspell from 5.17.0 to 5.18.0
|
|
25
|
+
([6f0bac4](https://github.com/ridedott/eslint-plugin/commit/6f0bac4d778d0b7d52907a06a44cd9b0bc721b56))
|
|
26
|
+
- **deps-dev:** bump lint-staged from 12.3.1 to 12.3.2
|
|
27
|
+
([bd3fe7f](https://github.com/ridedott/eslint-plugin/commit/bd3fe7f088be69d5379e6534b1609300a1fa964f))
|
|
28
|
+
- **deps:** bump @typescript-eslint/parser from 5.10.1 to 5.10.2
|
|
29
|
+
([96ed0fe](https://github.com/ridedott/eslint-plugin/commit/96ed0fed980d9e67a37f0895f3826ca262661e5b))
|
|
30
|
+
|
|
31
|
+
## [1.6.276](https://github.com/ridedott/eslint-plugin/compare/v1.6.275...v1.6.276) (2022-01-25)
|
|
32
|
+
|
|
33
|
+
### Chores
|
|
34
|
+
|
|
35
|
+
- **deps:** bump @typescript-eslint/parser from 5.10.0 to 5.10.1
|
|
36
|
+
([bbbb6d5](https://github.com/ridedott/eslint-plugin/commit/bbbb6d555350a08128b32fd65e5d1bce6fd3a0e5))
|
|
37
|
+
|
|
38
|
+
## [1.6.275](https://github.com/ridedott/eslint-plugin/compare/v1.6.274...v1.6.275) (2022-01-24)
|
|
39
|
+
|
|
40
|
+
### Chores
|
|
41
|
+
|
|
42
|
+
- **deps-dev:** bump lint-staged from 12.2.2 to 12.3.1
|
|
43
|
+
([9151f42](https://github.com/ridedott/eslint-plugin/commit/9151f42320fa7df4f9a5ad6cb5b02ca94afdc316))
|
|
44
|
+
- **deps:** bump ridedott/release-me-action from 3.6.24 to 3.6.25
|
|
45
|
+
([f19ff49](https://github.com/ridedott/eslint-plugin/commit/f19ff4945816a878a12d7c1437aa7ee720ed4c6a))
|
|
46
|
+
|
|
1
47
|
## [1.6.274](https://github.com/ridedott/eslint-plugin/compare/v1.6.273...v1.6.274) (2022-01-21)
|
|
2
48
|
|
|
3
49
|
### 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.
|
|
9
|
+
"@typescript-eslint/parser": "^5.11.0"
|
|
10
10
|
},
|
|
11
11
|
"description": "ESLint plugin for custom rules.",
|
|
12
12
|
"devDependencies": {
|
|
@@ -16,15 +16,15 @@
|
|
|
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.18.4",
|
|
20
20
|
"eslint": "^7.32.0",
|
|
21
21
|
"husky": "^7.0.4",
|
|
22
22
|
"jest": "^26.6.3",
|
|
23
|
-
"lint-staged": "^12.
|
|
23
|
+
"lint-staged": "^12.3.3",
|
|
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.
|
|
27
|
+
"ts-node": "^10.5.0",
|
|
28
28
|
"typescript": "^4.5.5"
|
|
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.
|
|
80
|
+
"version": "1.6.278"
|
|
81
81
|
}
|