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: achingbrain/it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: it-queue-1.1.0
Choose a base ref
...
head repository: achingbrain/it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: it-queue-1.1.1
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Dec 12, 2025

  1. chore: bump @types/sinon from 17.0.4 to 21.0.0 (#186)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    609f9b9 View commit details
    Browse the repository at this point in the history
  2. chore: bump sinon from 20.0.0 to 21.0.0 (#173)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 20.0.0 to 21.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](https://github.com/sinonjs/sinon/commits)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-version: 21.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    713b935 View commit details
    Browse the repository at this point in the history
  3. chore: bump delay from 6.0.0 to 7.0.0 (#184)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    c2f64db View commit details
    Browse the repository at this point in the history
  4. deps: bump race-signal from 1.1.3 to 2.0.0 (#179)

    Bumps [race-signal](https://github.com/achingbrain/race-signal) from 1.1.3 to 2.0.0.
    - [Release notes](https://github.com/achingbrain/race-signal/releases)
    - [Changelog](https://github.com/achingbrain/race-signal/blob/main/CHANGELOG.md)
    - [Commits](achingbrain/race-signal@v1.1.3...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: race-signal
      dependency-version: 2.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    ---------
    
    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 Dec 12, 2025
    Configuration menu
    Copy the full SHA
    88c0a95 View commit details
    Browse the repository at this point in the history
  5. fix: ensure first function invocation can reject (#188)

    Await the function result to ensure it can reject properly
    achingbrain authored Dec 12, 2025
    Configuration menu
    Copy the full SHA
    3e9b9af View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.1.1 [skip ci]

    ## [it-queue-v1.1.1](it-queue-1.1.0...it-queue-1.1.1) (2025-12-12)
    
    ### Trivial Changes
    
    * bump @types/sinon from 17.0.4 to 21.0.0 ([#186](#186)) ([609f9b9](609f9b9))
    * bump delay from 6.0.0 to 7.0.0 ([#184](#184)) ([c2f64db](c2f64db))
    * bump sinon from 20.0.0 to 21.0.0 ([#173](#173)) ([713b935](713b935))
    
    ### Dependencies
    
    * bump race-signal from 1.1.3 to 2.0.0 ([#179](#179)) ([88c0a95](88c0a95))
    semantic-release-bot committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    bdc3872 View commit details
    Browse the repository at this point in the history
Loading