@@ -4,131 +4,158 @@ All notable changes to this project will be documented in this auto-generated
4
4
file. The format is based on [ Conventional Commits] [ 1 ] ; this project adheres to
5
5
[ Semantic Versioning] [ 2 ] .
6
6
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
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.6] [ 7 ] (2023-01-29)
8
27
9
28
#### ⚙️ Build System
10
29
11
- - Stabilize build process ([ 6994784] [ 4 ] )
30
+ - Stabilize build process ([ 6994784] [ 8 ] )
12
31
13
- ### [ 1.0.5] [ 5 ] (2023-01-04)
32
+ ### [ 1.0.5] [ 9 ] (2023-01-04)
14
33
15
34
#### ⚙️ Build System
16
35
17
- - ** packages:** update maintainence badge ([ 4cbf746] [ 6 ] )
36
+ - ** packages:** update maintainence badge ([ 4cbf746] [ 10 ] )
18
37
19
38
#### 🔥 Reverted
20
39
21
40
- _ "test: replace remark-remove-comments with
22
- @xunnamius/remark-remove-comments "_ ([ 2395903] [ 7 ] )
41
+ @xunnamius/remark-remove-comments "_ ([ 2395903] [ 11 ] )
23
42
24
- ### [ 1.0.4] [ 8 ] (2022-10-28)
43
+ ### [ 1.0.4] [ 12 ] (2022-10-28)
25
44
26
45
#### ⚙️ Build System
27
46
28
47
- ** packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.2
29
- ([ cd392f9] [ 9 ] )
30
- - ** package:** update core npm format script ([ c9d61ba] [ 10 ] )
48
+ ([ cd392f9] [ 13 ] )
49
+ - ** package:** update core npm format script ([ c9d61ba] [ 14 ] )
31
50
32
- ### [ 1.0.3] [ 11 ] (2022-10-22)
51
+ ### [ 1.0.3] [ 15 ] (2022-10-22)
33
52
34
53
#### 🪄 Fixes
35
54
36
55
- ** packages:** fix broken tables of contents in various readme files
37
- ([ f666393] [ 12 ] )
56
+ ([ f666393] [ 16 ] )
38
57
39
58
#### ⚙️ Build System
40
59
41
- - Add all-contributors ([ 84bff68] [ 13 ] )
60
+ - Add all-contributors ([ 84bff68] [ 17 ] )
42
61
- ** packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.0
43
- ([ 87a9164] [ 14 ] )
62
+ ([ 87a9164] [ 18 ] )
44
63
- ** packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.1
45
- ([ d2d183f] [ 15 ] )
64
+ ([ d2d183f] [ 19 ] )
46
65
47
- ### [ 1.0.2] [ 16 ] (2022-10-22)
66
+ ### [ 1.0.2] [ 20 ] (2022-10-22)
48
67
49
68
#### ⚙️ Build System
50
69
51
- - ** package:** fix npm test script jest invocations ([ a2ccf80] [ 17 ] )
70
+ - ** package:** fix npm test script jest invocations ([ a2ccf80] [ 21 ] )
52
71
- ** packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.1
53
- ([ f834b93] [ 18 ] )
72
+ ([ f834b93] [ 22 ] )
54
73
- ** packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.2
55
- ([ 6b1b250] [ 19 ] )
74
+ ([ 6b1b250] [ 23 ] )
56
75
57
- ### [ 1.0.1] [ 20 ] (2022-10-21)
76
+ ### [ 1.0.1] [ 24 ] (2022-10-21)
58
77
59
78
#### 🪄 Fixes
60
79
61
80
- ** packages/remark-ignore:** ensure types packages are included as dependencies
62
- ([ bcdf0a3] [ 21 ] )
81
+ ([ bcdf0a3] [ 25 ] )
63
82
64
83
#### ⚙️ Build System
65
84
66
- - ** lint-staged:** add doctoc to pre-commit build process ([ fa4f9ee] [ 22 ] )
67
- - ** package:** add doctoc to npm format script ([ 112d42c] [ 23 ] )
68
- - Update core build toolchain ([ 19243d6] [ 24 ] )
69
- - Update core lint npm script; add lint: all npm script ([ bd84d8f] [ 25 ] )
85
+ - ** lint-staged:** add doctoc to pre-commit build process ([ fa4f9ee] [ 26 ] )
86
+ - ** package:** add doctoc to npm format script ([ 112d42c] [ 27 ] )
87
+ - Update core build toolchain ([ 19243d6] [ 28 ] )
88
+ - Update core lint npm script; add lint: all npm script ([ bd84d8f] [ 29 ] )
70
89
71
- ## [ 1.0.0] [ 26 ] (2022-10-19)
90
+ ## [ 1.0.0] [ 30 ] (2022-10-19)
72
91
73
92
#### ⚙️ Build System
74
93
75
- - ** package:** defer to jest.config.js for coverage options ([ 05cd09e] [ 27 ] )
76
- - ** packages:** add node export condition to packages ([ cfa7557] [ 28 ] )
77
- - ** package:** use actual test ignore regex pattern ([ 6358888] [ 29 ] )
94
+ - ** package:** defer to jest.config.js for coverage options ([ 05cd09e] [ 31 ] )
95
+ - ** packages:** add node export condition to packages ([ cfa7557] [ 32 ] )
96
+ - ** package:** use actual test ignore regex pattern ([ 6358888] [ 33 ] )
78
97
79
98
[ 1 ] : https://conventionalcommits.org
80
99
[ 2 ] : https://semver.org
81
100
[ 3] :
82
- https://github.com/Xunnamius/unified-utils/compare/[email protected] .5 ...remark-ignore@1 .0.6
101
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] .6 ...remark-ignore@2 .0.0
83
102
[ 4] :
84
- https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
103
+ https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
85
104
[ 5] :
86
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.5
105
+ https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
87
106
[ 6] :
88
- https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
107
+ https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
89
108
[ 7] :
90
- https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
109
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.6
91
110
[ 8] :
92
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.4
111
+ https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
93
112
[ 9] :
94
- https://github.com/Xunnamius/unified-utils/commit/cd392f9f88595aac78a8c9bb026a431d8c9639f5
113
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.5
95
114
[ 10] :
96
- https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
115
+ https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
97
116
[ 11] :
98
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.3
117
+ https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
99
118
[ 12] :
100
- https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
119
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.4
101
120
[ 13] :
102
- https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
121
+ https://github.com/Xunnamius/unified-utils/commit/cd392f9f88595aac78a8c9bb026a431d8c9639f5
103
122
[ 14] :
104
- https://github.com/Xunnamius/unified-utils/commit/87a9164d59b636246771bfa76bd687487b0758dc
123
+ https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
105
124
[ 15] :
106
- https://github.com/Xunnamius/unified-utils/commit/d2d183fd804c45e8a43044f8b080ea2487916317
125
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.3
107
126
[ 16] :
108
- https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.2
127
+ https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
109
128
[ 17] :
110
- https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
129
+ https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
111
130
[ 18] :
112
- https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0
131
+ https://github.com/Xunnamius/unified-utils/commit/87a9164d59b636246771bfa76bd687487b0758dc
113
132
[ 19] :
114
- https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1
133
+ https://github.com/Xunnamius/unified-utils/commit/d2d183fd804c45e8a43044f8b080ea2487916317
115
134
[ 20] :
116
- https://github.com/Xunnamius/unified-utils/compare/[email protected] .0 [email protected] .1
135
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] .1 [email protected] .2
117
136
[ 21] :
118
- https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b
137
+ https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
119
138
[ 22] :
120
- https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
139
+ https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0
121
140
[ 23] :
122
- https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
141
+ https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1
123
142
[ 24] :
124
- https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
143
+ https://github.com/Xunnamius/unified-utils/compare/[email protected] @1.0.1
125
144
[ 25] :
126
- https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
145
+ https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b
127
146
[ 26] :
128
- https://github.com/Xunnamius/unified-utils/compare/[email protected]
147
+ https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
129
148
[ 27] :
130
- https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
149
+ https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
131
150
[ 28] :
132
- https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
151
+ https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
133
152
[ 29] :
153
+ https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
154
+ [ 30] :
155
+ https://github.com/Xunnamius/unified-utils/compare/[email protected]
156
+ [ 31] :
157
+ https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
158
+ [ 32] :
159
+ https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
160
+ [ 33] :
134
161
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
0 commit comments