Skip to content

Commit 3b172b7

Browse files
committed
release: [email protected] [skip ci]
## [2.0.0](https://github.com/Xunnamius/unified-utils/compare/[email protected]@2.0.0) (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 fe27bd0 commit 3b172b7

File tree

3 files changed

+85
-58
lines changed

3 files changed

+85
-58
lines changed

Diff for: packages/remark-lint-list-item-style/CHANGELOG.md

+81-54
Original file line numberDiff line numberDiff line change
@@ -4,132 +4,159 @@ 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.1.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])
21+
22+
#### 🧙🏿 Refactored
1223

13-
### [1.1.2][5] (2023-01-04)
24+
- **package:** bumped minimum node version to maintained ([364aced][6])
25+
26+
### [1.1.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.1.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.1.1][8] (2022-12-22)
43+
### [1.1.1][12] (2022-12-22)
2544

2645
#### ⚙️ Build System
2746

2847
- **packages/remark-lint-list-item-style:** explicitly rebuild distributables
29-
([fe903a6][9])
48+
([fe903a6][13])
3049

31-
## [1.1.0][10] (2022-12-22)
50+
## [1.1.0][14] (2022-12-22)
3251

3352
#### ✨ Features
3453

3554
- **packages/remark-lint-list-item-style:** add ignoreFirstWords option
36-
([1928d8a][11])
55+
([1928d8a][15])
3756

38-
### [1.0.3][12] (2022-12-21)
57+
### [1.0.3][16] (2022-12-21)
3958

4059
#### 🪄 Fixes
4160

4261
- Ensure inline and non-inline spread code blocks are handled properly
43-
([dcdf185][13]) <sup>closes [#43][14]</sup>
62+
([dcdf185][17]) <sup>closes [#43][18]</sup>
4463

45-
### [1.0.2][15] (2022-12-06)
64+
### [1.0.2][19] (2022-12-06)
4665

4766
#### 🪄 Fixes
4867

4968
- **packages/remark-lint-list-item-style:** delete typo from origin and url
50-
strings ([e2ecc6a][16])
69+
strings ([e2ecc6a][20])
5170
- **packages:** use "remark-lint" as origin scope for comment-level
52-
disable/ignore support ([3f15c0f][17])
71+
disable/ignore support ([3f15c0f][21])
5372

54-
### [1.0.1][18] (2022-10-30)
73+
### [1.0.1][22] (2022-10-30)
5574

5675
#### 🪄 Fixes
5776

5877
- **packages/remark-lint-list-item-style:** support emoji and multibyte
59-
punctuation ([f381113][19])
78+
punctuation ([f381113][23])
6079

61-
## [1.0.0][20] (2022-10-29)
80+
## [1.0.0][24] (2022-10-29)
6281

6382
#### ✨ Features
6483

65-
- **packages/remark-lint-list-item-style:** add new package ([83d8215][21])
84+
- **packages/remark-lint-list-item-style:** add new package ([83d8215][25])
6685

6786
#### ⚙️ Build System
6887

69-
- Add all-contributors ([84bff68][22])
70-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][23])
71-
- **package:** add doctoc to npm format script ([112d42c][24])
72-
- **package:** defer to jest.config.js for coverage options ([05cd09e][25])
73-
- **package:** fix npm test script jest invocations ([a2ccf80][26])
74-
- **package:** update core npm format script ([c9d61ba][27])
75-
- **package:** use actual test ignore regex pattern ([6358888][28])
76-
- Update core build toolchain ([19243d6][29])
77-
- Update core lint npm script; add lint:all npm script ([bd84d8f][30])
88+
- Add all-contributors ([84bff68][26])
89+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][27])
90+
- **package:** add doctoc to npm format script ([112d42c][28])
91+
- **package:** defer to jest.config.js for coverage options ([05cd09e][29])
92+
- **package:** fix npm test script jest invocations ([a2ccf80][30])
93+
- **package:** update core npm format script ([c9d61ba][31])
94+
- **package:** use actual test ignore regex pattern ([6358888][32])
95+
- Update core build toolchain ([19243d6][33])
96+
- Update core lint npm script; add lint:all npm script ([bd84d8f][34])
7897

7998
[1]: https://conventionalcommits.org
8099
[2]: https://semver.org
81100
[3]:
82-
https://github.com/Xunnamius/unified-utils/compare/[email protected].2...remark-lint-list-item-style@1.1.3
101+
https://github.com/Xunnamius/unified-utils/compare/[email protected].3...remark-lint-list-item-style@2.0.0
83102
[4]:
84-
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
103+
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
85104
[5]:
86-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.2
105+
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
87106
[6]:
88-
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
107+
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
89108
[7]:
90-
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
109+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.3
91110
[8]:
92-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.1
111+
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
93112
[9]:
94-
https://github.com/Xunnamius/unified-utils/commit/fe903a6cabdd526cd0e711ce8c9ad89e87f8ba89
113+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.2
95114
[10]:
96-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.0
115+
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
97116
[11]:
98-
https://github.com/Xunnamius/unified-utils/commit/1928d8afe28ad5d0a187e6791614aa9879d9352b
117+
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
99118
[12]:
100-
https://github.com/Xunnamius/unified-utils/compare/remark-lint-list-item-style@1.0.2...remark-lint-list-item-style@1.0.3
119+
https://github.com/Xunnamius/unified-utils/compare/remark-lint-list-item-style@1.1.0...remark-lint-list-item-style@1.1.1
101120
[13]:
102-
https://github.com/Xunnamius/unified-utils/commit/dcdf185081bc06d57c69be79f8d5c70e58b9104a
103-
[14]: https://github.com/Xunnamius/unified-utils/issues/43
121+
https://github.com/Xunnamius/unified-utils/commit/fe903a6cabdd526cd0e711ce8c9ad89e87f8ba89
122+
[14]:
123+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.0
104124
[15]:
105-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2
125+
https://github.com/Xunnamius/unified-utils/commit/1928d8afe28ad5d0a187e6791614aa9879d9352b
106126
[16]:
107-
https://github.com/Xunnamius/unified-utils/commit/e2ecc6ad901c37c60a4e2a433d5d5ce974622d06
127+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.3
108128
[17]:
129+
https://github.com/Xunnamius/unified-utils/commit/dcdf185081bc06d57c69be79f8d5c70e58b9104a
130+
[18]: https://github.com/Xunnamius/unified-utils/issues/43
131+
[19]:
132+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2
133+
[20]:
134+
https://github.com/Xunnamius/unified-utils/commit/e2ecc6ad901c37c60a4e2a433d5d5ce974622d06
135+
[21]:
109136
https://github.com/Xunnamius/unified-utils/commit/3f15c0fb647157848e323f66cd56eaf74e590141
110-
[18]:
137+
[22]:
111138
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
112-
[19]:
139+
[23]:
113140
https://github.com/Xunnamius/unified-utils/commit/f381113996184a45c1795b620189f6c6c2c4cd89
114-
[20]:
141+
[24]:
115142
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-lint-list-item-style@1.0.0
116-
[21]:
143+
[25]:
117144
https://github.com/Xunnamius/unified-utils/commit/83d82154f670c3154db05f811d0b92b5b17acb26
118-
[22]:
145+
[26]:
119146
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
120-
[23]:
147+
[27]:
121148
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
122-
[24]:
149+
[28]:
123150
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
124-
[25]:
151+
[29]:
125152
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
126-
[26]:
153+
[30]:
127154
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
128-
[27]:
155+
[31]:
129156
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
130-
[28]:
157+
[32]:
131158
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
132-
[29]:
159+
[33]:
133160
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
134-
[30]:
161+
[34]:
135162
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-lint-list-item-style/docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Options type for the remark-lint-list-item-style plugin.
3636

3737
#### Defined in
3838

39-
[packages/remark-lint-list-item-style/src/index.ts:30](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-lint-list-item-style/src/index.ts#L30)
39+
[packages/remark-lint-list-item-style/src/index.ts:30](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-list-item-style/src/index.ts#L30)
4040

4141
## Variables
4242

@@ -48,7 +48,7 @@ Valid values for the Options.checkFirstWord property.
4848

4949
#### Defined in
5050

51-
[packages/remark-lint-list-item-style/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-lint-list-item-style/src/index.ts#L15)
51+
[packages/remark-lint-list-item-style/src/index.ts:15](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-list-item-style/src/index.ts#L15)
5252

5353
___
5454

@@ -60,7 +60,7 @@ Valid values for the Options.checkListSpread property.
6060

6161
#### Defined in
6262

63-
[packages/remark-lint-list-item-style/src/index.ts:20](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-lint-list-item-style/src/index.ts#L20)
63+
[packages/remark-lint-list-item-style/src/index.ts:20](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-lint-list-item-style/src/index.ts#L20)
6464

6565
## Functions
6666

Diff for: packages/remark-lint-list-item-style/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-lint-list-item-style",
3-
"version": "1.1.3",
3+
"version": "2.0.0",
44
"description": "remark-lint rule to warn when list items violate a given style",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)