@anolilab/lint-staged-config 2.0.7 → 2.0.8
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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [2.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.7...@anolilab/lint-staged-config@2.0.8) (2023-09-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* update package versions and Node.js versions in actions ([ba1bd5f](https://github.com/anolilab/javascript-style-guide/commit/ba1bd5fbdb5a053b7b2929c189486399012d58bc))
|
|
7
|
+
* updated deps ([a287003](https://github.com/anolilab/javascript-style-guide/commit/a2870031901767b64c304f1c926173d66ffaf283))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Continuous Integration
|
|
11
|
+
|
|
12
|
+
* downgrade semantic-release to v21 and conventional-changelog-conventionalcommits to v6.1 ([30d8cd7](https://github.com/anolilab/javascript-style-guide/commit/30d8cd78dae211ed4566c7d23f5b85b696cbae13))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.0
|
|
19
|
+
|
|
1
20
|
## @anolilab/lint-staged-config [2.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.0.6...@anolilab/lint-staged-config@2.0.7) (2023-09-14)
|
|
2
21
|
|
|
3
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -100,19 +100,19 @@
|
|
|
100
100
|
"shell-quote": "^1.8.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@anolilab/semantic-release-preset": "
|
|
103
|
+
"@anolilab/semantic-release-preset": "7.0.0",
|
|
104
104
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
105
105
|
"@types/lint-staged": "^13.2.0",
|
|
106
106
|
"@types/shell-quote": "^1.7.1",
|
|
107
|
-
"@vitest/coverage-v8": "^0.34.
|
|
107
|
+
"@vitest/coverage-v8": "^0.34.5",
|
|
108
108
|
"husky": "^8.0.3",
|
|
109
109
|
"lint-staged": "^14.0.1",
|
|
110
110
|
"rimraf": "^5.0.1",
|
|
111
|
-
"semantic-release": "^21.1.
|
|
111
|
+
"semantic-release": "^21.1.2",
|
|
112
112
|
"tsup": "^7.2.0",
|
|
113
113
|
"type-fest": "^4.3.1",
|
|
114
114
|
"typescript": "5.2.2",
|
|
115
|
-
"vitest": "^0.34.
|
|
115
|
+
"vitest": "^0.34.5"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
118
|
"husky": "^8.x",
|