@ridedott/eslint-plugin 1.6.348 → 1.6.351
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 +29 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## [1.6.351](https://github.com/ridedott/eslint-plugin/compare/v1.6.350...v1.6.351) (2022-07-19)
|
|
2
|
+
|
|
3
|
+
### Chores
|
|
4
|
+
|
|
5
|
+
- **deps-dev:** bump commitizen from 4.2.4 to 4.2.5
|
|
6
|
+
([6629a89](https://github.com/ridedott/eslint-plugin/commit/6629a89414d375a5409d695666226266606ca512))
|
|
7
|
+
- **deps:** bump @typescript-eslint/utils from 5.30.6 to 5.30.7
|
|
8
|
+
([55df72d](https://github.com/ridedott/eslint-plugin/commit/55df72d73c0af1dfdc9c148519c402f295b13525))
|
|
9
|
+
|
|
10
|
+
## [1.6.350](https://github.com/ridedott/eslint-plugin/compare/v1.6.349...v1.6.350) (2022-07-15)
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
- **deps-dev:** bump ts-node from 10.8.2 to 10.9.1
|
|
15
|
+
([f5595d2](https://github.com/ridedott/eslint-plugin/commit/f5595d27f91bd70af41c30c31d40fad19782db1c))
|
|
16
|
+
- **deps:** bump actions/setup-node from 3.4.0 to 3.4.1
|
|
17
|
+
([cffa19b](https://github.com/ridedott/eslint-plugin/commit/cffa19b106ca2370e6ff79f459ce4e7c3d862b93))
|
|
18
|
+
- **deps:** bump ridedott/release-me-action from 3.6.49 to 3.6.50
|
|
19
|
+
([18fa0de](https://github.com/ridedott/eslint-plugin/commit/18fa0dec9bd38c88f56fa03bcfa92df598d25cce))
|
|
20
|
+
|
|
21
|
+
## [1.6.349](https://github.com/ridedott/eslint-plugin/compare/v1.6.348...v1.6.349) (2022-07-12)
|
|
22
|
+
|
|
23
|
+
### Chores
|
|
24
|
+
|
|
25
|
+
- **deps:** bump actions/setup-node from 3.3.0 to 3.4.0
|
|
26
|
+
([bfdbf78](https://github.com/ridedott/eslint-plugin/commit/bfdbf7851e2a0a35e7d14754b5dac88bd0b2709b))
|
|
27
|
+
- **deps:** bump ridedott/release-me-action from 3.6.48 to 3.6.49
|
|
28
|
+
([6dd551d](https://github.com/ridedott/eslint-plugin/commit/6dd551da2b015abaac483984f8e7ded300a206cd))
|
|
29
|
+
|
|
1
30
|
## [1.6.348](https://github.com/ridedott/eslint-plugin/compare/v1.6.347...v1.6.348) (2022-07-12)
|
|
2
31
|
|
|
3
32
|
### Chores
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@typescript-eslint/parser": "^5.30.6",
|
|
9
|
-
"@typescript-eslint/utils": "^5.30.
|
|
9
|
+
"@typescript-eslint/utils": "^5.30.7"
|
|
10
10
|
},
|
|
11
11
|
"description": "ESLint plugin for custom rules.",
|
|
12
12
|
"devDependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@ridedott/eslint-config": "^2.13.12",
|
|
16
16
|
"@types/jest": "^27.5.0",
|
|
17
17
|
"@types/node": "^12.20.11",
|
|
18
|
-
"commitizen": "^4.2.
|
|
18
|
+
"commitizen": "^4.2.5",
|
|
19
19
|
"cspell": "^5.21.0",
|
|
20
20
|
"eslint": "^7.32.0",
|
|
21
21
|
"husky": "^8.0.1",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"npm-run-all": "^4.1.5",
|
|
25
25
|
"prettier": "^2.7.1",
|
|
26
26
|
"ts-jest": "^26.5.6",
|
|
27
|
-
"ts-node": "^10.
|
|
27
|
+
"ts-node": "^10.9.1",
|
|
28
28
|
"typescript": "^4.7.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.
|
|
80
|
+
"version": "1.6.351"
|
|
81
81
|
}
|