Skip to content

Commit bea1f2a

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/lint-staged-config [2.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-10-31)
### Bug Fixes * update package deps ([8d87ed0](8d87ed0)) ### Miscellaneous Chores * **deps:** update dependency lint-staged to v15 ([#781](#781)) ([35d7690](35d7690)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.8 * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
1 parent c680353 commit bea1f2a

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

packages/lint-staged-config/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## @anolilab/lint-staged-config [2.1.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (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+
120
## @anolilab/lint-staged-config [2.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-10-09)
221

322

packages/lint-staged-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/lint-staged-config",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Shareable Lint-Staged Config for any project.",
55
"keywords": [
66
"anolilab",
@@ -94,12 +94,12 @@
9494
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
9595
},
9696
"dependencies": {
97-
"@anolilab/package-json-utils": "3.0.7",
97+
"@anolilab/package-json-utils": "3.0.8",
9898
"find-up": "5.0.0",
9999
"shell-quote": "^1.8.1"
100100
},
101101
"devDependencies": {
102-
"@anolilab/semantic-release-preset": "8.0.0",
102+
"@anolilab/semantic-release-preset": "8.0.1",
103103
"@total-typescript/ts-reset": "^0.5.1",
104104
"@types/lint-staged": "^13.2.1",
105105
"@types/shell-quote": "^1.7.3",

0 commit comments

Comments
 (0)