[Snyk] Upgrade: babel-eslint, eslint, eslint-plugin-react, resolve, strip-json-comments #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ 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.
babel-eslint
from 3.1.7 to 3.1.30 | 23 versions ahead of your current version | 9 years ago
on 2015-07-27
eslint
from 0.21.2 to 0.24.1 | 5 versions ahead of your current version | 9 years ago
on 2015-07-10
eslint-plugin-react
from 2.3.0 to 2.7.1 | 11 versions ahead of your current version | 9 years ago
on 2015-07-15
resolve
from 1.1.6 to 1.22.8 | 48 versions ahead of your current version | a year ago
on 2023-10-10
strip-json-comments
from 1.0.2 to 1.0.4 | 2 versions ahead of your current version | 9 years ago
on 2015-08-02
Release notes
Package name: babel-eslint
-
3.1.30 - 2015-07-27
-
3.1.29 - 2015-07-27
-
3.1.28 - 2015-07-27
-
3.1.27 - 2015-07-25
-
3.1.26 - 2015-07-22
-
3.1.25 - 2015-07-22
-
3.1.24 - 2015-07-21
-
3.1.23 - 2015-07-06
-
3.1.22 - 2015-07-06
-
3.1.21 - 2015-07-06
-
3.1.20 - 2015-06-29
-
3.1.19 - 2015-06-26
-
3.1.18 - 2015-06-23
-
3.1.17 - 2015-06-18
-
3.1.16 - 2015-06-17
-
3.1.15 - 2015-06-09
-
3.1.14 - 2015-06-06
-
3.1.13 - 2015-06-05
-
3.1.12 - 2015-06-05
-
3.1.11 - 2015-06-03
-
3.1.10 - 2015-06-02
-
3.1.9 - 2015-05-25
-
3.1.8 - 2015-05-23
-
3.1.7 - 2015-05-21
from babel-eslint GitHub release notes3.1.30
3.1.29
3.1.28
3.1.27
3.1.26
Package name: eslint
-
0.24.1 - 2015-07-10
- Fix:
- 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
- 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
- Fix: handle-callback-err missing arrow functions (fixes #2823) (Jamund Ferguson)
- Fix:
- 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
- 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
- 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:
- New:
- Fix: space-unary-ops flags expressions starting w/ keyword (fixes #2764) (Michael Ficarra)
- Update: Add block options to
- 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:
- 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:
- 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:
- 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)
-
0.22.0 - 2015-05-30
- Upgrade: escope 3.1.0 (fixes #2310, #2405) (Toru Nagashima)
- Fix: “consistent-this” incorrectly flagging destructuring of
- Upgrade: eslint-tester to 0.7.0 (Ilya Volodin)
- Update: allow shadowed references in no-alert (fixes #1105) (Mathias Schreck)
- Fix: no-multiple-empty-lines and template strings (fixes #2605) (Jamund Ferguson)
- New: object-curly-spacing (fixes #2225) (Jamund Ferguson)
- Docs: minor fix for one-var rule (Jamund Ferguson)
- Fix: Shared config being clobbered by other config (fixes #2592) (Dominic Barnes)
- Update: adds "functions" option to no-extra-parens (fixes #2477) (Jose Roberto Vidal)
- Docs: Fix json formatting for lines-around-comments rule (Gyandeep Singh)
- Fix: Improve around function/class names of
- Fix: Improve code coverage (fixes #2590) (Ilya Volodin)
- Fix: Allow scoped configs to have sub-configs (fixes #2594) (Greg Cochard)
- Build: Add auto-update of release tag on github (fixes #2566) (Greg Cochard)
- New: lines-around-comment (fixes #1344) (Jamund Ferguson)
- Build: Unblock build by increasing code coverage (Ilya Volodin)
- New: accessor-pairs rule to object initializations (fixes #1638) (Gyandeep Singh)
- Fix: counting of variables statements in one-var (fixes #2570) (Mathias Schreck)
- Build: Add sudo:false for Travis (fixes #2582) (Ilya Volodin)
- New: Add rule schemas (refs #2179) (Brandon Mills)
- Docs: Fix typo in shareable-configs example (fixes #2571) (Ted Piotrowski)
- Build: Relax markdownlint rules by disabling style-only items (David Anson)
- Fix: Object shorthand rule incorrectly flagging getters/setters (fixes #2563) (Brad Dougherty)
- New: Add config validator (refs #2179) (Brandon Mills)
- New: Add worker environment (fixes #2442) (Ilya Volodin)
- New no-empty-character class (fixes #2508) (Jamund Ferguson)
- New: Adds --ignore-pattern option. (fixes #1742) (Patrick McElhaney)
-
0.21.2 - 2015-05-18
- Fix: one-var exception for ForStatement.init (fixes #2505) (Brandon Mills)
- Fix: Don't throw spurious shadow errors for classes (fixes #2545) (Jimmy Jia)
- Fix: valid-jsdoc rule to support exported functions (fixes #2522) (Gyandeep Singh)
- Fix: Allow scoped packages in configuration extends (fixes #2544) (Eric Isakson)
- Docs: Add chatroom to FAQ (Nicholas C. Zakas)
- Docs: Move Gitter badge (Nicholas C. Zakas)
from eslint GitHub release notesno-redeclarechecks module scopes (fixes #2903) (Toru Nagashima)getJSDocCommentfunction (fixes #2938) (Gyandeep Singh)except-parensoption tono-return-assignrule (fixes #2809) (Toru Nagashima)no-extra-semiin class bodies (fixes #2794) (Toru Nagashima)generator-star-spacingrule (fixes #2787) (Toru Nagashima)spaced-comment(fixes #2766) (Gyandeep Singh)constructor-superrule (fixes #2720) (Toru Nagashima)no-this-before-superrule (fixes #2721) (Toru Nagashima)lines-around-commentrule (fixes #2667) (Gyandeep Singh)prefer-consttreatsfor-in/for-ofwith the same way (Fixes #2739) (Toru Nagashima)prefer-construle (fixes #2333) (Toru Nagashima)no-shadowallows shadowing in the TDZ (fixes #2568) (Toru Nagashima)this(fixes #2633) (David Aurelio)no-shadow(fixes #2556, #2552) (Toru Nagashima)Package name: eslint-plugin-react
-
2.7.1 - 2015-07-15
- Update peerDependencies requirements (#154)
- Update codebase for ESLint v1.0.0
- Change oneOfType to actually keep the child types (#148 @ CalebMorris)
- Documentation improvements (#147 @ lencioni)
-
2.7.0 - 2015-07-10
- Add
- Add
- Fix properties limitations on propTypes (#139)
- Fix component detection (#144)
-
2.6.4 - 2015-07-01
- Fix simple destructuring handling (#137)
-
2.6.3 - 2015-06-30
- Fix ignore option for
- Fix nested props destructuring (#136)
-
2.6.2 - 2015-06-28
- Fix props validation when using a prop as an object key (#132)
-
2.6.1 - 2015-06-28
- Fix crash in
-
2.6.0 - 2015-06-28
- Add support for nested propTypes (#62 #105 @ Cellule)
- Add
- Add support for computed string format in
- Add ES6 methods to
- Add support for props destructuring directly on the this keyword
- Add
- Add schema to validate rules options
- Update dependencies
- Fix test command for Windows (#114 @ Cellule)
- Fix detection of missing displayName and propTypes when
- Fix propTypes destructuring with properties as string (#118 @ Cellule)
- Fix
- Fix crash if a ClassProperty has only one token (#125)
- Fix invalid class property handling in
-
2.5.2 - 2015-06-14
- Fix regression in
-
2.5.1 - 2015-06-14
- Update dependencies
- Documentation improvements (#99 @ morenoh149)
- Fix
- Fix
- Fix hasOwnProperty that is taken for a prop (#102)
-
2.5.0 - 2015-06-03
- Add option to make
- Update dependencies
- Documentation improvements (#92 #93 @ lencioni)
-
2.4.0 - 2015-05-30
-
2.3.0 - 2015-05-14
from eslint-plugin-react GitHub release notesChanged
Added
no-dangerrule (#138 @ scothis)jsx-curly-spacingrule (#142)Fixed
Fixed
Fixed
prop-typesrule (#135)Fixed
Fixed
prop-typeswhen encountering an empty variable declaration (#130)Added
require-extensionrule (#117 @ scothis)prop-types(#127 @ Cellule)sort-compdefault configuration (#97 #122)acceptTranspilerNameoption todisplay-namerule (#75)Changed
Fixed
ecmaFeatures.jsxis false (#119 @ rpl)jsx-sort-prop-typessupport for keys as string (#123 @ Cellule)jsx-sort-prop-types(#129)Fixed
jsx-uses-varswithbabel-eslint(#110)Changed
Fixed
prop-typescrash when propTypes definition is invalid (#95)jsx-uses-varsfor ES6 classes (#96)Added
wrap-multilinesmore granular (#94 @ PiPeep)Changed
Package name: resolve
require.resolvein node v8.9, v9.0-v9.2npx resolveto work (#316)npx resolveby handling symlinks (#315)array.prototype.maplib/core.jsnow uses data fromis-core-modulealso"is-core-module@ ljharb/eslint-config,aud,semver,tapelib/core.jsnow uses data fromis-core-modulealsois-core-modulelib/core.jsnow usesis-core-moduleis-core-module@ ljharb/eslint-config,aud,tape,array.prototype.mapis-core-modulenpmignoreto autogenerate an npmignore fileappveyor.ymleslint,@ ljharb/eslint-config,tape"main": falsesynccoveragerequire.resolvepaths logic; enable these testspathsto include$HOME/.node_{modules,libraries}(#273)