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: octokit/plugin-retry.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.3
Choose a base ref
...
head repository: octokit/plugin-retry.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Oct 31, 2025

  1. chore(deps): update dependency prettier to v3.6.2 (#636)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    927b598 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency node to v24 (#649)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    58b66d1 View commit details
    Browse the repository at this point in the history
  3. build(deps): lock file maintenance (#643)

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

Commits on Nov 19, 2025

  1. build(deps): bump glob (#656)

    Bumps [glob](https://github.com/isaacs/node-glob) to 11.1.0 and updates ancestor dependency . These dependencies need to be updated together.
    
    
    Updates `glob` from 11.0.3 to 11.1.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)
    
    Updates `glob` from 10.4.5 to 10.5.0
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v11.0.3...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 11.1.0
      dependency-type: direct:development
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    2b9b2ea View commit details
    Browse the repository at this point in the history
  2. chore(deps): replace glob with tinyglobby (#657)

    * chore(deps): update dependency glob to v13
    
    * replace glob with tinyglobby
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: wolfy1339 <[email protected]>
    renovate[bot] and wolfy1339 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    96f572f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. feat: add types (#661)

    Resolves #43
    Closes (supersedes) #110
    Closes (supersedes) #492
    mbg authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    e8bdeb7 View commit details
    Browse the repository at this point in the history
Loading