technote-space / package-version-check-action

GitHub Actions to check package version before publish
MIT License
36 stars 1 forks source link

chore(deps-dev): bump nock from 11.4.0 to 11.5.0 #60

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps nock from 11.4.0 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)
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)) - See full diff in [compare view](https://github.com/nock/nock/compare/v11.4.0...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.


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)
codecov-io commented 5 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #60   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          93     93           
  Branches        8      8           
=====================================
  Hits           93     93

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 63fecc3...517fbe8. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #66.