@anolilab/textlint-config 7.0.2 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,52 @@
1
- ## @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)
1
+ ## @anolilab/textlint-config [8.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.0...@anolilab/textlint-config@8.0.1) (2023-07-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
7
+
8
+
9
+
10
+ ### Dependencies
11
+
12
+ * **@anolilab/package-json-utils:** upgraded to 3.0.1
13
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.1
14
+
15
+ ## @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)
16
+
17
+
18
+ ### ⚠ BREAKING CHANGES
19
+
20
+ * fixing broken releases that semantic-release did create
21
+ Signed-off-by: prisis <d.bannert@anolilab.de>
22
+
23
+ ### Bug Fixes
24
+
25
+ * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
2
26
 
3
27
 
4
28
  ### Miscellaneous Chores
5
29
 
6
30
  * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
31
+ * **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))
32
+
33
+
34
+
35
+ ### Dependencies
7
36
 
37
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.0
38
+
39
+ ## @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)
40
+
41
+
42
+ ### Miscellaneous Chores
43
+
44
+ * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
8
45
 
9
46
 
10
47
  ### Dependencies
11
48
 
12
49
  * **@anolilab/package-json-utils:** upgraded to 2.0.2
13
- * **@anolilab/semantic-release-preset:** upgraded to 5.0.2
14
50
 
15
51
  ## @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
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "7.0.2",
3
+ "version": "8.0.1",
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": "2.0.2",
65
+ "@anolilab/package-json-utils": "3.0.1",
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": "5.0.2",
89
+ "@anolilab/semantic-release-preset": "6.0.1",
90
90
  "rimraf": "^5.0.1",
91
91
  "semantic-release": "^21.0.7",
92
92
  "textlint": "^13.3.3",
@@ -97,7 +97,7 @@
97
97
  "textlint": "^13.3.2"
98
98
  },
99
99
  "engines": {
100
- "node": ">=16"
100
+ "node": ">=18"
101
101
  },
102
102
  "publishConfig": {
103
103
  "access": "public",