Skip to content

Commit 921ed94

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 07f7ee6 commit 921ed94

File tree

2 files changed

+79
-52
lines changed

2 files changed

+79
-52
lines changed

Diff for: packages/remark-tight-comments/CHANGELOG.md

+78-51
Original file line numberDiff line numberDiff line change
@@ -4,128 +4,155 @@ 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.6][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.0.5][5] (2023-01-04)
24+
- **package:** bumped minimum node version to maintained ([364aced][6])
25+
26+
### [1.0.6][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.5][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.4][8] (2022-12-23)
43+
### [1.0.4][12] (2022-12-23)
2544

2645
#### ⚙️ Build System
2746

2847
- **packages/remark-tight-comments:** bump mdast-util-tight-comments to 1.0.4
29-
([d7bc49a][9])
48+
([d7bc49a][13])
3049

31-
### [1.0.3][10] (2022-10-28)
50+
### [1.0.3][14] (2022-10-28)
3251

3352
#### ⚙️ Build System
3453

3554
- **packages/remark-tight-comments:** update dependency
36-
mdast-util-tight-comments to 1.0.3 ([fcf9402][11])
37-
- **package:** update core npm format script ([c9d61ba][12])
55+
mdast-util-tight-comments to 1.0.3 ([fcf9402][15])
56+
- **package:** update core npm format script ([c9d61ba][16])
3857

39-
### [1.0.2][13] (2022-10-22)
58+
### [1.0.2][17] (2022-10-22)
4059

4160
#### 🪄 Fixes
4261

4362
- **packages:** fix broken tables of contents in various readme files
44-
([f666393][14])
63+
([f666393][18])
4564

4665
#### ⚙️ Build System
4766

48-
- Add all-contributors ([84bff68][15])
67+
- Add all-contributors ([84bff68][19])
4968
- **packages/remark-tight-comments:** update dependency
50-
mdast-util-tight-comments to 1.0.2 ([0cab1e6][16])
69+
mdast-util-tight-comments to 1.0.2 ([0cab1e6][20])
5170

52-
### [1.0.1][17] (2022-10-22)
71+
### [1.0.1][21] (2022-10-22)
5372

5473
#### 🪄 Fixes
5574

5675
- **packages/remark-tight-comments:** ensure structure is consistent across
57-
remark packages ([9b0af07][18])
76+
remark packages ([9b0af07][22])
5877
- **packages/remark-tight-comments:** remove erroneous typesVersions exports
59-
([6a1dc4a][19])
78+
([6a1dc4a][23])
6079

6180
#### ⚙️ Build System
6281

63-
- **package:** fix npm test script jest invocations ([a2ccf80][20])
82+
- **package:** fix npm test script jest invocations ([a2ccf80][24])
6483
- **packages/remark-tight-comments:** update dependency
65-
mdast-util-tight-comments to 1.0.1 ([0da0d8d][21])
84+
mdast-util-tight-comments to 1.0.1 ([0da0d8d][25])
6685

67-
## [1.0.0][22] (2022-10-21)
86+
## [1.0.0][26] (2022-10-21)
6887

6988
#### ⚙️ Build System
7089

71-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][23])
72-
- **package:** add doctoc to npm format script ([112d42c][24])
73-
- **package:** defer to jest.config.js for coverage options ([05cd09e][25])
74-
- **package:** use actual test ignore regex pattern ([6358888][26])
75-
- Update core build toolchain ([19243d6][27])
76-
- Update core lint npm script; add lint:all npm script ([bd84d8f][28])
90+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][27])
91+
- **package:** add doctoc to npm format script ([112d42c][28])
92+
- **package:** defer to jest.config.js for coverage options ([05cd09e][29])
93+
- **package:** use actual test ignore regex pattern ([6358888][30])
94+
- Update core build toolchain ([19243d6][31])
95+
- Update core lint npm script; add lint:all npm script ([bd84d8f][32])
7796

7897
[1]: https://conventionalcommits.org
7998
[2]: https://semver.org
8099
[3]:
81-
https://github.com/Xunnamius/unified-utils/compare/[email protected].5...remark-tight-comments@1.0.6
100+
https://github.com/Xunnamius/unified-utils/compare/[email protected].6...remark-tight-comments@2.0.0
82101
[4]:
83-
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
102+
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
84103
[5]:
85-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.5
104+
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
86105
[6]:
87-
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
106+
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
88107
[7]:
89-
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
108+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.6
90109
[8]:
91-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.4
110+
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
92111
[9]:
93-
https://github.com/Xunnamius/unified-utils/commit/d7bc49a9cbc5837dd37585c3f19371ae871550d4
112+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.5
94113
[10]:
95-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.3
114+
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
96115
[11]:
97-
https://github.com/Xunnamius/unified-utils/commit/fcf94024c5be59f2e6f3e09bdd1b4d70b9a5d93b
116+
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
98117
[12]:
99-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
118+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.4
100119
[13]:
101-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2
120+
https://github.com/Xunnamius/unified-utils/commit/d7bc49a9cbc5837dd37585c3f19371ae871550d4
102121
[14]:
103-
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
122+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.3
104123
[15]:
105-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
124+
https://github.com/Xunnamius/unified-utils/commit/fcf94024c5be59f2e6f3e09bdd1b4d70b9a5d93b
106125
[16]:
107-
https://github.com/Xunnamius/unified-utils/commit/0cab1e6e89c2f6c51fb72b42f79d59d2b7f94e61
126+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
108127
[17]:
109-
https://github.com/Xunnamius/unified-utils/compare/[email protected].0[email protected].1
128+
https://github.com/Xunnamius/unified-utils/compare/[email protected].1[email protected].2
110129
[18]:
111-
https://github.com/Xunnamius/unified-utils/commit/9b0af07b6f119bbbe6ac2da42d9dadb9ca2a999b
130+
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
112131
[19]:
113-
https://github.com/Xunnamius/unified-utils/commit/6a1dc4a17e89f296ac67837ba175512877a0aa07
132+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
114133
[20]:
115-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
134+
https://github.com/Xunnamius/unified-utils/commit/0cab1e6e89c2f6c51fb72b42f79d59d2b7f94e61
116135
[21]:
117-
https://github.com/Xunnamius/unified-utils/commit/0da0d8d3dc8aabed621d7fd6d4883aa772bf77e6
136+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
118137
[22]:
119-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-tight-comments@1.0.0
138+
https://github.com/Xunnamius/unified-utils/commit/9b0af07b6f119bbbe6ac2da42d9dadb9ca2a999b
120139
[23]:
121-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
140+
https://github.com/Xunnamius/unified-utils/commit/6a1dc4a17e89f296ac67837ba175512877a0aa07
122141
[24]:
123-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
142+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
124143
[25]:
125-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
144+
https://github.com/Xunnamius/unified-utils/commit/0da0d8d3dc8aabed621d7fd6d4883aa772bf77e6
126145
[26]:
127-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
146+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-tight-comments@1.0.0
128147
[27]:
129-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
148+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
130149
[28]:
150+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
151+
[29]:
152+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
153+
[30]:
154+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
155+
[31]:
156+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
157+
[32]:
131158
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-tight-comments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-tight-comments",
3-
"version": "1.0.6",
3+
"version": "2.0.0",
44
"description": "remark plugin to selectively remove newlines around comments",
55
"keywords": [
66
"unified",

0 commit comments

Comments
 (0)