Skip to content

Conversation

@iamstoick
Copy link
Owner

snyk-top-banner

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.

Name Versions Released on

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.30

  • 3.1.29 - 2015-07-27

    3.1.29

  • 3.1.28 - 2015-07-27

    3.1.28

  • 3.1.27 - 2015-07-25

    3.1.27

  • 3.1.26 - 2015-07-22

    3.1.26

  • 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 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)
  • 0.22.0 - 2015-05-30
    • Upgrade: escope 3.1.0 (fixes #2310, #2405) (Toru Nagashima)
    • Fix: “consistent-this” incorrectly flagging destructuring of this (fixes #2633) (David Aurelio)
    • 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 no-shadow (fixes #2556, #2552) (Toru Nagashima)
    • 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 notes
Package name: eslint-plugin-react
  • 2.7.1 - 2015-07-15

    Changed

    • 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

    Added

    Fixed

    • Fix properties limitations on propTypes (#139)
    • Fix component detection (#144)
  • 2.6.4 - 2015-07-01

    Fixed

    • Fix simple destructuring handling (#137)
  • 2.6.3 - 2015-06-30

    Fixed

    • Fix ignore option for prop-types rule (#135)
    • Fix nested props destructuring (#136)
  • 2.6.2 - 2015-06-28

    Fixed

    • Fix props validation when using a prop as an object key (#132)
  • 2.6.1 - 2015-06-28

    Fixed

    • Fix crash in prop-types when encountering an empty variable declaration (#130)
  • 2.6.0 - 2015-06-28

    Added

    • Add support for nested propTypes (#62 #105 @ Cellule)
    • Add require-extension rule (#117 @ scothis)
    • Add support for computed string format in prop-types (#127 @ Cellule)
    • Add ES6 methods to sort-comp default configuration (#97 #122)
    • Add support for props destructuring directly on the this keyword
    • Add acceptTranspilerName option to display-name rule (#75)
    • Add schema to validate rules options

    Changed

    • Update dependencies

    Fixed

    • Fix test command for Windows (#114 @ Cellule)
    • Fix detection of missing displayName and propTypes when ecmaFeatures.jsx is false (#119 @ rpl)
    • Fix propTypes destructuring with properties as string (#118 @ Cellule)
    • Fix jsx-sort-prop-types support for keys as string (#123 @ Cellule)
    • Fix crash if a ClassProperty has only one token (#125)
    • Fix invalid class property handling in jsx-sort-prop-types (#129)
  • 2.5.2 - 2015-06-14

    Fixed

    • Fix regression in jsx-uses-vars with babel-eslint (#110)
  • 2.5.1 - 2015-06-14

    Changed

    Fixed

    • Fix prop-types crash when propTypes definition is invalid (#95)
    • Fix jsx-uses-vars for ES6 classes (#96)
    • Fix hasOwnProperty that is taken for a prop (#102)
  • 2.5.0 - 2015-06-03

    Added

    • Add option to make wrap-multilines more granular (#94 @ PiPeep)

    Changed

  • 2.4.0 - 2015-05-30
  • 2.3.0 - 2015-05-14
from eslint-plugin-react GitHub release notes
Package name: resolve
  • 1.22.8 - 2023-10-10
    • [Tests] rename innocent test project to avoid flawed security scanners
    • [Tests] skip some tests for a broken require.resolve in node v8.9, v9.0-v9.2
  • 1.22.7 - 2023-10-10
    • [Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners
  • 1.22.6 - 2023-09-15
    • [Fix] allow npx resolve to work (#316)
    • [actions] use reusable rebase action
  • 1.22.5 - 2023-09-14
    • [Fix] fix npx resolve by handling symlinks (#315)
    • [Dev Deps] update array.prototype.map
  • 1.22.4 - 2023-08-04
    • Revert "[Refactor] deprecated lib/core.js now uses data from is-core-module also"
    • [Deps] update is-core-module
    • [Dev Deps] update @ ljharb/eslint-config, aud, semver, tape
    • [meta] commit published core.json data
  • 1.22.3 - 2023-04-14
    • [Refactor] deprecated lib/core.js now uses data from is-core-module also
    • [Deps] update is-core-module
  • 1.22.2 - 2023-04-05
    • [Refactor] deprecated lib/core.js now uses is-core-module
    • [meta] cp core.json on prepack instead of prepublishOnly
    • [Deps] update is-core-module
    • [Dev Deps] update @ ljharb/eslint-config, aud, tape, array.prototype.map
  • 1.22.1 - 2022-06-17
    • [Fix] support windows virtual drive paths (#284)
    • [Deps] update is-core-module
    • [meta] use npmignore to autogenerate an npmignore file
    • [meta] do not publish appveyor.yml
    • [Dev Deps] update eslint, @ ljharb/eslint-config, tape
    • [Test] add tests for "main": false
    • [Tests] fix tests on node v12.0-12.2
    • [Test] add some sync coverage
    • [Test] fix incorrect require.resolve paths logic; enable these tests
    • [Tests] avoid tests breaking on node 11.11 - 11.13
  • 1.22.0 - 2022-01-22
    • [New] add default support for paths to include $HOME/.node_{modules,libraries} (#273)
    • [Deps]...

Snyk has created this PR to upgrade:
  - babel-eslint from 3.1.7 to 3.1.30.
    See this package in npm: https://www.npmjs.com/package/babel-eslint
  - eslint from 0.21.2 to 0.24.1.
    See this package in npm: https://www.npmjs.com/package/eslint
  - eslint-plugin-react from 2.3.0 to 2.7.1.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-react
  - resolve from 1.1.6 to 1.22.8.
    See this package in npm: https://www.npmjs.com/package/resolve
  - strip-json-comments from 1.0.2 to 1.0.4.
    See this package in npm: https://www.npmjs.com/package/strip-json-comments

See this project in Snyk:
https://app.snyk.io/org/geraldvillorente/project/ade96e36-9f43-4e7c-b22d-2aefe4778d93?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment