Skip to content

Commit cba26fa

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/textlint-config [8.0.10](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 14e9b0a commit cba26fa

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

packages/textlint-config/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## @anolilab/textlint-config [8.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+
* 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/textlint-config [8.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-22)
221

322

packages/textlint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/textlint-config",
3-
"version": "8.0.9",
3+
"version": "8.0.10",
44
"description": "Anolilab Coding Standard for text linting.",
55
"keywords": [
66
"anolilab",
@@ -63,7 +63,7 @@
6363
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
6464
},
6565
"dependencies": {
66-
"@anolilab/package-json-utils": "3.0.5",
66+
"@anolilab/package-json-utils": "3.0.6",
6767
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
6868
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
6969
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
@@ -87,7 +87,7 @@
8787
"write-good": "^1.0.8"
8888
},
8989
"devDependencies": {
90-
"@anolilab/semantic-release-preset": "7.0.2",
90+
"@anolilab/semantic-release-preset": "7.0.3",
9191
"rimraf": "^5.0.2",
9292
"semantic-release": "^21.1.2",
9393
"textlint": "^13.3.3",

0 commit comments

Comments
 (0)