@anolilab/textlint-config 7.0.1 → 8.0.0

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 +36 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## @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)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * fixing broken releases that semantic-release did create
7
+ Signed-off-by: prisis <d.bannert@anolilab.de>
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
12
+
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
17
+ * **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))
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.0
24
+
25
+ ## @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)
26
+
27
+
28
+ ### Miscellaneous Chores
29
+
30
+ * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * **@anolilab/package-json-utils:** upgraded to 2.0.2
36
+
1
37
  ## @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)
2
38
 
3
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/textlint-config",
3
- "version": "7.0.1",
3
+ "version": "8.0.0",
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.1",
65
+ "@anolilab/package-json-utils": "3.0.0",
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,12 +86,12 @@
86
86
  "write-good": "^1.0.8"
87
87
  },
88
88
  "devDependencies": {
89
- "@anolilab/semantic-release-preset": "5.0.1",
89
+ "@anolilab/semantic-release-preset": "6.0.0",
90
90
  "rimraf": "^5.0.1",
91
- "semantic-release": "^21.0.6",
91
+ "semantic-release": "^21.0.7",
92
92
  "textlint": "^13.3.3",
93
93
  "tsup": "^7.1.0",
94
- "vitest": "^0.32.4"
94
+ "vitest": "^0.33.0"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "textlint": "^13.3.2"