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: ProjectOpenSea/seaport-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.2
Choose a base ref
...
head repository: ProjectOpenSea/seaport-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 11 commits
  • 5 files changed
  • 4 contributors

Commits on Jun 17, 2024

  1. chore(deps): update dependency lint-staged to v15.2.7 (#573)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d472a8a View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency prettier to v3.3.2 (#574)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d8c416b View commit details
    Browse the repository at this point in the history
  3. chore(deps): update typescript-eslint monorepo to v7.13.0 (#575)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1b781fa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. chore(deps): update dependency c8 to v10 (#576)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    84d9ea0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore(deps): update dependency @types/mocha to v10.0.7 (#581)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7a38e89 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @types/node to v20.14.8 (#582)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3c5d874 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update typescript-eslint monorepo to v7.13.1 (#583)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0833643 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency ethers to v6.13.1 (#584)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0bb9233 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Bump ws and ethers (#585)

    Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [ethers](https://github.com/ethers-io/ethers.js). These dependencies need to be updated together.
    
    
    Updates `ws` from 7.5.9 to 8.17.1
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...8.17.1)
    
    Updates `ethers` from 5.7.2 to 6.13.1
    - [Release notes](https://github.com/ethers-io/ethers.js/releases)
    - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
    - [Commits](ethers-io/ethers.js@v5.7.2...v6.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    - dependency-name: ethers
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4cc7350 View commit details
    Browse the repository at this point in the history
  2. bugfix: handle undefined unitsToFill in fulfillOrders() (#580)

    * chore: add tests to prove the existence of issue #578
    
    * bugfix: handle undefined unitsToFill in fulfillOrders.
    naveen-imtb authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    32750d4 View commit details
    Browse the repository at this point in the history
  3. Bump version to 4.0.3 for release (#587)

    Bump version for release
    ryanio authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    44ec3c4 View commit details
    Browse the repository at this point in the history
Loading