Skip to content

chore(deps): update dependency eslint-config-prettier to v6#2495

Merged
DIYgod merged 1 commit intomasterfrom
renovate/eslint-config-prettier-6.x
Jun 27, 2019
Merged

chore(deps): update dependency eslint-config-prettier to v6#2495
DIYgod merged 1 commit intomasterfrom
renovate/eslint-config-prettier-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 25, 2019

This PR contains the following updates:

Package Type Update Change
eslint-config-prettier devDependencies major 5.1.0 -> 6.0.0

Release Notes

prettier/eslint-config-prettier

v6.0.0

Compare Source

  • Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict
    if you use the default value of its allowParens option. The default was
    changed to true in ESLint 6, which conflicts with Prettier.

    If the CLI helper tool gives you errors about this after upgrading, the
    solution is to change this:

    {
      "rules": {
        "no-confusing-arrow": ["error"]
      }
    }

    Into this:

    {
      "rules": {
        "no-confusing-arrow": ["error", { "allowParens": false }]
      }
    }

    The latter works in both ESLint 6 as well as in ESLint 5 and older.

  • Improved: eslint --print-config usage instructions. The CLI tool help
    text as well as the documentation has been updated to suggest commands that
    work in ESLint 6.0 as well as in ESLint 5 and older. (Instead of eslint --print-config ., use eslint --print-config path/to/main.js.)


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@DIYgod DIYgod merged commit dec7b4d into master Jun 27, 2019
@renovate renovate bot deleted the renovate/eslint-config-prettier-6.x branch June 27, 2019 10:56
iplusx added a commit to iplusx/RSSHub that referenced this pull request Jun 28, 2019
* master: (24 commits)
  Add Instagram account's profile image URL.
  chore: optimize Dockerfile (DIYgod#2504)
  chore(deps): update dependency iconv-lite to v0.5.0 (DIYgod#2503)
  docs: add FAQs in English (DIYgod#2502)
  chore(deps): update dependency puppeteer to v1.18.1 (DIYgod#2501)
  feat: 优化知乎话题url (DIYgod#2499)
  chore(deps): update dependency eslint-config-prettier to v6 (DIYgod#2495)
  feat: 证监会要闻、发审委公告 (DIYgod#2488)
  fix: set default score 0 when no score (DIYgod#2493)
  feat: add lwn.net security alerts (DIYgod#2491)
  chore(deps): update dependency eslint-config-prettier to v5.1.0 (DIYgod#2490)
  feat: add pubDate in appstore update (DIYgod#2487)
  refactor: format
  feat: disable cluster by default
  feat: add radiocn podcast (DIYgod#2461)
  fix: 妹子图抓取失效 (DIYgod#2476)
  fix: zzz.vip 404 (DIYgod#2477)
  docs: move 12306 to travel (DIYgod#2474)
  fix: url in aiyanxishe (DIYgod#2473)
  feat: add topys category (DIYgod#2464)
  ...
iplusx added a commit to iplusx/RSSHub that referenced this pull request Jun 28, 2019
* wangjunyu: (23 commits)
  chore: optimize Dockerfile (DIYgod#2504)
  chore(deps): update dependency iconv-lite to v0.5.0 (DIYgod#2503)
  docs: add FAQs in English (DIYgod#2502)
  chore(deps): update dependency puppeteer to v1.18.1 (DIYgod#2501)
  feat: 优化知乎话题url (DIYgod#2499)
  chore(deps): update dependency eslint-config-prettier to v6 (DIYgod#2495)
  feat: 证监会要闻、发审委公告 (DIYgod#2488)
  fix: set default score 0 when no score (DIYgod#2493)
  feat: add lwn.net security alerts (DIYgod#2491)
  chore(deps): update dependency eslint-config-prettier to v5.1.0 (DIYgod#2490)
  feat: add pubDate in appstore update (DIYgod#2487)
  refactor: format
  feat: disable cluster by default
  feat: add radiocn podcast (DIYgod#2461)
  fix: 妹子图抓取失效 (DIYgod#2476)
  fix: zzz.vip 404 (DIYgod#2477)
  docs: move 12306 to travel (DIYgod#2474)
  fix: url in aiyanxishe (DIYgod#2473)
  feat: add topys category (DIYgod#2464)
  fix: 36kr search error (DIYgod#2472)
  ...
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.

2 participants