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/parser from 6.17.0 to 8.8.1 #3

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

Conversation

HaLaGu1L
Copy link
Owner

@HaLaGu1L HaLaGu1L commented Nov 4, 2024

snyk-top-banner

Snyk has created this PR to upgrade @typescript-eslint/parser from 6.17.0 to 8.8.1.

ℹ️ 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 610 versions ahead of your current version.

  • The recommended version was released on a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-AXIOS-6144788
118 No Known Exploit
high severity Server-side Request Forgery (SSRF)
SNYK-JS-AXIOS-7361793
118 Proof of Concept
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
118 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
118 No Known Exploit
medium severity Information Exposure
SNYK-JS-VITE-8023174
118 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-6124857
118 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-FASTXMLPARSER-7573289
118 No Known Exploit
medium severity Cross-site Scripting (XSS)
SNYK-JS-ROLLUP-8073097
118 Proof of Concept
medium severity Undesired Behavior
SNYK-JS-STYLEDCOMPONENTS-3149924
118 No Known Exploit
low severity Cross-site Scripting (XSS)
SNYK-JS-VITE-8022916
118 Proof of Concept
Release notes
Package name: @typescript-eslint/parser
  • 8.8.1 - 2024-10-07

    8.8.1 (2024-10-07)

    🩹 Fixes

    • eslint-plugin: stop warning on @ ts-nocheck comments which aren't at the beginning of the file (#10046)
    • typescript-estree: fix crash when running from a node --eval script (#10098)
    • typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)

    ❤️ Thank You

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

  • 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.8.0 (2024-09-30)

    🚀 Features

    • eslint-plugin: [no-unnecessary-condition] add checkTypePredicates (#10009)
    • eslint-plugin: [await-thenable] check for-await loop iteree (#10008)

    🩹 Fixes

    • remove export type * in d.ts to support TS<5.0 (#10070)
    • eslint-plugin: [no-unnecessary-template-expression] should underline template syntax with squiggly lines (#10044)
    • eslint-plugin: [no-deprecated] max callstack exceeded when class implements itself (#10040)
    • eslint-plugin: [no-misused-promises] check contextual type (#10042)
    • eslint-plugin: [prefer-literal-enum-member] allow nested bitwise operations (#10037)
    • type-utils: check for type parameters on isBuiltinSymbolLikeRecurser() (#10026)
    • utils: update missing type information message (#10043)

    ❤️ Thank You

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

  • 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.7.0 (2024-09-23)

    🚀 Features

    • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
    • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

    🩹 Fixes

    • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
    • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
    • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
    • types: add NewExpression as a parent of SpreadElement (#10024)
    • utils: add missing entries to the RuleListener selectors list (#9992)

    ❤️ Thank You

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

  • 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-19
  • 8.6.1-alpha.1 - 2024-09-19
  • 8.6.1-alpha.0 - 2024-09-18
  • 8.6.0 - 2024-09-16

    8.6.0 (2024-09-16)

    🚀 Features

    • add allow option for restrict-template-expressions (#8556)
    • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
    • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
    • type-utils: isNullableType add Void logic (#9937)
    • typescript-estree: disable plugin loading by default in project service (#9964)

    🩹 Fixes

    • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
    • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
    • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
    • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
    • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

    ❤️ Thank You

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

  • 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-29
  • 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
  • 7.7.2-alpha.5 - 2024-04-25
  • 7.7.2-alpha.4 - 2024-04-24
  • 7.7.2-alpha.3 - 2024-04-23
  • 7.7.2-alpha.2 - 2024-04-23
  • 7.7.2-alpha.1 - 2024-04-23
  • 7.7.2-alpha.0 - 2024-04-22
  • 7.7.1 - 2024-04-22
  • 7.7.1-alpha.5 - 2024-04-20
  • 7.7.1-alpha.4 - 2024-04-20
  • 7.7.1-alpha.3 - 2024-04-19
  • 7.7.1-alpha.2 - 2024-04-19
  • 7.7.1-alpha.1 - 2024-04-19
  • 7.7.1-alpha.0 - 2024-04-15
  • 7.7.0 - 2024-04-15
  • 7.6.1-alpha.4 - 2024-04-15
  • 7.6.1-alpha.3 - 2024-04-15
  • 7.6.1-alpha.2 - 2024-04-09
  • 7.6.1-alpha.1 - 2024-04-09
  • 7.6.1-alpha.0 - 2024-04-08
  • 7.6.0 - 2024-04-08
  • 7.5.1-alpha.15 - 2024-04-08
  • 7.5.1-alpha.14 - 2024-04-08
  • 7.5.1-alpha.13 - 2024-04-08
  • 7.5.1-alpha.12 - 2024-04-07
  • 7.5.1-alpha.11 - 2024-04-07
  • 7.5.1-alpha.10 - 2024-04-07
  • 7.5.1-alpha.9 - 2024-04-06
  • 7.5.1-alpha.8 - 2024-04-06
  • 7.5.1-alpha.7 - 2024-04-05
  • 7.5.1-alpha.6 - 2024-04-04
  • 7.5.1-alpha.5 - 2024-04-04
  • 7.5.1-alpha.4 - 2024-04-04
  • 7.5.1-alpha.3 - 2024-04-04
  • 7.5.1-alpha.2 - 2024-04-04
  • 7.5.1-alpha.1 - 2024-04-03
  • 7.5.1-alpha.0 - 2024-04-01
  • 7.5.0 - 2024-04-01
  • 7.4.1-alpha.5 - 2024-04-01
  • 7.4.1-alpha.4 - 2024-04-01
  • 7.4.1-alpha.3 - 2024-04-01
  • 7.4.1-alpha.2 - 2024-03-28
  • 7.4.1-alpha.1 - 2024-03-26
  • 7.4.1-alpha.0 - 2024-03-25
  • 7.4.0 - 2024-03-25
  • 7.3.2-alpha.11 - 2024-03-25
  • 7.3.2-alpha.10 - 2024-03-25
  • 7.3.2-alpha.9 - 2024-03-25
  • 7.3.2-alpha.8 - 2024-03-24
  • 7.3.2-alpha.7 - 2024-03-24
  • 7.3.2-alpha.6 - 2024-03-23
  • 7.3.2-alpha.5 - 2024-03-23
  • 7.3.2-alpha.4 - 2024-03-22
  • 7.3.2-alpha.3 - 2024-03-21
  • 7.3.2-alpha.2 - 2024-03-19
  • 7.3.2-alpha.1 - 2024-03-19
  • 7.3.2-alpha.0 - 2024-03-18
  • 7.3.1 - 2024-03-18
  • 7.3.1-alpha.1 - 2024-03-18
  • 7.3.1-alpha.0 - 2024-03-18
  • 7.3.0 - 2024-03-18
  • 7.2.1-alpha.5 - 2024-03-18
  • 7.2.1-alpha.4 - 2024-03-18
  • 7.2.1-alpha.3 - 2024-03-17
  • 7.2.1-alpha.2 - 2024-03-16
  • 7.2.1-alpha.1 - 2024-03-13
  • 7.2.1-alpha.0 - 2024-03-12
  • 7.2.0 - 2024-03-11
  • 7.1.2-alpha.16 - 2024-03-11
  • 7.1.2-alpha.15 - 2024-03-11
  • 7.1.2-alpha.14 - 2024-03-11
  • 7.1.2-alpha.13 - 2024-03-11
  • 7.1.2-alpha.12 - 2024-03-10
  • 7.1.2-alpha.11 - 2024-03-09
  • 7.1.2-alpha.10 - 2024-03-09
  • 7.1.2-alpha.9 - 2024-03-08
  • 7.1.2-alpha.8 - 2024-03-08
  • 7.1.2-alpha.7 - 2024-03-08
  • 7.1.2-alpha.6 - 2024-03-08
  • 7.1.2-alpha.5 - 2024-03-07
  • 7.1.2-alpha.4 - 2024-03-07
  • 7.1.2-alpha.3 - 2024-03-06
  • 7.1.2-alpha.2 - 2024-03-06
  • 7.1.2-alpha.1 - 2024-03-06
  • 7.1.2-alpha.0 - 2024-03-05
  • 7.1.1 - 2024-03-04
  • 7.1.1-alpha.2 - 2024-02-28
  • 7.1.1-alpha.1 - 2024-02-27
  • 7.1.1-alpha.0 - 2024-02-26
  • 7.1.0 - 2024-02-26
  • 7.0.3-alpha.20 - 2024-02-26
  • 7.0.3-alpha.19 - 2024-02-25
  • 7.0.3-alpha.18 - 2024-02-24
  • 7.0.3-alpha.17 - 2024-02-24
  • 7.0.3-alpha.16 - 2024-02-23
  • 7.0.3-alpha.15 - 2024-02-23
  • 7.0.3-alpha.14 - 2024-02-23
  • 7.0.3-alpha.13 - 2024-02-23
  • 7.0.3-alpha.12 - 2024-02-23
  • 7.0.3-alpha.11 - 2024-02-23
  • 7.0.3-alpha.10 - 2024-02-22
  • 7.0.3-alpha.9 - 2024-02-22
  • 7.0.3-alpha.8 - 2024-02-22
  • 7.0.3-alpha.7 - 2024-02-22
  • 7.0.3-alpha.6 - 2024-02-22
  • 7.0.3-alpha.5 - 2024-02-21
  • 7.0.3-alpha.4 - 2024-02-21
  • 7.0.3-alpha.3 - 2024-02-21
  • 7.0.3-alpha.2 - 2024-02-20
  • 7.0.3-alpha.1 - 2024-02-20
  • 7.0.3-alpha.0 - 2024-02-19
  • 7.0.2 - 2024-02-19
  • 7.0.2-alpha.11 - 2024-02-19
  • 7.0.2-alpha.10 - 2024-02-17
  • 7.0.2-alpha.9 - 2024-02-16
  • 7.0.2-alpha.8 - 2024-02-16
  • 7.0.2-alpha.7 - 2024-02-16
  • 7.0.2-alpha.6 - 2024-02-16
  • 7.0.2-alpha.5 - 2024-02-15
  • 7.0.2-alpha.4 - 2024-02-15
  • 7.0.2-alpha.3 - 2024-02-14
  • 7.0.2-alpha.2 - 2024-02-13
  • 7.0.2-alpha.1 - 2024-02-13
  • 7.0.2-alpha.0 - 2024-02-13
  • 7.0.1 - 2024-02-12
  • 7.0.0 - 2024-02-12
  • 7.0.0-alpha.0 - 2023-07-10
  • 6.21.1-alpha.1 - 2024-02-06
  • 6.21.1-alpha.0 - 2024-02-05
  • 6.21.0 - 2024-02-05
  • 6.20.1-alpha.19 - 2024-02-05
  • 6.20.1-alpha.18 - 2024-02-04
  • 6.20.1-alpha.17 - 2024-02-04
  • 6.20.1-alpha.16 - 2024-02-04
  • 6.20.1-alpha.15 - 2024-02-04
  • 6.20.1-alpha.14 - 2024-02-03
  • 6.20.1-alpha.13 - 2024-02-03
  • 6.20.1-alpha.12 - 2024-02-03
  • 6.20.1-alpha.11 - 2024-02-03
  • 6.20.1-alpha.10 - 2024-02-03
  • 6.20.1-alpha.9 - 2024-02-03
  • 6.20.1-alpha.8 - 2024-02-03
  • 6.20.1-alpha.7 - 2024-02-02
  • 6.20.1-alpha.6 - 2024-02-02
  • 6.20.1-alpha.5 - 2024-02-02
  • 6.20.1-alpha.4 - 2024-02-01
  • 6.20.1-alpha.3 - 2024-02-01
  • 6.20.1-alpha.2 - 2024-01-30
  • 6.20.1-alpha.1 - 2024-01-30
  • 6.20.1-alpha.0 - 2024-01-29
  • 6.20.0 - 2024-01-29
  • 6.19.2-alpha.8 - 2024-01-29
  • 6.19.2-alpha.7 - 2024-01-28
  • 6.19.2-alpha.6 - 2024-01-28
  • 6.19.2-alpha.5 - 2024-01-28
  • 6.19.2-alpha.4 - 2024-01-28
  • 6.19.2-alpha.3 - 2024-01-26
  • 6.19.2-alpha.2 - 2024-01-25
  • 6.19.2-alpha.1 - 2024-01-22
  • 6.19.2-alpha.0 - 2024-01-22
  • 6.19.1 - 2024-01-22
  • 6.19.1-alpha.2 - 2024-01-19
  • 6.19.1-alpha.1 - 2024-01-16
  • 6.19.1-alpha.0 - 2024-01-15
  • 6.19.0 - 2024-01-15
  • 6.18.2-alpha.7 - 2024-01-13
  • 6.18.2-alpha.6 - 2024-01-13
  • 6.18.2-alpha.5 - 2024-01-12
  • 6.18.2-alpha.4 - 2024-01-12
  • 6.18.2-alpha.3 - 2024-01-11
  • 6.18.2-alpha.2 - 2024-01-09
  • 6.18.2-alpha.1 - 2024-01-09
  • 6.18.2-alpha.0 - 2024-01-08
  • 6.18.1 - 2024-01-08
  • 6.18.1-alpha.6 - 2024-01-08
  • 6.18.1-alpha.5 - 2024-01-07
  • 6.18.1-alpha.4 - 2024-01-07
  • 6.18.1-alpha.3 - 2024-01-07
  • 6.18.1-alpha.2 - 2024-01-06
  • 6.18.1-alpha.1 - 2024-01-06
  • 6.18.1-alpha.0 - 2024-01-06
  • 6.18.0 - 2024-01-06
  • 6.17.1-alpha.1 - 2024-01-06
  • 6.17.1-alpha.0 - 2024-01-06
  • 6.17.0 - 2024-01-01
from @typescript-eslint/parser GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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:

[//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"@typescript-eslint/parser","from":"6.17.0","to":"8.8.1"}],"env":"prod","hasFixes":true,"isBreakingChange":true,"isMajorUpgrade":true,"issuesToFix":[{"exploit_maturity":"no-known-exploit","id":"SNYK-JS-AXIOS-6144788","issue_id":"SNYK-JS-AXIOS-6144788","priority_score":125,"priority_score_factors":[{"name":"confidentiality","value":"none"},{"name":"integrity","value":"none"},{"name":"availability","value":"high"},{"name":"scope","value":"unchanged"},{"name":"exploitCodeMaturity"},{"name":"userInteraction","value":"none"},{"name":"privilegesRequired","value":"none"},{"name":"attackComplexity","value":"low"},{"name":"attackVector","value":"network"},{"name":"epss","value":0.01055},{"name":"isTrending","value":false},{"name":"publicationDate","value":"Fri Jan 05 2024 09:16:43 GMT+0000 (Coordinated Universal Time)"},{"name":"isReachable","value":false},{"name":"isTransitive","value":true},{"name":"isMalicious","value":false},{"name":"businessCriticality","value":"high"},{"name":"relativeImportance","value":"high"},{"name":"relativePopularityRank","value":99},{"name":"impact","value":5.99},{"name":"likelihood","value":2.08},{"name":"scoreVersion","value":"V5"}],"severity":"high","title":"Prototype Pollution"},{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-AXIOS-7361793","issue_id":"SNYK-JS-AXIOS-7361793","priority_score":221,"priority_score_factors":[{"name":"confidentiality","value":"high"},{"name":"integrity","value":"low"},{"name":"availability","value":"low"},{"name":"scope","value":"unchanged"},{"name":"exploitCodeMaturity","value":"proofOfConcept"},{"name":"userInteraction","value":"none"},{"name":"privilegesRequired","value":"none"},{"name":"attackComplexity","value":"low"},{"name":"attackVector","value":"network"},{"name":"epss","value":0.00084},{"name":"isTrending","value":false},{"name":"publicationDate","value":"Sun Aug 11 2024 18:45:22 GMT+0000 (Coordinated Universal Time)"},{"name":"isReachable","value":false},{"name":"isTransitive","value":true},{"name":"isMalicious","value":false},{"name":"businessCriticality","value":"high"},{"name":"relativeImportance","value":"high"},{"name":"relativePopularityRank","value":99},{"name":"impact","value":7.84},{"name":"likelihood","value":2.81},{"name":"scoreVersion","value":"V5"}],"severity":"high","title":"Server-side Request Forgery (SSRF)"},{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-BRACES-6838727","issue_id":"SNYK-JS-BRACES-6838727","priority_score":169,"priority_score_factors":[{"name":"confidentiality","value":"none"},{"name":"integrity","value":"none"},{"name":"availability","value":"high"},{"name":"scope","value":"unchanged"},{"name":"exploitCodeMaturity","value":"proofOfConcept"},{"name":"userInteraction","value":"none"},{"name":"privilegesRequired","value":"none"},{"name":"attackComplexity","value":"low"},{"name":"attackVector","value":"network"},{"name":"epss","value":0.00045},{"name":"isTrending","value":false},{"name":"publicationDate","value":"Mon May 13 2024 14:36:53 GMT+0000 (Coordinated Universal Time)"},{"name":"isReachable","value":false},{"name":"isTransitive","value":true},{"name":"isMalicious","value":false},{"name":"businessCriticality","value":"high"},{"name":"relativeImportance","value":"high"},{"name":"relativePopularityRank","value":99},{"name":"impact","value":5.99},{"name":"likelihood","value":2.81},{"name":"scoreVersion","value":"V5"}],"severity":"high","title":"Uncontrolled resource consumption"},{"exploit_maturity":"no-known-exploit","id":"SNYK-JS-MICROMATCH-6838728","issue_id":"SNYK-JS-MICROMATCH-6838728","priority_score":124,"priority_score_factors":[{"name":"confidentiality","value":"none"},{"name":"integrity","value":"none"},{"name":"availability","value":"high"},{"name":"scope","value":"unchanged"},{"name":"exploitCodeMaturity"},{"name":"userInteraction","value":"none"},{"name":"privilegesRequired","value":"none"},{"name":"attackComplexity","value":"low"},{"name":"attackVector","value":"network"},{"name":"epss","value":0.00045},{"name":"isTrending","value":false},{"name":"publicationDate","value":"Mon May 13 2024 14:42:05 GMT+0000 (Coordinated Universal Time)"},{"name":"isReachable","value":false},{"name":"isTransitive","value":true},{"name":"isMalicious","value":false},{"name":"businessCriticality","value":"high"},{"name":"relativeImportance","value":"high"},{"name":"relativePopularityRank","value":99},{"name":"impact","value":5.99},{"name":"likelihood","value":2.06},{"name":"scoreVersion","value":"V5"}],"severity":"high","title":"Inefficient Regular Expression Complexity"},{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-VITE-8023174","issue_id":"SNYK-JS-VITE-8023174","priority_score":118,"priority_score_factors":[{"name":"confidentiality","value":"high"},{"name":"integrity","value":"none"},{"name":"availability","value":"none"},{"name":"scope","value":"unchanged"},{"name":"exploitCodeMaturity","value":"proofOfConcept"},{"name":"userInteraction","value":"none"},{"name":"privilegesRequired","value":"none"},{"name":"attackComplexity","value":"high"},{"name":"attackVector","value":"adjacent"},{"name":"epss","value":0.00043},{"name":"isTrending","value":false},{"name":"publicationDate","value":"Wed Sep 18 2024 12:06:01 GMT+0000 (Coordinated Universal Time)"},{"name":"isReachable","value":false},{"name":"isTransitive","value":true},{"name":"isMalicious","value":false},{"name":"businessCriticality","value":"high"},{"name":"relativeImportance","value":"medium"},{"name":"relativePopularityRank","value":98},{"name":"impact","value":5.99},{"name":"likelihood","value":1.96},{"name":"scoreVersion","value":"V5"}],"severity":"medium","title":"Information Exposure"},{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-AXIOS-6124857","issue_id":"SNYK-JS-AXIOS-6124857","priority_score":67,"priority_score_factors":[{"name":"confidentiality","value":"none"},{"name":"integrity","value":"none"},{"name":"availability","value":"low"},{"name":"scope","value":"unchanged"},{"name":"exploitCodeMaturity","value":"proofOfConcept"}...

Snyk has created this PR to upgrade @typescript-eslint/parser from 6.17.0 to 8.8.1.

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

See this project in Snyk:
https://app.snyk.io/org/halagu1l/project/fbbf81a2-7908-419a-b470-956c69a32237?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

coderabbitai bot commented Nov 4, 2024

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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