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

Commits on Feb 20, 2025

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

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

Commits on Feb 22, 2025

  1. chore(deps): update dependency semantic-release-plugin-update-version…

    …-in-files to v2 (#681)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    8ce4386 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. chore(deps): update dependency prettier to v3.5.2 (#682)

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

Commits on Feb 25, 2025

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

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

Commits on Mar 17, 2025

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    a9a8c1b View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency prettier to v3.5.3 (#684)

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

    chore(deps): update vitest monorepo to v3
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    7adea54 View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump esbuild from 0.21.5 to 0.25.1 (#686)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.25.1.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
    - [Commits](evanw/esbuild@v0.21.5...v0.25.1)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
    dependabot[bot] and wolfy1339 authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    e94273c View commit details
    Browse the repository at this point in the history
  5. build(deps): bump esbuild and vite (#687)

    Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.
    
    
    Updates `esbuild` from 0.25.0 to 0.25.0
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.25.0...v0.25.0)
    
    Updates `vite` from 5.4.14 to 6.2.2
    - [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.2.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: direct:development
    - 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>
    Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
    dependabot[bot] and wolfy1339 authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    a73af3e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. feat: coalesce concurrent authentication calls (#689)

    * feat: coalesce concurrent authentication calls
    
    * lint fix
    
    * move types
    jenseng authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    76398eb View commit details
    Browse the repository at this point in the history
Loading