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

Update linters #859

Merged
merged 1 commit into from Feb 8, 2019
Merged

Update linters #859

merged 1 commit into from Feb 8, 2019

Conversation

ghost
Copy link

@ghost ghost commented Dec 10, 2018

This PR contains the following updates:

Package Type Update Change References
eslint devDependencies minor 5.9.0 -> 5.13.0 homepage, source
eslint-config-prettier devDependencies minor 3.3.0 -> 3.6.0 source
eslint-plugin-import devDependencies minor 2.14.0 -> 2.16.0 source
eslint-plugin-jsx-a11y devDependencies minor 6.1.2 -> 6.2.1 source
eslint-plugin-prettier devDependencies patch 3.0.0 -> 3.0.1 source
eslint-plugin-react devDependencies minor 7.11.1 -> 7.12.4 source

Release Notes

eslint/eslint

v5.13.0

Compare Source

v5.12.1

Compare Source

v5.12.0

Compare Source

v5.11.1

Compare Source

  • de79f10 Fix: handle optional catch bindings in no-useless-catch (#​11205) (Colin Ihrig)

v5.11.0

Compare Source

v5.10.0

Compare Source

prettier/eslint-config-prettier

v3.6.0

Compare Source

  • Added: Support for [eslint-plugin-babel]. Thanks to Matija Marohnić
    (@​silvenon)!

v3.5.0

Compare Source

  • Fixed: The eslint-plugin-vue change from 3.4.0 has been reverted. That change
    requires eslint-plugin-vue@5, while many use eslint-plugin-vue@4. In other
    words, it was an accidental breaking change. Also, after thinking about it
    some more, it makes sense to have a Prettier-specific list of rules, rather
    than using the vue/no-layout-rules list, since there can be layout rules
    that don’t conflict with but rather complement Prettier.
  • Added: New eslint-plugin-vue rules coming in the next version after 5.1.0.

v3.4.0

Compare Source

  • Added: Support for [eslint-plugin-typescript]. Thanks to Jed Fox (@​j-f1)!
  • Improved: The eslint-plugin-vue integration is now using the
    vue/no-layout-rules config behind the scenes, so it should automatically
    stay up-to-date when new eslint-plugin-vue versions are released. Thanks to
    Michał Sajnóg (@​michalsnik)!
benmosher/eslint-plugin-import

v2.16.0

Compare Source

Added
  • typescript config ([#​1257], thanks [@​kirill-konshin])
Fixed
  • Memory leak of SourceCode objects for all parsed dependencies, resolved. (issue [#​1266], thanks [@​asapach] and [@​sergei-startsev] for digging in)

v2.15.0

Compare Source

Added
  • new rule: [no-named-export] ([#​1157], thanks [@​fsmaia])
Fixed
  • [no-extraneous-dependencies]: packageDir option with array value was clobbering package deps instead of merging them ([#​1175]/[#​1176], thanks [@​aravindet] & [@​pzhine])
  • [dynamic-import-chunkname]: Add proper webpack comment parsing ([#​1163], thanks [@​st-sloth])
  • [named]: fix destructuring assignment ([#​1232], thanks [@​ljqx])
evcohen/eslint-plugin-jsx-a11y

v6.2.1

Compare Source

=================

  • 9980e45 [fix] Prevent Error when JSXSpreadAttribute is passed to isSemanticRoleElement

v6.2.0

Compare Source

=================

  • 5650674 [new rule] control-has-associated-label checks interactives for a label
  • f234698 [docs] add How to manage IDs
  • 9924d03 [docs] document jsx-a11y/label-has-associated-control assert option
  • 77b9870 [docs] Add newlines below headings
  • 8244e43 [docs] Add syntax highlighting to example
  • 26f41c8 [docs] Change explanation for role="presentation" escape hatch
  • 33a1f94 [fix] - Purely decorative emojis do not need descriptions.
  • 29d20f7 fix: update emoji-regex to version 7.0.2
  • 0b63f73 chore: update flow-bin to version 0.88.0
  • baa1344 [fix] Disable jsx-a11y/label-has-for in recommended
  • 2c5fb06 chore: update jscodeshift to version 0.6.0
  • 87debc0 [fix] corrected no-noninteractive-element-to-interactive-role.md file
  • d56265b chore: update flow-bin to version 0.87.0
  • 477966f [fix] Update test for implicit role of img
  • f484ce3 [fix] No implicit role for <img> with alt=""
  • 6c33bcb [fix] Add select to the list of default control elements in label-has-associated-control
  • 011f8d9 [fix] Dialog and Alert roles can host keyboard listeners
  • 0f6a8af [fix] More easier plugin:jsx-a11y/{recommended,strict} configs
  • 3844248 [fix] Mark the replacement for label-has-for
  • 93265cb [fix] normalizedValues to values
  • 651366c [fix] Make aria-role case sensitive
  • 56d3b9a [fix][484] Fix role-has-required-aria-props for semantic elements like input[checkbox]
  • 46e9abd [fix] Handle the type={truthy} case in jsx
prettier/eslint-plugin-prettier

v3.0.1

Compare Source

  • 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)
  • Upgrade: Bump vue-eslint-parser from 3.2.2 to 3.3.0 (2379e93)
  • Upgrade: Bump eslint-config-prettier from 3.1.0 to 3.3.0 (3ea0021)
  • Upgrade: Bump eslint from 5.8.0 to 5.9.0 (c774fb8)
  • build(deps-dev): bump eslint-plugin-node from 7.0.1 to 8.0.0 (#​121) (2a4fba0)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.0 to 1.4.1 (#​120) (29caa29)
  • build(deps-dev): bump eslint from 5.6.0 to 5.8.0 (#​119) (2836350)
yannickcr/eslint-plugin-react

v7.12.4

Compare Source

Fixed
Changed

v7.12.3

Compare Source

Fixed
Changed

v7.12.2

Compare Source

Fixed

v7.12.1

Compare Source

Fixed
Changed

v7.12.0

Compare Source

Added
Fixed
Changed

Renovate configuration

📅 Schedule: "before 3am on Monday" in timezone Europe/Zurich.

🚦 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!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@ghost ghost requested a review from rschlaefli as a code owner December 10, 2018 01:01
@ghost ghost added the dependencies label Dec 10, 2018
@ghost ghost assigned rschlaefli Dec 10, 2018
@ghost ghost changed the title Update dependency eslint to v5.10.0 Update dependency eslint to v5.11.0 Dec 23, 2018
@ghost ghost changed the title Update dependency eslint to v5.11.0 Update dependency eslint to v5.11.1 Dec 27, 2018
@ghost ghost changed the title Update dependency eslint to v5.11.1 Update linters Jan 12, 2019
@ghost ghost force-pushed the renovate/linters branch 5 times, most recently from d37522b to 26faf48 Compare January 19, 2019 20:02
@ghost ghost force-pushed the renovate/linters branch 3 times, most recently from 170b4d4 to 89c367d Compare January 29, 2019 12:03
@ghost ghost force-pushed the renovate/linters branch 2 times, most recently from 05f303a to da44a33 Compare February 3, 2019 22:03
@rschlaefli rschlaefli merged commit 84c9ebf into master Feb 8, 2019
@rschlaefli rschlaefli deleted the renovate/linters branch February 8, 2019 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant