Skip to content

Commit 10bf51d

Browse files
JounQinwooorm
authored andcommitted
Update dev-dependencies
Closes GH-78. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Christian Murphy <[email protected]>
1 parent 579fef8 commit 10bf51d

File tree

2 files changed

+57
-58
lines changed

2 files changed

+57
-58
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@
3131
"description": "unified engine to process multiple files, lettings users configure from the file system",
3232
"devDependencies": {
3333
"@types/extend": "^3.0.0",
34-
"@types/parse-json": "^4.0.0",
3534
"c8": "^10.0.0",
3635
"prettier": "^3.0.0",
3736
"remark": "^15.0.0",
3837
"remark-cli": "^12.0.0",
39-
"remark-preset-wooorm": "^10.0.0",
38+
"remark-preset-wooorm": "^11.0.0",
4039
"remark-toc": "^9.0.0",
4140
"strip-ansi": "^7.0.0",
4241
"type-coverage": "^2.0.0",

readme.md

+56-56
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ test/{input,tree}/
611611
If we had an ignore file `folder/.remarkignore`, with the value: `index.txt`,
612612
and our file system looked as follows:
613613

614-
```txt
614+
```text
615615
folder/.remarkignore
616616
folder/index.txt
617617
index.txt
@@ -656,7 +656,7 @@ engine(
656656
657657
Yields:
658658
659-
```txt
659+
```text
660660
example.md: no issues found
661661
```
662662
@@ -849,7 +849,7 @@ engine(
849849
850850
Yields:
851851
852-
```txt
852+
```text
853853
~/alpha/bravo/charlie.md
854854
1:1 warning Missing newline character at end of file final-newline remark-lint
855855

@@ -1048,7 +1048,7 @@ Where `doc.md` looks as follows:
10481048
10491049
Yields:
10501050
1051-
```txt
1051+
```text
10521052
root[1] (1:1-2:1, 0-27)
10531053
└─ paragraph[1] (1:1-1:27, 0-26)
10541054
└─ text: "foo" (1:2-1:5, 1-4)
@@ -1361,7 +1361,7 @@ engine(
13611361
13621362
Yields:
13631363
1364-
```txt
1364+
```text
13651365
<stdin>
13661366
1:1 warning Missing newline character at end of file final-newline remark-lint
13671367

@@ -1579,52 +1579,78 @@ abide by its terms.
15791579
15801580
<!-- Definitions -->
15811581
1582-
[build-badge]: https://github.com/unifiedjs/unified-engine/workflows/main/badge.svg
1582+
[api-callback]: #callback
15831583
1584-
[build]: https://github.com/unifiedjs/unified-engine/actions
1584+
[api-completer]: #completer
15851585
1586-
[coverage-badge]: https://img.shields.io/codecov/c/github/unifiedjs/unified-engine.svg
1586+
[api-config-result]: #configresult
15871587
1588-
[coverage]: https://codecov.io/github/unifiedjs/unified-engine
1588+
[api-config-transform]: #configtransform
15891589
1590-
[downloads-badge]: https://img.shields.io/npm/dm/unified-engine.svg
1590+
[api-configuration]: #configuration
15911591
1592-
[downloads]: https://www.npmjs.com/package/unified-engine
1592+
[api-context]: #context
15931593
1594-
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
1594+
[api-engine]: #engineoptions-callback
1595+
1596+
[api-file-set]: #fileset
1597+
1598+
[api-options]: #options
1599+
1600+
[api-preset]: #preset
1601+
1602+
[api-resolve-from]: #resolvefrom
1603+
1604+
[api-vfile-reporter]: #vfilereporter
1605+
1606+
[author]: https://wooorm.com
15951607
15961608
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
15971609
1598-
[collective]: https://opencollective.com/unified
1610+
[build]: https://github.com/unifiedjs/unified-engine/actions
15991611
1600-
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
1612+
[build-badge]: https://github.com/unifiedjs/unified-engine/workflows/main/badge.svg
16011613
16021614
[chat]: https://github.com/unifiedjs/unified/discussions
16031615
1604-
[npm]: https://docs.npmjs.com/cli/install
1616+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
16051617
1606-
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
1618+
[coc]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md
16071619
1608-
[typescript]: https://www.typescriptlang.org
1620+
[collective]: https://opencollective.com/unified
16091621
1610-
[health]: https://github.com/unifiedjs/.github
1622+
[config-files]: #config-files
16111623
16121624
[contributing]: https://github.com/unifiedjs/.github/blob/main/contributing.md
16131625
1614-
[support]: https://github.com/unifiedjs/.github/blob/main/support.md
1626+
[coverage]: https://codecov.io/github/unifiedjs/unified-engine
16151627
1616-
[coc]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md
1628+
[coverage-badge]: https://img.shields.io/codecov/c/github/unifiedjs/unified-engine.svg
16171629
1618-
[license]: license
1630+
[downloads]: https://www.npmjs.com/package/unified-engine
16191631
1620-
[author]: https://wooorm.com
1632+
[downloads-badge]: https://img.shields.io/npm/dm/unified-engine.svg
1633+
1634+
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
16211635
16221636
[gitignore]: https://git-scm.com/docs/gitignore
16231637
1638+
[health]: https://github.com/unifiedjs/.github
1639+
1640+
[ignore-files]: #ignore-files
1641+
1642+
[license]: license
1643+
16241644
[node-glob]: https://github.com/isaacs/node-glob#glob-primer
16251645
16261646
[node-ignore]: https://github.com/kaelzhang/node-ignore
16271647
1648+
[node-readable-stream]: https://nodejs.org/api/stream.html#readable-streams
1649+
1650+
[node-writable-stream]: https://nodejs.org/api/stream.html#writable-streams
1651+
1652+
[npm]: https://docs.npmjs.com/cli/install
1653+
16281654
[remark]: https://github.com/remarkjs/remark
16291655
16301656
[remark-cli]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli#readme
@@ -1637,16 +1663,22 @@ abide by its terms.
16371663
16381664
[remark-unlink]: https://github.com/remarkjs/remark-unlink
16391665
1640-
[unified]: https://github.com/unifiedjs/unified
1666+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
16411667
1642-
[unified-processor]: https://github.com/unifiedjs/unified#processor-1
1668+
[support]: https://github.com/unifiedjs/.github/blob/main/support.md
1669+
1670+
[typescript]: https://www.typescriptlang.org
1671+
1672+
[unified]: https://github.com/unifiedjs/unified
16431673
16441674
[unified-args]: https://github.com/unifiedjs/unified-args
16451675
16461676
[unified-engine-gulp]: https://github.com/unifiedjs/unified-engine-gulp
16471677
16481678
[unified-language-server]: https://github.com/unifiedjs/unified-language-server
16491679
1680+
[unified-processor]: https://github.com/unifiedjs/unified#processor-1
1681+
16501682
[unified-settings]: https://github.com/unifiedjs/unified#settings
16511683
16521684
[unist-util-inspect]: https://github.com/syntax-tree/unist-util-inspect
@@ -1658,35 +1690,3 @@ abide by its terms.
16581690
[vfile-reporter-json]: https://github.com/vfile/vfile-reporter-json
16591691
16601692
[vfile-reporter-options]: https://github.com/vfile/vfile-reporter#options
1661-
1662-
[node-readable-stream]: https://nodejs.org/api/stream.html#readable-streams
1663-
1664-
[node-writable-stream]: https://nodejs.org/api/stream.html#writable-streams
1665-
1666-
[config-files]: #config-files
1667-
1668-
[ignore-files]: #ignore-files
1669-
1670-
[api-configuration]: #configuration
1671-
1672-
[api-engine]: #engineoptions-callback
1673-
1674-
[api-completer]: #completer
1675-
1676-
[api-callback]: #callback
1677-
1678-
[api-config-result]: #configresult
1679-
1680-
[api-config-transform]: #configtransform
1681-
1682-
[api-context]: #context
1683-
1684-
[api-file-set]: #fileset
1685-
1686-
[api-options]: #options
1687-
1688-
[api-preset]: #preset
1689-
1690-
[api-resolve-from]: #resolvefrom
1691-
1692-
[api-vfile-reporter]: #vfilereporter

0 commit comments

Comments
 (0)