Skip to content

Bump eslint-plugin-prettier from 3.1.0 to 3.1.2 #1985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eslint-plugin-prettier from 3.1.0 to 3.1.2.

Changelog

Sourced from eslint-plugin-prettier's changelog.

v3.1.2 (2019-12-15)

  • Resolve config when getting list of inferred parsers (1ad45be)
  • Fix tests now they to stop them inheriting from base prettierrc file (14840fa)
  • Move prettier config into dedicated file, so vscode plugins pick it up (c49334a)
  • build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (15e6cf9)
  • build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (e8ad019)
  • build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (44f4bfe)
  • build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (46580c5)
  • build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (10b4676)
  • build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (53eaeae)
  • build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (ad3321c)
  • build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (b7280b6)
  • build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (4c1d69a)
  • build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (c109a7a)
  • build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (3134bea)
  • build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (7c290d7)

v3.1.1 (2019-09-18)

Commits
  • a5647c0 Build: update package.json and changelog for v3.1.2
  • 1ad45be Resolve config when getting list of inferred parsers
  • 14840fa Fix tests now they to stop them inheriting from base prettierrc file
  • c49334a Move prettier config into dedicated file, so vscode plugins pick it up
  • 15e6cf9 build(deps-dev): bump eslint from 6.7.1 to 6.7.2
  • e8ad019 build(deps-dev): bump eslint from 6.6.0 to 6.7.1
  • 44f4bfe build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0
  • 46580c5 build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0
  • 10b4676 build(deps-dev): bump prettier from 1.18.2 to 1.19.1
  • 53eaeae build(deps-dev): bump eslint from 6.5.1 to 6.6.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by bpscott, a new releaser for eslint-plugin-prettier since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)

@rust-highfive
Copy link

r? @sgrif

(rust_highfive has picked a reviewer for you, use r? to override)

@Turbo87
Copy link
Member

Turbo87 commented Dec 18, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 18, 2019

📌 Commit 1fbb591 has been approved by Turbo87

bors added a commit that referenced this pull request Dec 18, 2019
…-prettier-3.1.2, r=Turbo87

Bump eslint-plugin-prettier from 3.1.0 to 3.1.2

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.0 to 3.1.2.
<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.2 (2019-12-15)</h2>
<ul>
<li>Resolve config when getting list of inferred parsers (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/1ad45be48ea1ed16e0eb3ba6247163724b956516">1ad45be</a>)</li>
<li>Fix tests now they to stop them inheriting from base prettierrc file (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/14840fa4c88c938bf30c1fdf1c26c32b2708a3b6">14840fa</a>)</li>
<li>Move prettier config into dedicated file, so vscode plugins pick it up (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/c49334a846afa6f688695a4774f7824ee3a05e1c">c49334a</a>)</li>
<li>build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/15e6cf91509cb5b819d2e1fb19dbe9bc71c87893">15e6cf9</a>)</li>
<li>build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/e8ad0195000af416f3315396e9c02fea261391cc">e8ad019</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/44f4bfe0b6f63234afeba266928b39b762269282">44f4bfe</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/46580c55914057dee5089e9c6e525e41996888d1">46580c5</a>)</li>
<li>build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/10b46763fd007a8f939e43635831aec590717e87">10b4676</a>)</li>
<li>build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/53eaeaec91c158b66cc04dbf80f9631bb82285bf">53eaeae</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/ad3321c3ae6e963317fedcdd205ba719bf933d74">ad3321c</a>)</li>
<li>build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/b7280b68eaae243aa33de364576cddf0844c6848">b7280b6</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/4c1d69a8022c709cd62e964a82c7dbc7963f0544">4c1d69a</a>)</li>
<li>build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/c109a7a5acca9533feae6258e9ac4934359ed9b3">c109a7a</a>)</li>
<li>build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/3134beab61dee13aa2c73762a55f51f868553e8a">3134bea</a>)</li>
<li>build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/7c290d799e319b39519d81a110b62846894bc7ba">7c290d7</a>)</li>
</ul>
<h2>v3.1.1 (2019-09-18)</h2>
<ul>
<li>build(deps-dev): bump eslint from 6.3.0 to 6.4.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/8a793eba54ff01493e3ee83daf4dcb782d039fdd">8a793eb</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/88c3f6cb510b758e6dc866a1ad1a0484ef074484">88c3f6c</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.2.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/5f9fbc16f91d88a5c77b8b9d942b82424add77a5">5f9fbc1</a>)</li>
<li>build(deps-dev): bump eslint from 6.2.2 to 6.3.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/746b66dc701e8226930f6e4d8386bd500dcb303b">746b66d</a>)</li>
<li>build(deps-dev): bump eslint from 6.1.0 to 6.2.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/97eedb4734a4c569d4c24a62cffe024c2a26c178">97eedb4</a>)</li>
<li>build(deps-dev): bump eslint from 6.0.1 to 6.1.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/afef9d137c8b7887c63e3f8d51cabf42851f5cf1">afef9d1</a>)</li>
<li>build(deps-dev): bump mocha from 6.1.4 to 6.2.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/0360a845ce530d8c25f390961d6446b4c58e85ac">0360a84</a>)</li>
<li>build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/%5B9eceb68%5D([email protected]:prettier/eslint-plugin-prettier/commit/9eceb6834fcd003c5680c3202b656ca3474c19c2)">https://github.com/prettier/eslint-plugin-prettier/blob/master/[9eceb68]([email protected]:prettier/eslint-plugin-prettier/commit/9eceb6834fcd003c5680c3202b656ca3474c19c2)</a>)</li>
<li>Fix: When forcing the JS parser, use the modern name (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/issues/212">#212</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/1385310fce778a8c771d0dab0e400725c9f9d82e">1385310</a>)</li>
<li>Add eslint 6 to test matrix (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/issues/210">#210</a>) (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/bca77e66ed1eba682eb13055862adc70478d472b">bca77e6</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/4c069bd0f3b907039569964e747479aa06279594">4c069bd</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 4.3.0 to 5.0.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/60bb22f4ae1d6af001ba55338a7cb08111db23d9">60bb22f</a>)</li>
<li>build(deps-dev): bump prettier from 1.18.0 to 1.18.2 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/a1835600facebc819e31a0816061e62f8be2cd8b">a183560</a>)</li>
<li>build(deps-dev): bump prettier from 1.17.1 to 1.18.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/0cad4793abb6139eb9d6853b5adef7469aef756d">0cad479</a>)</li>
<li>build(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/6f3c76fd75dc4f982d1221e6b4802329b32176a9">6f3c76f</a>)</li>
<li>build(deps-dev): bump prettier from 1.17.0 to 1.17.1 (<a href="https://github.com/prettier/eslint-plugin-prettier/blob/master/[email protected]:prettier/eslint-plugin-prettier/commit/03aecfd49b96d055ff54ec989c93408a9fb3f3ee">03aecfd</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/a5647c042e088d3d162c0024a5e1f9110123f76b"><code>a5647c0</code></a> Build: update package.json and changelog for v3.1.2</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/1ad45be48ea1ed16e0eb3ba6247163724b956516"><code>1ad45be</code></a> Resolve config when getting list of inferred parsers</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/14840fa4c88c938bf30c1fdf1c26c32b2708a3b6"><code>14840fa</code></a> Fix tests now they to stop them inheriting from base prettierrc file</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/c49334a846afa6f688695a4774f7824ee3a05e1c"><code>c49334a</code></a> Move prettier config into dedicated file, so vscode plugins pick it up</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/15e6cf91509cb5b819d2e1fb19dbe9bc71c87893"><code>15e6cf9</code></a> build(deps-dev): bump eslint from 6.7.1 to 6.7.2</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/e8ad0195000af416f3315396e9c02fea261391cc"><code>e8ad019</code></a> build(deps-dev): bump eslint from 6.6.0 to 6.7.1</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/44f4bfe0b6f63234afeba266928b39b762269282"><code>44f4bfe</code></a> build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/46580c55914057dee5089e9c6e525e41996888d1"><code>46580c5</code></a> build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/10b46763fd007a8f939e43635831aec590717e87"><code>10b4676</code></a> build(deps-dev): bump prettier from 1.18.2 to 1.19.1</li>
<li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/53eaeaec91c158b66cc04dbf80f9631bb82285bf"><code>53eaeae</code></a> build(deps-dev): bump eslint from 6.5.1 to 6.6.0</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.0...v3.1.2">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~bpscott">bpscott</a>, a new releaser for eslint-plugin-prettier since your current version.</p>
</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.0&new-version=3.1.2)](https://dependabot.com/compatibility-score.html?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.2)

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)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<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 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)

</details>
@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit 1fbb591 with merge 51b3c09...

@bors
Copy link
Contributor

bors commented Dec 18, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 51b3c09 to master...

@bors bors merged commit 1fbb591 into master Dec 18, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/eslint-plugin-prettier-3.1.2 branch December 18, 2019 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants