8000 Comparing v6.0.4...v6.0.5 · libp2p/js-libp2p-tcp · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libp2p/js-libp2p-tcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.4
Choose a base ref
...
head repository: libp2p/js-libp2p-tcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.5
Choose a head ref
  • 3 commits
  • 4 files changed
  • 5 contributors

Commits on Dec 6, 2022

  1. sync: update CI config files (#232)

    * update .github/workflows/js-test-and-release.yml
    
    * test: fix tests on node 18 (#234)
    
    We need to specify the host name to connect. If we don't it defaults to `localhost` - it seems in node 17+ DNS resolution has changed to return IPv6 addresses by default which causes the connection to fail because the listener has only bound to an IPv4 address.
    
    Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    3 people authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    34f688f View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump sinon from 14.0.2 to 15.0.0 (#233)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.2 to 15.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v14.0.2...v15.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    72a79ab View commit details
    Browse the repository at this point in the history
  3. chore(release): 6.0.5 [skip ci]

    ## [6.0.5](v6.0.4...v6.0.5) (2022-12-06)
    
    ### Dependencies
    
    * **dev:** bump sinon from 14.0.2 to 15.0.0 ([#233](#233)) ([72a79ab](72a79ab))
    semantic-release-bot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1bfc601 View commit details
    Browse the repository at this point in the history
Loading
0