@anolilab/textlint-config 4.0.5 → 4.1.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## @anolilab/textlint-config [4.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@4.1.0...@anolilab/textlint-config@4.1.1) (2022-10-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency textlint-rule-helper to v2.2.2 ([f173c39](https://github.com/anolilab/javascript-style-guide/commit/f173c39782de65450418817e2822571d8af5161f))
7
+
8
+ ## @anolilab/textlint-config [4.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@4.0.5...@anolilab/textlint-config@4.1.0) (2022-10-24)
9
+
10
+
11
+ ### Features
12
+
13
+ * updated deps and start using node postfix for node libs ([05a1355](https://github.com/anolilab/javascript-style-guide/commit/05a1355931ff1d8b15cf26fe206914f1a5106132))
14
+
1
15
  ## @anolilab/textlint-config [4.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@4.0.4...@anolilab/textlint-config@4.0.5) (2022-07-16)
2
16
 
3
17
 
@@ -198,6 +198,7 @@ const writeTextlintIgnore = () => {
198
198
  return writeFileAsync(eslintPath, content, "utf-8");
199
199
  };
200
200
 
201
+ // eslint-disable-next-line unicorn/prefer-top-level-await
201
202
  (async () => {
202
203
  try {
203
204
  await writeTextlintRc();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "4.0.5",
3
+ "version": "4.1.1",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -44,8 +44,8 @@
44
44
  "@textlint-rule/textlint-rule-no-invalid-control-character": "2.0.0",
45
45
  "@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
46
46
  "@textlint-rule/textlint-rule-preset-google": "0.1.2",
47
- "@textlint/ast-node-types": "^12.2.1",
48
- "@textlint/types": "^12.2.1",
47
+ "@textlint/ast-node-types": "^12.2.2",
48
+ "@textlint/types": "^12.2.2",
49
49
  "textlint-filter-rule-comments": "^1.2.2",
50
50
  "textlint-rule-abbr-within-parentheses": "1.0.2",
51
51
  "textlint-rule-alex": "3.0.0",
@@ -55,19 +55,19 @@
55
55
  "textlint-rule-diacritics": "1.0.0",
56
56
  "textlint-rule-en-capitalization": "2.0.3",
57
57
  "textlint-rule-footnote-order": "1.0.3",
58
- "textlint-rule-helper": "2.2.1",
58
+ "textlint-rule-helper": "2.2.2",
59
59
  "textlint-rule-no-dead-link": "4.8.0",
60
60
  "textlint-rule-no-empty-section": "1.1.0",
61
61
  "textlint-rule-no-todo": "2.0.1",
62
- "textlint-rule-terminology": "3.0.2",
62
+ "textlint-rule-terminology": "3.0.4",
63
63
  "textlint-rule-write-good": "2.0.0",
64
64
  "write-good": "1.0.8"
65
65
  },
66
66
  "devDependencies": {
67
- "textlint": "^12.2.1"
67
+ "textlint": "^12.2.2"
68
68
  },
69
69
  "peerDependencies": {
70
- "textlint": "^12.2.1"
70
+ "textlint": "^12.2.2"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=16"