Skip to content

Commit 34c2086

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/lint-staged-config [2.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
### Bug Fixes * Handle failed promise in removeIgnoredFiles function ([c899a83](c899a83)) * Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. ([38535ab](38535ab)) ### Styles * cs fixes ([e053d90](e053d90)) * cs fixes ([bcf423f](bcf423f)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.6 * **@anolilab/semantic-release-preset:** upgraded to 7.0.3
1 parent bab18bd commit 34c2086

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

packages/lint-staged-config/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## @anolilab/lint-staged-config [2.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* Handle failed promise in removeIgnoredFiles function ([c899a83](https://github.com/anolilab/javascript-style-guide/commit/c899a830080f139afb83fd8e2b7fb4bfc9aba774))
7+
* Various project dependencies have been updated to their respective newer versions. This covers multiple packages such as '@babel/cli', '@babel/core', '@nrwl/js', and 'eslint' among others within the package.json file. This upgrade is necessary to ensure the utilization of the most recent features, optimization and security improvements of the updated packages, and it also helps to maintain overall project consistency. ([38535ab](https://github.com/anolilab/javascript-style-guide/commit/38535abf2557680e3f22e1ff74372764ca11c2f1))
8+
9+
10+
### Styles
11+
12+
* cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d))
13+
* cs fixes ([bcf423f](https://github.com/anolilab/javascript-style-guide/commit/bcf423f0d292f286ff448a205575b3b2a08cae17))
14+
15+
16+
17+
### Dependencies
18+
19+
* **@anolilab/package-json-utils:** upgraded to 3.0.6
20+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3
21+
122
## @anolilab/lint-staged-config [2.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-22)
223

324

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.0.9",
3+
"version": "2.0.10",
44
"description": "Shareable Lint-Staged Config for any project.",
55
"keywords": [
66
"anolilab",
@@ -94,13 +94,13 @@
9494
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
9595
},
9696
"dependencies": {
97-
"@anolilab/package-json-utils": "3.0.5",
97+
"@anolilab/package-json-utils": "3.0.6",
9898
"cross-env": "^7.0.3",
9999
"find-up": "5.0.0",
100100
"shell-quote": "^1.8.1"
101101
},
102102
"devDependencies": {
103-
"@anolilab/semantic-release-preset": "7.0.2",
103+
"@anolilab/semantic-release-preset": "7.0.3",
104104
"@total-typescript/ts-reset": "^0.5.1",
105105
"@types/lint-staged": "^13.2.0",
106106
"@types/shell-quote": "^1.7.2",

0 commit comments

Comments
 (0)