webhintio / online-service

🔬 Online version of webhint
https://webhint.io/scanner/
Apache License 2.0
93 stars 16 forks source link

Upgrade: Bump @octokit/rest from 16.34.1 to 16.35.0 #803

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @octokit/rest from 16.34.1 to 16.35.0.

Release notes *Sourced from [@octokit/rest's releases](https://github.com/octokit/rest.js/releases).* > ## 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/ > > ### Fixes > > - `.repos.listTopics()` & `.repos.replaceTopics()`: required `mercy` preview header set by default
Commits - [`d40b2e3`](https://github.com/octokit/rest.js/commit/d40b2e37da87e78a9d299426254d6adc4b0d6ccb) feat(typescript): definitions for new and deprecated Authorization APIs - [`debd2bf`](https://github.com/octokit/rest.js/commit/debd2bfcb8df9dcd444ee175c27a42b2ebe1796b) feat: feat: `.apps.checkToken()`, `.apps.deleteAuthorization()`, `.apps.delet... - [`89a03ad`](https://github.com/octokit/rest.js/commit/89a03ad04ed3805190c93838eb592290f8873ecf) build(update-endpoints): adapt code & typescript generation - [`fe51085`](https://github.com/octokit/rest.js/commit/fe510858224bae16e304f756c76eb863764db653) build(update-endpoints): GraphQL query response update - [`f31e5c5`](https://github.com/octokit/rest.js/commit/f31e5c5840737f24a1dcd6739be028fcfe25d32b) script(update-endpoints): request JSON with version parameter - [`e0f4b30`](https://github.com/octokit/rest.js/commit/e0f4b3071df25c3e0462ff818986a54f77bad5de) ci(update-rest-endpoint-methods): pass version to request - [`5636a95`](https://github.com/octokit/rest.js/commit/5636a95897075982d524ffa8a048a68e5cb26451) build(package): lock file - [`69d4198`](https://github.com/octokit/rest.js/commit/69d4198d044ff7d9fdcdeb25dd80c1e58cef3e8b) docs: Fix typo `getForOrg` -> `listForOrg` - See full diff in [compare view](https://github.com/octokit/rest.js/compare/v16.34.1...v16.35.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)