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

Commits on Jan 16, 2025

  1. chore(deps): update vitest monorepo to v3 (major) (#2792)

    chore(deps): update vitest monorepo to v3
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    d20c577 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. build(deps): lock file maintenance (#2794)

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

Commits on Jan 31, 2025

  1. build(deps): lock file maintenance (#2799)

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

Commits on Feb 5, 2025

  1. build(deps): lock file maintenance (#2802)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    1103fbb View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump vitest and @vitest/coverage-v8 (#2804)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). These dependencies needed to be updated together.
    
    Updates `vitest` from 3.0.4 to 3.0.5
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest)
    
    Updates `@vitest/coverage-v8` from 3.0.4 to 3.0.5
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-v8)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
    - dependency-name: "@vitest/coverage-v8"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    5d0caa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. fix(deps): bump @octokit/app to fix web users (#2806)

    The `verifyWithFallback()` function was missing from the web code in `@octokit/webhooks-methods`, and was only defined for Node, leaving users unable to use newer versions of `@octokit/webhooks` with this package
    wolfy1339 authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    137de2d View commit details
    Browse the repository at this point in the history
Loading