@anolilab/textlint-config 8.0.13 → 8.0.15

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 +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## @anolilab/textlint-config [8.0.15](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.14...@anolilab/textlint-config@8.0.15) (2023-11-02)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * allow node 21 ([e95c9f7](https://github.com/anolilab/javascript-style-guide/commit/e95c9f70fb7d1ffa7c27e3d07067606b9b91bf54))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.9
13
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.2
14
+
15
+ ## @anolilab/textlint-config [8.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.13...@anolilab/textlint-config@8.0.14) (2023-10-31)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update package deps ([8d87ed0](https://github.com/anolilab/javascript-style-guide/commit/8d87ed044dd78658045c99b61f91d0594da21009))
21
+
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@anolilab/package-json-utils:** upgraded to 3.0.8
27
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.1
28
+
1
29
  ## @anolilab/textlint-config [8.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.12...@anolilab/textlint-config@8.0.13) (2023-09-29)
2
30
 
3
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "8.0.13",
3
+ "version": "8.0.15",
4
4
  "description": "Anolilab Coding Standard for text linting.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -63,7 +63,7 @@
63
63
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
64
64
  },
65
65
  "dependencies": {
66
- "@anolilab/package-json-utils": "3.0.7",
66
+ "@anolilab/package-json-utils": "3.0.9",
67
67
  "@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
68
68
  "@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
69
69
  "@textlint-rule/textlint-rule-preset-google": "^0.1.2",
@@ -87,9 +87,9 @@
87
87
  "write-good": "^1.0.8"
88
88
  },
89
89
  "devDependencies": {
90
- "@anolilab/semantic-release-preset": "8.0.0",
90
+ "@anolilab/semantic-release-preset": "8.0.2",
91
91
  "rimraf": "^5.0.5",
92
- "semantic-release": "^22.0.5",
92
+ "semantic-release": "^22.0.6",
93
93
  "textlint": "^13.3.3",
94
94
  "tsup": "^7.2.0",
95
95
  "vitest": "^0.34.6"
@@ -98,7 +98,7 @@
98
98
  "textlint": "^13.3.2"
99
99
  },
100
100
  "engines": {
101
- "node": ">=18"
101
+ "node": ">=18.* <=21.*"
102
102
  },
103
103
  "publishConfig": {
104
104
  "access": "public",