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

Commit 7b79c1b

Browse files
committed
fix: add deprecation notice to readmes (#4362)
Adds a notice to every readme advising of deprecation and containing pointers to docs that help with the upgrade to Helia.
1 parent 410725b commit 7b79c1b

File tree

23 files changed

+124
-2
lines changed

23 files changed

+124
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
<p align="center">
28
<a href="https://js.ipfs.io" title="JS IPFS">
39
<img src="https://ipfs.io/ipfs/Qme6KJdKcp85TYbLxuLV7oQzMiLremD7HMoXLZEmgo6Rnh/js-ipfs-sticker.png" alt="IPFS in JavaScript logo" width="244" />

packages/interface-ipfs-core/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# interface-ipfs-core <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"pako": "^2.0.4",
113113
"readable-stream": "^4.0.0",
114114
"sinon": "^15.0.1",
115+
"stream": "^0.0.2",
115116
"uint8arrays": "^4.0.2",
116117
"wherearewe": "^2.0.1"
117118
},

packages/ipfs-cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# ipfs-cli <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

packages/ipfs-cli/src/commands/config/profile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const command = {
1212

1313
builder (yargs) {
1414
return yargs
15-
// @ts-expect-error types are wrong
1615
.command(commands)
1716
},
1817

packages/ipfs-client/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# ipfs-client <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

packages/ipfs-core-config/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# ipfs-core-config <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

packages/ipfs-core-types/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# ipfs-core-types <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

packages/ipfs-core-utils/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# ipfs-core-utils <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

packages/ipfs-core/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
2+
>
3+
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
4+
>
5+
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
6+
17
# ipfs-core <!-- omit in toc -->
28

39
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)

0 commit comments

Comments
 (0)