From 15bcf895d8a2c5de54f8cb3df5cd6e3baa789d8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 22:10:07 +0000 Subject: [PATCH 1/9] chore(deps): update dependency @webtorrent/semantic-release-config to v1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fcaef92..433e2c88 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "ws": "^7.4.5" }, "devDependencies": { - "@webtorrent/semantic-release-config": "1.0.7", + "@webtorrent/semantic-release-config": "1.0.8", "magnet-uri": "6.2.0", "semantic-release": "18.0.1", "standard": "*", From bf74ecf70bef8e8deb335d6327f707348b328a00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 01:21:07 +0000 Subject: [PATCH 2/9] chore(deps): update dependency tape to v5.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 433e2c88..5807bff9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "magnet-uri": "6.2.0", "semantic-release": "18.0.1", "standard": "*", - "tape": "5.5.3", + "tape": "5.6.1", "webtorrent-fixtures": "1.7.5", "wrtc": "0.4.7" }, From 926ceee0bac6dfe49877566aaa3cf645689492d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:39:00 -0500 Subject: [PATCH 3/9] fix(deps): update dependency bencode to v3 (#434) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5807bff9..de7c4f62 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "type": "module", "dependencies": { - "bencode": "^2.0.1", + "bencode": "^3.0.0", "bittorrent-peerid": "^1.3.3", "bn.js": "^5.2.0", "chrome-dgram": "^3.0.6", From 35ede9c8d770508806e52d3e250387c9e3a6d5da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:39:20 -0500 Subject: [PATCH 4/9] chore(deps): update dependency webtorrent-fixtures to v2 (#436) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de7c4f62..a91ac070 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "semantic-release": "18.0.1", "standard": "*", "tape": "5.6.1", - "webtorrent-fixtures": "1.7.5", + "webtorrent-fixtures": "2.0.0", "wrtc": "0.4.7" }, "engines": { From 40c25674f5e09af520138132aa84c3dba17608b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:39:48 -0500 Subject: [PATCH 5/9] chore(deps): update actions/stale action to v6 (#428) [skip ci] Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 546af60a..bd98abab 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?' From ac84fbd44c16c77f594af9f406bedbfd1a4376ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:40:11 -0500 Subject: [PATCH 6/9] chore(deps): update dependency semantic-release to v19 [security] (#423) [skip ci] Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a91ac070..54cd89bd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@webtorrent/semantic-release-config": "1.0.8", "magnet-uri": "6.2.0", - "semantic-release": "18.0.1", + "semantic-release": "19.0.3", "standard": "*", "tape": "5.6.1", "webtorrent-fixtures": "2.0.0", From 9be843c5e46ac2ab518187bf0d348e1e69e8633d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:40:29 -0500 Subject: [PATCH 7/9] fix(deps): update dependency string2compact to v2 (#437) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54cd89bd..e1c84787 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "simple-peer": "^9.11.0", "simple-websocket": "^9.1.0", "socks": "^2.0.0", - "string2compact": "^1.3.0", + "string2compact": "^2.0.0", "unordered-array-remove": "^1.0.2", "ws": "^7.4.5" }, From cb0bdfcfa7f820ca9680e804914ee81b3b4fa25c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 11:40:48 -0500 Subject: [PATCH 8/9] chore(deps): update dependency semantic-release to v19.0.5 (#438) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1c84787..d34674f7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@webtorrent/semantic-release-config": "1.0.8", "magnet-uri": "6.2.0", - "semantic-release": "19.0.3", + "semantic-release": "19.0.5", "standard": "*", "tape": "5.6.1", "webtorrent-fixtures": "2.0.0", From df39fed6faf20b6a345fe6136759294ddbbe7b65 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Dec 2022 16:43:39 +0000 Subject: [PATCH 9/9] chore(release): 10.0.1 ## [10.0.1](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.0...v10.0.1) (2022-12-07) ### Bug Fixes * **deps:** update dependency bencode to v3 ([#434](https://github.com/webtorrent/bittorrent-tracker/issues/434)) [skip ci] ([926ceee](https://github.com/webtorrent/bittorrent-tracker/commit/926ceee0bac6dfe49877566aaa3cf645689492d1)) * **deps:** update dependency string2compact to v2 ([#437](https://github.com/webtorrent/bittorrent-tracker/issues/437)) ([9be843c](https://github.com/webtorrent/bittorrent-tracker/commit/9be843c5e46ac2ab518187bf0d348e1e69e8633d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99cb6f6..3d9e92d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [10.0.1](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.0...v10.0.1) (2022-12-07) + + +### Bug Fixes + +* **deps:** update dependency bencode to v3 ([#434](https://github.com/webtorrent/bittorrent-tracker/issues/434)) [skip ci] ([926ceee](https://github.com/webtorrent/bittorrent-tracker/commit/926ceee0bac6dfe49877566aaa3cf645689492d1)) +* **deps:** update dependency string2compact to v2 ([#437](https://github.com/webtorrent/bittorrent-tracker/issues/437)) ([9be843c](https://github.com/webtorrent/bittorrent-tracker/commit/9be843c5e46ac2ab518187bf0d348e1e69e8633d)) + # [10.0.0](https://github.com/webtorrent/bittorrent-tracker/compare/v9.19.0...v10.0.0) (2022-12-05) diff --git a/package.json b/package.json index d34674f7..856f18c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bittorrent-tracker", "description": "Simple, robust, BitTorrent tracker (client & server) implementation", - "version": "10.0.0", + "version": "10.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",