Skip to content

Commit

Permalink
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anol…
Browse files Browse the repository at this point in the history
…ilab/prettier-config [5.0.8](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
  • Loading branch information
github-actions[bot] committed Sep 26, 2023
1 parent 34c2086 commit b8c52f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## @anolilab/prettier-config [5.0.8](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](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/[email protected]...@anolilab/[email protected]) (2023-09-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anolilab/prettier-config",
"version": "5.0.7",
"version": "5.0.8",
"description": "Prettier shareable config for Anolilab.",
"keywords": [
"css",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b8c52f3

Please sign in to comment.