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: rvagg/bl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.6
Choose a base ref
...
head repository: rvagg/bl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 4 commits
  • 25 files changed
  • 3 contributors

Commits on Jan 21, 2026

  1. chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#164)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v6.1.0...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    ee438e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#166)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.3.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v6.2.0...v6.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    265c92a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. feat!: modernise to ESM, drop all runtime dependencies (#169)

    BREAKING CHANGE: CJS require() no longer supported, use ESM import.
    BufferList and BufferListStream must be called with new.
    Switches from readable-stream to node:stream and buffer to node:buffer,
    removing all runtime dependencies. Node.js >= 20 required.
    rvagg authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    fbd6e13 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.0.0 [skip ci]

    ## [7.0.0](v6.1.6...v7.0.0) (2026-04-14)
    
    ### ⚠ BREAKING CHANGES
    
    * CJS require() no longer supported, use ESM import.
    BufferList and BufferListStream must be called with new.
    Switches from readable-stream to node:stream and buffer to node:buffer,
    removing all runtime dependencies. Node.js >= 20 required.
    
    ### Features
    
    * modernise to ESM, drop all runtime dependencies ([#169](#169)) ([fbd6e13](fbd6e13))
    
    ### Trivial Changes
    
    * **deps:** bump actions/setup-node from 6.1.0 to 6.2.0 ([#164](#164)) ([ee438e6](ee438e6))
    * **deps:** bump actions/setup-node from 6.2.0 to 6.3.0 ([#166](#166)) ([265c92a](265c92a))
    semantic-release-bot committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    2eb915f View commit details
    Browse the repository at this point in the history
Loading