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

[Snyk] Upgrade eslint from 0.22.1 to 0.24.1 #3

Merged
merged 2 commits into from
May 2, 2020

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade eslint from 0.22.1 to 0.24.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2015-07-10.
Release notes
Package name: eslint
  • 0.24.1 - 2015-07-10
    • Fix: no-redeclare checks module scopes (fixes #2903) (Toru Nagashima)
    • Fix: add destructuring support to comma-dangle rule (fixes #2911) (Mathias Schreck)
    • Fix: Added missing export syntax support to the block-scoped-var rule. (fixes #2887) (Mathieu M-Gosselin)
    • Fix: Include execScript in no-implied-eval rule (fixes #2873) (Frederik Braun)
    • Fix: lines-around-comment was crashing in some cases due to a missing check (fixes #2892) (Mathieu M-Gosselin)
    • Fix: max-len to report correct column number (fixes #2926) (Mathias Schreck)
    • Fix: object-shorthand computed props (fixes #2937) (Jamund Ferguson)
    • Fix: Remove invalid check inside getJSDocComment function (fixes #2938) (Gyandeep Singh)
    • Fix: Revert 1-based column changes in tests for patch (refs #2284) (Nicholas C. Zakas)
    • Fix: Shallow cloning issues in eslint config (fixes #2961) (Gyandeep Singh)
    • Fix: Support class syntax for line-around-comment rule (fixes #2894) (Gyandeep Singh)
    • Fix: Yoda should ignore comparisons where both sides are constants (fixes #2867) (cjihrig)
    • Docs: Add space-in-brackets deprecation notice (Brandon Mills)
    • Docs: Add spaced-line-comment deprecation notice (Brandon Mills)
    • Docs: array-bracket-spacing examples used space-in-brackets (Brandon Mills)
    • Docs: clarification in no-unused-vars (Jan Schär)
    • Docs: Clarify when not to use space-before-blocks (Ian VanSchooten)
    • Docs: Fix typo in the shareable configs doc (Siddharth Kannan)
    • Docs: missing quotes in JSON (Jan Schär)
    • Docs: remove mistaken "off by default" (Jan Schär)
    • Docs: remove mistaken "off by default" (Jan Schär)
  • 0.24.0 - 2015-06-26
    • Upgrade: eslint-tester to 0.8.1 (Nicholas C. Zakas)
    • Fix: no-dupe-args sparse array crash (fixes #2848) (Chris Walker)
    • Fix: space-after-keywords should ignore extra parens (fixes #2847) (Mathias Schreck)
    • New: add no-unexpected-multiline rule (fixes #746) (Glen Mailer)
    • Update: refactor handle-callback-err to improve performance (fixes #2841) (Mathias Schreck)
    • Fix: Add --init to the CLI options (fixes #2817) (Gyandeep Singh)
    • Update: Add except-parens option to no-return-assign rule (fixes #2809) (Toru Nagashima)
    • Fix: handle-callback-err missing arrow functions (fixes #2823) (Jamund Ferguson)
    • Fix: no-extra-semi in class bodies (fixes #2794) (Toru Nagashima)
    • Fix: Check type to be file when looking for config files (fixes #2790) (Gyandeep Singh)
    • Fix: valid-jsdoc to work for object getters (fixes #2407) (Gyandeep Singh)
    • Update: Add an option as an object to generator-star-spacing rule (fixes #2787) (Toru Nagashima)
    • Build: Update markdownlint dependency (David Anson)
    • Fix: context report message to handle more scenarios (fixes #2746) (Gyandeep Singh)
    • Update: Ignore JsDoc comments by default for spaced-comment (fixes #2766) (Gyandeep Singh)
    • Fix: one-var 'never' option for mixed initialization (Fixes #2786) (Ian VanSchooten)
    • Docs: Fix a minor typo in a prefer-const example (jviide)
    • Fix: comma-dangle always-multiline: no comma right before the last brace (fixes #2091) (Benoît Zugmeyer)
    • Fix: Allow blocked comments with markers and new-line (fixes #2777) (Gyandeep Singh)
    • Docs: small fix in quote-props examples (Jose Roberto Vidal)
    • Fix: object-shorthand rule should not warn for NFEs (fixes #2748) (Michael Ficarra)
    • Fix: arraysInObjects for object-curly-spacing (fixes #2752) (Jamund Ferguson)
    • Docs: Clarify --rule description (fixes #2773) (Nicholas C. Zakas)
    • Fix: object literals in arrow function bodies (fixes #2702) (Jose Roberto Vidal)
    • New: constructor-super rule (fixes #2720) (Toru Nagashima)
    • New: no-this-before-super rule (fixes #2721) (Toru Nagashima)
    • Fix: space-unary-ops flags expressions starting w/ keyword (fixes #2764) (Michael Ficarra)
    • Update: Add block options to lines-around-comment rule (fixes #2667) (Gyandeep Singh)
    • New: array-bracket-spacing (fixes #2226) (Jamund Ferguson)
    • Fix: No-shadow rule duplicating error messages (fixes #2706) (Aliaksei Shytkin)
  • 0.23.0 - 2015-06-15
    • Fix: "extends" within package.json (fixes #2754) (Gyandeep Singh)
    • Upgrade: [email protected] (fixes #2759) (silverwind)
    • Docs: eol-last docs fix (fixes #2755) (Gyandeep Singh)
    • Docs: btmills is a reviewer (Nicholas C. Zakas)
    • Build: Revert lock io.js to v2.1.0 (refs #2745) (Brandon Mills)
    • New: computed-property-spacing (refs #2226) (Jamund Ferguson)
    • Build: Pin Sinon version (fixes #2742) (Ilya Volodin)
    • Fix: prefer-const treats for-in/for-of with the same way (Fixes #2739) (Toru Nagashima)
    • Docs: Add links to team members profile (Gyandeep Singh)
    • Docs: add team and ES7 info to readme (Nicholas C. Zakas)
    • Fix: don't try to strip "line:" prefix from parser errors with no such prefix (fixes #2698) (Tim Cuthbertson)
    • Fix: never ignore config comment options (fixes #2725) (Brandon Mills)
    • Update: Add clarification to spaced-comment (refs #2588) (Greg Cochard)
    • Update: Add markers to spaced-comment (fixes #2588) (Greg Cochard)
    • Fix: no-trailing-spaces now handles skipBlankLines (fixes #2575) (Greg Cochard)
    • Docs: Mark global-strict on by default (fixes #2629) (Ilya Volodin)
    • New: Allow extends to be an array (fixes #2699) (Justin Morris)
    • New: [email protected] (fixes #2682) (silverwind)
    • New: prefer-const rule (fixes #2333) (Toru Nagashima)
    • Fix: remove hard-coded list of unary keywords in space-unary-ops rule (fixes #2696) (Tim Cuthbertson)
    • Breaking: Automatically validate rule options (fixes #2595) (Brandon Mills)
    • Update: no-lone-blocks does not report block-level scopes (fixes #2119) (Jose Roberto Vidal)
    • Update: yoda onlyEquality option (fixes #2638) (Denis Sokolov)
    • Docs: update comment to align with source code it's referencing (Michael Ficarra)
    • Fix: Misconfigured default option for lines-around-comment rule (fixes #2677) (Gyandeep Singh)
    • Fix: no-shadow allows shadowing in the TDZ (fixes #2568) (Toru Nagashima)
    • New: spaced-comment rule (fixes #1088) (Gyandeep Singh)
    • Fix: Check unused vars in exported functions (fixes #2678) (Gyandeep Singh)
    • Build: Stringify payload of release notes (fixes #2640) (Greg Cochard)
    • Fix: Allowing u flag in regex to properly lint no-empty-character-class (fixes #2679) (Dominic Barnes)
    • Docs: deprecate no-wrap-func (fixes #2644) (Jose Roberto Vidal)
    • Docs: Fixing grammar: then -> than (E)
    • Fix: trailing commas in object-curly-spacing (fixes #2647) (Jamund Ferguson)
    • Docs: be consistent about deprecation status (Matthew Dapena-Tretter)
    • Docs: Fix mistakes in object-curly-spacing docs (Matthew Dapena-Tretter)
    • New: run processors when calling executeOnText (fixes #2331) (Mordy Tikotzky)
    • Update: move executeOnText() tests to the correct describe block (fixes #2648) (Mordy Tikotzky)
    • Update: add tests to assert that the preprocessor is running (fixes #2651) (Mordy Tikotzky)
    • Build: Lock io.js to v2.1.0 (fixes #2653) (Ilya Volodin)
  • 0.22.1 - 2015-05-31
    • Build: Remove release notes auto-publish (refs #2640) (Ilya Volodin)
from eslint GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@DavidKindler DavidKindler merged commit c369c28 into devel May 2, 2020
@DavidKindler DavidKindler deleted the snyk-upgrade-97ae650923353df06e0a23d60e9f933d branch May 2, 2020 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment