Skip to content
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: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ipfs-unixfs-exporter-14.0.1
Choose a base ref
...
head repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ipfs-unixfs-exporter-14.0.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 10, 2025

  1. chore: bump delay from 6.0.0 to 7.0.0 (#446)

    Bumps [delay](https://github.com/sindresorhus/delay) from 6.0.0 to 7.0.0.
    - [Release notes](https://github.com/sindresorhus/delay/releases)
    - [Commits](sindresorhus/delay@v6.0.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: delay
      dependency-version: 7.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    5531763 View commit details
    Browse the repository at this point in the history
  2. chore: bump @types/sinon from 17.0.4 to 21.0.0 (#448)

    Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.4 to 21.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/sinon"
      dependency-version: 21.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    42246f9 View commit details
    Browse the repository at this point in the history
  3. fix: handle invalid or corrupt protobuf data (#449)

    Ensure we throw an error with a better name than 'Error'.
    achingbrain authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    131d524 View commit details
    Browse the repository at this point in the history
  4. chore(release): 14.0.2 [skip ci]

    ## [ipfs-unixfs-exporter-v14.0.2](ipfs-unixfs-exporter-14.0.1...ipfs-unixfs-exporter-14.0.2) (2025-12-10)
    
    ### Bug Fixes
    
    * handle invalid or corrupt protobuf data ([#449](#449)) ([131d524](131d524))
    
    ### Trivial Changes
    
    * bump @types/sinon from 17.0.4 to 21.0.0 ([#448](#448)) ([42246f9](42246f9))
    * bump delay from 6.0.0 to 7.0.0 ([#446](#446)) ([5531763](5531763))
    semantic-release-bot committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    f7c7064 View commit details
    Browse the repository at this point in the history
Loading