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/request.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.0
Choose a base ref
...
head repository: octokit/request.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 16, 2025

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

    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
    c2d27a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    4266a84 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. build(deps): bump vite from 5.4.6 to 6.0.11 (#734)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.6 to 6.0.11.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.0.11/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      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 Jan 22, 2025
    Configuration menu
    Copy the full SHA
    bc07c8a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. build(deps-dev): bump vitest and @vitest/coverage-v8 (#735)

    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.0 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.0 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    d27daa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. chore(deps): update dependency esbuild to ^0.25.0 (#736)

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

Commits on Feb 13, 2025

  1. Merge commit from fork

    ShiyuBanzhou authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    34ff07e View commit details
    Browse the repository at this point in the history
  2. fix: mitigate ReDos vulnerabilities & lint (#738)

    Releases 34ff07e
    * Linting issues
    * update `@octokit/endpoint` and `@octokit/request-error`
    nickfloyd authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    6bb29ba View commit details
    Browse the repository at this point in the history
Loading