Skip to content

Commit 81ba8b7

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

File tree

2 files changed

+65
-38
lines changed

2 files changed

+65
-38
lines changed

Diff for: packages/remark-remove-unused-definitions/CHANGELOG.md

+64-37
Original file line numberDiff line numberDiff line change
@@ -4,94 +4,121 @@ 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.4][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
15+
16+
#### ⚙️ Build System
17+
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
23+
24+
- **package:** bumped minimum node version to maintained ([364aced][6])
25+
26+
### [1.0.4][7] (2023-01-29)
827

928
#### ⚙️ Build System
1029

11-
- Stabilize build process ([6994784][4])
30+
- Stabilize build process ([6994784][8])
1231

13-
### [1.0.3][5] (2023-01-04)
32+
### [1.0.3][9] (2023-01-04)
1433

1534
#### ⚙️ Build System
1635

17-
- **packages:** update maintainence badge ([4cbf746][6])
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.2][8] (2022-10-28)
43+
### [1.0.2][12] (2022-10-28)
2544

2645
#### ⚙️ Build System
2746

28-
- **package:** update core npm format script ([c9d61ba][9])
47+
- **package:** update core npm format script ([c9d61ba][13])
2948

30-
### [1.0.1][10] (2022-10-22)
49+
### [1.0.1][14] (2022-10-22)
3150

3251
#### 🪄 Fixes
3352

3453
- **packages:** fix broken tables of contents in various readme files
35-
([f666393][11])
54+
([f666393][15])
3655

3756
#### ⚙️ Build System
3857

39-
- Add all-contributors ([84bff68][12])
58+
- Add all-contributors ([84bff68][16])
4059

41-
## [1.0.0][13] (2022-10-22)
60+
## [1.0.0][17] (2022-10-22)
4261

4362
#### ✨ Features
4463

4564
- **packages/remark-remove-unused-definitions:** add
46-
remark-remove-unused-definitions package ([ac6129d][14])
65+
remark-remove-unused-definitions package ([ac6129d][18])
4766

4867
#### ⚙️ Build System
4968

50-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][15])
51-
- **package:** add doctoc to npm format script ([112d42c][16])
52-
- **package:** defer to jest.config.js for coverage options ([05cd09e][17])
53-
- **package:** fix npm test script jest invocations ([a2ccf80][18])
54-
- **package:** use actual test ignore regex pattern ([6358888][19])
55-
- Update core build toolchain ([19243d6][20])
56-
- Update core lint npm script; add lint:all npm script ([bd84d8f][21])
69+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][19])
70+
- **package:** add doctoc to npm format script ([112d42c][20])
71+
- **package:** defer to jest.config.js for coverage options ([05cd09e][21])
72+
- **package:** fix npm test script jest invocations ([a2ccf80][22])
73+
- **package:** use actual test ignore regex pattern ([6358888][23])
74+
- Update core build toolchain ([19243d6][24])
75+
- Update core lint npm script; add lint:all npm script ([bd84d8f][25])
5776

5877
[1]: https://conventionalcommits.org
5978
[2]: https://semver.org
6079
[3]:
61-
https://github.com/Xunnamius/unified-utils/compare/[email protected].3...remark-remove-unused-definitions@1.0.4
80+
https://github.com/Xunnamius/unified-utils/compare/[email protected].4...remark-remove-unused-definitions@2.0.0
6281
[4]:
63-
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
82+
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
6483
[5]:
65-
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
84+
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
6685
[6]:
67-
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
86+
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
6887
[7]:
69-
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
88+
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
7089
[8]:
71-
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
90+
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
7291
[9]:
73-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
92+
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
7493
[10]:
75-
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
94+
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
7695
[11]:
77-
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
96+
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
7897
[12]:
79-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
98+
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
8099
[13]:
81-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-remove-unused-definitions@1.0.0
100+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
82101
[14]:
83-
https://github.com/Xunnamius/unified-utils/commit/ac6129ddbbc8f2dda3c96047a8e6e8f182d53b8a
102+
https://github.com/Xunnamius/unified-utils/compare/remark-remove-unused-definitions@[email protected]
84103
[15]:
85-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
104+
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
86105
[16]:
87-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
106+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
88107
[17]:
89-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
108+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6[email protected]
90109
[18]:
91-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
110+
https://github.com/Xunnamius/unified-utils/commit/ac6129ddbbc8f2dda3c96047a8e6e8f182d53b8a
92111
[19]:
93-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
112+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
94113
[20]:
95-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
114+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
96115
[21]:
116+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
117+
[22]:
118+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
119+
[23]:
120+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
121+
[24]:
122+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
123+
[25]:
97124
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-remove-unused-definitions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-remove-unused-definitions",
3-
"version": "1.0.4",
3+
"version": "2.0.0",
44
"description": "remark plugin that removes unused reference definitions from a document",
55
"keywords": [
66
"unified",

0 commit comments

Comments
 (0)