From 30615eaf0255162f91bf96defd6a402e11b065c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 11:18:49 +0300 Subject: [PATCH] Bump @typescript-eslint/parser from 8.31.0 to 8.31.1 (#534) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.31.0 to 8.31.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.31.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 206e402..7bea646 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/papaparse": "^5.3.15", "@types/react": "^19.1.2", "@typescript-eslint/eslint-plugin": "^8.32.0", - "@typescript-eslint/parser": "^8.29.0", + "@typescript-eslint/parser": "^8.32.0", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", diff --git a/yarn.lock b/yarn.lock index 1043bc5..4ae0861 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1515,7 +1515,7 @@ natural-compare "^1.4.0" ts-api-utils "^2.1.0" -"@typescript-eslint/parser@8.31.1", "@typescript-eslint/parser@^8.29.0": +"@typescript-eslint/parser@8.31.1": version "8.31.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.31.1.tgz#e9b0ccf30d37dde724ee4d15f4dbc195995cce1b" integrity sha512-oU/OtYVydhXnumd0BobL9rkJg7wFJ9bFFPmSmB/bf/XWN85hlViji59ko6bSKBXyseT9V8l+CN1nwmlbiN0G7Q== @@ -1526,6 +1526,17 @@ "@typescript-eslint/visitor-keys" "8.31.1" debug "^4.3.4" +"@typescript-eslint/parser@^8.32.0": + version "8.32.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf" + integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A== + dependencies: + "@typescript-eslint/scope-manager" "8.32.0" + "@typescript-eslint/types" "8.32.0" + "@typescript-eslint/typescript-estree" "8.32.0" + "@typescript-eslint/visitor-keys" "8.32.0" + debug "^4.3.4" + "@typescript-eslint/scope-manager@8.31.1": version "8.31.1" resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"