chore(deps)(deps): bump the transitive group across 1 directory with 32 updates#514
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps)(deps): bump the transitive group across 1 directory with 32 updates#514dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
…32 updates Bumps the transitive group with 32 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@libp2p/peer-id](https://github.com/libp2p/js-libp2p) | `6.0.8` | `6.0.9` | | [@multiformats/multiaddr](https://github.com/multiformats/js-multiaddr) | `13.0.1` | `13.0.3` | | [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) | `2.1.1` | `2.2.0` | | [@noble/curves](https://github.com/paulmillr/noble-curves) | `2.0.1` | `2.2.0` | | [@noble/hashes](https://github.com/paulmillr/noble-hashes) | `2.0.1` | `2.2.0` | | [@libp2p/autonat](https://github.com/libp2p/js-libp2p) | `3.0.18` | `3.0.19` | | [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p) | `12.0.19` | `12.0.21` | | [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) | `4.2.3` | `4.2.4` | | [@libp2p/crypto](https://github.com/libp2p/js-libp2p) | `5.1.17` | `5.1.18` | | [@libp2p/dcutr](https://github.com/libp2p/js-libp2p) | `3.0.18` | `3.0.19` | | [@libp2p/gossipsub](https://github.com/libp2p/js-libp2p) | `15.0.20` | `15.0.22` | | [@libp2p/identify](https://github.com/libp2p/js-libp2p) | `4.1.3` | `4.1.5` | | [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) | `16.2.4` | `16.2.6` | | [@libp2p/mdns](https://github.com/libp2p/js-libp2p) | `12.0.19` | `12.0.21` | | [@libp2p/ping](https://github.com/libp2p/js-libp2p) | `3.1.3` | `3.1.4` | | [@libp2p/tcp](https://github.com/libp2p/js-libp2p) | `11.0.18` | `11.0.19` | | [@libp2p/websockets](https://github.com/libp2p/js-libp2p) | `10.1.11` | `10.1.12` | | [@noble/ed25519](https://github.com/paulmillr/noble-ed25519) | `3.0.0` | `3.1.0` | | [libp2p](https://github.com/libp2p/js-libp2p) | `3.2.3` | `3.3.0` | | [protobufjs](https://github.com/protobufjs/protobuf.js) | `8.0.0` | `8.3.0` | | [ajv](https://github.com/ajv-validator/ajv) | `8.18.0` | `8.20.0` | | [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) | `5.4.0` | `5.6.1` | | [solady](https://github.com/vectorized/solady) | `0.0.285` | `0.1.26` | | [force-graph](https://github.com/vasturiano/force-graph) | `1.51.1` | `1.51.4` | | [oxigraph](https://github.com/oxigraph/oxigraph/tree/HEAD/js) | `0.5.5` | `0.5.8` | | [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.27.1` | `1.29.0` | | [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.9.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.6` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.6` | | [@openuidev/react-lang](https://github.com/thesysdev/openui/tree/HEAD/packages/react-lang) | `0.2.3` | `0.2.4` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.14.0` | `1.16.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.12` | `5.0.13` | Updates `@libp2p/peer-id` from 6.0.8 to 6.0.9 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@daemon-v6.0.8...daemon-v6.0.9) Updates `@multiformats/multiaddr` from 13.0.1 to 13.0.3 - [Release notes](https://github.com/multiformats/js-multiaddr/releases) - [Changelog](https://github.com/multiformats/js-multiaddr/blob/main/CHANGELOG.md) - [Commits](multiformats/js-multiaddr@v13.0.1...v13.0.3) Updates `@noble/ciphers` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/paulmillr/noble-ciphers/releases) - [Commits](paulmillr/noble-ciphers@2.1.1...2.2.0) Updates `@noble/curves` from 2.0.1 to 2.2.0 - [Release notes](https://github.com/paulmillr/noble-curves/releases) - [Commits](paulmillr/noble-curves@2.0.1...2.2.0) Updates `@noble/hashes` from 2.0.1 to 2.2.0 - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](paulmillr/noble-hashes@2.0.1...2.2.0) Updates `@libp2p/autonat` from 3.0.18 to 3.0.19 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@perf-v3.0.18...perf-v3.0.19) Updates `@libp2p/bootstrap` from 12.0.19 to 12.0.21 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@mdns-v12.0.19...mdns-v12.0.21) Updates `@libp2p/circuit-relay-v2` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@peer-id-v4.2.3...peer-id-v4.2.4) Updates `@libp2p/crypto` from 5.1.17 to 5.1.18 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@crypto-v5.1.17...crypto-v5.1.18) Updates `@libp2p/dcutr` from 3.0.18 to 3.0.19 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@perf-v3.0.18...perf-v3.0.19) Updates `@libp2p/gossipsub` from 15.0.20 to 15.0.22 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@gossipsub-v15.0.20...gossipsub-v15.0.22) Updates `@libp2p/identify` from 4.1.3 to 4.1.5 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@fetch-v4.1.3...crypto-v4.1.5) Updates `@libp2p/kad-dht` from 16.2.4 to 16.2.6 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@kad-dht-v16.2.4...kad-dht-v16.2.6) Updates `@libp2p/mdns` from 12.0.19 to 12.0.21 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@mdns-v12.0.19...mdns-v12.0.21) Updates `@libp2p/ping` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@echo-v3.1.3...echo-v3.1.4) Updates `@libp2p/tcp` from 11.0.18 to 11.0.19 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@tcp-v11.0.18...tcp-v11.0.19) Updates `@libp2p/websockets` from 10.1.11 to 10.1.12 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@tcp-v10.1.11...tcp-v10.1.12) Updates `@noble/ed25519` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/paulmillr/noble-ed25519/releases) - [Commits](paulmillr/noble-ed25519@3.0.0...3.1.0) Updates `libp2p` from 3.2.3 to 3.3.0 - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Commits](libp2p/js-libp2p@libp2p-v3.2.3...libp2p-v3.3.0) Updates `protobufjs` from 8.0.0 to 8.3.0 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v8.0.0...protobufjs-v8.3.0) Updates `ajv` from 8.18.0 to 8.20.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v8.18.0...v8.20.0) Updates `@openzeppelin/contracts` from 5.4.0 to 5.6.1 - [Release notes](https://github.com/OpenZeppelin/openzeppelin-contracts/releases) - [Changelog](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md) - [Commits](OpenZeppelin/openzeppelin-contracts@v5.4.0...v5.6.1) Updates `solady` from 0.0.285 to 0.1.26 - [Release notes](https://github.com/vectorized/solady/releases) - [Commits](Vectorized/solady@v0.0.285...v0.1.26) Updates `force-graph` from 1.51.1 to 1.51.4 - [Commits](vasturiano/force-graph@v1.51.1...v1.51.4) Updates `oxigraph` from 0.5.5 to 0.5.8 - [Release notes](https://github.com/oxigraph/oxigraph/releases) - [Changelog](https://github.com/oxigraph/oxigraph/blob/v0.5.8/CHANGELOG.md) - [Commits](https://github.com/oxigraph/oxigraph/commits/v0.5.8/js) Updates `@modelcontextprotocol/sdk` from 1.27.1 to 1.29.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](modelcontextprotocol/typescript-sdk@v1.27.1...v1.29.0) Updates `yaml` from 2.8.3 to 2.9.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.3...v2.9.0) Updates `react` from 19.2.4 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) Updates `react-dom` from 19.2.4 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom) Updates `@openuidev/react-lang` from 0.2.3 to 0.2.4 - [Commits](https://github.com/thesysdev/openui/commits/HEAD/packages/react-lang) Updates `lucide-react` from 1.14.0 to 1.16.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.16.0/packages/lucide-react) Updates `zustand` from 5.0.12 to 5.0.13 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.12...v5.0.13) --- updated-dependencies: - dependency-name: "@libp2p/autonat" dependency-version: 3.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/bootstrap" dependency-version: 12.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/circuit-relay-v2" dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/crypto" dependency-version: 5.1.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/dcutr" dependency-version: 3.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/gossipsub" dependency-version: 15.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/identify" dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/kad-dht" dependency-version: 16.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/mdns" dependency-version: 12.0.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/peer-id" dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/ping" dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/tcp" dependency-version: 11.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@libp2p/websockets" dependency-version: 10.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: "@multiformats/multiaddr" dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@noble/ciphers" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: "@noble/curves" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: "@noble/ed25519" dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: "@noble/hashes" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: "@openuidev/react-lang" dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: "@openzeppelin/contracts" dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: ajv dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: force-graph dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: libp2p dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: lucide-react dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: oxigraph dependency-version: 0.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: protobufjs dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive - dependency-name: solady dependency-version: 0.1.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: yaml dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: transitive - dependency-name: zustand dependency-version: 5.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: transitive ... Signed-off-by: dependabot[bot] <support@github.com>
2671d76 to
541c3a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the transitive group with 32 updates in the / directory:
6.0.86.0.913.0.113.0.32.1.12.2.02.0.12.2.02.0.12.2.03.0.183.0.1912.0.1912.0.214.2.34.2.45.1.175.1.183.0.183.0.1915.0.2015.0.224.1.34.1.516.2.416.2.612.0.1912.0.213.1.33.1.411.0.1811.0.1910.1.1110.1.123.0.03.1.03.2.33.3.08.0.08.3.08.18.08.20.05.4.05.6.10.0.2850.1.261.51.11.51.40.5.50.5.81.27.11.29.02.8.32.9.019.2.419.2.619.2.419.2.60.2.30.2.41.14.01.16.05.0.125.0.13Updates
@libp2p/peer-idfrom 6.0.8 to 6.0.9Release notes
Sourced from @libp2p/peer-id's releases.
Commits
0bbf502chore: release main (#3342)d1ff510feat: add routing field to providers (#3340)Updates
@multiformats/multiaddrfrom 13.0.1 to 13.0.3Release notes
Sourced from @multiformats/multiaddr's releases.
Changelog
Sourced from @multiformats/multiaddr's changelog.
Commits
35cc0d9chore(release): 13.0.3 [skip ci]e80b489fix: export registry as interface instance (#437)cab9066chore(release): 13.0.2 [skip ci]c21e208deps: bump multiformats from 13.4.2 to 14.0.0 (#432)b9354d3chore: bump aegir from 47.2.0 to 48.0.4 (#435)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@multiformats/multiaddrsince your current version.Updates
@noble/ciphersfrom 2.1.1 to 2.2.0Release notes
Sourced from @noble/ciphers's releases.
Commits
b097e68Release 2.2.0.0c24e29Minor formatting fix7e7ec1eMerge pull request #68 from ChALkeR/patch-25316f58fixup: also in chacha953887ffixup: cleanup ciphPlaintext too98b8578fix: cleanup on salsa tag mismatche160698Merge pull request #67 from ChALkeR/patch-13d91c2aMinor formatting fixes400bea0fix: cleanup in gcm tag mismatch4361ffcRun prettier format on testsUpdates
@noble/curvesfrom 2.0.1 to 2.2.0Release notes
Sourced from @noble/curves's releases.
Commits
043905dRelease 2.2.0.aa55711Add more tests for wnaf1574a6cRemove unused argument from multiplyUnsafeea1c7b3Fix typo in createOPRF. gh-23422057a1Merge pull request #235 from ChALkeR/chalker/deepview/endo/0d04fb69Merge pull request #236 from ChALkeR/patch-48041fecInline toAffine and assertPointValid76b26befix a misleading commentdf0ccf4Bump noble-hashes to 2.2.03e5f1b8Run prettier format on testsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@noble/curvessince your current version.Updates
@noble/hashesfrom 2.0.1 to 2.2.0Release notes
Sourced from @noble/hashes's releases.
Commits
81983c2Release 2.2.0.8883d32Minor syntax fixese5fedbaRun prettier format on tests72e2083Changes related to March 2026 audit (new tests)fd9f580Changes related to March 2026 audit (typed arrays)9a216b5Changes related to March 2026 audit85e35d5Clarify sha3.cc8ea40Merge pull request #126 from ChALkeR/chalker/unroll/sha3/0/chi46c3129Bump typescript to 6.0.2ca90465Bump devdeps.Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@noble/hashessince your current version.Updates
@libp2p/autonatfrom 3.0.18 to 3.0.19Release notes
Sourced from @libp2p/autonat's releases.
... (truncated)
Commits
ebb8db8chore: release main (#2480)b17824afeat: add queue success and failure events (#2481)2c56203feat: add isDialable method to libp2p (#2479)c5003d4chore: release main (#2475)732c436ci: bump codecov/codecov-action from 4.1.1 to 4.2.0 (#2473)0cfcc4dfix: limit max dial queue size (#2472)936dbbafix: decrease default dial timeout (#2471)2b2958fdeps: bump stream-to-it from 0.2.4 to 1.0.0 (#2474)Updates
@libp2p/bootstrapfrom 12.0.19 to 12.0.21Release notes
Sourced from @libp2p/bootstrap's releases.
Commits
48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)81e8dccrefactor(libp2p): drop asMultiaddr, use composite sort (#3492)7a35523feat(utils): add multiaddr sort comparators (#3488)5c1e8ccchore: release main (#3482)d1ab982fix(gossipsub): use monotonic seqnos (#3487)3a5e46efix: emit self:peer:update on observed address removal (#3483)10b2bdfdeps: update node-datachannel to 0.32.x (#3481)Updates
@libp2p/circuit-relay-v2from 4.2.3 to 4.2.4Commits
52ac523chore: release main (#2657)1dfb74efeat: add WebSockets metrics (#2649)7939dbdfeat: add connection monitor (#2644)c5dba70Create funding.json0edbfe7fix: remove CustomEvent polyfill (#2652)Updates
@libp2p/cryptofrom 5.1.17 to 5.1.18Release notes
Sourced from @libp2p/crypto's releases.
Commits
48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)81e8dccrefactor(libp2p): drop asMultiaddr, use composite sort (#3492)7a35523feat(utils): add multiaddr sort comparators (#3488)5c1e8ccchore: release main (#3482)d1ab982fix(gossipsub): use monotonic seqnos (#3487)3a5e46efix: emit self:peer:update on observed address removal (#3483)10b2bdfdeps: update node-datachannel to 0.32.x (#3481)Updates
@libp2p/dcutrfrom 3.0.18 to 3.0.19Release notes
Sourced from @libp2p/dcutr's releases.
... (truncated)
Commits
ebb8db8chore: release main (#2480)b17824afeat: add queue success and failure events (#2481)2c56203feat: add isDialable method to libp2p (#2479)c5003d4chore: release main (#2475)732c436ci: bump codecov/codecov-action from 4.1.1 to 4.2.0 (#2473)0cfcc4dfix: limit max dial queue size (#2472)936dbbafix: decrease default dial timeout (#2471)2b2958fdeps: bump stream-to-it from 0.2.4 to 1.0.0 (#2474)Updates
@libp2p/gossipsubfrom 15.0.20 to 15.0.22Release notes
Sourced from @libp2p/gossipsub's releases.
Commits
48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)81e8dccrefactor(libp2p): drop asMultiaddr, use composite sort (#3492)7a35523feat(utils): add multiaddr sort comparators (#3488)5c1e8ccchore: release main (#3482)d1ab982fix(gossipsub): use monotonic seqnos (#3487)3a5e46efix: emit self:peer:update on observed address removal (#3483)10b2bdfdeps: update node-datachannel to 0.32.x (#3481)Updates
@libp2p/identifyfrom 4.1.3 to 4.1.5Release notes
Sourced from @libp2p/identify's releases.
Commits
b816fd9chore: release main (#2600)abb9f90fix: add dial progress events to transports (#2607)af85a7cfix: add default STUN servers to WebRTC transport (#2606)21cf7bcfix: WebTransport fail gracefully in Safari (#2605)b0b6caefeat: add url peer id (#2598)6573cb8feat: invoke progress events during dialing (#2596)15eb664fix: add rpc to metrics-devtools (#2595)3b9cbf7deps: bump node-datachannel from 0.9.2 to 0.10.0 (#2604)0b55625fix: move mplex capabilities to the factory (#2597)703b390chore: release main (#2585)Updates
@libp2p/kad-dhtfrom 16.2.4 to 16.2.6Release notes
Sourced from @libp2p/kad-dht's releases.
Commits
94f875cchore: release main (#3503)5692f3ffix(kad-dht): only echo PUT_VALUE response on success (#3502)dbc527cchore: release main (#3501)9c3c0b2deps: pin@multiformats/multiaddrto 13.0.1 (#3500)7436cacMerge commit from fork2572c86fix(identify): handle multiple envelopes from go (#3423)48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)Updates
@libp2p/mdnsfrom 12.0.19 to 12.0.21Release notes
Sourced from @libp2p/mdns's releases.
Commits
48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)81e8dccrefactor(libp2p): drop asMultiaddr, use composite sort (#3492)7a35523feat(utils): add multiaddr sort comparators (#3488)5c1e8ccchore: release main (#3482)d1ab982fix(gossipsub): use monotonic seqnos (#3487)3a5e46efix: emit self:peer:update on observed address removal (#3483)10b2bdfdeps: update node-datachannel to 0.32.x (#3481)Updates
@libp2p/pingfrom 3.1.3 to 3.1.4Release notes
Sourced from @libp2p/ping's releases.
Commits
48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)81e8dccrefactor(libp2p): drop asMultiaddr, use composite sort (#3492)7a35523feat(utils): add multiaddr sort comparators (#3488)5c1e8ccchore: release main (#3482)d1ab982fix(gossipsub): use monotonic seqnos (#3487)3a5e46efix: emit self:peer:update on observed address removal (#3483)10b2bdfdeps: update node-datachannel to 0.32.x (#3481)Updates
@libp2p/tcpfrom 11.0.18 to 11.0.19Release notes
Sourced from @libp2p/tcp's releases.
Commits
48d3b8bchore: release main (#3494)15eeedbfix(libp2p): release probe stream slot on ConnectionMonitor ping error (#3464)bd9e02dfix(crypto): derive ed25519 public key with@noble/curves(#3493)40a6220fix(utils): guard onProgress cycles in Job dispatch (#3485)81e8dccrefactor(libp2p): drop asMultiaddr, use composite sort (#3492)7a35523feat(utils): add multiaddr sort comparators (#3488)5c1e8ccchore: release main (#3482)d1ab982fix(gossipsub): use monotonic seqnos (#3487)3a5e46efix: emit self:peer:update on observed address removal (#3483)10b2bdfdeps: update node-datachannel to 0.32.x (#3481)Updates
@libp2p/websocketsfrom 10.1.11 to 10.1.12Release notes
Sourced from @libp2p/websockets's releases.
Commits
03ddfa0chore: release main (#3139)aa25d38chore: tidy up dependabot89a5977chore: tidy up dependabotce57fabchore: bump@libp2p/kad-dhtfrom 14.2.15 to 15.1.0 in /packages/integration-t...923ecc6deps: bump it-queueless-pushable from 1.0.2 to 2.0.1 in /packages/connection-...d1ce677deps: bump sinon from 19.0.5 to 20.0.0 (#3112)7477ba7chore: upate port510b033deps: update aegir, fix all linting issues (#3110)Updates
@noble/ed25519from 3.0.0 to 3.1.0Release notes
Sourced from @noble/ed25519's relea...
Description has been truncated