Skip to content

Commit 00c13b7

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/commitlint-config [4.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
### Bug Fixes * 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)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.6 * **@anolilab/semantic-release-preset:** upgraded to 7.0.3
1 parent 29fe9df commit 00c13b7

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

packages/commitlint-config/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## @anolilab/commitlint-config [4.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### Styles
10+
11+
* cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d))
12+
13+
14+
15+
### Dependencies
16+
17+
* **@anolilab/package-json-utils:** upgraded to 3.0.6
18+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3
19+
120
## @anolilab/commitlint-config [4.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-22)
221

322

packages/commitlint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/commitlint-config",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Anolilab´s shareable coding standard config for commitlint.",
55
"keywords": [
66
"anolilab",
@@ -53,15 +53,15 @@
5353
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
5454
},
5555
"dependencies": {
56-
"@anolilab/package-json-utils": "3.0.5",
56+
"@anolilab/package-json-utils": "3.0.6",
5757
"@commitlint/config-conventional": "^17.7.0",
5858
"@commitlint/core": "^17.7.1",
5959
"commitizen": "^4.3.0",
6060
"conventional-changelog-conventionalcommits": "6.1.0",
6161
"cz-conventional-changelog": "^3.3.0"
6262
},
6363
"devDependencies": {
64-
"@anolilab/semantic-release-preset": "7.0.2",
64+
"@anolilab/semantic-release-preset": "7.0.3",
6565
"@commitlint/cli": "^17.7.1",
6666
"rimraf": "^5.0.2",
6767
"tsup": "^7.2.0",

0 commit comments

Comments
 (0)