Skip to content

Commit

Permalink
chore(release): @anolilab/[email protected] [skip ci]\n\n## @ano…
Browse files Browse the repository at this point in the history
…lilab/stylelint-config [6.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
* **browserslist-config-anolilab:** upgraded to 5.0.8
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3
  • Loading branch information
github-actions[bot] committed Sep 26, 2023
1 parent 58417b5 commit d2a67f4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions packages/stylelint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## @anolilab/stylelint-config [6.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
* **browserslist-config-anolilab:** upgraded to 5.0.8
* **@anolilab/semantic-release-preset:** upgraded to 7.0.3

## @anolilab/stylelint-config [6.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-22)


Expand Down
8 changes: 4 additions & 4 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anolilab/stylelint-config",
"version": "6.0.7",
"version": "6.0.8",
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
"keywords": [
"css",
Expand Down Expand Up @@ -104,9 +104,9 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"dependencies": {
"@anolilab/package-json-utils": "3.0.5",
"@anolilab/package-json-utils": "3.0.6",
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"browserslist-config-anolilab": "5.0.7",
"browserslist-config-anolilab": "5.0.8",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
Expand All @@ -118,7 +118,7 @@
"vitest": "^0.34.5"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "7.0.2",
"@anolilab/semantic-release-preset": "7.0.3",
"postcss": "^8.4.30",
"rimraf": "^5.0.2",
"semantic-release": "^21.1.2",
Expand Down

0 comments on commit d2a67f4

Please sign in to comment.