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.0
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.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 7, 2022

  1. chore(deps): update dependency @octokit/request to v6 (#159)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 7, 2022
    Copy the full SHA
    5256bba View commit details
  2. fix(deps): update dependency @octokit/core to v4 (#160)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 7, 2022
    Copy the full SHA
    0b8f202 View commit details
Showing with 338 additions and 28 deletions.
  1. +336 −26 package-lock.json
  2. +2 −2 package.json
362 changes: 336 additions & 26 deletions package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -32,15 +32,15 @@
],
"repository": "github:octokit/rest.js",
"dependencies": {
"@octokit/core": "^3.5.1",
"@octokit/core": "^4.0.0",
"@octokit/plugin-paginate-rest": "^2.16.8",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "^5.12.0"
},
"devDependencies": {
"@octokit/auth": "^3.0.3",
"@octokit/fixtures-server": "^7.0.0",
"@octokit/request": "^5.6.1",
"@octokit/request": "^6.0.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",