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 @typescript-eslint/eslint-plugin from 7.4.0 to 8.17.0 #31

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

Conversation

nerdy-tech-com-gitub
Copy link
Owner

@nerdy-tech-com-gitub nerdy-tech-com-gitub commented Dec 26, 2024

snyk-top-banner

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 7.4.0 to 8.17.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.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 586 versions ahead of your current version.

  • The recommended version was released 23 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-INTLIFYSHARED-8442251
108 Proof of Concept
high severity Prototype Pollution
SNYK-JS-VUEI18N-8442254
108 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-CROSSSPAWN-8303230
108 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-INTLIFYCOREBASE-8442262
108 Proof of Concept
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
108 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-ROLLUP-8073097
108 Proof of Concept
medium severity Cross-site Scripting (XSS)
SNYK-JS-VUEI18N-8442260
108 Proof of Concept
Release notes
Package name: @typescript-eslint/eslint-plugin
  • 8.17.0 - 2024-12-02

    8.17.0 (2024-12-02)

    🚀 Features

    • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
    • typescript-estree: add package version to ts version warning (#10343)

    🩹 Fixes

    • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
    • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
    • eslint-plugin: [promise-function-async] handle function overloading (#10304)
    • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.16.1-alpha.9 - 2024-12-02
  • 8.16.1-alpha.8 - 2024-12-02
  • 8.16.1-alpha.7 - 2024-12-02
  • 8.16.1-alpha.6 - 2024-12-01
  • 8.16.1-alpha.5 - 2024-11-30
  • 8.16.1-alpha.4 - 2024-11-29
  • 8.16.1-alpha.3 - 2024-11-27
  • 8.16.1-alpha.2 - 2024-11-27
  • 8.16.1-alpha.1 - 2024-11-25
  • 8.16.1-alpha.0 - 2024-11-25
  • 8.16.0 - 2024-11-25

    8.16.0 (2024-11-25)

    🚀 Features

    • support TypeScript 5.7 (#10372)
    • eslint-plugin: [max-params] add function overload and function type support (#10312)
    • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

    🩹 Fixes

    • typescript-estree: update conditions for unsupported version warning (#10385)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.15.1-alpha.8 - 2024-11-25
  • 8.15.1-alpha.7 - 2024-11-25
  • 8.15.1-alpha.6 - 2024-11-24
  • 8.15.1-alpha.5 - 2024-11-24
  • 8.15.1-alpha.4 - 2024-11-22
  • 8.15.1-alpha.3 - 2024-11-22
  • 8.15.1-alpha.2 - 2024-11-21
  • 8.15.1-alpha.1 - 2024-11-21
  • 8.15.1-alpha.0 - 2024-11-18
  • 8.15.0 - 2024-11-18

    8.15.0 (2024-11-18)

    🚀 Features

    • eslint-plugin: added related-getter-setter-pairs rule (#10192)
    • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
    • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
    • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
    • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
    • utils: add new optional language field to FlatConfig.Config type (#10326)

    🩹 Fixes

    • add missing peer dependencies (#9744)
    • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
    • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
    • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
    • eslint-plugin: report deprecations used in default export (#10330)
    • utils: add defaultOptions to meta in rule (#10339)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.14.1-alpha.8 - 2024-11-18
  • 8.14.1-alpha.7 - 2024-11-18
  • 8.14.1-alpha.6 - 2024-11-17
  • 8.14.1-alpha.5 - 2024-11-16
  • 8.14.1-alpha.4 - 2024-11-15
  • 8.14.1-alpha.3 - 2024-11-14
  • 8.14.1-alpha.2 - 2024-11-14
  • 8.14.1-alpha.1 - 2024-11-14
  • 8.14.1-alpha.0 - 2024-11-14
  • 8.14.0 - 2024-11-11

    8.14.0 (2024-11-11)

    🚀 Features

    • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#10067)
    • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

    🩹 Fixes

    • deps: update dependency eslint to v9.14.0 (#10309)
    • deps: update docusaurus monorepo to v3.6.0 (#10319)
    • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
    • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
    • scope-manager: fix asserted increments not being marked as write references (#10271)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.13.1-alpha.4 - 2024-11-10
  • 8.13.1-alpha.3 - 2024-11-10
  • 8.13.1-alpha.2 - 2024-11-08
  • 8.13.1-alpha.1 - 2024-11-05
  • 8.13.1-alpha.0 - 2024-11-04
  • 8.13.0 - 2024-11-04

    8.13.0 (2024-11-04)

    🚀 Features

    • add options property to ImportExpression node (#10255)
    • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
    • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
    • eslint-plugin: [only-throw-error] add allow option (#10221)

    🩹 Fixes

    • deps: update dependency @ eslint-community/regexpp to v4.12.1 (#10269)
    • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
    • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
    • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
    • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
    • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
    • types: parent property type annotation in the ImportAttribute node (#10258)
    • utils: allow an array for the values of SharedConfig (#10217)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.12.3-alpha.24 - 2024-11-04
  • 8.12.3-alpha.23 - 2024-11-04
  • 8.12.3-alpha.22 - 2024-11-04
  • 8.12.3-alpha.21 - 2024-11-04
  • 8.12.3-alpha.20 - 2024-11-04
  • 8.12.3-alpha.19 - 2024-11-04
  • 8.12.3-alpha.18 - 2024-11-03
  • 8.12.3-alpha.17 - 2024-11-03
  • 8.12.3-alpha.16 - 2024-11-03
  • 8.12.3-alpha.15 - 2024-11-03
  • 8.12.3-alpha.14 - 2024-11-03
  • 8.12.3-alpha.13 - 2024-11-03
  • 8.12.3-alpha.12 - 2024-11-03
  • 8.12.3-alpha.11 - 2024-11-03
  • 8.12.3-alpha.10 - 2024-11-03
  • 8.12.3-alpha.9 - 2024-11-03
  • 8.12.3-alpha.8 - 2024-11-02
  • 8.12.3-alpha.7 - 2024-11-02
  • 8.12.3-alpha.6 - 2024-11-01
  • 8.12.3-alpha.5 - 2024-11-01
  • 8.12.3-alpha.4 - 2024-11-01
  • 8.12.3-alpha.3 - 2024-10-31
  • 8.12.3-alpha.2 - 2024-10-31
  • 8.12.3-alpha.1 - 2024-10-29
  • 8.12.3-alpha.0 - 2024-10-29
  • 8.12.2 - 2024-10-29

    8.12.2 (2024-10-29)

    🩹 Fixes

    • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.12.2-alpha.1 - 2024-10-29
  • 8.12.2-alpha.0 - 2024-10-28
  • 8.12.1 - 2024-10-28

    8.12.1 (2024-10-28)

    🚀 Features

    • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#10152)
    • eslint-plugin: [consistent-indexed-object-style] report mapped types (#10160)
    • eslint-plugin: [switch-exhaustiveness-check] add considerDefaultExhaustiveForUnions option (#9954)
    • eslint-plugin: [no-base-to-string] handle String() (#10005)
    • typescript-eslint: improve undefined extension handling (#10177)

    🩹 Fixes

    • eslint-plugin: [no-unsafe-return] don't reiterate through all type parts for each part (#10203)
    • website: enable noImplicitAny (#10175)
    • rule-tester: use cwd option to set base path for tests with file name (#10201)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.12.1-alpha.1 - 2024-10-28
  • 8.12.1-alpha.0 - 2024-10-28
  • 8.12.0 - 2024-10-28
  • 8.11.1-alpha.7 - 2024-10-27
  • 8.11.1-alpha.6 - 2024-10-27
  • 8.11.1-alpha.5 - 2024-10-27
  • 8.11.1-alpha.4 - 2024-10-24
  • 8.11.1-alpha.3 - 2024-10-24
  • 8.11.1-alpha.2 - 2024-10-24
  • 8.11.1-alpha.1 - 2024-10-23
  • 8.11.1-alpha.0 - 2024-10-21
  • 8.11.0 - 2024-10-21
  • 8.10.1-alpha.7 - 2024-10-21
  • 8.10.1-alpha.6 - 2024-10-20
  • 8.10.1-alpha.5 - 2024-10-18
  • 8.10.1-alpha.4 - 2024-10-18
  • 8.10.1-alpha.3 - 2024-10-18
  • 8.10.1-alpha.2 - 2024-10-18
  • 8.10.1-alpha.1 - 2024-10-17
  • 8.10.1-alpha.0 - 2024-10-17
  • 8.10.0 - 2024-10-17
  • 8.9.1-alpha.10 - 2024-10-17
  • 8.9.1-alpha.9 - 2024-10-17
  • 8.9.1-alpha.8 - 2024-10-16
  • 8.9.1-alpha.7 - 2024-10-15
  • 8.9.1-alpha.6 - 2024-10-15
  • 8.9.1-alpha.5 - 2024-10-15
  • 8.9.1-alpha.4 - 2024-10-15
  • 8.9.1-alpha.3 - 2024-10-15
  • 8.9.1-alpha.2 - 2024-10-14
  • 8.9.1-alpha.1 - 2024-10-14
  • 8.9.1-alpha.0 - 2024-10-14
  • 8.9.0 - 2024-10-14
  • 8.8.2-alpha.15 - 2024-10-14
  • 8.8.2-alpha.14 - 2024-10-14
  • 8.8.2-alpha.13 - 2024-10-14
  • 8.8.2-alpha.12 - 2024-10-13
  • 8.8.2-alpha.11 - 2024-10-13
  • 8.8.2-alpha.10 - 2024-10-11
  • 8.8.2-alpha.9 - 2024-10-11
  • 8.8.2-alpha.8 - 2024-10-11
  • 8.8.2-alpha.7 - 2024-10-11
  • 8.8.2-alpha.6 - 2024-10-11
  • 8.8.2-alpha.5 - 2024-10-10
  • 8.8.2-alpha.4 - 2024-10-10
  • 8.8.2-alpha.3 - 2024-10-10
  • 8.8.2-alpha.2 - 2024-10-10
  • 8.8.2-alpha.1 - 2024-10-09
  • 8.8.2-alpha.0 - 2024-10-07
  • 8.8.1 - 2024-10-07
  • 8.8.1-alpha.4 - 2024-10-07
  • 8.8.1-alpha.3 - 2024-10-04
  • 8.8.1-alpha.2 - 2024-10-04
  • 8.8.1-alpha.1 - 2024-10-03
  • 8.8.1-alpha.0 - 2024-09-30
  • 8.8.0 - 2024-09-30
  • 8.7.1-alpha.12 - 2024-09-30
  • 8.7.1-alpha.11 - 2024-09-30
  • 8.7.1-alpha.10 - 2024-09-30
  • 8.7.1-alpha.9 - 2024-09-29
  • 8.7.1-alpha.8 - 2024-09-29
  • 8.7.1-alpha.7 - 2024-09-27
  • 8.7.1-alpha.6 - 2024-09-27
  • 8.7.1-alpha.5 - 2024-09-27
  • 8.7.1-alpha.4 - 2024-09-27
  • 8.7.1-alpha.3 - 2024-09-25
  • 8.7.1-alpha.2 - 2024-09-25
  • 8.7.1-alpha.1 - 2024-09-24
  • 8.7.1-alpha.0 - 2024-09-23
  • 8.7.0 - 2024-09-23
  • 8.6.1-alpha.8 - 2024-09-23
  • 8.6.1-alpha.7 - 2024-09-23
  • 8.6.1-alpha.6 - 2024-09-22
  • 8.6.1-alpha.5 - 2024-09-21
  • 8.6.1-alpha.4 - 2024-09-20
  • 8.6.1-alpha.3 - 2024-09-20
  • 8.6.1-alpha.2 - 2024-09-20
  • 8.6.1-alpha.1 - 2024-09-19
  • 8.6.1-alpha.0 - 2024-09-18
  • 8.6.0 - 2024-09-16
  • 8.5.1-alpha.16 - 2024-09-16
  • 8.5.1-alpha.15 - 2024-09-16
  • 8.5.1-alpha.14 - 2024-09-16
  • 8.5.1-alpha.13 - 2024-09-16
  • 8.5.1-alpha.12 - 2024-09-16
  • 8.5.1-alpha.11 - 2024-09-16
  • 8.5.1-alpha.10 - 2024-09-15
  • 8.5.1-alpha.9 - 2024-09-14
  • 8.5.1-alpha.8 - 2024-09-13
  • 8.5.1-alpha.7 - 2024-09-13
  • 8.5.1-alpha.6 - 2024-09-13
  • 8.5.1-alpha.5 - 2024-09-13
  • 8.5.1-alpha.4 - 2024-09-12
  • 8.5.1-alpha.3 - 2024-09-12
  • 8.5.1-alpha.2 - 2024-09-12
  • 8.5.1-alpha.1 - 2024-09-12
  • 8.5.1-alpha.0 - 2024-09-12
  • 8.5.0 - 2024-09-09
  • 8.4.1-alpha.15 - 2024-09-09
  • 8.4.1-alpha.14 - 2024-09-09
  • 8.4.1-alpha.13 - 2024-09-09
  • 8.4.1-alpha.12 - 2024-09-09
  • 8.4.1-alpha.11 - 2024-09-06
  • 8.4.1-alpha.10 - 2024-09-06
  • 8.4.1-alpha.9 - 2024-09-06
  • 8.4.1-alpha.8 - 2024-09-04
  • 8.4.1-alpha.7 - 2024-09-04
  • 8.4.1-alpha.6 - 2024-09-04
  • 8.4.1-alpha.5 - 2024-09-04
  • 8.4.1-alpha.4 - 2024-09-03
  • 8.4.1-alpha.3 - 2024-09-03
  • 8.4.1-alpha.2 - 2024-09-02
  • 8.4.1-alpha.1 - 2024-09-02
  • 8.4.1-alpha.0 - 2024-09-02
  • 8.4.0 - 2024-09-02
  • 8.3.1-alpha.11 - 2024-09-01
  • 8.3.1-alpha.10 - 2024-08-31
  • 8.3.1-alpha.9 - 2024-08-30
  • 8.3.1-alpha.8 - 2024-08-30
  • 8.3.1-alpha.7 - 2024-08-30
  • 8.3.1-alpha.6 - 2024-08-29
  • 8.3.1-alpha.5 - 2024-08-28
  • 8.3.1-alpha.4 - 2024-08-28
  • 8.3.1-alpha.3 - 2024-08-27
  • 8.3.1-alpha.2 - 2024-08-27
  • 8.3.1-alpha.1 - 2024-08-27
  • 8.3.1-alpha.0 - 2024-08-26
  • 8.3.0 - 2024-08-26
  • 8.2.1-alpha.28 - 2024-08-26
  • 8.2.1-alpha.27 - 2024-08-26
  • 8.2.1-alpha.26 - 2024-08-26
  • 8.2.1-alpha.25 - 2024-08-25
  • 8.2.1-alpha.24 - 2024-08-25
  • 8.2.1-alpha.23 - 2024-08-25
  • 8.2.1-alpha.22 - 2024-08-25
  • 8.2.1-alpha.21 - 2024-08-25
  • 8.2.1-alpha.20 - 2024-08-25
  • 8.2.1-alpha.19 - 2024-08-25
  • 8.2.1-alpha.18 - 2024-08-24
  • 8.2.1-alpha.17 - 2024-08-24
  • 8.2.1-alpha.16 - 2024-08-24
  • 8.2.1-alpha.15 - 2024-08-24
  • 8.2.1-alpha.14 - 2024-08-24
  • 8.2.1-alpha.13 - 2024-08-23
  • 8.2.1-alpha.12 - 2024-08-22
  • 8.2.1-alpha.11 - 2024-08-22
  • 8.2.1-alpha.10 - 2024-08-21
  • 8.2.1-alpha.9 - 2024-08-21
  • 8.2.1-alpha.8 - 2024-08-20
  • 8.2.1-alpha.7 - 2024-08-20
  • 8.2.1-alpha.6 - 2024-08-20
  • 8.2.1-alpha.5 - 2024-08-20
  • 8.2.1-alpha.4 - 2024-08-20
  • 8.2.1-alpha.3 - 2024-08-19
  • 8.2.1-alpha.2 - 2024-08-19
  • 8.2.1-alpha.1 - 2024-08-19
  • 8.2.1-alpha.0 - 2024-08-19
  • 8.2.0 - 2024-08-19
  • 8.1.1-alpha.11 - 2024-08-19
  • 8.1.1-alpha.10 - 2024-08-19
  • 8.1.1-alpha.9 - 2024-08-19
  • 8.1.1-alpha.8 - 2024-08-19
  • 8.1.1-alpha.7 - 2024-08-16
  • 8.1.1-alpha.6 - 2024-08-15
  • 8.1.1-alpha.5 - 2024-08-15
  • 8.1.1-alpha.4 - 2024-08-14
  • 8.1.1-alpha.3 - 2024-08-14
  • 8.1.1-alpha.2 - 2024-08-13
  • 8.1.1-alpha.1 - 2024-08-13
  • 8.1.1-alpha.0 - 2024-08-12
  • 8.1.0 - 2024-08-12
  • 8.0.2-alpha.11 - 2024-08-12
  • 8.0.2-alpha.10 - 2024-08-12
  • 8.0.2-alpha.9 - 2024-08-12
  • 8.0.2-alpha.8 - 2024-08-11
  • 8.0.2-alpha.7 - 2024-08-11
  • 8.0.2-alpha.6 - 2024-08-08
  • 8.0.2-alpha.5 - 2024-08-07
  • 8.0.2-alpha.4 - 2024-08-07
  • 8.0.2-alpha.3 - 2024-08-07
  • 8.0.2-alpha.2 - 2024-08-07
  • 8.0.2-alpha.1 - 2024-08-05
  • 8.0.2-alpha.0 - 2024-08-05
  • 8.0.1 - 2024-08-05
  • 8.0.1-alpha.7 - 2024-08-05
  • 8.0.1-alpha.6 - 2024-08-04
  • 8.0.1-alpha.5 - 2024-08-04
  • 8.0.1-alpha.4 - 2024-08-03
  • 8.0.1-alpha.3 - 2024-08-02
  • 8.0.1-alpha.2 - 2024-08-01
  • 8.0.1-alpha.1 - 2024-07-31
  • 8.0.1-alpha.0 - 2024-07-31
  • 8.0.0 - 2024-07-31
  • 8.0.0-alpha.62 - 2024-07-31
  • 8.0.0-alpha.61 - 2024-07-31
  • 8.0.0-alpha.60 - 2024-07-30
  • 8.0.0-alpha.59 - 2024-07-30
  • 8.0.0-alpha.58 - 2024-07-29
  • 8.0.0-alpha.57 - 2024-07-29
  • 8.0.0-alpha.56 - 2024-07-29
  • 8.0.0-alpha.55 - 2024-07-29
  • 8.0.0-alpha.54 - 2024-07-24
  • 8.0.0-alpha.53 - 2024-07-24
  • 8.0.0-alpha.52 - 2024-07-23
  • 8.0.0-alpha.51 - 2024-07-22
  • 8.0.0-alpha.50 - 2024-07-22
  • 8.0.0-alpha.49 - 2024-07-22
  • 8.0.0-alpha.48 - 2024-07-21
  • 8.0.0-alpha.47 - 2024-07-20
  • 8.0.0-alpha.46 - 2024-07-19
  • 8.0.0-alpha.45 - 2024-07-18
  • 8.0.0-alpha.44 - 2024-07-15
  • 8.0.0-alpha.43 - 2024-07-14
  • 8.0.0-alpha.42 - 2024-07-13
  • 8.0.0-alpha.41 - 2024-07-08
  • 8.0.0-alpha.40 - 2024-07-01
  • 8.0.0-alpha.39 - 2024-07-01
  • 8.0.0-alpha.38 - 2024-07-01
  • 8.0.0-alpha.37 - 2024-06-30
  • 8.0.0-alpha.36 - 2024-06-29
  • 8.0.0-alpha.35 - 2024-06-29
  • 8.0.0-alpha.34 - 2024-06-26
  • 8.0.0-alpha.33 - 2024-06-25
  • 8.0.0-alpha.32 - 2024-06-25
  • 8.0.0-alpha.31 - 2024-06-25
  • 8.0.0-alpha.30 - 2024-06-10
  • 8.0.0-alpha.29 - 2024-06-08
  • 8.0.0-alpha.28 - 2024-06-06
  • 8.0.0-alpha.27 - 2024-06-05
  • 8.0.0-alpha.26 - 2024-06-03
  • 8.0.0-alpha.25 - 2024-06-02
  • 8.0.0-alpha.24 - 2024-05-30
  • 8.0.0-alpha.23 - 2024-05-30
  • 8.0.0-alpha.22 - 2024-05-30
  • 8.0.0-alpha.21 - 2024-05-29
  • 8.0.0-alpha.20 - 2024-05-28
  • 8.0.0-alpha.19 - 2024-05-28
  • 8.0.0-alpha.18 - 2024-05-27
  • 8.0.0-alpha.17 - 2024-05-27
  • 8.0.0-alpha.16 - 2024-05-24
  • 8.0.0-alpha.15 - 2024-05-24
  • 8.0.0-alpha.14 - 2024-05-18
  • 8.0.0-alpha.13 - 2024-05-16
  • 8.0.0-alpha.12 - 2024-05-15
  • 8.0.0-alpha.11 - 2024-05-14
  • 8.0.0-alpha.10 - 2024-05-13
  • 8.0.0-alpha.9 - 2024-05-12
  • 8.0.0-alpha.8 - 2024-05-09
  • 8.0.0-alpha.7 - 2024-05-09
  • 8.0.0-alpha.6 - 2024-04-30
  • 8.0.0-alpha.5 - 2024-04-29
  • 8.0.0-alpha.4 - 2024-04-29
  • 8.0.0-alpha.3 - 2024-04-26
  • 8.0.0-alpha.2 - 2024-04-26
  • 8.0.0-alpha.1 - 2024-04-26
  • 8.0.0-alpha.0 - 2024-04-26
  • 7.18.1-alpha.3 - 2024-07-31
  • 7.18.1-alpha.2 - 2024-07-30
  • 7.18.1-alpha.1 - 2024-07-29
  • 7.18.1-alpha.0 - 2024-07-29
  • 7.18.0 - 2024-07-29
  • 7.17.1-alpha.9 - 2024-07-29
  • 7.17.1-alpha.8 - 2024-07-29
  • 7.17.1-alpha.7 - 2024-07-28
  • 7.17.1-alpha.6 - 2024-07-28
  • 7.17.1-alpha.5 - 2024-07-28
  • 7.17.1-alpha.4 - 2024-07-25
  • 7.17.1-alpha.3 - 2024-07-23
  • 7.17.1-alpha.2 - 2024-07-23
  • 7.17.1-alpha.1 - 2024-07-23
  • 7.17.1-alpha.0 - 2024-07-23
  • 7.17.0 - 2024-07-22
  • 7.16.2-alpha.22 - 2024-07-22
  • 7.16.2-alpha.21 - 2024-07-21
  • 7.16.2-alpha.20 - 2024-07-21
  • 7.16.2-alpha.19 - 2024-07-21
  • 7.16.2-alpha.18 - 2024-07-20
  • 7.16.2-alpha.17 - 2024-07-20
  • 7.16.2-alpha.16 - 2024-07-20
  • 7.16.2-alpha.15 - 2024-07-20
  • 7.16.2-alpha.14 - 2024-07-20
  • 7.16.2-alpha.13 - 2024-07-20
  • 7.16.2-alpha.12 - 2024-07-20
  • 7.16.2-alpha.11 - 2024-07-19
  • 7.16.2-alpha.10 - 2024-07-18
  • 7.16.2-alpha.9 - 2024-07-18
  • 7.16.2-alpha.8 - 2024-07-18
  • 7.16.2-alpha.7 - 2024-07-18
  • 7.16.2-alpha.6 - 2024-07-17
  • 7.16.2-alpha.5 - 2024-07-17
  • 7.16.2-alpha.4 - 2024-07-16
  • 7.16.2-alpha.3 - 2024-07-16
  • 7.16.2-alpha.2 - 2024-07-16
  • 7.16.2-alpha.1 - 2024-07-16
  • 7.16.2-alpha.0 - 2024-07-15
  • 7.16.1 - 2024-07-15
  • 7.16.1-alpha.7 - 2024-07-14
  • 7.16.1-alpha.6 - 2024-07-12
  • 7.16.1-alpha.5 - 2024-07-12
  • 7.16.1-alpha.4 - 2024-07-10
  • 7.16.1-alpha.3 - 2024-07-10
  • 7.16.1-alpha.2 - 2024-07-10
  • 7.16.1-alpha.1 - 2024-07-09
  • 7.16.1-alpha.0 - 2024-07-08
  • 7.16.0 - 2024-07-08
  • 7.15.1-alpha.13 - 2024-07-08
  • 7.15.1-alpha.12 - 2024-07-08
  • 7.15.1-alpha.11 - 2024-07-08
  • 7.15.1-alpha.10 - 2024-07-06
  • 7.15.1-alpha.9 - 2024-07-06
  • 7.15.1-alpha.8 - 2024-07-05
  • 7.15.1-alpha.7 - 2024-07-05
  • 7.15.1-alpha.6 - 2024-07-05
  • 7.15.1-alpha.5 - 2024-07-04
  • 7.15.1-alpha.4 - 2024-07-04
  • 7.15.1-alpha.3 - 2024-07-03
  • 7.15.1-alpha.2 - 2024-07-03
  • 7.15.1-alpha.1 - 2024-07-02
  • 7.15.1-alpha.0 - 2024-07-01
  • 7.15.0 - 2024-07-01
  • 7.14.2-alpha.16 - 2024-07-01
  • 7.14.2-alpha.15 - 2024-07-01
  • 7.14.2-alpha.14 - 2024-07-01
  • 7.14.2-alpha.13 - 2024-07-01
  • 7.14.2-alpha.12 - 2024-06-30
  • 7.14.2-alpha.11 - 2024-06-30
  • 7.14.2-alpha.10 - 2024-06-30
  • 7.14.2-alpha.9 - 2024-06-29
  • 7.14.2-alpha.8 - 2024-06-29
  • 7.14.2-alpha.7 - 2024-06-29
  • 7.14.2-alpha.6 - 2024-06-28
  • 7.14.2-alpha.5 - 2024-06-27
  • 7.14.2-alpha.4 - 2024-06-26
  • 7.14.2-alpha.3 - 2024-06-26
  • 7.14.2-alpha.2 - 2024-06-25
  • 7.14.2-alpha.1 - 2024-06-24
  • 7.14.2-alpha.0 - 2024-06-24
  • 7.14.1 - 2024-06-24
  • 7.14.1-alpha.0 - 2024-06-24
  • 7.14.0 - 2024-06-24
  • 7.13.2-alpha.11 - 2024-06-24
  • 7.13.2-alpha.10 - 2024-06-24
  • 7.13.2-alpha.9 - 2024-06-23
  • 7.13.2-alpha.8 - 2024-06-22
  • 7.13.2-alpha.7 - 2024-06-22
  • 7.13.2-alpha.6 - 2024-06-22
  • 7.13.2-alpha.5 - 2024-06-22
  • 7.13.2-alpha.4 - 2024-06-22
  • 7.13.2-alpha.3 - 2024-06-22
  • 7.13.2-alpha.2 - 2024-06-21
  • 7.13.2-alpha.1 - 2024-06-17
  • 7.13.2-alpha.0 - 2024-06-17
  • 7.13.1 - 2024-06-17
  • 7.13.1-alpha.6 - 2024-06-17
  • 7.13.1-alpha.5 - 2024-06-17
  • 7.13.1-alpha.4 - 2024-06-17
  • 7.13.1-alpha.3 - 2024-06-17
  • 7.13.1-alpha.2 - 2024-06-13
  • 7.13.1-alpha.1 - 2024-06-11
  • 7.13.1-alpha.0 - 2024-06-10
  • 7.13.0 - 2024-06-10
  • 7.12.1-alpha.33 - 2024-06-08
  • 7.12.1-alpha.32 - 2024-06-08
  • 7.12.1-alpha.31 - 2024-06-08
  • 7.12.1-alpha.30 - 2024-06-08
  • 7.12.1-alpha.29 - 2024-06-07
  • 7.12.1-alpha.28 - 2024-06-07
  • 7.12.1-alpha.27 - 2024-06-07
  • 7.12.1-alpha.26 - 2024-06-06
  • 7.12.1-alpha.25 - 2024-06-06
  • 7.12.1-alpha.24 - 2024-06-06
  • 7.12.1-alpha.23 - 2024-06-05
  • 7.12.1-alpha.22 - 2024-06-05
  • 7.12.1-alpha.21 - 2024-06-05
  • 7.12.1-alpha.20 - 2024-06-05
  • 7.12.1-alpha.19 - 2024-06-05
  • 7.12.1-alpha.18 - 2024-06-05
  • 7.12.1-alpha.17 - 2024-06-05
  • 7.12.1-alpha.16 - 2024-06-05
  • 7.12.1-alpha.15 - 2024-06-05
  • 7.12.1-alpha.14 - 2024-06-04
  • 7.12.1-alpha.13 - 2024-06-04
  • 7.12.1-alpha.12 - 2024-06-04
  • 7.12.1-alpha.11 - 2024-06-04
  • 7.12.1-alpha.10 - 2024-06-04
  • 7.12.1-alpha.9 - 2024-06-04
  • 7.12.1-alpha.8 - 2024-06-04
  • 7.12.1-alpha.7 - 2024-06-04
  • 7.12.1-alpha.6 - 2024-06-04
  • 7.12.1-alpha.5 - 2024-06-04
  • 7.12.1-alpha.4 - 2024-06-04
  • 7.12.1-alpha.3 - 2024-06-04
  • 7.12.1-alpha.2 - 2024-06-04
  • 7.12.1-alpha.1 - 2024-06-03
  • 7.12.1-alpha.0 - 2024-06-03
  • 7.12.0 - 2024-06-03
  • 7.11.1-alpha.27 - 2024-06-03
  • 7.11.1-alpha.26 - 2024-06-03
  • 7.11.1-alpha.25 - 2024-06-03
  • 7.11.1-alpha.24 - 2024-06-02
  • 7.11.1-alpha.23 - 2024-06-02
  • 7.11.1-alpha.22 - 2024-06-02
  • 7.11.1-alpha.21 - 2024-06-02
  • 7.11.1-alpha.20 - 2024-06-02
  • 7.11.1-alpha.19 - 2024-06-02
  • 7.11.1-alpha.18 - 2024-06-02
  • 7.11.1-alpha.17 - 2024-06-01
  • 7.11.1-alpha.16 - 2024-06-01
  • 7.11.1-alpha.15 - 2024-06-01
  • 7.11.1-alpha.14 - 2024-06-01
  • 7.11.1-alpha.13 - 2024-06-01
  • 7.11.1-alpha.12 - 2024-05-31
  • 7.11.1-alpha.11 - 2024-05-31
  • 7.11.1-alpha.10 - 2024-05-31
  • 7.11.1-alpha.9 - 2024-05-30
  • 7.11.1-alpha.8 - 2024-05-30
  • 7.11.1-alpha.7 - 2024-05-30
  • 7.11.1-alpha.6 - 2024-05-29
  • 7.11.1-alpha.5 - 2024-05-28
  • 7.11.1-alpha.4 - 2024-05-28
  • 7.11.1-alpha.3 - 2024-05-28
  • 7.11.1-alpha.2 - 2024-05-27
  • 7.11.1-alpha.1 - 2024-05-27
  • 7.11.1-alpha.0 - 2024-05-27
  • 7.11.0 - 2024-05-27
  • 7.10.1-alpha.19 - 2024-05-27
  • 7.10.1-alpha.18 - 2024-05-27
  • 7.10.1-alpha.17 - 2024-05-27
  • 7.10.1-alpha.16 - 2024-05-27
  • 7.10.1-alpha.15 - 2024-05-27
  • 7.10.1-alpha.14 - 2024-05-27
  • 7.10.1-alpha.13 - 2024-05-27
  • 7.10.1-alpha.12 - 2024-05-26
  • 7.10.1-alpha.11 - 2024-05-26
  • 7.10.1-alpha.10 - 2024-05-26
  • 7.10.1-alpha.9 - 2024-05-26
  • 7.10.1-alpha.8 - 2024-05-26
  • 7.10.1-alpha.7 - 2024-05-26
  • 7.10.1-alpha.6 - 2024-05-26
  • 7.10.1-alpha.5 - 2024-05-26
  • 7.10.1-alpha.4 - 2024-05-26
  • 7.10.1-alpha.3 - 2024-05-24
  • 7.10.1-alpha.2 - 2024-05-24
  • 7.10.1-alpha.1 - 2024-05-24
  • 7.10.1-alpha.0 - 2024-05-20
  • 7.10.0 - 2024-05-20
  • 7.9.1-alpha.7 - 2024-05-19
  • 7.9.1-alpha.6 - 2024-05-17
  • 7.9.1-alpha.5 - 2024-05-17
  • 7.9.1-alpha.4 - 2024-05-16
  • 7.9.1-alpha.3 - 2024-05-16
  • 7.9.1-alpha.2 - 2024-05-16
  • 7.9.1-alpha.1 - 2024-05-16
  • 7.9.1-alpha.0 - 2024-05-13
  • 7.9.0 - 2024-05-13
  • 7.8.1-alpha.11 - 2024-05-13
  • 7.8.1-alpha.10 - 2024-05-11
  • 7.8.1-alpha.9 - 2024-05-11
  • 7.8.1-alpha.8 - 2024-05-09
  • 7.8.1-alpha.7 - 2024-05-08
  • 7.8.1-alpha.6 - 2024-05-08
  • 7.8.1-alpha.5 - 2024-05-08
  • 7.8.1-alpha.4 - 2024-05-06
  • 7.8.1-alpha.3 - 2024-05-06
  • 7.8.1-alpha.2 - 2024-05-03
  • 7.8.1-alpha.1 - 2024-05-03
  • 7.8.1-alpha.0 - 2024-05-02
  • 7.8.0 - 2024-04-29
  • 7.7.2-alpha.13 - 2024-04-28
  • 7.7.2-alpha.12 - 2024-04-28
  • 7.7.2-alpha.11 - 2024-04-27
  • 7.7.2-alpha.10 - 2024-04-26
  • 7.7.2-alpha.9 - 2024-04-26
  • 7.7.2-alpha.8 - 2024-04-26
  • 7.7.2-alpha.7 - 2024-04-26
  • 7.7.2-alpha.6 - 2024-04-26 ...

    Summary by Sourcery

    Upgrade @typescript-eslint/eslint-plugin to version 8.17.0.

    Bug Fixes:

    • Fixed prototype pollution vulnerabilities in intlify-shared and vue-i18n.
    • Fixed a regular expression denial of service (ReDoS) vulnerability in cross-spawn.
    • Fixed cross-site scripting (XSS) vulnerabilities in intlify-core-base, rollup, and vue-i18n.
    • Fixed an improper input validation issue in nanoid.

    Enhancements:

    • Add options to prefer-promise-reject-errors to allow "any" and "unknown".
    • Add package version to ts version warning in typescript-estree.
    • Allow template expressions used to make trailing whitespace visible in no-unnecessary-template-expressions.
    • Remove references to "extendDefaults" in no-restricted-types.
    • Handle function overloading in promise-function-async.
    • Fix website issue where pressing "Report an Issue" caused an error if .eslintrc did not include rules.
    • Support TypeScript 5.7.
    • Add function overload and function type support to max-params.
    • Check Array.prototype.join in no-base-to-string.
    • Update conditions for unsupported version warning in typescript-estree.
    • Add related-getter-setter-pairs rule.
    • Add no-unsafe-type-assertion rule.
    • Fix detection of ignoreConditionalTests involving boolean ! operator in prefer-nullish-coalescing.
    • Avoid inferring type parameter from tests param in rule-tester run method.
    • Allow infinitely deep array nesting in config function and extends in typescript-eslint.
    • Add new optional language field to FlatConfig.Config type in utils.
    • Add missing peer dependencies.
    • Handle circular mapped types in consistent-indexed-object-style.
    • Don't flag awaiting unconstrained type parameter as unnecessary in await-thenable and return-await.
    • Don't report on as const satisfies in explicit-module-boundary-types and explicit-function-return-type.
    • Report deprecations used in default export.
    • Add defaultOptions to meta in rule in utils.
    • Add an option to ignore void<->void in no-confusing-void-expression.
    • Report unnecessary await using statements in await-thenable.
    • Update eslint to v9.14.0.
    • Update docusaurus monorepo to v3.6.0.
    • Improve error message for literal comparisons in no-unnecessary-condition.
    • Improve report loc for methods in no-misused-promises.
    • Fix asserted increments not being marked as write references in scope-manager.
    • Add options property to ImportExpression node.
    • Disable no-class-assign rule in eslint-recommended config.
    • Add ignoreBooleanCoercion option to prefer-nullish-coalescing.
    • Add allow option to only-throw-error.
    • Update @ eslint-community/regexpp to v4.12.1.
    • Falsey bigint should be falsey in no-unnecessary-condition.
    • Report on deprecated variables used inside dynamic imports in no-deprecated.
    • Report when exported class implements/extends deprecated entity in no-deprecated.
    • Don't leave trailing parens when fixing type to interface in consistent-type-definitions.
    • Add support for covering a missing property with undefined in switch-exhaustiveness-check.
    • Correct parent property type annotation in the ImportAttribute node.
    • Allow an array for the values of SharedConfig in utils.
    • Invert considerDefaultExhaustiveForUnions in switch-exhaustiveness-check.
    • Add support for assignment expressions in prefer-nullish-coalescing.
    • Report mapped types in consistent-indexed-object-style.
    • Improve undefined extension handling in typescript-eslint.
    • Don't reiterate through all type parts for each part in no-unsafe-return.
    • Enable noImplicitAny in website.
    • Use cwd option to set base path for tests with file name in rule-tester.

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 7.4.0 to 8.17.0.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/a6d95be2-6fa7-418d-8fd1-0cd3974eee23?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sourcery-ai bot commented Dec 26, 2024

Reviewer's Guide by Sourcery

This PR upgrades @typescript-eslint/eslint-plugin from 7.4.0 to 8.17.0 in frontend/package.json. This addresses several vulnerabilities, including prototype pollution and cross-site scripting, and introduces new features and fixes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Upgrade @typescript-eslint/eslint-plugin
  • Updated the @typescript-eslint/eslint-plugin dependency from version 7.4.0 to 8.17.0
frontend/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link

github-actions bot commented Dec 26, 2024

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "[Snyk] Upgrade @typescript-eslint/eslint-plugin from 7.4.0 to 8.17.0". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

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