@anolilab/textlint-config 7.0.2 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,38 @@
|
|
|
1
|
-
## @anolilab/textlint-config [
|
|
1
|
+
## @anolilab/textlint-config [8.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@7.0.1...@anolilab/textlint-config@8.0.0) (2023-07-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### ⚠ BREAKING CHANGES
|
|
5
|
+
|
|
6
|
+
* fixing broken releases that semantic-release did create
|
|
7
|
+
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
|
|
2
12
|
|
|
3
13
|
|
|
4
14
|
### Miscellaneous Chores
|
|
5
15
|
|
|
6
16
|
* "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
|
|
17
|
+
* **release:** @anolilab/textlint-config@7.0.2 [skip ci]\n\n## @anolilab/textlint-config [7.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@7.0.1...@anolilab/textlint-config@7.0.2) (2023-07-18) ([cbcb606](https://github.com/anolilab/javascript-style-guide/commit/cbcb606dcaabb25ba357f710eade8090491b1e39))
|
|
18
|
+
|
|
7
19
|
|
|
8
20
|
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.0
|
|
24
|
+
|
|
25
|
+
## @anolilab/textlint-config [7.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@7.0.1...@anolilab/textlint-config@7.0.2) (2023-07-18)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Miscellaneous Chores
|
|
29
|
+
|
|
30
|
+
* "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
|
|
31
|
+
|
|
9
32
|
|
|
10
33
|
### Dependencies
|
|
11
34
|
|
|
12
35
|
* **@anolilab/package-json-utils:** upgraded to 2.0.2
|
|
13
|
-
* **@anolilab/semantic-release-preset:** upgraded to 5.0.2
|
|
14
36
|
|
|
15
37
|
## @anolilab/textlint-config [7.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@7.0.0...@anolilab/textlint-config@7.0.1) (2023-07-05)
|
|
16
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/textlint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Anolilab Coding Standard for text linting.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@anolilab/package-json-utils": "
|
|
65
|
+
"@anolilab/package-json-utils": "3.0.0",
|
|
66
66
|
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
|
|
67
67
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
|
|
68
68
|
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"write-good": "^1.0.8"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@anolilab/semantic-release-preset": "
|
|
89
|
+
"@anolilab/semantic-release-preset": "6.0.0",
|
|
90
90
|
"rimraf": "^5.0.1",
|
|
91
91
|
"semantic-release": "^21.0.7",
|
|
92
92
|
"textlint": "^13.3.3",
|