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.30.1 to 16.32.0 #739

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps @octokit/rest from 16.30.1 to 16.32.0.

Release notes *Sourced from [@octokit/rest's releases](https://github.com/octokit/rest.js/releases).* > ## v16.32.0 > # [16.32.0](https://github.com/octokit/rest.js/compare/v16.31.0...v16.32.0) (2019-10-06) > > > ### Features > > * **types:** add deprecation jsdoc for deprecated methods ([f7c31af](https://github.com/octokit/rest.js/commit/f7c31af)) > * **types:** mark params deprecated if description has 'deprecated' ([ffe9aaa](https://github.com/octokit/rest.js/commit/ffe9aaa)) > > ## v16.31.0 > # [16.31.0](https://github.com/octokit/rest.js/compare/v16.30.2...v16.31.0) (2019-10-05) > > > ### Bug Fixes > > * **index.js:** remove unused scope query field ([58443cd](https://github.com/octokit/rest.js/commit/58443cd)) > > > ### Features > > * **deprecated:** Show a message for deprecated methods ([453ebcc](https://github.com/octokit/rest.js/commit/453ebcc)) > > ## v16.30.2 > ## [16.30.2](https://github.com/octokit/rest.js/compare/v16.30.1...v16.30.2) (2019-10-04) > > > ### Bug Fixes > > * **search:** remove extra octokit prefix ([07514ae](https://github.com/octokit/rest.js/commit/07514ae)), closes [#1481](https://github-redirect.dependabot.com/octokit/rest.js/issues/1481)
Commits - [`a9f4c04`](https://github.com/octokit/rest.js/commit/a9f4c049401481aef76c3225f35441465b2469ea) chore: build types - [`ffe9aaa`](https://github.com/octokit/rest.js/commit/ffe9aaaed3039d1488505ef2485d379daecbbe1f) feat(types): mark params deprecated if description has 'deprecated' - [`f7c31af`](https://github.com/octokit/rest.js/commit/f7c31af9aa10c54bdb679ba53eaf7061bac1ef94) feat(types): add deprecation jsdoc for deprecated methods - [`58443cd`](https://github.com/octokit/rest.js/commit/58443cd556099b45ca72e69233360120ff2cea4a) fix(index.js): remove unused scope query field - [`453ebcc`](https://github.com/octokit/rest.js/commit/453ebccdee26baa57be194854fc273432afebfee) feat(deprecated): Show a message for deprecated methods - [`831bb65`](https://github.com/octokit/rest.js/commit/831bb65cf9caee86a5400cb0c30db07a6b3bfb18) chore(package): update lockfile package-lock.json - [`6b0d604`](https://github.com/octokit/rest.js/commit/6b0d604c1c339a07fde219a4dc62ad96a5f4c3ed) chore(package): update proxy to version 1.0.0 - [`c5b385a`](https://github.com/octokit/rest.js/commit/c5b385aec584f03da08874ad2cb6c4e47fbc4d99) build(package): bring back `build:ts` script - [`176b1b1`](https://github.com/octokit/rest.js/commit/176b1b181f1eef700980ca8ddd676d5ec64e0675) ci(update-endpoints): `uses: gr2m/create-or-update-pull-request-action@v1.x` - [`98c9b75`](https://github.com/octokit/rest.js/commit/98c9b75ef60f8cea33ea99a56ba9d836dbf11ca8) ci(update-endpoints): `uses: gr2m/create-or-update-pull-request-action@v1.0.2` - Additional commits viewable in [compare view](https://github.com/octokit/rest.js/compare/v16.30.1...v16.32.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)