Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 0772bcb

Browse files
committed
Deprecate
1 parent 11bfaea commit 0772bcb

File tree

12 files changed

+5
-472
lines changed

12 files changed

+5
-472
lines changed

.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/bb.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.prettierignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

index.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

license

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,6 @@
11
{
2+
"bugs": "https://github.com/remarkjs/remark-external-links/issues",
23
"name": "remark-external-links",
3-
"version": "9.0.1",
4-
"description": "Legacy remark plugin to automatically add target and rel attributes to external links — please use `rehype-external-links`",
5-
"license": "MIT",
6-
"keywords": [],
74
"repository": "remarkjs/remark-external-links",
8-
"bugs": "https://github.com/remarkjs/remark-external-links/issues",
9-
"funding": {
10-
"type": "opencollective",
11-
"url": "https://opencollective.com/unified"
12-
},
13-
"author": "Cédric Delpoux <[email protected]>",
14-
"contributors": [
15-
"Cédric Delpoux <[email protected]>",
16-
"Titus Wormer <[email protected]> (https://wooorm.com)",
17-
"Merlijn Vos <[email protected]>",
18-
"Takayosi Amagi <[email protected]>",
19-
"Zach Schnackel <[email protected]>",
20-
"Tsuyusato Kitsune <[email protected]>",
21-
"Matsuko Friedland <[email protected]>"
22-
],
23-
"sideEffects": false,
24-
"type": "module",
25-
"main": "index.js",
26-
"types": "index.d.ts",
27-
"files": [
28-
"index.d.ts",
29-
"index.js"
30-
],
31-
"dependencies": {
32-
"@types/hast": "^2.3.2",
33-
"@types/mdast": "^3.0.0",
34-
"extend": "^3.0.0",
35-
"is-absolute-url": "^4.0.0",
36-
"mdast-util-definitions": "^5.0.0",
37-
"space-separated-tokens": "^2.0.0",
38-
"unified": "^10.0.0",
39-
"unist-util-visit": "^4.0.0"
40-
},
41-
"devDependencies": {
42-
"@types/extend": "^3.0.1",
43-
"@types/tape": "^4.0.0",
44-
"c8": "^7.0.0",
45-
"prettier": "^2.0.0",
46-
"remark": "^14.0.0",
47-
"remark-cli": "^10.0.0",
48-
"remark-html": "^14.0.0",
49-
"remark-preset-wooorm": "^9.0.0",
50-
"rimraf": "^3.0.0",
51-
"tape": "^5.0.0",
52-
"type-coverage": "^2.0.0",
53-
"typescript": "^4.0.0",
54-
"xo": "^0.44.0"
55-
},
56-
"scripts": {
57-
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
58-
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
59-
"test-api": "node --conditions development test.js",
60-
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
61-
"test": "npm run build && npm run format && npm run test-coverage"
62-
},
63-
"prettier": {
64-
"tabWidth": 2,
65-
"useTabs": false,
66-
"singleQuote": true,
67-
"bracketSpacing": false,
68-
"semi": false,
69-
"trailingComma": "none"
70-
},
71-
"xo": {
72-
"prettier": true
73-
},
74-
"remarkConfig": {
75-
"plugins": [
76-
"preset-wooorm"
77-
]
78-
},
79-
"typeCoverage": {
80-
"atLeast": 100,
81-
"detail": true,
82-
"strict": true,
83-
"ignoreCatch": true
84-
}
5+
"version": "10.0.0"
856
}

readme.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
# remark-external-links
22

3-
**Stability: Legacy**.
4-
This package is no longer recommended for use.
5-
It’s still covered by semantic-versioning guarantees and not yet deprecated,
6-
but use of this package should be avoided.
3+
Deprecated: this package is no longer maintained.
74
Please use `remark-rehype` to move from remark (markdown) to rehype (HTML)
85
and then replace `remark-external-links` with
96
[`rehype-external-links`][rehype-external-links].
107

11-
Legacy [documentation for this package](https://github.com/remarkjs/remark-external-links/tree/307f8dc)
12-
is still available in Git.
8+
[Git][] is still intact and previous versions can still be used without warnings.
139

14-
## License
15-
16-
[MIT][license] © [Cédric Delpoux][author]
17-
18-
<!-- Definitions -->
19-
20-
[license]: license
21-
22-
[author]: https://xuopled.netlify.com
10+
[git]: https://github.com/remarkjs/remark-external-links/tree/11bfaea
2311

2412
[rehype-external-links]: https://github.com/rehypejs/rehype-external-links

0 commit comments

Comments
 (0)