Skip to content

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented Sep 11, 2025

snyk-top-banner

Snyk has created this PR to upgrade @typescript-eslint/parser from 8.35.0 to 8.40.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 54 versions ahead of your current version.

  • The recommended version was released 24 days ago.

Release notes
Package name: @typescript-eslint/parser
  • 8.40.0 - 2025-08-18

    8.40.0 (2025-08-18)

    🩹 Fixes

    • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
    • typescript-estree: correct range of import assertion with trailing comma (#11478)
    • utils: correct calculateConfigForFile return type (#11451)

    ❤️ Thank You

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

  • 8.39.2-alpha.1 - 2025-08-18
  • 8.39.2-alpha.0 - 2025-08-11
  • 8.39.1 - 2025-08-11

    8.39.1 (2025-08-11)

    🩹 Fixes

    • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

    ❤️ Thank You

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

  • 8.39.1-alpha.4 - 2025-08-09
  • 8.39.1-alpha.3 - 2025-08-08
  • 8.39.1-alpha.2 - 2025-08-05
  • 8.39.1-alpha.1 - 2025-08-05
  • 8.39.1-alpha.0 - 2025-08-04
  • 8.39.0 - 2025-08-04

    8.39.0 (2025-08-04)

    🚀 Features

    • update to TypeScript 5.9.2 (#11445)
    • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
    • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
    • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

    🩹 Fixes

    • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
    • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

    ❤️ Thank You

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

  • 8.38.1-alpha.8 - 2025-08-04
  • 8.38.1-alpha.7 - 2025-08-04
  • 8.38.1-alpha.6 - 2025-08-03
  • 8.38.1-alpha.5 - 2025-08-03
  • 8.38.1-alpha.4 - 2025-08-03
  • 8.38.1-alpha.3 - 2025-08-01
  • 8.38.1-alpha.2 - 2025-08-01
  • 8.38.1-alpha.1 - 2025-08-01
  • 8.38.1-alpha.0 - 2025-08-01
  • 8.38.0 - 2025-07-21

    8.38.0 (2025-07-21)

    🚀 Features

    • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

    🩹 Fixes

    • disallow extra properties in rule options (#11397)
    • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
    • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
    • typescript-eslint: error on nested extends in tseslint.config() (#11361)
    • typescript-estree: ensure the token type of the property name is Identifier (#11329)

    ❤️ Thank You

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

  • 8.37.1-alpha.6 - 2025-07-21
  • 8.37.1-alpha.5 - 2025-07-21
  • 8.37.1-alpha.4 - 2025-07-19
  • 8.37.1-alpha.3 - 2025-07-18
  • 8.37.1-alpha.2 - 2025-07-18
  • 8.37.1-alpha.1 - 2025-07-16
  • 8.37.1-alpha.0 - 2025-07-14
  • 8.37.0 - 2025-07-14

    8.37.0 (2025-07-14)

    🚀 Features

    • typescript-estree: infer tsconfigRootDir from call stack (#11370)

    🩹 Fixes

    • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
    • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
    • type-utils: handle namespaced exports in specifier matching (#11380)

    ❤️ Thank You

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

  • 8.36.1-alpha.4 - 2025-07-14
  • 8.36.1-alpha.3 - 2025-07-14
  • 8.36.1-alpha.2 - 2025-07-09
  • 8.36.1-alpha.1 - 2025-07-08
  • 8.36.1-alpha.0 - 2025-07-07
  • 8.36.0 - 2025-07-07

    8.36.0 (2025-07-07)

    🚀 Features

    • typescript-eslint: support basePath in tseslint.config() (#11357)

    ❤️ Thank You

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

  • 8.35.2-alpha.11 - 2025-07-07
  • 8.35.2-alpha.10 - 2025-07-07
  • 8.35.2-alpha.9 - 2025-07-06
  • 8.35.2-alpha.8 - 2025-07-06
  • 8.35.2-alpha.7 - 2025-07-06
  • 8.35.2-alpha.6 - 2025-07-05
  • 8.35.2-alpha.5 - 2025-07-01
  • 8.35.2-alpha.4 - 2025-07-01
  • 8.35.2-alpha.3 - 2025-07-01
  • 8.35.2-alpha.2 - 2025-07-01
  • 8.35.2-alpha.1 - 2025-07-01
  • 8.35.2-alpha.0 - 2025-07-01
  • 8.35.1 - 2025-06-30

    8.35.1 (2025-06-30)

    🩹 Fixes

    • remove prettier from eslint-plugin (#11339)
    • website: did not find a source file error if url hash doesn't contain fileType (#11350)

    ❤️ Thank You

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

  • 8.35.1-alpha.6 - 2025-06-26
  • 8.35.1-alpha.5 - 2025-06-26
  • 8.35.1-alpha.4 - 2025-06-25
  • 8.35.1-alpha.3 - 2025-06-24
  • 8.35.1-alpha.2 - 2025-06-24
  • 8.35.1-alpha.1 - 2025-06-23
  • 8.35.1-alpha.0 - 2025-06-23
  • 8.35.0 - 2025-06-23
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.

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

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

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/1035bff6-ffdf-4d51-bf55-9fb2ed4e8415?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Sep 11, 2025

Deployment failed with the following error:

Resource is limited - try again in 25 minutes (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/dargon789s-projects?upgradeToPro=build-rate-limit

Copy link

codesandbox bot commented Sep 11, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@typescript-eslint/parser 8.40.0 🟢 5.2
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Maintained🟢 1030 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 7Found 7/10 approved changesets -- score normalized to 7
Packaging⚠️ -1packaging workflow not detected
Security-Policy🟢 10security policy file detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Vulnerabilities⚠️ 033 existing vulnerabilities detected

Scanned Files

  • packages/hardhat-solhint/package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants