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-plugin-jest from 24.1.3 to 24.7.0 #107

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

Conversation

Kritune-Dev
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade eslint-plugin-jest from 24.1.3 to 24.7.0.

ℹ️ 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 26 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2021-10-10.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Command Injection
SNYK-JS-LODASH-1040724
467/1000
Why? Proof of Concept exploit, CVSS 7.2
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
467/1000
Why? Proof of Concept exploit, CVSS 7.2
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASH-1018905
467/1000
Why? Proof of Concept exploit, CVSS 7.2
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: eslint-plugin-jest
  • 24.7.0 - 2021-10-10

    24.7.0 (2021-10-10)

    Features

    • create require-hook rule (#929) (6204b31)
    • deprecate prefer-to-be-null rule (4db9161)
    • deprecate prefer-to-be-undefined rule (fa08f09)
  • 24.6.0 - 2021-10-09

    24.6.0 (2021-10-09)

    Features

    • valid-expect-in-promise: re-implement rule (#916) (7a49c58)
  • 24.5.2 - 2021-10-04

    24.5.2 (2021-10-04)

    Bug Fixes

    • lowercase-name: consider skip and only prefixes for ignores (#923) (8716c24)
  • 24.5.1 - 2021-10-04

    24.5.1 (2021-10-04)

    Bug Fixes

    • prefer-to-be: don't consider RegExp literals as toBe-able (#922) (99b6d42)
  • 24.5.0 - 2021-09-29

    24.5.0 (2021-09-29)

    Bug Fixes

    • no-deprecated-functions: remove process.cwd from resolve paths (#889) (6940488)
    • no-identical-title: always consider .each titles unique (#910) (a41a40e)

    Features

    • create prefer-expect-resolves rule (#822) (2556020)
    • create prefer-to-be rule (#864) (3a64aea)
    • require-top-level-describe: support enforcing max num of describes (#912) (14a2d13)
    • valid-title: allow custom matcher messages (#913) (ffc9392)
  • 24.4.3 - 2021-09-28

    24.4.3 (2021-09-28)

    Bug Fixes

    • valid-expect-in-promise: support finally (#914) (9c89855)
    • valid-expect-in-promise: support additional test functions (#915) (4798005)
  • 24.4.2 - 2021-09-17

    24.4.2 (2021-09-17)

    Bug Fixes

    • use correct property hasSuggestions rather than hasSuggestion (#899) (dfd2368)
  • 24.4.1 - 2021-09-17
  • 24.4.0 - 2021-07-21
  • 24.3.7 - 2021-07-21
  • 24.3.6 - 2021-04-26
  • 24.3.5 - 2021-04-10
  • 24.3.4 - 2021-04-05
  • 24.3.3 - 2021-04-02
  • 24.3.2 - 2021-03-16
  • 24.3.1 - 2021-03-13
  • 24.3.0 - 2021-03-13
  • 24.2.1 - 2021-03-10
  • 24.2.0 - 2021-03-09
  • 24.1.10 - 2021-03-09
  • 24.1.9 - 2021-03-08
  • 24.1.8 - 2021-03-07
  • 24.1.7 - 2021-03-06
  • 24.1.6 - 2021-03-06
  • 24.1.5 - 2021-02-17
  • 24.1.4 - 2021-02-16
  • 24.1.3 - 2020-11-12
from eslint-plugin-jest GitHub release notes
Commit messages
Package name: eslint-plugin-jest
  • e277f79 chore(release): 24.7.0 [skip ci]
  • fa08f09 feat: deprecate `prefer-to-be-undefined` rule
  • 4db9161 feat: deprecate `prefer-to-be-null` rule
  • 6204b31 feat: create `require-hook` rule (#929)
  • cc12c7c chore(release): 24.6.0 [skip ci]
  • 7a49c58 feat(valid-expect-in-promise): re-implement rule (#916)
  • a4f66f6 refactor: simplify or remove a couple of conditions (#927)
  • d4cdab8 chore(release): 24.5.2 [skip ci]
  • 8716c24 fix(lowercase-name): consider skip and only prefixes for ignores (#923)
  • 5c0d28f chore(release): 24.5.1 [skip ci]
  • 99b6d42 fix(prefer-to-be): don't consider RegExp literals as `toBe`-able (#922)
  • 546e837 chore(deps): lock file maintenance
  • 84688e9 chore(release): 24.5.0 [skip ci]
  • 2556020 feat: create `prefer-expect-resolves` rule (#822)
  • 3a64aea feat: create `prefer-to-be` rule (#864)
  • 6940488 fix(no-deprecated-functions): remove `process.cwd` from resolve paths (#889)
  • ffc9392 feat(valid-title): allow custom matcher messages (#913)
  • 14a2d13 feat(require-top-level-describe): support enforcing max num of describes (#912)
  • a41a40e fix(no-identical-title): always consider `.each` titles unique (#910)
  • bcc8176 chore(release): 24.4.3 [skip ci]
  • 4798005 fix(valid-expect-in-promise): support additional test functions (#915)
  • 9c89855 fix(valid-expect-in-promise): support `finally` (#914)
  • ec432c1 chore(deps): lock file maintenance
  • a7d7c5e docs: minor tweaks (#911)

Compare


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

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

Successfully merging this pull request may close these issues.

2 participants