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

Commits on May 15, 2023

  1. build(deps): lock file maintenance

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

Commits on May 19, 2023

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

Commits on May 20, 2023

  1. fix(build): replace pika with esbuild and tsc (#297)

    Pika has been deprecated for a while now, and the project has now been
    archived, and because of that any released npm package is missing most
    of the files generated by the build step.
    
    Uses esbuild to transpile the TS source code into an ESM source, NodeJs
    bundle, and a browser bundle
    
    Uses the TypeScript compiler to generate the types
    wolfy1339 authored May 20, 2023
    Configuration menu
    Copy the full SHA
    5ca150f View commit details
    Browse the repository at this point in the history
Loading