Skip to content
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

Bump eslint-plugin-prettier from 3.0.0 to 3.1.0 #386

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps eslint-plugin-prettier from 3.0.0 to 3.1.0.

Changelog

Sourced from eslint-plugin-prettier's changelog.

v3.1.0 (2019-05-11)

  • New: Allow options to be passed to prettier.getFileInfo (#187) (21fa69a)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.1 to 2.1.0 (bb597e1)
  • build(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0 (0bb7c1d)
  • build(deps-dev): bump vue-eslint-parser from 6.0.3 to 6.0.4 (2f77df4)
  • build(deps-dev): bump mocha from 6.1.3 to 6.1.4 (222b87a)
  • build(deps-dev): bump prettier from 1.16.4 to 1.17.0 (58d8ff8)
  • build(deps-dev): bump mocha from 6.1.2 to 6.1.3 (e94e56c)
  • build(deps-dev): bump mocha from 6.1.1 to 6.1.2 (c02244b)
  • build(deps-dev): bump mocha from 6.0.2 to 6.1.1 (a9a2e4e)
  • build(deps-dev): bump eslint from 5.15.3 to 5.16.0 (073c14c)
  • build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (bda931f)
  • build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (19f53d6)
  • build(deps-dev): bump eslint from 5.15.0 to 5.15.1 (34b39de)
  • build(deps-dev): bump eslint from 5.14.1 to 5.15.0 (13bcc66)
  • build(deps-dev): bump eslint-plugin-self from 1.1.0 to 1.2.0 (5b4adb8)
  • build(deps-dev): bump vue-eslint-parser from 6.0.2 to 6.0.3 (e676cd1)
  • build(deps-dev): bump eslint-config-prettier from 4.0.0 to 4.1.0 (b8a9215)
  • build(deps-dev): bump mocha from 6.0.1 to 6.0.2 (cde36e4)
  • build(deps-dev): bump mocha from 6.0.0 to 6.0.1 (eb39699)
  • build(deps-dev): bump mocha from 5.2.0 to 6.0.0 (5d75421)
  • build(deps-dev): bump eslint from 5.14.0 to 5.14.1 (829156e)
  • build(deps-dev): bump eslint from 5.13.0 to 5.14.0 (b76d0b4)
  • build(deps-dev): bump vue-eslint-parser from 6.0.0 to 6.0.2 (15439e8)
  • build(deps-dev): bump vue-eslint-parser from 5.0.0 to 6.0.0 (0ea70e5)
  • build(deps-dev): bump eslint from 5.12.1 to 5.13.0 (5f18729)
  • build(deps-dev): bump prettier from 1.16.3 to 1.16.4 (ef637fe)
  • build(deps-dev): bump prettier from 1.16.1 to 1.16.3 (58ab20c)
  • build(deps-dev): bump eslint-config-prettier from 3.6.0 to 4.0.0 (14393bd)
  • build(deps-dev): bump prettier from 1.16.0 to 1.16.1 (00198b9)
  • build(deps-dev): bump prettier from 1.15.3 to 1.16.0 (7890a87)
  • build(deps-dev): bump eslint from 5.12.0 to 5.12.1 (92a8984)
  • build(deps-dev): bump eslint-config-prettier from 3.5.0 to 3.6.0 (5292d12)
  • build(deps-dev): bump eslint-config-prettier from 3.4.0 to 3.5.0 (44a2558)
  • build(deps-dev): bump eslint-config-prettier from 3.3.0 to 3.4.0 (425cfce)
  • build(deps-dev): bump eslint from 5.11.1 to 5.12.0 (3e9aa39)
  • build(deps-dev): bump eslint-plugin-node from 8.0.0 to 8.0.1 (e913afd)
  • build(deps-dev): bump vue-eslint-parser from 4.0.3 to 5.0.0 (ecfd5ba)

v3.0.1 (2018-12-28)

  • Catch and format SyntaxErrors as eslint violations (#141) (4a0e57d)
  • build(deps-dev): bump eslint from 5.11.0 to 5.11.1 (d34daed)
  • build(deps-dev): bump eslint from 5.10.0 to 5.11.0 (7f4f45d)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.0 to 2.0.1 (5be3bcf)
  • build(deps-dev): bump eslint from 5.9.0 to 5.10.0 (11e7c44)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.1 to 2.0.0 (9e5bf14)
  • build(deps-dev): bump vue-eslint-parser from 4.0.2 to 4.0.3 (234583a)
  • build(deps-dev): bump vue-eslint-parser from 3.3.0 to 4.0.2 (8675d57)
... (truncated)
Commits
  • bb521d0 Build: update package.json and changelog for v3.1.0
  • 21fa69a New: Allow options to be passed to prettier.getFileInfo (#187)
  • bb597e1 build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.1 to 2.1.0
  • 0bb7c1d build(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0
  • 2f77df4 build(deps-dev): bump vue-eslint-parser from 6.0.3 to 6.0.4
  • 222b87a build(deps-dev): bump mocha from 6.1.3 to 6.1.4
  • 58d8ff8 build(deps-dev): bump prettier from 1.16.4 to 1.17.0
  • e94e56c build(deps-dev): bump mocha from 6.1.2 to 6.1.3
  • c02244b build(deps-dev): bump mocha from 6.1.1 to 6.1.2
  • a9a2e4e build(deps-dev): bump mocha from 6.0.2 to 6.1.1
  • Additional commits viewable 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.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies javascript Pull requests that update Javascript code labels May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant