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

Update dependency eslint to v4.1.1 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Mar 7, 2024

This PR contains the following updates:

Package Type Update Change
eslint (source) peerDependencies major ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 -> ^4.1.1 ^4.1.1 ^4.1.1 ^4.1.1 ^4.1.1 ^4.1.1
eslint (source) dependencies patch 4.1.0 -> 4.1.1

By merging this PR, the issue #35 will be automatically resolved and closed:

Severity CVSS Score CVE
Critical Critical 9.8 CVE-2021-23807
Critical Critical 9.8 WS-2020-0344
High High 8.2 WS-2020-0345
High High 7.5 WS-2020-0042
High High 7.5 WS-2020-0342

Release Notes

eslint/eslint (eslint)

v4.1.1

Compare Source

v4.1.0

Compare Source

  • e8f1362 Docs: Remove wrong descriptions in padded-block rule (#​8783) (Plusb Preco)
  • 291a783 Update: enforceForArrowConditionals to no-extra-parens (fixes #​6196) (#​8439) (Evilebot Tnawi)
  • a21dd32 New: Add overrides/files options for glob-based config (fixes #​3611) (#​8081) (Sylvan Mably)
  • 879688c Update: Add ignoreComments option to no-trailing-spaces (#​8061) (Jake Roussel)
  • b58ae2e Chore: Only instantiate fileEntryCache when cache flage set (perf) (#​8763) (Gyandeep Singh)
  • 9851288 Update: fix indent errors on multiline destructure (fixes #​8729) (#​8756) (Victor Hom)
  • 3608f06 Docs: Increase visibility of code of conduct (fixes #​8758) (#​8764) (Kai Cataldo)
  • 673a58b Update: support multiple fixes in a report (fixes #​7348) (#​8101) (Toru Nagashima)
  • 7a1bc38 Fix: don't pass default parserOptions to custom parsers (fixes #​8744) (#​8745) (Teddy Katz)
  • c5b4052 Chore: enable computed-property-spacing on ESLint codebase (#​8760) (Teddy Katz)
  • 3419f64 Docs: describe how to use formatters on the formatter demo page (#​8754) (Teddy Katz)
  • a3ff8f2 Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#​8746) (Teddy Katz)
  • b7cc1e6 Fix: Space-infix-ops should ignore type annotations in TypeScript (#​8341) (Reyad Attiyat)
  • 46e73ee Fix: eslint --init installs wrong dependencies of popular styles (fixes #​7338) (#​8713) (Toru Nagashima)
  • a82361b Chore: Prevent package-lock.json files from being created (fixes #​8742) (#​8747) (Teddy Katz)
  • 5f81a68 New: Add eslintIgnore support to package.json (fixes #​8458) (#​8690) (Victor Hom)
  • b5a70b4 Update: fix multiline binary operator/parentheses indentation (#​8719) (Teddy Katz)
  • ab8b016 Update: fix MemberExpression indentation with "off" option (fixes #​8721) (#​8724) (Teddy Katz)
  • eb5d12c Update: Add Fixer method to Linter API (#​8631) (Gyandeep Singh)
  • 26a2daa Chore: Cache fs reads in ignored-paths (fixes #​8363) (#​8706) (Victor Hom)

v4.0.0

Compare Source

v3.19.0

Compare Source

  • e09132f Fix: no-extra-parens false positive with exports and object literals (#​8359) (Teddy Katz)
  • 91baed4 Update: allow custom messages in no-restricted-syntax (fixes #​8298) (#​8357) (Vitor Balocco)
  • 35c93e6 Fix: prevent space-before-function-paren from checking type annotations (#​8349) (Teddy Katz)
  • 3342e9f Fix: don't modify operator precedence in operator-assignment autofixer (#​8358) (Teddy Katz)
  • f88375f Docs: clarify that no-unsafe-negation is in eslint:recommended (#​8371) (Teddy Katz)
  • 02f0d27 Docs: Add soda0289 to Development Team (#​8367) (Kai Cataldo)
  • 155424c Fix: ignore empty path in patterns (fixes #​8362) (#​8364) (alberto)
  • 27616a8 Fix: prefer-const false positive with object spread (fixes #​8187) (#​8297) (Vitor Balocco)
  • 8569a90 Docs: add note about git's linebreak handling to linebreak-style docs (#​8361) (Teddy Katz)
  • 5878593 Chore: fix invalid syntax in no-param-reassign test (#​8360) (Teddy Katz)
  • 1b1046b Fix: don't classify plugins that throw errors as "missing" (fixes #​6874) (#​8323) (Teddy Katz)
  • 29f4ba5 Fix: no-useless-computed-key invalid autofix for getters and setters (#​8335) (Teddy Katz)
  • 0541eaf Fix: no-implicit-coercion invalid autofix with consecutive identifiers (#​8340) (Teddy Katz)
  • 41b9786 Fix: no-extra-parens false positive with objects following arrows (#​8339) (Teddy Katz)
  • 3146167 Fix: eslint.verify should not mutate config argument (fixes #​8329) (#​8334) (alberto)
  • 927de90 Fix: dot-notation autofix produces invalid syntax for integer properties (#​8332) (Teddy Katz)
  • a9d1bea Fix: comma-style autofix produces errors on parenthesized elements (#​8331) (Teddy Katz)
  • d52173f Fix: don't generate invalid options in config-rule (#​8326) (Teddy Katz)
  • 6eda3b5 Fix: no-extra-parens invalid autofix in for-of statements (#​8337) (Teddy Katz)
  • 6c819d8 Fix: dot-notation autofix produces errors on parenthesized computed keys (#​8330) (Teddy Katz)
  • 2d883d7 Fix: object-shorthand autofix produces errors on parenthesized functions (#​8328) (Teddy Katz)
  • cd9b774 Fix: quotes false positive with backtick option in method names (#​8327) (Teddy Katz)
  • d064ba2 Fix: no-else-return false positive for ifs in single-statement position (#​8338) (Teddy Katz)
  • 6a718ba Chore: enable max-statements-per-line on ESLint codebase (#​8321) (Teddy Katz)
  • 614b62e Chore: update sinon calls to deprecated API. (#​8310) (alberto)
  • 0491572 Chore: use precalculated counts in codeframe formatter (#​8296) (Vitor Balocco)
  • 8733e6a Chore: Fix incorrect error location properties in tests (#​8307) (alberto)
  • c4ffb49 Chore: Fix typos in test option assertions (#​8305) (Teddy Katz)
  • 79a97cb Upgrade: devDependencies (#​8303) (alberto)
  • e4da200 Upgrade: Mocha to 3.2.0 (#​8299) (Ilya Volodin)
  • 2f144ca Fix: operator-assignment autofix errors with parentheses (fixes #​8293) (#​8294) (Teddy Katz)
  • 7521cd5 Chore: update token logic in rules to use ast-utils (#​8288) (Teddy Katz)
  • 9b509ce Chore: refactor space-before-function-paren rule (#​8284) (Teddy Katz)
  • ddc6350 Fix: no-param-reassign false positive on destructuring (fixes #​8279) (#​8281) (Teddy Katz)
  • f8176b3 Chore: improve test coverage for node-event-generator (#​8287) (Teddy Katz)
  • 602e9c2 Docs: fix incorrect selector examples (#​8278) (Teddy Katz)

v3.18.0

Compare Source

v3.17.1

Compare Source

v3.17.0

Compare Source

v3.16.1

Compare Source

  • ff8a80c Fix: duplicated autofix output for inverted fix ranges (fixes #​8116) (#​8117) (Teddy Katz)
  • a421897 Docs: fix typo in arrow-parens.md (#​8132) (Will Chen)
  • 22d7fbf Chore: fix invalid redeclared variables in tests (#​8130) (Teddy Katz)
  • 8d95598 Chore: fix output assertion typos in rule tests (#​8129) (Teddy Katz)
  • 9fa2559 Docs: Add missing quotes in key-spacing rule (#​8121) (Glenn Reyes)
  • f3a6ced Build: package.json update for eslint-config-eslint release (ESLint Jenkins)

v3.16.0

Compare Source

v3.15.0

Compare Source

v3.14.1

Compare Source

v3.14.0

Compare Source

v3.13.1

Compare Source

  • 3fc4e3f Fix: prefer-destructuring reporting compound assignments (fixes #​7881) (#​7882) (Teddy Katz)
  • f90462e Fix: no-extra-label autofix should not remove labels used elsewhere (#​7885) (Teddy Katz)

v3.13.0

Compare Source

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Mar 7, 2024
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.18.2 Update dependency eslint to v4.18.2 - autoclosed Mar 7, 2024
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/eslint-4.x branch March 7, 2024 08:49
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.18.2 - autoclosed Update dependency eslint to v4.18.2 Mar 7, 2024
@mend-for-github-com mend-for-github-com bot reopened this Mar 7, 2024
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/eslint-4.x branch March 7, 2024 09:02
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/eslint-4.x branch from f6bcd35 to b561d31 Compare March 7, 2024 09:07
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.18.2 Update dependency eslint to v4.1.1 Mar 7, 2024
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.1.1 Update dependency eslint to v4.1.1 - autoclosed Mar 7, 2024
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/eslint-4.x branch March 7, 2024 09:15
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.1.1 - autoclosed Update dependency eslint to v4.1.1 Mar 7, 2024
@mend-for-github-com mend-for-github-com bot reopened this Mar 7, 2024
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/eslint-4.x branch March 7, 2024 09:24
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/eslint-4.x branch 2 times, most recently from dff8a40 to a186fd4 Compare March 7, 2024 09:54
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.1.1 Update dependency eslint to v4.18.2 Mar 7, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/eslint-4.x branch from a186fd4 to 07b5640 Compare March 7, 2024 12:19
@mend-for-github-com mend-for-github-com bot changed the title Update dependency eslint to v4.18.2 Update dependency eslint to v4.1.1 Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants