Skip to content

Commit 88e10cb

Browse files
fix(deps): update dependency @typescript-eslint/parser to ^8.35.1 (#67)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`^8.35.0` -> `^8.35.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.35.0/8.35.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/8.35.0/8.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.35.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8351-2025-06-30) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.35.0...v8.35.1) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/eslint-config-typescript). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsibnBtIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb960cc commit 88e10cb

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"release": "semantic-release"
2121
},
2222
"dependencies": {
23-
"@typescript-eslint/parser": "^8.35.0"
23+
"@typescript-eslint/parser": "^8.35.1"
2424
},
2525
"peerDependencies": {
2626
"@typescript-eslint/eslint-plugin": ">=4.0.0",

yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -543,66 +543,66 @@
543543
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
544544
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
545545

546-
"@typescript-eslint/parser@^8.35.0":
547-
version "8.35.0"
548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.0.tgz#20a0e17778a329a6072722f5ac418d4376b767d2"
549-
integrity sha512-6sMvZePQrnZH2/cJkwRpkT7DxoAWh+g6+GFRK6bV3YQo7ogi3SX5rgF6099r5Q53Ma5qeT7LGmOmuIutF4t3lA==
550-
dependencies:
551-
"@typescript-eslint/scope-manager" "8.35.0"
552-
"@typescript-eslint/types" "8.35.0"
553-
"@typescript-eslint/typescript-estree" "8.35.0"
554-
"@typescript-eslint/visitor-keys" "8.35.0"
546+
"@typescript-eslint/parser@^8.35.1":
547+
version "8.35.1"
548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.35.1.tgz#787312e80f0f337d85f4c2a569411c469e852d44"
549+
integrity sha512-3MyiDfrfLeK06bi/g9DqJxP5pV74LNv4rFTyvGDmT3x2p1yp1lOd+qYZfiRPIOf/oON+WRZR5wxxuF85qOar+w==
550+
dependencies:
551+
"@typescript-eslint/scope-manager" "8.35.1"
552+
"@typescript-eslint/types" "8.35.1"
553+
"@typescript-eslint/typescript-estree" "8.35.1"
554+
"@typescript-eslint/visitor-keys" "8.35.1"
555555
debug "^4.3.4"
556556

557-
"@typescript-eslint/project-service@8.35.0":
558-
version "8.35.0"
559-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.0.tgz#00bd77e6845fbdb5684c6ab2d8a400a58dcfb07b"
560-
integrity sha512-41xatqRwWZuhUMF/aZm2fcUsOFKNcG28xqRSS6ZVr9BVJtGExosLAm5A1OxTjRMagx8nJqva+P5zNIGt8RIgbQ==
557+
"@typescript-eslint/project-service@8.35.1":
558+
version "8.35.1"
559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.35.1.tgz#815bb771f2f6c97780e44299434ece3c2e526127"
560+
integrity sha512-VYxn/5LOpVxADAuP3NrnxxHYfzVtQzLKeldIhDhzC8UHaiQvYlXvKuVho1qLduFbJjjy5U5bkGwa3rUGUb1Q6Q==
561561
dependencies:
562-
"@typescript-eslint/tsconfig-utils" "^8.35.0"
563-
"@typescript-eslint/types" "^8.35.0"
562+
"@typescript-eslint/tsconfig-utils" "^8.35.1"
563+
"@typescript-eslint/types" "^8.35.1"
564564
debug "^4.3.4"
565565

566-
"@typescript-eslint/scope-manager@8.35.0":
567-
version "8.35.0"
568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.0.tgz#8ccb2ab63383544fab98fc4b542d8d141259ff4f"
569-
integrity sha512-+AgL5+mcoLxl1vGjwNfiWq5fLDZM1TmTPYs2UkyHfFhgERxBbqHlNjRzhThJqz+ktBqTChRYY6zwbMwy0591AA==
570-
dependencies:
571-
"@typescript-eslint/types" "8.35.0"
572-
"@typescript-eslint/visitor-keys" "8.35.0"
573-
574-
"@typescript-eslint/tsconfig-utils@8.35.0", "@typescript-eslint/tsconfig-utils@^8.35.0":
575-
version "8.35.0"
576-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.0.tgz#6e05aeb999999e31d562ceb4fe144f3cbfbd670e"
577-
integrity sha512-04k/7247kZzFraweuEirmvUj+W3bJLI9fX6fbo1Qm2YykuBvEhRTPl8tcxlYO8kZZW+HIXfkZNoasVb8EV4jpA==
578-
579-
"@typescript-eslint/types@8.35.0", "@typescript-eslint/types@^8.35.0":
580-
version "8.35.0"
581-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.0.tgz#e60d062907930e30008d796de5c4170f02618a93"
582-
integrity sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==
583-
584-
"@typescript-eslint/typescript-estree@8.35.0":
585-
version "8.35.0"
586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.0.tgz#86141e6c55b75bc1eaecc0781bd39704de14e52a"
587-
integrity sha512-F+BhnaBemgu1Qf8oHrxyw14wq6vbL8xwWKKMwTMwYIRmFFY/1n/9T/jpbobZL8vp7QyEUcC6xGrnAO4ua8Kp7w==
588-
dependencies:
589-
"@typescript-eslint/project-service" "8.35.0"
590-
"@typescript-eslint/tsconfig-utils" "8.35.0"
591-
"@typescript-eslint/types" "8.35.0"
592-
"@typescript-eslint/visitor-keys" "8.35.0"
566+
"@typescript-eslint/scope-manager@8.35.1":
567+
version "8.35.1"
568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.35.1.tgz#b19f9be65c8d1059e88a323a1a6567dbfe0a1a4e"
569+
integrity sha512-s/Bpd4i7ht2934nG+UoSPlYXd08KYz3bmjLEb7Ye1UVob0d1ENiT3lY8bsCmik4RqfSbPw9xJJHbugpPpP5JUg==
570+
dependencies:
571+
"@typescript-eslint/types" "8.35.1"
572+
"@typescript-eslint/visitor-keys" "8.35.1"
573+
574+
"@typescript-eslint/tsconfig-utils@8.35.1", "@typescript-eslint/tsconfig-utils@^8.35.1":
575+
version "8.35.1"
576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.35.1.tgz#c2db8714c181cc0700216c1a2e3cf55719c58006"
577+
integrity sha512-K5/U9VmT9dTHoNowWZpz+/TObS3xqC5h0xAIjXPw+MNcKV9qg6eSatEnmeAwkjHijhACH0/N7bkhKvbt1+DXWQ==
578+
579+
"@typescript-eslint/types@8.35.1", "@typescript-eslint/types@^8.35.1":
580+
version "8.35.1"
581+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.35.1.tgz#4344dcf934495bbf25a9f83a06dd9fe2acf15780"
582+
integrity sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==
583+
584+
"@typescript-eslint/typescript-estree@8.35.1":
585+
version "8.35.1"
586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.35.1.tgz#b80e85fcb6bfbcbacb3224b1367f6ca3f03e6183"
587+
integrity sha512-Vvpuvj4tBxIka7cPs6Y1uvM7gJgdF5Uu9F+mBJBPY4MhvjrjWGK4H0lVgLJd/8PWZ23FTqsaJaLEkBCFUk8Y9g==
588+
dependencies:
589+
"@typescript-eslint/project-service" "8.35.1"
590+
"@typescript-eslint/tsconfig-utils" "8.35.1"
591+
"@typescript-eslint/types" "8.35.1"
592+
"@typescript-eslint/visitor-keys" "8.35.1"
593593
debug "^4.3.4"
594594
fast-glob "^3.3.2"
595595
is-glob "^4.0.3"
596596
minimatch "^9.0.4"
597597
semver "^7.6.0"
598598
ts-api-utils "^2.1.0"
599599

600-
"@typescript-eslint/visitor-keys@8.35.0":
601-
version "8.35.0"
602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.0.tgz#93e905e7f1e94d26a79771d1b1eb0024cb159dbf"
603-
integrity sha512-zTh2+1Y8ZpmeQaQVIc/ZZxsx8UzgKJyNg1PTvjzC7WMhPSVS8bfDX34k1SrwOf016qd5RU3az2UxUNue3IfQ5g==
600+
"@typescript-eslint/visitor-keys@8.35.1":
601+
version "8.35.1"
602+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.35.1.tgz#aac78ab2265dd11927bc6af3f9c5a021bbc1670a"
603+
integrity sha512-VRwixir4zBWCSTP/ljEo091lbpypz57PoeAQ9imjG+vbeof9LplljsL1mos4ccG6H9IjfrVGM359RozUnuFhpw==
604604
dependencies:
605-
"@typescript-eslint/types" "8.35.0"
605+
"@typescript-eslint/types" "8.35.1"
606606
eslint-visitor-keys "^4.2.1"
607607

608608
"@valora/prettier-config@^0.0.1":

0 commit comments

Comments
 (0)