@anolilab/textlint-config 5.0.3 → 6.0.1
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 +23 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## @anolilab/textlint-config [6.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@6.0.0...@anolilab/textlint-config@6.0.1) (2023-06-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Dependencies
|
|
6
|
+
|
|
7
|
+
* **@anolilab/package-json-utils:** upgraded to 1.3.0
|
|
8
|
+
* **@anolilab/semantic-release-preset:** upgraded to 3.1.1
|
|
9
|
+
|
|
10
|
+
## @anolilab/textlint-config [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@5.0.3...@anolilab/textlint-config@6.0.0) (2023-06-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* Changed the package to support cjs and mjs
|
|
16
|
+
|
|
17
|
+
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* transformed lib from js to ts and added support for cjs and mjs ([823e96e](https://github.com/anolilab/javascript-style-guide/commit/823e96e03872f386793e884247196d4297fc0b99))
|
|
22
|
+
|
|
1
23
|
## @anolilab/textlint-config [5.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@5.0.2...@anolilab/textlint-config@5.0.3) (2023-06-11)
|
|
2
24
|
|
|
3
25
|
|
|
@@ -362,7 +384,7 @@ Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
|
362
384
|
|
|
363
385
|
### Bug Fixes
|
|
364
386
|
|
|
365
|
-
- removed index.
|
|
387
|
+
- removed index.js from text-lint ([e5ab6d6](https://github.com/anolilab/javascript-style-guide/commit/e5ab6d6a9214b288646d471e19afff163ac5cf57))
|
|
366
388
|
|
|
367
389
|
### @anolilab/textlint-config [2.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@2.0.1...@anolilab/textlint-config@2.0.2) (2021-05-04)
|
|
368
390
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/textlint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Anolilab Coding Standard for text linting.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@anolilab/package-json-utils": "1.
|
|
47
|
+
"@anolilab/package-json-utils": "1.3.0",
|
|
48
48
|
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
|
|
49
49
|
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
|
|
50
50
|
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"write-good": "^1.0.8"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
+
"@anolilab/semantic-release-preset": "3.1.1",
|
|
71
72
|
"semantic-release": "^21.0.4",
|
|
72
|
-
"@anolilab/semantic-release-preset": "3.1.0",
|
|
73
73
|
"textlint": "^13.3.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|