Skip to content

Commit

Permalink
release: [email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
Xunnamius committed Nov 30, 2023
1 parent 5b02485 commit 16e03d8
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 56 deletions.
133 changes: 80 additions & 53 deletions packages/remark-ignore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,131 +4,158 @@ All notable changes to this project will be documented in this auto-generated
file. The format is based on [Conventional Commits][1]; this project adheres to
[Semantic Versioning][2].

### [1.0.6][3] (2023-01-29)
## [2.0.0][3] (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][4])
- Update all plugins to work with unified@>=11 ([fe98b3c][5])

#### 🧙🏿 Refactored

- **package:** bumped minimum node version to maintained ([364aced][6])

### [1.0.6][7] (2023-01-29)

#### ⚙️ Build System

- Stabilize build process ([6994784][4])
- Stabilize build process ([6994784][8])

### [1.0.5][5] (2023-01-04)
### [1.0.5][9] (2023-01-04)

#### ⚙️ Build System

- **packages:** update maintainence badge ([4cbf746][6])
- **packages:** update maintainence badge ([4cbf746][10])

#### 🔥 Reverted

- _"test: replace remark-remove-comments with
@xunnamius/remark-remove-comments"_ ([2395903][7])
@xunnamius/remark-remove-comments"_ ([2395903][11])

### [1.0.4][8] (2022-10-28)
### [1.0.4][12] (2022-10-28)

#### ⚙️ Build System

- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.2
([cd392f9][9])
- **package:** update core npm format script ([c9d61ba][10])
([cd392f9][13])
- **package:** update core npm format script ([c9d61ba][14])

### [1.0.3][11] (2022-10-22)
### [1.0.3][15] (2022-10-22)

#### 🪄 Fixes

- **packages:** fix broken tables of contents in various readme files
([f666393][12])
([f666393][16])

#### ⚙️ Build System

- Add all-contributors ([84bff68][13])
- Add all-contributors ([84bff68][17])
- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.0
([87a9164][14])
([87a9164][18])
- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.1
([d2d183f][15])
([d2d183f][19])

### [1.0.2][16] (2022-10-22)
### [1.0.2][20] (2022-10-22)

#### ⚙️ Build System

- **package:** fix npm test script jest invocations ([a2ccf80][17])
- **package:** fix npm test script jest invocations ([a2ccf80][21])
- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.1
([f834b93][18])
([f834b93][22])
- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.2
([6b1b250][19])
([6b1b250][23])

### [1.0.1][20] (2022-10-21)
### [1.0.1][24] (2022-10-21)

#### 🪄 Fixes

- **packages/remark-ignore:** ensure types packages are included as dependencies
([bcdf0a3][21])
([bcdf0a3][25])

#### ⚙️ Build System

- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][22])
- **package:** add doctoc to npm format script ([112d42c][23])
- Update core build toolchain ([19243d6][24])
- Update core lint npm script; add lint:all npm script ([bd84d8f][25])
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][26])
- **package:** add doctoc to npm format script ([112d42c][27])
- Update core build toolchain ([19243d6][28])
- Update core lint npm script; add lint:all npm script ([bd84d8f][29])

## [1.0.0][26] (2022-10-19)
## [1.0.0][30] (2022-10-19)

#### ⚙️ Build System

- **package:** defer to jest.config.js for coverage options ([05cd09e][27])
- **packages:** add node export condition to packages ([cfa7557][28])
- **package:** use actual test ignore regex pattern ([6358888][29])
- **package:** defer to jest.config.js for coverage options ([05cd09e][31])
- **packages:** add node export condition to packages ([cfa7557][32])
- **package:** use actual test ignore regex pattern ([6358888][33])

[1]: https://conventionalcommits.org
[2]: https://semver.org
[3]:
https://github.com/Xunnamius/unified-utils/compare/[email protected].5...remark-ignore@1.0.6
https://github.com/Xunnamius/unified-utils/compare/[email protected].6...remark-ignore@2.0.0
[4]:
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
[5]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.5
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
[6]:
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
[7]:
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.6
[8]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.4
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
[9]:
https://github.com/Xunnamius/unified-utils/commit/cd392f9f88595aac78a8c9bb026a431d8c9639f5
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.5
[10]:
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
[11]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.3
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
[12]:
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.4
[13]:
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
https://github.com/Xunnamius/unified-utils/commit/cd392f9f88595aac78a8c9bb026a431d8c9639f5
[14]:
https://github.com/Xunnamius/unified-utils/commit/87a9164d59b636246771bfa76bd687487b0758dc
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
[15]:
https://github.com/Xunnamius/unified-utils/commit/d2d183fd804c45e8a43044f8b080ea2487916317
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.3
[16]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2
https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba
[17]:
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
[18]:
https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0
https://github.com/Xunnamius/unified-utils/commit/87a9164d59b636246771bfa76bd687487b0758dc
[19]:
https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1
https://github.com/Xunnamius/unified-utils/commit/d2d183fd804c45e8a43044f8b080ea2487916317
[20]:
https://github.com/Xunnamius/unified-utils/compare/[email protected].0[email protected].1
https://github.com/Xunnamius/unified-utils/compare/[email protected].1[email protected].2
[21]:
https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
[22]:
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0
[23]:
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1
[24]:
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
[25]:
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b
[26]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
[27]:
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
[28]:
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
[29]:
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
[30]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]
[31]:
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
[32]:
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
[33]:
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
2 changes: 1 addition & 1 deletion packages/remark-ignore/docs/modules/end.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ node with all hidden child nodes revealed.

#### Defined in

[packages/remark-ignore/src/end.ts:18](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-ignore/src/end.ts#L18)
[packages/remark-ignore/src/end.ts:18](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-ignore/src/end.ts#L18)
2 changes: 1 addition & 1 deletion packages/remark-ignore/docs/modules/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ node with all child nodes following an ignore command having been hidden.

#### Defined in

[packages/remark-ignore/src/start.ts:23](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-ignore/src/start.ts#L23)
[packages/remark-ignore/src/start.ts:23](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-ignore/src/start.ts#L23)
2 changes: 1 addition & 1 deletion packages/remark-ignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-ignore",
"version": "1.0.6",
"version": "2.0.0",
"description": "remark plugin to exclude one or more nodes from transformation in the manner of \"prettier-ignore\" or \"instanbul ignore next\"",
"keywords": [
"unified",
Expand Down

0 comments on commit 16e03d8

Please sign in to comment.