[PR #65] [CLOSED] Bump @octokit/rest from 16.13.4 to 16.35.2 #75

Closed
opened 2026-02-26 04:36:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/65
Author: @dependabot-preview[bot]
Created: 12/20/2019
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/octokit/rest-16.35.2


📝 Commits (1)

  • e9c71a0 Bump @octokit/rest from 16.13.4 to 16.35.2

📊 Changes

2 files changed (+98 additions, -54 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+97 -53)

📄 Description

Bumps @octokit/rest from 16.13.4 to 16.35.2.

Release notes

Sourced from @octokit/rest's releases.

v16.35.2

16.35.2 (2019-12-13)

Bug Fixes

v16.35.1

16.35.1 (2019-12-13)

Bug Fixes

v16.35.0

Features

  • .apps.checkAuthorization()
  • .apps.checkToken()
  • .apps.deleteAuthorization()
  • .apps.deleteToken()
  • .apps.resetAuthorization()
  • .apps.resetToken()
  • .apps.revokeAuthorizationForApplication()
  • .apps.revokeGrantForApplication()

Deprecations

  • .apps.checkAuthorization()
  • .apps.resetAuthorization()
  • .apps.revokeAuthorizationForApplication()
  • .apps.revokeGrantForApplication()
  • .oauthAuthorizations.checkAuthorization
  • .oauthAuthorizations.createAuthorization
  • .oauthAuthorizations.deleteAuthorization
  • .oauthAuthorizations.deleteGrant
  • .oauthAuthorizations.getAuthorization
  • .oauthAuthorizations.getGrant
  • .oauthAuthorizations.getOrCreateAuthorizationForApp
  • .oauthAuthorizations.getOrCreateAuthorizationForAppAndFingerprint
  • .oauthAuthorizations.listAuthorizations
  • .oauthAuthorizations.listGrants
  • .oauthAuthorizations.resetAuthorization
  • .oauthAuthorizations.revokeAuthorizationForApplication
  • .oauthAuthorizations.revokeGrantForApplication
  • .oauthAuthorizations.updateAuthorization

See also: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/

... (truncated)
Commits
  • 2bd7da9 fix: correct typo in test/util.js (#1523)
  • b4e5f67 fix: submitted_at for pr review (#1519)
  • 2f95be5 build(package): npm audit fix
  • 8a71942 ci(routes-update): set VERSION environment variable for correct step
  • 1ac9830 build(docs): update to latest octokit/routes
  • d40b2e3 feat(typescript): definitions for new and deprecated Authorization APIs
  • debd2bf feat: feat: .apps.checkToken(), .apps.deleteAuthorization(), `.apps.delet...
  • 89a03ad build(update-endpoints): adapt code & typescript generation
  • fe51085 build(update-endpoints): GraphQL query response update
  • f31e5c5 script(update-endpoints): request JSON with version parameter
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moollaza/repo-remover/pull/65 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/octokit/rest-16.35.2` --- ### 📝 Commits (1) - [`e9c71a0`](https://github.com/moollaza/repo-remover/commit/e9c71a08afbee24912144f74f525e11d29d2acaf) Bump @octokit/rest from 16.13.4 to 16.35.2 ### 📊 Changes **2 files changed** (+98 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+97 -53) </details> ### 📄 Description Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.13.4 to 16.35.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/octokit/rest.js/releases">@octokit/rest's releases</a>.</em></p> <blockquote> <h2>v16.35.2</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v16.35.1...v16.35.2">16.35.2</a> (2019-12-13)</h2> <h3>Bug Fixes</h3> <ul> <li>correct typo in test/util.js (<a href="https://github-redirect.dependabot.com/octokit/rest.js/issues/1523">#1523</a>) (<a href="https://github.com/octokit/rest.js/commit/2bd7da9">2bd7da9</a>)</li> </ul> <h2>v16.35.1</h2> <h2><a href="https://github.com/octokit/rest.js/compare/v16.35.0...v16.35.1">16.35.1</a> (2019-12-13)</h2> <h3>Bug Fixes</h3> <ul> <li>submitted_at for pr review (<a href="https://github-redirect.dependabot.com/octokit/rest.js/issues/1519">#1519</a>) (<a href="https://github.com/octokit/rest.js/commit/b4e5f67">b4e5f67</a>)</li> </ul> <h2>v16.35.0</h2> <h3>Features</h3> <ul> <li><code>.apps.checkAuthorization()</code></li> <li><code>.apps.checkToken()</code></li> <li><code>.apps.deleteAuthorization()</code></li> <li><code>.apps.deleteToken()</code></li> <li><code>.apps.resetAuthorization()</code></li> <li><code>.apps.resetToken()</code></li> <li><code>.apps.revokeAuthorizationForApplication()</code></li> <li><code>.apps.revokeGrantForApplication()</code></li> </ul> <h3>Deprecations</h3> <ul> <li><code>.apps.checkAuthorization()</code></li> <li><code>.apps.resetAuthorization()</code></li> <li><code>.apps.revokeAuthorizationForApplication()</code></li> <li><code>.apps.revokeGrantForApplication()</code></li> <li><code>.oauthAuthorizations.checkAuthorization</code></li> <li><code>.oauthAuthorizations.createAuthorization</code></li> <li><code>.oauthAuthorizations.deleteAuthorization</code></li> <li><code>.oauthAuthorizations.deleteGrant</code></li> <li><code>.oauthAuthorizations.getAuthorization</code></li> <li><code>.oauthAuthorizations.getGrant</code></li> <li><code>.oauthAuthorizations.getOrCreateAuthorizationForApp</code></li> <li><code>.oauthAuthorizations.getOrCreateAuthorizationForAppAndFingerprint</code></li> <li><code>.oauthAuthorizations.listAuthorizations</code></li> <li><code>.oauthAuthorizations.listGrants</code></li> <li><code>.oauthAuthorizations.resetAuthorization</code></li> <li><code>.oauthAuthorizations.revokeAuthorizationForApplication</code></li> <li><code>.oauthAuthorizations.revokeGrantForApplication</code></li> <li><code>.oauthAuthorizations.updateAuthorization</code></li> </ul> <p>See also: <a href="https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/">https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/</a></p> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/octokit/rest.js/commit/2bd7da97f8cc15942a390e486682dc96dd1bcd5b"><code>2bd7da9</code></a> fix: correct typo in test/util.js (<a href="https://github-redirect.dependabot.com/octokit/rest.js/issues/1523">#1523</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/b4e5f67ecf11ec83a30e7e7278b7aaffba761731"><code>b4e5f67</code></a> fix: submitted_at for pr review (<a href="https://github-redirect.dependabot.com/octokit/rest.js/issues/1519">#1519</a>)</li> <li><a href="https://github.com/octokit/rest.js/commit/2f95be5669577d04795454304b112ef3ce83fe37"><code>2f95be5</code></a> build(package): npm audit fix</li> <li><a href="https://github.com/octokit/rest.js/commit/8a71942d13ad00dd545f68608619581eb75a17f2"><code>8a71942</code></a> ci(routes-update): set VERSION environment variable for correct step</li> <li><a href="https://github.com/octokit/rest.js/commit/1ac9830cc4e56c0f75b6208116f206afd0e0fe6f"><code>1ac9830</code></a> build(docs): update to latest octokit/routes</li> <li><a href="https://github.com/octokit/rest.js/commit/d40b2e37da87e78a9d299426254d6adc4b0d6ccb"><code>d40b2e3</code></a> feat(typescript): definitions for new and deprecated Authorization APIs</li> <li><a href="https://github.com/octokit/rest.js/commit/debd2bfcb8df9dcd444ee175c27a42b2ebe1796b"><code>debd2bf</code></a> feat: feat: <code>.apps.checkToken()</code>, <code>.apps.deleteAuthorization()</code>, `.apps.delet...</li> <li><a href="https://github.com/octokit/rest.js/commit/89a03ad04ed3805190c93838eb592290f8873ecf"><code>89a03ad</code></a> build(update-endpoints): adapt code &amp; typescript generation</li> <li><a href="https://github.com/octokit/rest.js/commit/fe510858224bae16e304f756c76eb863764db653"><code>fe51085</code></a> build(update-endpoints): GraphQL query response update</li> <li><a href="https://github.com/octokit/rest.js/commit/f31e5c5840737f24a1dcd6739be028fcfe25d32b"><code>f31e5c5</code></a> script(update-endpoints): request JSON with version parameter</li> <li>Additional commits viewable in <a href="https://github.com/octokit/rest.js/compare/v16.13.4...v16.35.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@octokit/rest&package-manager=npm_and_yarn&previous-version=16.13.4&new-version=16.35.2)](https://dependabot.com/compatibility-score.html?dependency-name=@octokit/rest&package-manager=npm_and_yarn&previous-version=16.13.4&new-version=16.35.2) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#75
No description provided.