@anolilab/lint-staged-config 2.1.1 → 2.1.2
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 +19 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [2.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.1...@anolilab/lint-staged-config@2.1.2) (2023-10-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency lint-staged to v15 ([#781](https://github.com/anolilab/javascript-style-guide/issues/781)) ([35d7690](https://github.com/anolilab/javascript-style-guide/commit/35d769015b09ae7f6b88075385967d5c49322142))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.8
|
|
18
|
+
* **@anolilab/semantic-release-preset:** upgraded to 8.0.1
|
|
19
|
+
|
|
1
20
|
## @anolilab/lint-staged-config [2.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.0...@anolilab/lint-staged-config@2.1.1) (2023-10-09)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -94,23 +94,23 @@
|
|
|
94
94
|
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
|
|
95
95
|
},
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@anolilab/package-json-utils": "3.0.
|
|
97
|
+
"@anolilab/package-json-utils": "3.0.8",
|
|
98
98
|
"find-up": "5.0.0",
|
|
99
99
|
"shell-quote": "^1.8.1"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@anolilab/semantic-release-preset": "8.0.
|
|
102
|
+
"@anolilab/semantic-release-preset": "8.0.1",
|
|
103
103
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
104
|
-
"@types/lint-staged": "^13.2.
|
|
105
|
-
"@types/shell-quote": "^1.7.
|
|
104
|
+
"@types/lint-staged": "^13.2.1",
|
|
105
|
+
"@types/shell-quote": "^1.7.3",
|
|
106
106
|
"@vitest/coverage-v8": "^0.34.6",
|
|
107
107
|
"cross-env": "^7.0.3",
|
|
108
108
|
"husky": "^8.0.3",
|
|
109
|
-
"lint-staged": "^
|
|
109
|
+
"lint-staged": "^15.0.2",
|
|
110
110
|
"rimraf": "^5.0.5",
|
|
111
|
-
"semantic-release": "^22.0.
|
|
111
|
+
"semantic-release": "^22.0.6",
|
|
112
112
|
"tsup": "^7.2.0",
|
|
113
|
-
"type-fest": "^4.
|
|
113
|
+
"type-fest": "^4.6.0",
|
|
114
114
|
"typescript": "5.2.2",
|
|
115
115
|
"vitest": "^0.34.6"
|
|
116
116
|
},
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"eslint": "^8.49.0",
|
|
119
119
|
"husky": "^8.x",
|
|
120
120
|
"jest": "^29.7.0",
|
|
121
|
-
"lint-staged": "^13.x || ^14.0.0",
|
|
121
|
+
"lint-staged": "^13.x || ^14.0.0 || ^15.0.0",
|
|
122
122
|
"prettier": "^3.0.3",
|
|
123
123
|
"secretlint": "^7.0.7",
|
|
124
124
|
"stylelint": "^15.10.3",
|