Skip to content

[Snyk] Upgrade @typescript-eslint/parser from 8.15.0 to 8.30.1 #244

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

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

Conversation

nerdy-tech-com-gitub
Copy link
Owner

@nerdy-tech-com-gitub nerdy-tech-com-gitub commented May 10, 2025

snyk-top-banner

Snyk has created this PR to upgrade @typescript-eslint/parser from 8.15.0 to 8.30.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.


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

  • The recommended version was released a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Directory Traversal
SNYK-JS-VITEST-8688125
129 Proof of Concept
high severity Incorrect Authorization
SNYK-JS-VITE-9653016
129 Proof of Concept
medium severity Information Exposure
SNYK-JS-VITE-9685035
129 Proof of Concept
medium severity Directory Traversal
SNYK-JS-VITE-9919777
129 Proof of Concept
medium severity Missing Origin Validation in WebSockets
SNYK-JS-VITEST-8688130
129 Proof of Concept
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
129 No Known Exploit
medium severity Incorrect Authorization
SNYK-JS-VITE-9512410
129 Mature
low severity Insecure Randomness
SNYK-JS-FORMIDABLE-9788127
129 Proof of Concept
critical severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-KOA-8720152
129 No Known Exploit
medium severity Improper Input Validation
SNYK-JS-NANOID-8492085
129 No Known Exploit
medium severity Origin Validation Error
SNYK-JS-VITE-8648411
129 Proof of Concept
medium severity Access Control Bypass
SNYK-JS-VITE-9576207
129 Proof of Concept
low severity Cross-site Scripting (XSS)
SNYK-JS-KOA-9679272
129 Proof of Concept
Release notes
Package name: @typescript-eslint/parser
  • 8.30.1 - 2025-04-14

    8.30.1 (2025-04-14)

    🚀 Features

    • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)

    🩹 Fixes

    • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
    • typescript-estree: use token type of PrivateIdentifier instead of Identifier for private identifiers (#11023)
    • eslint-plugin: fix mistake with eslintrc config generation (#11072)

    ❤️ Thank You

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

  • 8.30.1-alpha.0 - 2025-04-14
  • 8.30.0 - 2025-04-14

    see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1

  • 8.29.2-alpha.11 - 2025-04-14
  • 8.29.2-alpha.10 - 2025-04-14
  • 8.29.2-alpha.9 - 2025-04-14
  • 8.29.2-alpha.8 - 2025-04-14
  • 8.29.2-alpha.7 - 2025-04-14
  • 8.29.2-alpha.6 - 2025-04-14
  • 8.29.2-alpha.5 - 2025-04-14
  • 8.29.2-alpha.4 - 2025-04-11
  • 8.29.2-alpha.3 - 2025-04-11
  • 8.29.2-alpha.2 - 2025-04-10
  • 8.29.2-alpha.1 - 2025-04-09
  • 8.29.2-alpha.0 - 2025-04-07
  • 8.29.1 - 2025-04-07

    8.29.1 (2025-04-07)

    🩹 Fixes

    • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#10998)
    • typescript-estree: use token type of Numeric instead of Identifier for bigint literals (#11021)

    ❤️ Thank You

    • Ronen Amiel

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

  • 8.29.1-alpha.4 - 2025-04-07
  • 8.29.1-alpha.3 - 2025-04-04
  • 8.29.1-alpha.2 - 2025-04-01
  • 8.29.1-alpha.1 - 2025-04-01
  • 8.29.1-alpha.0 - 2025-03-31
  • 8.29.0 - 2025-03-31

    8.29.0 (2025-03-31)

    🚀 Features

    • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#11000)

    🩹 Fixes

    • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#10961)
    • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
    • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
    • eslint-plugin: support arbitrary extensions in definition files (#10957)
    • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)

    ❤️ Thank You

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

  • 8.28.1-alpha.2 - 2025-03-31
  • 8.28.1-alpha.1 - 2025-03-31
  • 8.28.1-alpha.0 - 2025-03-31
  • 8.28.0 - 2025-03-24

    8.28.0 (2025-03-24)

    🚀 Features

    • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

    🩹 Fixes

    • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

    ❤️ Thank You

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

  • 8.27.1-alpha.2 - 2025-03-21
  • 8.27.1-alpha.1 - 2025-03-20
  • 8.27.1-alpha.0 - 2025-03-20
  • 8.27.0 - 2025-03-20

    8.27.0 (2025-03-17)

    🚀 Features

    • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

    🩹 Fixes

    • deps: update eslint monorepo to v9.22.0 (#10952)
    • typescript-estree: fix span start for decorated AssignmentPattern function parameter (#10939)

    ❤️ Thank You

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

  • 8.26.2-alpha.9 - 2025-03-17
  • 8.26.2-alpha.8 - 2025-03-17
  • 8.26.2-alpha.7 - 2025-03-17
  • 8.26.2-alpha.6 - 2025-03-17
  • 8.26.2-alpha.5 - 2025-03-17
  • 8.26.2-alpha.4 - 2025-03-15
  • 8.26.2-alpha.3 - 2025-03-14
  • 8.26.2-alpha.2 - 2025-03-14
  • 8.26.2-alpha.1 - 2025-03-12
  • 8.26.2-alpha.0 - 2025-03-10
  • 8.26.1 - 2025-03-10

    8.26.1 (2025-03-10)

    🩹 Fixes

    • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
    • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
    • rule-tester: export TestLanguageOptions (#10930)

    ❤️ Thank You

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

  • 8.26.1-alpha.5 - 2025-03-10
  • 8.26.1-alpha.4 - 2025-03-10
  • 8.26.1-alpha.3 - 2025-03-07
  • 8.26.1-alpha.2 - 2025-03-06
  • 8.26.1-alpha.1 - 2025-03-05
  • 8.26.1-alpha.0 - 2025-03-03
  • 8.26.0 - 2025-03-03
  • 8.25.1-alpha.18 - 2025-03-03
  • 8.25.1-alpha.17 - 2025-03-03
  • 8.25.1-alpha.16 - 2025-03-03
  • 8.25.1-alpha.15 - 2025-03-03
  • 8.25.1-alpha.14 - 2025-03-03
  • 8.25.1-alpha.13 - 2025-03-03
  • 8.25.1-alpha.12 - 2025-03-03
  • 8.25.1-alpha.11 - 2025-03-02
  • 8.25.1-alpha.10 - 2025-03-02
  • 8.25.1-alpha.9 - 2025-02-27
  • 8.25.1-alpha.8 - 2025-02-27
  • 8.25.1-alpha.7 - 2025-02-27
  • 8.25.1-alpha.6 - 2025-02-24
  • 8.25.1-alpha.5 - 2025-02-24
  • 8.25.1-alpha.4 - 2025-02-24
  • 8.25.1-alpha.3 - 2025-02-24
  • 8.25.1-alpha.2 - 2025-02-24
  • 8.25.1-alpha.1 - 2025-02-24
  • 8.25.1-alpha.0 - 2025-02-24
  • 8.25.0 - 2025-02-24
  • 8.24.2-alpha.4 - 2025-02-24
  • 8.24.2-alpha.3 - 2025-02-20
  • 8.24.2-alpha.2 - 2025-02-20
  • 8.24.2-alpha.1 - 2025-02-17
  • 8.24.2-alpha.0 - 2025-02-17
  • 8.24.1 - 2025-02-17
  • 8.24.1-alpha.10 - 2025-02-17
  • 8.24.1-alpha.9 - 2025-02-17
  • 8.24.1-alpha.8 - 2025-02-17
  • 8.24.1-alpha.7 - 2025-02-17
  • 8.24.1-alpha.6 - 2025-02-15
  • 8.24.1-alpha.5 - 2025-02-15
  • 8.24.1-alpha.4 - 2025-02-15
  • 8.24.1-alpha.3 - 2025-02-14
  • 8.24.1-alpha.2 - 2025-02-14
  • 8.24.1-alpha.1 - 2025-02-10
  • 8.24.1-alpha.0 - 2025-02-10
  • 8.24.0 - 2025-02-10
  • 8.23.1-alpha.7 - 2025-02-10
  • 8.23.1-alpha.6 - 2025-02-08
  • 8.23.1-alpha.5 - 2025-02-07
  • 8.23.1-alpha.4 - 2025-02-05
  • 8.23.1-alpha.3 - 2025-02-05
  • 8.23.1-alpha.2 - 2025-02-04
  • 8.23.1-alpha.1 - 2025-02-03
  • 8.23.1-alpha.0 - 2025-02-03
  • 8.23.0 - 2025-02-03
  • 8.22.1-alpha.14 - 2025-02-03
  • 8.22.1-alpha.13 - 2025-02-03
  • 8.22.1-alpha.12 - 2025-02-03
  • 8.22.1-alpha.11 - 2025-02-03
  • 8.22.1-alpha.10 - 2025-02-03
  • 8.22.1-alpha.9 - 2025-02-03
  • 8.22.1-alpha.8 - 2025-02-03
  • 8.22.1-alpha.7 - 2025-02-01
  • 8.22.1-alpha.6 - 2025-02-01
  • 8.22.1-alpha.5 - 2025-02-01
  • 8.22.1-alpha.4 - 2025-01-31
  • 8.22.1-alpha.3 - 2025-01-29
  • 8.22.1-alpha.2 - 2025-01-28
  • 8.22.1-alpha.1 - 2025-01-28
  • 8.22.1-alpha.0 - 2025-01-27
  • 8.22.0 - 2025-01-27
  • 8.21.1-alpha.11 - 2025-01-27
  • 8.21.1-alpha.10 - 2025-01-27
  • 8.21.1-alpha.9 - 2025-01-27
  • 8.21.1-alpha.8 - 2025-01-24
  • 8.21.1-alpha.7 - 2025-01-24
  • 8.21.1-alpha.6 - 2025-01-23
  • 8.21.1-alpha.5 - 2025-01-23
  • 8.21.1-alpha.4 - 2025-01-23
  • 8.21.1-alpha.3 - 2025-01-23
  • 8.21.1-alpha.2 - 2025-01-21
  • 8.21.1-alpha.1 - 2025-01-21
  • 8.21.1-alpha.0 - 2025-01-20
  • 8.21.0 - 2025-01-20
  • 8.20.1-alpha.11 - 2025-01-20
  • 8.20.1-alpha.10 - 2025-01-20
  • 8.20.1-alpha.9 - 2025-01-20
  • 8.20.1-alpha.8 - 2025-01-19
  • 8.20.1-alpha.7 - 2025-01-19
  • 8.20.1-alpha.6 - 2025-01-19
  • 8.20.1-alpha.5 - 2025-01-19
  • 8.20.1-alpha.4 - 2025-01-19
  • 8.20.1-alpha.3 - 2025-01-19
  • 8.20.1-alpha.2 - 2025-01-18
  • 8.20.1-alpha.1 - 2025-01-17
  • 8.20.1-alpha.0 - 2025-01-15
  • 8.20.0 - 2025-01-13
  • 8.19.2-alpha.12 - 2025-01-13
  • 8.19.2-alpha.11 - 2025-01-13
  • 8.19.2-alpha.10 - 2025-01-13
  • 8.19.2-alpha.9 - 2025-01-13
  • 8.19.2-alpha.8 - 2025-01-13
  • 8.19.2-alpha.7 - 2025-01-10
  • 8.19.2-alpha.6 - 2025-01-09
  • 8.19.2-alpha.5 - 2025-01-09
  • 8.19.2-alpha.4 - 2025-01-07
  • 8.19.2-alpha.3 - 2025-01-07
  • 8.19.2-alpha.2 - 2025-01-07
  • 8.19.2-alpha.1 - 2025-01-07
  • 8.19.2-alpha.0 - 2025-01-07
  • 8.19.1 - 2025-01-06
  • 8.19.1-alpha.9 - 2025-01-06
  • 8.19.1-alpha.8 - 2025-01-06
  • 8.19.1-alpha.7 - 2025-01-06
  • 8.19.1-alpha.6 - 2024-12-31
  • 8.19.1-alpha.5 - 2024-12-31
  • 8.19.1-alpha.4 - 2024-12-31
  • 8.19.1-alpha.3 - 2024-12-31
  • 8.19.1-alpha.2 - 2024-12-30
  • 8.19.1-alpha.1 - 2024-12-30
  • 8.19.1-alpha.0 - 2024-12-30
  • 8.19.0 - 2024-12-30
  • 8.18.3-alpha.6 - 2024-12-30
  • 8.18.3-alpha.5 - 2024-12-26
  • 8.18.3-alpha.4 - 2024-12-26
  • 8.18.3-alpha.3 - 2024-12-26
  • 8.18.3-alpha.2 - 2024-12-23
  • 8.18.3-alpha.1 - 2024-12-23
  • 8.18.3-alpha.0 - 2024-12-23
  • 8.18.2 - 2024-12-23
  • 8.18.2-alpha.6 - 2024-12-23
  • 8.18.2-alpha.5 - 2024-12-21
  • 8.18.2-alpha.4 - 2024-12-21
  • 8.18.2-alpha.3 - 2024-12-21
  • 8.18.2-alpha.2 - 2024-12-21
  • 8.18.2-alpha.1 - 2024-12-17
  • 8.18.2-alpha.0 - 2024-12-16
  • 8.18.1 - 2024-12-16
  • 8.18.1-alpha.13 - 2024-12-15
  • 8.18.1-alpha.12 - 2024-12-15
  • 8.18.1-alpha.11 - 2024-12-14
  • 8.18.1-alpha.10 - 2024-12-14
  • 8.18.1-alpha.9 - 2024-12-14
  • 8.18.1-alpha.8 - 2024-12-14
  • 8.18.1-alpha.7 - 2024-12-14
  • 8.18.1-alpha.6 - 2024-12-14
  • 8.18.1-alpha.5 - 2024-12-14
  • 8.18.1-alpha.4 - 2024-12-13
  • 8.18.1-alpha.3 - 2024-12-12
  • 8.18.1-alpha.2 - 2024-12-10
  • 8.18.1-alpha.1 - 2024-12-10
  • 8.18.1-alpha.0 - 2024-12-09
  • 8.18.0 - 2024-12-09
  • 8.17.1-alpha.13 - 2024-12-09
  • 8.17.1-alpha.12 - 2024-12-09
  • 8.17.1-alpha.11 - 2024-12-09
  • 8.17.1-alpha.10 - 2024-12-07
  • 8.17.1-alpha.9 - 2024-12-07
  • 8.17.1-alpha.8 - 2024-12-07
  • 8.17.1-alpha.7 - 2024-12-07
  • 8.17.1-alpha.6 - 2024-12-07
  • 8.17.1-alpha.5 - 2024-12-06
  • 8.17.1-alpha.4 - 2024-12-06
  • 8.17.1-alpha.3 - 2024-12-04
  • 8.17.1-alpha.2 - 2024-12-04
  • 8.17.1-alpha.1 - 2024-12-03
  • 8.17.1-alpha.0 - 2024-12-02
  • 8.17.0 - 2024-12-02
  • 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.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
from @typescript-eslint/parser GitHub release notes

Important

  • 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:

Summary by Sourcery

Upgrade @typescript-eslint/parser from version 8.15.0 to 8.30.1 to address multiple security vulnerabilities

Bug Fixes:

  • Resolved multiple security vulnerabilities across Vite, Vitest, Nanoid, Koa, and Formidable packages

Enhancements:

  • Updated ESLint parser to the latest version

Snyk has created this PR to upgrade @typescript-eslint/parser from 8.15.0 to 8.30.1.

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

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/6bdc0bf1-afe3-4e5e-952f-f1d06480e99b?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sourcery-ai bot commented May 10, 2025

Reviewer's Guide

This pull request, automatically generated by Snyk, upgrades the @typescript-eslint/parser dependency from version 8.15.0 to 8.30.1. The update is applied by modifying the version number in the e2e/package.json file to address several security vulnerabilities.

File-Level Changes

Change Details Files
Upgraded @typescript-eslint/parser dependency.
  • Changed version from 8.15.0 to 8.30.1.
e2e/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. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the 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 exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

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

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