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

chore(deps): update eslint - autoclosed #131

Closed
wants to merge 6 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2018

This PR contains the following updates:

Package Type Update Change References
eslint devDependencies minor 5.6.0 -> 5.16.0 homepage, source
eslint-config-prettier dependencies minor 3.0.1 -> 3.6.0 source
eslint-plugin-import devDependencies minor 2.14.0 -> 2.16.0 source
eslint-plugin-jsx-a11y devDependencies minor 6.1.1 -> 6.2.1 source
eslint-plugin-react devDependencies minor 7.11.1 -> 7.12.4 source

Release Notes

eslint/eslint

v5.16.0

Compare Source

  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#​11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#​11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#​11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#​11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#​11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#​11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#​11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#​11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#​11528) (Teddy Katz)

v5.15.3

Compare Source

v5.15.2

Compare Source

  • 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #​11268) (#​11407) (Mark de Dios)
  • 5d2083f Upgrade: eslint-scope@4.0.3 (#​11513) (Teddy Katz)
  • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#​11476) (Ben Chauvette)
  • 448e8da Chore: improve crash reporting (fixes #​11304) (#​11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#​11435) (薛定谔的猫)
  • d6c1122 Docs: Add working groups to maintainer guide (#​11400) (Nicholas C. Zakas)
  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #​11504) (#​11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#​11500) (Reece Dunham)
  • 956e883 Docs: Fix example in no-restricted-modules docs (#​11454) (Paul O’Shannessy)
  • 2c7431d Docs: fix json schema example dead link (#​11498) (kazuya kawaguchi)
  • e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#​11492) (Mihira Jayasekera)
  • 6693161 Sponsors: Sync README with website (ESLint Jenkins)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#​11434) (薛定谔的猫)
  • 34a5382 Build: copy bundled espree to website directory (#​11478) (Pig Fang)
  • f078f9a Chore: use "file:" dependencies for internal rules/config (#​11465) (Teddy Katz)
  • 0756128 Docs: Add visualstudio to formatter list (#​11480) (Patrick Eriksson)
  • 44de9d7 Docs: Fix typo in func-name-matching rule docs (#​11484) (Iulian Onofrei)

v5.15.1

Compare Source

v5.15.0

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source

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

v5.9.0

Compare Source

v5.8.0

Compare Source

v5.7.0

Compare Source

v5.6.1

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

v3.3.0

Compare Source

  • Added: The [vue/html-self-closing] rule (as a [special
    rule][vue/html-self-closing-special]). Thanks to Yamagishi Kazutoshi (@​ykzts)!

v3.2.0

Compare Source

  • Added: Support for [eslint-plugin-vue].
  • Fixed: The CLI helper tool should now work in Node.js 6 with npm 3 again.
    Thanks to Grant Snodgrass (@​meeber)!
  • Improved: Updated documentation.

v3.1.0

Compare Source

  • Added: Support for [eslint-plugin-unicorn]. Thanks to John Mars (@​j0hnm4r5)!
  • Changed: The [quotes] rule is now allowed to be used to forbid unnecessary
    backticks. This means that the CLI helper tool no longer can automatically
    validate it, so you’ll need to refer the [quotes special rule
    documentation][quotes-special]. Thanks to Nick Petruzzelli (@​npetruzzelli)!
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](package

Renovate configuration

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

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

♻️ Rebasing: Whenever PR is stale, 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. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency eslint-config-prettier to v3.1.0 chore(deps): update eslint Sep 28, 2018
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 7eb1247 to 366becb Compare October 5, 2018 15:27
@renovate renovate bot force-pushed the renovate/eslint branch 3 times, most recently from 80c65b5 to 9f6b3ae Compare November 11, 2018 11:30
@renovate renovate bot force-pushed the renovate/eslint branch 3 times, most recently from a7d28a0 to 69526f6 Compare December 28, 2018 07:11
@renovate renovate bot force-pushed the renovate/eslint branch 4 times, most recently from 49a7bb9 to 25a9a7d Compare January 4, 2019 23:25
@renovate renovate bot force-pushed the renovate/eslint branch 5 times, most recently from 46bf4eb to 9f55df4 Compare January 19, 2019 19:53
@renovate renovate bot force-pushed the renovate/eslint branch 3 times, most recently from a9a4bb7 to 7d90bd8 Compare January 29, 2019 11:39
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 254de19 to ee06bf2 Compare February 3, 2019 21:34
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 56ccf06 to 636e831 Compare February 18, 2019 17:38
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from e43a1a9 to 9506e3f Compare March 5, 2019 02:56
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 1954e3f to 66ec4f4 Compare March 18, 2019 16:23
@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from 7dec37d to 6f648e3 Compare April 1, 2019 19:01
@renovate
Copy link
Contributor Author

renovate bot commented Apr 1, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@renovate renovate bot changed the title chore(deps): update eslint chore(deps): update eslint - autoclosed Apr 1, 2019
@renovate renovate bot closed this Apr 1, 2019
@renovate renovate bot deleted the renovate/eslint branch April 1, 2019 23:36
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.

None yet

2 participants