Skip to content
This repository was archived by the owner on Jul 21, 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-mplex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Choose a base ref
...
head repository: libp2p/js-libp2p-mplex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.2
Choose a head ref
  • 3 commits
  • 13 files changed
  • 3 contributors

Commits on May 17, 2023

  1. deps(dev): bump aegir from 38.1.8 to 39.0.6 (#278)

    * deps(dev): bump aegir from 38.1.8 to 39.0.6
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.6.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v38.1.8...v39.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: fix linting
    
    * chore: update aegir
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 17, 2023
    Configuration menu
    Copy the full SHA
    3c7229b View commit details
    Browse the repository at this point in the history
  2. fix: remove unused eslint-plugin-etc dep (#280)

    The eslint-plugin-etc dep causes typescript 5 to be selected.
    achingbrain authored May 17, 2023
    Configuration menu
    Copy the full SHA
    41b9f06 View commit details
    Browse the repository at this point in the history
  3. chore(release): 8.0.2 [skip ci]

    ## [8.0.2](v8.0.1...v8.0.2) (2023-05-17)
    
    ### Bug Fixes
    
    * remove unused eslint-plugin-etc dep ([#280](#280)) ([41b9f06](41b9f06))
    
    ### Dependencies
    
    * **dev:** bump aegir from 38.1.8 to 39.0.6 ([#278](#278)) ([3c7229b](3c7229b))
    semantic-release-bot committed May 17, 2023
    Configuration menu
    Copy the full SHA
    72f1b37 View commit details
    Browse the repository at this point in the history
Loading