sloria / perspective-api-client

Node.js client for the Perspective API
https://www.perspectiveapi.com
MIT License
28 stars 9 forks source link

Bump nock from 10.0.6 to 11.5.0 #56

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps nock from 10.0.6 to 11.5.0.

Release notes *Sourced from [nock's releases](https://github.com/nock/nock/releases).* > ## v11.5.0 > # [11.5.0](https://github.com/nock/nock/compare/v11.4.0...v11.5.0) (2019-10-22) > > > ### Features > > * Throw errors for URL paths without leading slashes, which will never match ([#1744](https://github-redirect.dependabot.com/nock/nock/issues/1744)) ([b7f9f13](https://github.com/nock/nock/commit/b7f9f13)), closes [#1730](https://github-redirect.dependabot.com/nock/nock/issues/1730) > > ## v11.4.0 > # [11.4.0](https://github.com/nock/nock/compare/v11.3.6...v11.4.0) (2019-10-07) > > > ### Features > > * improve error output by showing which URL caused the error ([#1735](https://github-redirect.dependabot.com/nock/nock/issues/1735)) ([#1740](https://github-redirect.dependabot.com/nock/nock/issues/1740)) ([f4a208b](https://github.com/nock/nock/commit/f4a208b)) > > ## v11.3.6 > ## [11.3.6](https://github.com/nock/nock/compare/v11.3.5...v11.3.6) (2019-10-05) > > > ### Bug Fixes > > * Fix error message ([#1736](https://github-redirect.dependabot.com/nock/nock/issues/1736)) ([3f18d70](https://github.com/nock/nock/commit/3f18d70)) > > ## v11.3.5 > ## [11.3.5](https://github.com/nock/nock/compare/v11.3.4...v11.3.5) (2019-09-20) > > > ### Bug Fixes > > * **types:** data matcher for body and query. ([#1725](https://github-redirect.dependabot.com/nock/nock/issues/1725)) ([59b345c](https://github.com/nock/nock/commit/59b345c)), closes [#1724](https://github-redirect.dependabot.com/nock/nock/issues/1724) [#1723](https://github-redirect.dependabot.com/nock/nock/issues/1723) [/github-redirect.dependabot.com/Microsoft/TypeScript/issues/1897#issuecomment-338650717](https://github.com//github-redirect.dependabot.com/Microsoft/TypeScript/issues/1897/issues/issuecomment-338650717) [#1723](https://github-redirect.dependabot.com/nock/nock/issues/1723) [#1724](https://github-redirect.dependabot.com/nock/nock/issues/1724) > > ## v11.3.4 > ## [11.3.4](https://github.com/nock/nock/compare/v11.3.3...v11.3.4) (2019-09-12) > > > ### Bug Fixes > > * Fix crash when matching certain objects ([#1714](https://github-redirect.dependabot.com/nock/nock/issues/1714)) ([fa0a08a](https://github.com/nock/nock/commit/fa0a08a)), closes [#1713](https://github-redirect.dependabot.com/nock/nock/issues/1713) > > ## v11.3.3 > ## [11.3.3](https://github.com/nock/nock/compare/v11.3.2...v11.3.3) (2019-09-05) > > > ### Bug Fixes > > * **types:** DataMatcher to allow valid JSON scalars. ([#1703](https://github-redirect.dependabot.com/nock/nock/issues/1703)) ([a700fa2](https://github.com/nock/nock/commit/a700fa2)), closes [#1702](https://github-redirect.dependabot.com/nock/nock/issues/1702) > > ## v11 > ## Upgrading from Nock 10 to Nock 11 > ... (truncated)
Commits - [`b7f9f13`](https://github.com/nock/nock/commit/b7f9f131ff437dfd192a422003db81087295312d) feat: Throw errors for URL paths without leading slashes, which will never ma... - [`7a568dd`](https://github.com/nock/nock/commit/7a568dda0b79ca62f9b4288676f677e89361f54c) refactor: Rewrite a gnarly nested loop ([#1755](https://github-redirect.dependabot.com/nock/nock/issues/1755)) - [`be011ea`](https://github.com/nock/nock/commit/be011ea4732881d243b3e89d16b077d7eb4ca310) refactor(test_allow_unmocked_https): Avoid a hardcoded port ([#1751](https://github-redirect.dependabot.com/nock/nock/issues/1751)) - [`2d611db`](https://github.com/nock/nock/commit/2d611dbecd94ef45dbabfdc7da00871dd663641a) refactor(test_allow_unmocked_https): Replace Object.assign with spread ([#1750](https://github-redirect.dependabot.com/nock/nock/issues/1750)) - [`69976a7`](https://github.com/nock/nock/commit/69976a7e285756313a1a2402cc0e9a2d171900d5) chore: limit published files ([#1745](https://github-redirect.dependabot.com/nock/nock/issues/1745)) - [`d687179`](https://github.com/nock/nock/commit/d687179471933d847f980756decac02fc70ae676) refactor(router): pass socket to response constructor. ([#1743](https://github-redirect.dependabot.com/nock/nock/issues/1743)) - [`f4a208b`](https://github.com/nock/nock/commit/f4a208ba807aa85dd87d515cda0d19d82efd75a5) feat: improve error output by showing which URL caused the error ([#1735](https://github-redirect.dependabot.com/nock/nock/issues/1735)) ([#1740](https://github-redirect.dependabot.com/nock/nock/issues/1740)) - [`b71bfd0`](https://github.com/nock/nock/commit/b71bfd0dc7a9e88f6b85a6799eaa0a1a260ff24e) Update lolex to the latest version 🚀 ([#1739](https://github-redirect.dependabot.com/nock/nock/issues/1739)) - [`3f18d70`](https://github.com/nock/nock/commit/3f18d7029971224411a2f462c126ddf901a04211) fix: Fix error message ([#1736](https://github-redirect.dependabot.com/nock/nock/issues/1736)) - [`2d15d05`](https://github.com/nock/nock/commit/2d15d05071f8cb4c86298d5c7ed8b01ff535a52c) docs(README): Replace --save option with --save-dev ([#1734](https://github-redirect.dependabot.com/nock/nock/issues/1734)) - Additional commits viewable in [compare view](https://github.com/nock/nock/compare/v10.0.6...v11.5.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 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) - 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)
dependabot-preview[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot-preview[bot] commented 4 years ago

Superseded by #57.