build(deps-dev): bump eslint-plugin-prettier from 3.1.3 to 3.1.4 #51

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.4 into master 2020-07-16 00:32:48 +00:00
dependabot-preview[bot] commented 2020-06-15 11:06:43 +00:00 (Migrated from github.com)

Bumps eslint-plugin-prettier from 3.1.3 to 3.1.4.

Changelog

Sourced from eslint-plugin-prettier's changelog.

v3.1.4 (2020-06-14)

  • Avoid clearing Prettier cache when not using prettierrc (#303) (3c8e2d9)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
  • build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
  • build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
  • build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
  • Chore: Add CI tests for ESLint 7 (#291) (cc2979b)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
Commits
  • f0394c4 Build: update package.json and changelog for v3.1.4
  • 3c8e2d9 Avoid clearing Prettier cache when not using prettierrc (#303)
  • 93f7c8b build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2
  • 650ac7a build(deps-dev): bump eslint from 7.1.0 to 7.2.0
  • 6449ec1 build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1
  • fd30022 build(deps-dev): bump eslint from 7.0.0 to 7.1.0
  • cc2979b Chore: Add CI tests for ESLint 7 (#291)
  • 35a7ee6 build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0
  • See full diff 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)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.3 to 3.1.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h2>v3.1.4 (2020-06-14)</h2> <ul> <li>Avoid clearing Prettier cache when not using prettierrc (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/303">#303</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/3c8e2d9871d86a82b10fe3d54f32bb5a54f2913b">3c8e2d9</a>)</li> <li>build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/93f7c8be7c99a0c3e4b11be6a5311316f76e6e08">93f7c8b</a>)</li> <li>build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/650ac7a40c1f4d46b0bd37efad3eed84f8155a44">650ac7a</a>)</li> <li>build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/6449ec151f119e98d69da91ad6d10dbb374162d8">6449ec1</a>)</li> <li>build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/fd30022a51a57a4e96dd4ab3e04956b945886874">fd30022</a>)</li> <li>Chore: Add CI tests for ESLint 7 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/issues/291">#291</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/cc2979b68258b8545931ce37168adfe17b1d3a7b">cc2979b</a>)</li> <li>build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/git@github.com:prettier/eslint-plugin-prettier/commit/35a7ee68b02ea3088270210ac8dc85ff47ef65a9">35a7ee6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/f0394c4e7002780cc810111d8e22d9b28ddba82e"><code>f0394c4</code></a> Build: update package.json and changelog for v3.1.4</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/3c8e2d9871d86a82b10fe3d54f32bb5a54f2913b"><code>3c8e2d9</code></a> Avoid clearing Prettier cache when not using prettierrc (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/303">#303</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/93f7c8be7c99a0c3e4b11be6a5311316f76e6e08"><code>93f7c8b</code></a> build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/650ac7a40c1f4d46b0bd37efad3eed84f8155a44"><code>650ac7a</code></a> build(deps-dev): bump eslint from 7.1.0 to 7.2.0</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/6449ec151f119e98d69da91ad6d10dbb374162d8"><code>6449ec1</code></a> build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/fd30022a51a57a4e96dd4ab3e04956b945886874"><code>fd30022</code></a> build(deps-dev): bump eslint from 7.0.0 to 7.1.0</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/cc2979b68258b8545931ce37168adfe17b1d3a7b"><code>cc2979b</code></a> Chore: Add CI tests for ESLint 7 (<a href="https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/291">#291</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/35a7ee68b02ea3088270210ac8dc85ff47ef65a9"><code>35a7ee6</code></a> build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0</li> <li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.3...v3.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4) 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>
mcataford (Migrated from github.com) reviewed 2020-06-15 11:06:43 +00:00
codecov-commenter commented 2020-07-11 21:57:39 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        34           
  Branches         5         5           
=========================================
  Hits            34        34           

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 24e5404...8170855. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/51?src=pr&el=h1) Report > Merging [#51](https://codecov.io/gh/mcataford/packwatch/pull/51?src=pr&el=desc) into [master](https://codecov.io/gh/mcataford/packwatch/commit/24e5404cae8038f0eda18a724e715b1dc491d295&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/51/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/51?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #51 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 34 34 Branches 5 5 ========================================= Hits 34 34 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/51?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/51?src=pr&el=footer). Last update [24e5404...8170855](https://codecov.io/gh/mcataford/packwatch/pull/51?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.