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

Commits on Jan 16, 2025

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

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

Commits on Jan 28, 2025

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

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    76e3738 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 (#511)

    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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    b2ebcda 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 (#512)

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

Commits on Feb 13, 2025

  1. Merge commit from fork

    * Fix regular term vulnerability
    
    * add test to prevent future regressions
    
    * Fix the other regular term vulnerability
    
    * Trigger Build
    
    ---------
    
    Co-authored-by: DayShift <113507098+ShiyuBanzhou@users.noreply.github.com>
    Co-authored-by: DayShift <2922897389@qq.com>
    3 people authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    6c9c5be View commit details
    Browse the repository at this point in the history
  2. fix: linting issues breaking ci (#514)

    fixes linting issues
    nickfloyd authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    d6cf1ad View commit details
    Browse the repository at this point in the history
Loading