Skip to content

Commit b4a2fc0

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 53372aa commit b4a2fc0

File tree

3 files changed

+82
-55
lines changed

3 files changed

+82
-55
lines changed

Diff for: packages/remark-renumber-references/CHANGELOG.md

+80-53
Original file line numberDiff line numberDiff line change
@@ -4,133 +4,160 @@ 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.5][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.5][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.4][5] (2023-01-04)
32+
### [1.0.4][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.3][8] (2022-10-28)
43+
### [1.0.3][12] (2022-10-28)
2544

2645
#### 🪄 Fixes
2746

28-
- **packages:** ensure Options properties are optional ([48478e8][9])
47+
- **packages:** ensure Options properties are optional ([48478e8][13])
2948

3049
#### ⚙️ Build System
3150

3251
- **packages/remark-renumber-references:** update dependency mdast-util-hidden
33-
to 1.1.2 ([0c0a9c4][10])
34-
- **package:** update core npm format script ([c9d61ba][11])
52+
to 1.1.2 ([0c0a9c4][14])
53+
- **package:** update core npm format script ([c9d61ba][15])
3554

36-
### [1.0.2][12] (2022-10-22)
55+
### [1.0.2][16] (2022-10-22)
3756

3857
#### 🪄 Fixes
3958

4059
- **packages:** fix broken tables of contents in various readme files
41-
([f666393][13])
60+
([f666393][17])
4261

4362
#### ⚙️ Build System
4463

45-
- Add all-contributors ([84bff68][14])
64+
- Add all-contributors ([84bff68][18])
4665
- **packages/remark-renumber-references:** update dependency mdast-util-hidden
47-
to 1.1.1 ([fbf7f01][15])
66+
to 1.1.1 ([fbf7f01][19])
4867

49-
### [1.0.1][16] (2022-10-22)
68+
### [1.0.1][20] (2022-10-22)
5069

5170
#### 🪄 Fixes
5271

5372
- **packages/remark-renumber-references:** ensure only owned Hidden nodes end up
54-
revealed ([9c2d55f][17])
55-
- **readme.md:** make introduction more helpful ([9b07784][18])
73+
revealed ([9c2d55f][21])
74+
- **readme.md:** make introduction more helpful ([9b07784][22])
5675

5776
#### ⚙️ Build System
5877

5978
- **packages/remark-renumber-references:** update dependency mdast-util-hidden
60-
to 1.1.0 ([08e25b3][19])
79+
to 1.1.0 ([08e25b3][23])
6180

62-
## [1.0.0][20] (2022-10-22)
81+
## [1.0.0][24] (2022-10-22)
6382

6483
#### ✨ Features
6584

6685
- **packages/remark-renumber-references:** add remark-renumber-references
67-
package ([f0a1e28][21])
86+
package ([f0a1e28][25])
6887

6988
#### ⚙️ Build System
7089

71-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][22])
72-
- **package:** add doctoc to npm format script ([112d42c][23])
73-
- **package:** defer to jest.config.js for coverage options ([05cd09e][24])
74-
- **package:** fix npm test script jest invocations ([a2ccf80][25])
90+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][26])
91+
- **package:** add doctoc to npm format script ([112d42c][27])
92+
- **package:** defer to jest.config.js for coverage options ([05cd09e][28])
93+
- **package:** fix npm test script jest invocations ([a2ccf80][29])
7594
- **packages/remark-renumber-references:** update dependency mdast-util-hidden
76-
to 1.0.2 ([8896140][26])
77-
- **package:** use actual test ignore regex pattern ([6358888][27])
78-
- Update core build toolchain ([19243d6][28])
79-
- Update core lint npm script; add lint:all npm script ([bd84d8f][29])
95+
to 1.0.2 ([8896140][30])
96+
- **package:** use actual test ignore regex pattern ([6358888][31])
97+
- Update core build toolchain ([19243d6][32])
98+
- Update core lint npm script; add lint:all npm script ([bd84d8f][33])
8099

81100
[1]: https://conventionalcommits.org
82101
[2]: https://semver.org
83102
[3]:
84-
https://github.com/Xunnamius/unified-utils/compare/[email protected].4...remark-renumber-references@1.0.5
103+
https://github.com/Xunnamius/unified-utils/compare/[email protected].5...remark-renumber-references@2.0.0
85104
[4]:
86-
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
105+
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
87106
[5]:
88-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.4
107+
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
89108
[6]:
90-
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
109+
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
91110
[7]:
92-
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
111+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.5
93112
[8]:
94-
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.3
113+
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
95114
[9]:
96-
https://github.com/Xunnamius/unified-utils/commit/48478e8ea592171aadc86fe719310b50a2e6007e
115+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.4
97116
[10]:
98-
https://github.com/Xunnamius/unified-utils/commit/0c0a9c46e22db310692202cd03fb6e56ac9b7206
117+
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
99118
[11]:
100-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
119+
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
101120
[12]:
102-
https://github.com/Xunnamius/unified-utils/compare/[email protected].1[email protected].2
121+
https://github.com/Xunnamius/unified-utils/compare/[email protected].2[email protected].3
103122
[13]:
104-
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
123+
https://github.com/Xunnamius/unified-utils/commit/48478e8ea592171aadc86fe719310b50a2e6007e
105124
[14]:
106-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
125+
https://github.com/Xunnamius/unified-utils/commit/0c0a9c46e22db310692202cd03fb6e56ac9b7206
107126
[15]:
108-
https://github.com/Xunnamius/unified-utils/commit/fbf7f01de7ab7a9d4874ff6f57534c60394d82cb
127+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
109128
[16]:
110-
https://github.com/Xunnamius/unified-utils/compare/[email protected].0[email protected].1
129+
https://github.com/Xunnamius/unified-utils/compare/[email protected].1[email protected].2
111130
[17]:
112-
https://github.com/Xunnamius/unified-utils/commit/9c2d55fb8055d70cc5fad3bdfce9872fa172acff
131+
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
113132
[18]:
114-
https://github.com/Xunnamius/unified-utils/commit/9b0778444b6cba8bc64e24521fbf7a669bc23bc6
133+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
115134
[19]:
116-
https://github.com/Xunnamius/unified-utils/commit/08e25b33f42ca30d2410777570e6b6711d243d75
135+
https://github.com/Xunnamius/unified-utils/commit/fbf7f01de7ab7a9d4874ff6f57534c60394d82cb
117136
[20]:
118-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...[email protected].0
137+
https://github.com/Xunnamius/unified-utils/compare/[email protected]...[email protected].1
119138
[21]:
120-
https://github.com/Xunnamius/unified-utils/commit/f0a1e28a31e019f0feec5275f8a95e2ce981e845
139+
https://github.com/Xunnamius/unified-utils/commit/9c2d55fb8055d70cc5fad3bdfce9872fa172acff
121140
[22]:
122-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
141+
https://github.com/Xunnamius/unified-utils/commit/9b0778444b6cba8bc64e24521fbf7a669bc23bc6
123142
[23]:
124-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
143+
https://github.com/Xunnamius/unified-utils/commit/08e25b33f42ca30d2410777570e6b6711d243d75
125144
[24]:
126-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
145+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6[email protected]
127146
[25]:
128-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
147+
https://github.com/Xunnamius/unified-utils/commit/f0a1e28a31e019f0feec5275f8a95e2ce981e845
129148
[26]:
130-
https://github.com/Xunnamius/unified-utils/commit/88961407d21fc2f4e1f9714bfbbbebe6de9357fb
149+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
131150
[27]:
132-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
151+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
133152
[28]:
134-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
153+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
135154
[29]:
155+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
156+
[30]:
157+
https://github.com/Xunnamius/unified-utils/commit/88961407d21fc2f4e1f9714bfbbbebe6de9357fb
158+
[31]:
159+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
160+
[32]:
161+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
162+
[33]:
136163
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-renumber-references/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Options type for the remark-renumber-references plugin.
2828

2929
#### Defined in
3030

31-
[packages/remark-renumber-references/src/index.ts:16](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-renumber-references/src/index.ts#L16)
31+
[packages/remark-renumber-references/src/index.ts:16](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-renumber-references/src/index.ts#L16)
3232

3333
## Functions
3434

Diff for: packages/remark-renumber-references/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-renumber-references",
3-
"version": "1.0.5",
3+
"version": "2.0.0",
44
"description": "remark plugin that renumbers numeric reference-style link ids contiguously starting from [1]",
55
"keywords": [
66
"unified",

0 commit comments

Comments
 (0)