@ridedott/eslint-plugin 1.7.68 → 1.7.70
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 +22 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [1.7.70](https://github.com/ridedott/eslint-plugin/compare/v1.7.69...v1.7.70) (2023-01-10)
|
|
2
|
+
|
|
3
|
+
### Chores
|
|
4
|
+
|
|
5
|
+
- **deps-dev:** bump @commitlint/cli from 17.3.0 to 17.4.0
|
|
6
|
+
([f04d186](https://github.com/ridedott/eslint-plugin/commit/f04d18617c1e3880438acffb81e9b683bbd00787))
|
|
7
|
+
- **deps-dev:** bump @commitlint/cli from 17.4.0 to 17.4.1
|
|
8
|
+
([f3cbdcf](https://github.com/ridedott/eslint-plugin/commit/f3cbdcfa64932015a1ef498f6550de1f20999728))
|
|
9
|
+
- **deps-dev:** bump prettier from 2.8.1 to 2.8.2
|
|
10
|
+
([cefae62](https://github.com/ridedott/eslint-plugin/commit/cefae62aac1894292c2dba798af21af43dc141f2))
|
|
11
|
+
- **deps:** bump @typescript-eslint/utils from 5.48.0 to 5.48.1
|
|
12
|
+
([cbc2cdf](https://github.com/ridedott/eslint-plugin/commit/cbc2cdfaf877eaf527ccccc00310463236198bc7))
|
|
13
|
+
|
|
14
|
+
## [1.7.69](https://github.com/ridedott/eslint-plugin/compare/v1.7.68...v1.7.69) (2023-01-06)
|
|
15
|
+
|
|
16
|
+
### Chores
|
|
17
|
+
|
|
18
|
+
- **deps-dev:** bump @commitlint/config-conventional
|
|
19
|
+
([1df3ee7](https://github.com/ridedott/eslint-plugin/commit/1df3ee7846fb874b5818a3844d933ee15cef12c8))
|
|
20
|
+
- **deps:** bump actions/setup-node from 3.5.1 to 3.6.0
|
|
21
|
+
([d777f0e](https://github.com/ridedott/eslint-plugin/commit/d777f0ed6c47df48629816316ba2e2103c2c6bd7))
|
|
22
|
+
|
|
1
23
|
## [1.7.68](https://github.com/ridedott/eslint-plugin/compare/v1.7.67...v1.7.68) (2023-01-04)
|
|
2
24
|
|
|
3
25
|
### Chores
|
package/package.json
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@typescript-eslint/parser": "^5.48.0",
|
|
9
|
-
"@typescript-eslint/utils": "^5.48.
|
|
9
|
+
"@typescript-eslint/utils": "^5.48.1"
|
|
10
10
|
},
|
|
11
11
|
"description": "ESLint plugin for custom rules.",
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@commitlint/cli": "^17.
|
|
14
|
-
"@commitlint/config-conventional": "^17.
|
|
13
|
+
"@commitlint/cli": "^17.4.1",
|
|
14
|
+
"@commitlint/config-conventional": "^17.4.0",
|
|
15
15
|
"@ridedott/eslint-config": "^2.13.12",
|
|
16
16
|
"@types/jest": "^27.5.0",
|
|
17
17
|
"@types/node": "^14.18.22",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"jest": "^26.6.3",
|
|
23
23
|
"lint-staged": "^13.1.0",
|
|
24
24
|
"npm-run-all": "^4.1.5",
|
|
25
|
-
"prettier": "^2.8.
|
|
25
|
+
"prettier": "^2.8.2",
|
|
26
26
|
"ts-jest": "^26.5.6",
|
|
27
27
|
"ts-node": "^10.9.1",
|
|
28
28
|
"typescript": "^4.9.4"
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"test:watch": "jest --watch --verbose false",
|
|
78
78
|
"types": "tsc --noEmit"
|
|
79
79
|
},
|
|
80
|
-
"version": "1.7.
|
|
80
|
+
"version": "1.7.70"
|
|
81
81
|
}
|