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

fix(deps): update dependency eslint to v5 #1

Merged
merged 1 commit into from Jul 22, 2018
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 22, 2018

This Pull Request updates dependency eslint from ^4.19.1 to ^5.0.0

Release Notes

v5.2.0

Compare Source

  • 81283d0 Update: Cache files that failed linting (fixes #​9948) (#​10571) (Kevin Partington)
  • 13cc63e Upgrade: ignore@​4.0.2 (#​10619) (Rouven Weßling)
  • ac77a80 Chore: Fixing a call to Object.assign.apply in Linter (#​10629) (Kevin Partington)
  • 761f802 Upgrade: eslint-plugin-node to 7.0.1 (#​10612) (Toru Nagashima)
  • c517b2a Build: fix npm run perf failing(fixes #​10577) (#​10607) (薛定谔的猫)
  • e596939 Chore: fix redundant equality check (#​10617) (Toru Nagashima)
  • 9f93d5f Docs: Updated Working with Custom Formatters (fixes #​9950) (#​10592) (Marla Foreman)
  • 9aaf195 Chore: Extract lint result cache logic (refs #​9948) (#​10562) (Kevin Partington)
  • 80b296e Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • e4e7ff2 Chore: fix error message in eslint-config-eslint (#​10588) (薛定谔的猫)
  • 1e88170 Chore: Move lib/logging and lib/timing to lib/util/ (refs #​10559) (#​10579) (Kevin Partington)
  • 64dfa21 Build: Fix prerelease logic in blog post generation (fixes #​10578) (#​10581) (Kevin Partington)
  • 0faf633 Chore: Simplify helper method in Linter tests (#​10580) (Kevin Partington)

v5.1.0

Compare Source

  • 7328f99 Build: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • b161f6b Build: Include prerelease install info in release blog post (#​10463) (Kevin Partington)
  • b2df738 Fix: prefer-object-spread duplicated comma (fixes #​10512, fixes #​10532) (#​10524) (Toru Nagashima)
  • d8c3a25 Fix: wrap-regex doesn't work in some expression(fixes #​10573) (#​10576) (薛定谔的猫)
  • 114f42e Docs: Clarify option defaults in max-lines-per-function docs (#​10569) (Chris Harwood)
  • 63f36f7 Fix: sort-keys in an object that contains spread (fixes #​10261) (#​10495) (katerberg)
  • 601a5c4 Fix: Prefer-const rule crashing on array destructuring (fixes #​10520) (#​10527) (Michael Mason)
  • 143890a Update: Adjust grammar of error/warnings fixable (#​10546) (Matt Mischuk)
  • 8ee39c5 Chore: small refactor config-validator (#​10565) (薛定谔的猫)
  • 100f1be Docs: add note about release issues to readme (#​10572) (Teddy Katz)
  • 02efeac Fix: do not fail on nested unknown operators (#​10561) (Rubén Norte)
  • 92b19ca Chore: use eslintrc overrides(dogfooding) (#​10566) (薛定谔的猫)
  • 076a6b6 Docs: add actionable fix to no-irregular-whitespace (#​10558) (Matteo Collina)
  • de663ec Docs: Only successfully linted files are cached (fixes #​9802) (#​10557) (Kevin Partington)
  • f0e22fc Upgrade: globals@​11.7.0 (#​10497) (薛定谔的猫)
  • 8a2ff2c Docs: adding a section about disable rules for some files (#​10536) (Wellington Soares)
  • f22a3f8 Docs: fix a word in no-implied-eval (#​10539) (Dan Homola)
  • 20d8bbd Docs: add missing paragraph about "custom parsers" (#​10547) (Pig Fang)
  • b7addf6 Update: deprecate no-catch-shadow (fixes #​10466) (#​10526) (Toru Nagashima)
  • e862dc3 Fix: Remove autofixer for no-debugger (fixes #​10242) (#​10509) (Teddy Katz)

v5.0.1

Compare Source

  • 196c102 Fix: valid-jsdoc should allow optional returns for async (fixes #​10386) (#​10480) (Mark Banner)
  • 4c823bd Docs: Fix max-lines-per-function correct code's max value (#​10513) (Rhys Bower)

v5.0.0

Compare Source
Release blogpost

Migration guide

  • 0feedfd New: Added max-lines-per-function rule (fixes #​9842) (#​10188) (peteward44)
  • daefbdb Upgrade: eslint-scope and espree to 4.0.0 (refs #​10458) (#​10500) (Brandon Mills)
  • 077358b Docs: no-process-exit: recommend process.exitCode (#​10478) (Andres Kalle)
  • f93d6ff Fix: do not fail on unknown operators from custom parsers (fixes #​10475) (#​10476) (Rubén Norte)
  • 05343fd Fix: add parens for yield statement (fixes #​10432) (#​10468) (Pig Fang)
  • d477c5e Fix: check destructuring for "no-shadow-restricted-names" (fixes #​10467) (#​10470) (Pig Fang)
  • 7a7580b Update: Add considerPropertyDescriptor option to func-name-matching (#​9078) (Dieter Luypaert)
  • e0a0418 Fix: crash on optional catch binding (#​10429) (Toru Nagashima)
  • de4dba9 Docs: styling team members (#​10460) (薛定谔的猫)
  • 5e453a3 Docs: display team members in tables. (#​10433) (薛定谔的猫)
  • b1895eb Docs: Restore intentional spelling mistake (#​10459) (Wilfred Hughes)


This PR has been generated by Renovate Bot.

Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
@renovate renovate bot merged commit 599a0bb into master Jul 22, 2018
@renovate renovate bot deleted the renovate/eslint-5.x branch July 22, 2018 07:40
@tunnckoCore
Copy link
Owner

Hey, @rarkins, can i ping you for a bit.

How can i ignore upgrading eslint to v5 until eslint-config-airbnb gets next version released (or v18, i'm not sure if they will bump to v18 when "eslint 5 support is added" airbnb/javascript#1834)?

Currently i can simply use ignoreDeps.

@rarkins
Copy link

rarkins commented Jul 22, 2018

If you close this PR I merged then that will ignore/mute eslint v5 (ie this Pr won’t be recreated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants