From b8c52f36450ee1495a13338862e1a1234051086c Mon Sep 17 00:00:00 2001 From: github-actions-shell Date: Tue, 26 Sep 2023 07:48:14 +0000 Subject: [PATCH] chore(release): @anolilab/prettier-config@5.0.8 [skip ci]\n\n## @anolilab/prettier-config [5.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.7...@anolilab/prettier-config@5.0.8) (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](https://github.com/anolilab/javascript-style-guide/commit/38535abf2557680e3f22e1ff74372764ca11c2f1)) ### Styles * cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.6 * **@anolilab/semantic-release-preset:** upgraded to 7.0.3 --- packages/prettier-config/CHANGELOG.md | 19 +++++++++++++++++++ packages/prettier-config/package.json | 6 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index cc824dbb6..e73312356 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -1,3 +1,22 @@ +## @anolilab/prettier-config [5.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.7...@anolilab/prettier-config@5.0.8) (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](https://github.com/anolilab/javascript-style-guide/commit/38535abf2557680e3f22e1ff74372764ca11c2f1)) + + +### Styles + +* cs fixes ([e053d90](https://github.com/anolilab/javascript-style-guide/commit/e053d90a4ab7a6466699c17d5afec1a7adc2459d)) + + + +### Dependencies + +* **@anolilab/package-json-utils:** upgraded to 3.0.6 +* **@anolilab/semantic-release-preset:** upgraded to 7.0.3 + ## @anolilab/prettier-config [5.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.6...@anolilab/prettier-config@5.0.7) (2023-09-22) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 1e28ee81c..7061796b5 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@anolilab/prettier-config", - "version": "5.0.7", + "version": "5.0.8", "description": "Prettier shareable config for Anolilab.", "keywords": [ "css", @@ -57,10 +57,10 @@ "postinstall": "node ./skip.js || node ./dist/postinstall.js" }, "dependencies": { - "@anolilab/package-json-utils": "3.0.5" + "@anolilab/package-json-utils": "3.0.6" }, "devDependencies": { - "@anolilab/semantic-release-preset": "7.0.2", + "@anolilab/semantic-release-preset": "7.0.3", "prettier": "^3.0.3", "rimraf": "^5.0.2", "semantic-release": "^21.1.2",