@anolilab/textlint-config 9.0.6 → 9.0.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +91 -91
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @anolilab/textlint-config [9.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.7...@anolilab/textlint-config@9.0.8) (2025-10-14)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
6
+
7
+ ## @anolilab/textlint-config [9.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.6...@anolilab/textlint-config@9.0.7) (2025-10-02)
8
+
9
+ ### Bug Fixes
10
+
11
+ * update textlint-config to use pnpm preset ([21a44d8](https://github.com/anolilab/javascript-style-guide/commit/21a44d8269ebb5a889a5170b6d10911cd16723d8))
12
+
1
13
  ## @anolilab/textlint-config [9.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@9.0.5...@anolilab/textlint-config@9.0.6) (2025-10-02)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
1
  {
2
- "name": "@anolilab/textlint-config",
3
- "version": "9.0.6",
4
- "description": "Anolilab Coding Standard for text linting.",
5
- "keywords": [
6
- "anolilab",
7
- "lint",
8
- "text",
9
- "textlint",
10
- "write-good",
11
- "@textlint-rule/textlint-rule-no-invalid-control-character",
12
- "@textlint-rule/textlint-rule-no-unmatched-pair",
13
- "@textlint-rule/textlint-rule-preset-google",
14
- "textlint-filter-rule-comments",
15
- "textlint-rule-abbr-within-parentheses",
16
- "textlint-rule-alex",
17
- "textlint-rule-apostrophe",
18
- "textlint-rule-common-misspellings",
19
- "textlint-rule-date-weekday-mismatch",
20
- "textlint-rule-diacritics",
21
- "textlint-rule-en-capitalization",
22
- "textlint-rule-footnote-order",
23
- "textlint-rule-helper",
24
- "textlint-rule-no-dead-link",
25
- "textlint-rule-no-empty-section",
26
- "textlint-rule-no-todo",
27
- "textlint-rule-terminology",
28
- "textlint-rule-write-good"
29
- ],
30
- "homepage": "https://anolilab.com/nodejs/packages/textlint-config",
31
- "repository": {
32
- "type": "git",
33
- "url": "https://github.com/anolilab/javascript-style-guide.git",
34
- "directory": "packages/textlint-config"
2
+ "name": "@anolilab/textlint-config",
3
+ "version": "9.0.8",
4
+ "description": "Anolilab Coding Standard for text linting.",
5
+ "keywords": [
6
+ "anolilab",
7
+ "lint",
8
+ "text",
9
+ "textlint",
10
+ "write-good",
11
+ "@textlint-rule/textlint-rule-no-invalid-control-character",
12
+ "@textlint-rule/textlint-rule-no-unmatched-pair",
13
+ "@textlint-rule/textlint-rule-preset-google",
14
+ "textlint-filter-rule-comments",
15
+ "textlint-rule-abbr-within-parentheses",
16
+ "textlint-rule-alex",
17
+ "textlint-rule-apostrophe",
18
+ "textlint-rule-common-misspellings",
19
+ "textlint-rule-date-weekday-mismatch",
20
+ "textlint-rule-diacritics",
21
+ "textlint-rule-en-capitalization",
22
+ "textlint-rule-footnote-order",
23
+ "textlint-rule-helper",
24
+ "textlint-rule-no-dead-link",
25
+ "textlint-rule-no-empty-section",
26
+ "textlint-rule-no-todo",
27
+ "textlint-rule-terminology",
28
+ "textlint-rule-write-good"
29
+ ],
30
+ "homepage": "https://anolilab.com/nodejs/packages/textlint-config",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/anolilab/javascript-style-guide.git",
34
+ "directory": "packages/textlint-config"
35
+ },
36
+ "funding": [
37
+ {
38
+ "type": "github",
39
+ "url": "https://github.com/sponsors/prisis"
35
40
  },
36
- "funding": [
37
- {
38
- "type": "github",
39
- "url": "https://github.com/sponsors/prisis"
40
- },
41
- {
42
- "type": "consulting",
43
- "url": "https://anolilab.com/support"
44
- }
45
- ],
46
- "license": "MIT",
47
- "author": {
48
- "name": "Daniel Bannert",
49
- "email": "d.bannert@anolilab.de"
50
- },
51
- "type": "module",
52
- "bin": {
53
- "textlint-config:install": "./dist/bin.js"
54
- },
55
- "files": [
56
- "dist",
57
- "README.md",
58
- "CHANGELOG.md",
59
- "LICENSE.md"
60
- ],
61
- "dependencies": {
62
- "@textlint-rule/textlint-rule-no-invalid-control-character": "catalog:lint",
63
- "@textlint-rule/textlint-rule-no-unmatched-pair": "catalog:lint",
64
- "@textlint-rule/textlint-rule-preset-google": "catalog:lint",
65
- "@textlint/ast-node-types": "catalog:lint",
66
- "@textlint/types": "catalog:lint",
67
- "textlint-filter-rule-comments": "catalog:lint",
68
- "textlint-rule-abbr-within-parentheses": "catalog:lint",
69
- "textlint-rule-alex": "catalog:lint",
70
- "textlint-rule-apostrophe": "catalog:lint",
71
- "textlint-rule-common-misspellings": "catalog:lint",
72
- "textlint-rule-date-weekday-mismatch": "catalog:lint",
73
- "textlint-rule-diacritics": "catalog:lint",
74
- "textlint-rule-en-capitalization": "catalog:lint",
75
- "textlint-rule-footnote-order": "catalog:lint",
76
- "textlint-rule-helper": "catalog:lint",
77
- "textlint-rule-no-dead-link": "catalog:lint",
78
- "textlint-rule-no-empty-section": "catalog:lint",
79
- "textlint-rule-no-todo": "catalog:lint",
80
- "textlint-rule-terminology": "catalog:lint",
81
- "textlint-rule-write-good": "catalog:lint",
82
- "write-good": "catalog:prod"
83
- },
84
- "peerDependencies": {
85
- "textlint": "catalog:lint"
86
- },
87
- "engines": {
88
- "node": ">=20.18.* <=24.*"
89
- },
90
- "publishConfig": {
91
- "access": "public",
92
- "provenance": true
41
+ {
42
+ "type": "consulting",
43
+ "url": "https://anolilab.com/support"
93
44
  }
94
- }
45
+ ],
46
+ "license": "MIT",
47
+ "author": {
48
+ "name": "Daniel Bannert",
49
+ "email": "d.bannert@anolilab.de"
50
+ },
51
+ "type": "module",
52
+ "bin": {
53
+ "textlint-config:install": "./dist/bin.mjs"
54
+ },
55
+ "files": [
56
+ "dist",
57
+ "README.md",
58
+ "CHANGELOG.md",
59
+ "LICENSE.md"
60
+ ],
61
+ "dependencies": {
62
+ "@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
63
+ "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
64
+ "@textlint-rule/textlint-rule-preset-google": "^0.1.2",
65
+ "@textlint/ast-node-types": "^15.2.3",
66
+ "@textlint/types": "^15.2.3",
67
+ "textlint-filter-rule-comments": "^1.2.2",
68
+ "textlint-rule-abbr-within-parentheses": "^1.0.2",
69
+ "textlint-rule-alex": "^5.0.0",
70
+ "textlint-rule-apostrophe": "^3.0.0",
71
+ "textlint-rule-common-misspellings": "^1.0.1",
72
+ "textlint-rule-date-weekday-mismatch": "^1.1.1",
73
+ "textlint-rule-diacritics": "^2.1.4",
74
+ "textlint-rule-en-capitalization": "^2.0.3",
75
+ "textlint-rule-footnote-order": "^1.0.3",
76
+ "textlint-rule-helper": "^2.5.0",
77
+ "textlint-rule-no-dead-link": "^6.0.1",
78
+ "textlint-rule-no-empty-section": "^1.1.0",
79
+ "textlint-rule-no-todo": "^2.0.1",
80
+ "textlint-rule-terminology": "^5.2.16",
81
+ "textlint-rule-write-good": "^2.0.0",
82
+ "write-good": "^1.0.8"
83
+ },
84
+ "peerDependencies": {
85
+ "textlint": "^15.2.3"
86
+ },
87
+ "engines": {
88
+ "node": ">=20.18.* <=24.*"
89
+ },
90
+ "publishConfig": {
91
+ "access": "public",
92
+ "provenance": true
93
+ }
94
+ }