Skip to content

Commit fe27bd0

Browse files
committed
release: [email protected] [skip ci]
## [2.0.0](https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]) (2023-11-30) ### 💥 BREAKING CHANGES 💥 * End-of-life node versions (14 and 16) are no longer supported * These packages are only guaranteed to work with the _latest_ remark/unified packages #### ⚙️ Build system * **package:** add strip-ansi devdep; force update of unified-args to 11.0.1 ([150abb4](150abb4)) * Update all plugins to work with unified@>=11 ([fe98b3c](fe98b3c)) #### 🧙🏿 Refactored * **package:** bumped minimum node version to maintained ([364aced](364aced))
1 parent 49a4f0c commit fe27bd0

File tree

3 files changed

+64
-37
lines changed

3 files changed

+64
-37
lines changed

Diff for: packages/remark-lint-heading-word-length/CHANGELOG.md

+62-35
Original file line numberDiff line numberDiff line change
@@ -4,83 +4,110 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1]; this project adheres to
55
[Semantic Versioning][2].
66

7-
### [1.0.3][3] (2023-01-29)
7+
## [2.0.0][3] (2023-11-30)
8+
9+
### 💥 Breaking Changes 💥
10+
11+
- End-of-life node versions (14 and 16) are no longer supported
12+
13+
- These packages are only guaranteed to work with the _latest_ remark/unified
14+
packages
815

916
#### ⚙️ Build System
1017

11-
- Stabilize build process ([6994784][4])
18+
- **package:** add strip-ansi devdep; force update of unified-args to 11.0.1
19+
([150abb4][4])
20+
- Update all plugins to work with unified@>=11 ([fe98b3c][5])
1221

13-
### [1.0.2][5] (2023-01-04)
22+
#### 🧙🏿 Refactored
23+
24+
- **package:** bumped minimum node version to maintained ([364aced][6])
25+
26+
### [1.0.3][7] (2023-01-29)
1427

1528
#### ⚙️ Build System
1629

17-
- **packages:** update maintainence badge ([4cbf746][6])
30+
- Stabilize build process ([6994784][8])
31+
32+
### [1.0.2][9] (2023-01-04)
33+
34+
#### ⚙️ Build System
35+
36+
- **packages:** update maintainence badge ([4cbf746][10])
1837

1938
#### 🔥 Reverted
2039

2140
- _"test: replace remark-remove-comments with
22-
@xunnamius/remark-remove-comments"_ ([2395903][7])
41+
@xunnamius/remark-remove-comments"_ ([2395903][11])
2342

24-
### [1.0.1][8] (2022-12-06)
43+
### [1.0.1][12] (2022-12-06)
2544

2645
#### 🪄 Fixes
2746

2847
- **packages:** use "remark-lint" as origin scope for comment-level
29-
disable/ignore support ([3f15c0f][9])
48+
disable/ignore support ([3f15c0f][13])
3049

31-
## [1.0.0][10] (2022-10-30)
50+
## [1.0.0][14] (2022-10-30)
3251

3352
#### ✨ Features
3453

35-
- **packages/remark-lint-heading-word-length:** add new package ([c1ae1b2][11])
54+
- **packages/remark-lint-heading-word-length:** add new package ([c1ae1b2][15])
3655

3756
#### ⚙️ Build System
3857

39-
- Add all-contributors ([84bff68][12])
40-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][13])
41-
- **package:** add doctoc to npm format script ([112d42c][14])
42-
- **package:** defer to jest.config.js for coverage options ([05cd09e][15])
43-
- **package:** fix npm test script jest invocations ([a2ccf80][16])
44-
- **package:** update core npm format script ([c9d61ba][17])
45-
- **package:** use actual test ignore regex pattern ([6358888][18])
46-
- Update core build toolchain ([19243d6][19])
47-
- Update core lint npm script; add lint:all npm script ([bd84d8f][20])
58+
- Add all-contributors ([84bff68][16])
59+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][17])
60+
- **package:** add doctoc to npm format script ([112d42c][18])
61+
- **package:** defer to jest.config.js for coverage options ([05cd09e][19])
62+
- **package:** fix npm test script jest invocations ([a2ccf80][20])
63+
- **package:** update core npm format script ([c9d61ba][21])
64+
- **package:** use actual test ignore regex pattern ([6358888][22])
65+
- Update core build toolchain ([19243d6][23])
66+
- Update core lint npm script; add lint:all npm script ([bd84d8f][24])
4867

4968
[1]: https://conventionalcommits.org
5069
[2]: https://semver.org
5170
[3]:
52-
https://github.com/Xunnamius/unified-utils/compare/[email protected].2...remark-lint-heading-word-length@1.0.3
71+
https://github.com/Xunnamius/unified-utils/compare/[email protected].3...remark-lint-heading-word-length@2.0.0
5372
[4]:
54-
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
73+
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
5574
[5]:
56-
https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]
75+
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
5776
[6]:
58-
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
77+
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
5978
[7]:
60-
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
79+
https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]
6180
[8]:
62-
https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]
81+
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
6382
[9]:
64-
https://github.com/Xunnamius/unified-utils/commit/3f15c0fb647157848e323f66cd56eaf74e590141
83+
https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]
6584
[10]:
66-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-lint-heading-word-length@1.0.0
85+
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
6786
[11]:
68-
https://github.com/Xunnamius/unified-utils/commit/c1ae1b281111232a8017f02b8aac2a1f99a4a159
87+
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
6988
[12]:
70-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
89+
https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]
7190
[13]:
72-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
91+
https://github.com/Xunnamius/unified-utils/commit/3f15c0fb647157848e323f66cd56eaf74e590141
7392
[14]:
74-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
93+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-lint-heading-word-length@1.0.0
7594
[15]:
76-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
95+
https://github.com/Xunnamius/unified-utils/commit/c1ae1b281111232a8017f02b8aac2a1f99a4a159
7796
[16]:
78-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
97+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
7998
[17]:
80-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
99+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
81100
[18]:
82-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
101+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
83102
[19]:
84-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
103+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
85104
[20]:
105+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
106+
[21]:
107+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
108+
[22]:
109+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
110+
[23]:
111+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
112+
[24]:
86113
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-lint-heading-word-length/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Options type for the remark-lint-heading-word-length plugin.
2929

3030
#### Defined in
3131

32-
[packages/remark-lint-heading-word-length/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-lint-heading-word-length/src/index.ts#L15)
32+
[packages/remark-lint-heading-word-length/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-heading-word-length/src/index.ts#L15)
3333

3434
## Functions
3535

Diff for: packages/remark-lint-heading-word-length/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-lint-heading-word-length",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "remark-lint rule to warn when headings have too many or too few words",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)