Skip to content

Commit fb72ca5

Browse files
chore(deps): update typescript-eslint monorepo to v8.35.1 (#1279)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.0` -> `8.35.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.35.0/8.35.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/8.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/8.35.0/8.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/8.35.0/8.35.1?slim=true)](https://docs.renovatebot.com/merge-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/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/8.35.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/8.35.0/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/eslint-plugin)</summary> ### [`v8.35.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8351-2025-06-30) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.35.0...v8.35.1) ##### 🩹 Fixes - remove prettier from eslint-plugin ([#&#8203;11339](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11339)) ##### ❤️ Thank You - Abhijeet Singh [@&#8203;cseas](https://redirect.github.com/cseas) 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> <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 - "before 7am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/apify/crawlee-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a371b1 commit fb72ca5

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@docusaurus/module-type-aliases": "3.8.1",
2222
"@docusaurus/types": "3.8.1",
2323
"@types/react": "^19.0.0",
24-
"@typescript-eslint/eslint-plugin": "8.35.0",
25-
"@typescript-eslint/parser": "8.35.0",
24+
"@typescript-eslint/eslint-plugin": "8.35.1",
25+
"@typescript-eslint/parser": "8.35.1",
2626
"eslint": "8.57.0",
2727
"eslint-plugin-react": "7.37.5",
2828
"eslint-plugin-react-hooks": "5.2.0",

website/yarn.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4702,105 +4702,105 @@ __metadata:
47024702
languageName: node
47034703
linkType: hard
47044704

4705-
"@typescript-eslint/eslint-plugin@npm:8.35.0":
4706-
version: 8.35.0
4707-
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.0"
4705+
"@typescript-eslint/eslint-plugin@npm:8.35.1":
4706+
version: 8.35.1
4707+
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.1"
47084708
dependencies:
47094709
"@eslint-community/regexpp": "npm:^4.10.0"
4710-
"@typescript-eslint/scope-manager": "npm:8.35.0"
4711-
"@typescript-eslint/type-utils": "npm:8.35.0"
4712-
"@typescript-eslint/utils": "npm:8.35.0"
4713-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
4710+
"@typescript-eslint/scope-manager": "npm:8.35.1"
4711+
"@typescript-eslint/type-utils": "npm:8.35.1"
4712+
"@typescript-eslint/utils": "npm:8.35.1"
4713+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
47144714
graphemer: "npm:^1.4.0"
47154715
ignore: "npm:^7.0.0"
47164716
natural-compare: "npm:^1.4.0"
47174717
ts-api-utils: "npm:^2.1.0"
47184718
peerDependencies:
4719-
"@typescript-eslint/parser": ^8.35.0
4719+
"@typescript-eslint/parser": ^8.35.1
47204720
eslint: ^8.57.0 || ^9.0.0
47214721
typescript: ">=4.8.4 <5.9.0"
4722-
checksum: 10c0/27391f1b168a175fdc62370e5afe51317d4433115abbbff8ee0aea8ecd7bf6dd541a76f8e0cc94119750ae3146863204862640acb45394f0b92809e88d39f881
4722+
checksum: 10c0/0f369be24644ebea30642512ddae0e602e4ca6bc55ae09d9860f16a3baae6aee1a376c182c61b43d12bc137156e3931f6bac3c73919c9c81b32c962bb5bc544e
47234723
languageName: node
47244724
linkType: hard
47254725

4726-
"@typescript-eslint/parser@npm:8.35.0":
4727-
version: 8.35.0
4728-
resolution: "@typescript-eslint/parser@npm:8.35.0"
4726+
"@typescript-eslint/parser@npm:8.35.1":
4727+
version: 8.35.1
4728+
resolution: "@typescript-eslint/parser@npm:8.35.1"
47294729
dependencies:
4730-
"@typescript-eslint/scope-manager": "npm:8.35.0"
4731-
"@typescript-eslint/types": "npm:8.35.0"
4732-
"@typescript-eslint/typescript-estree": "npm:8.35.0"
4733-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
4730+
"@typescript-eslint/scope-manager": "npm:8.35.1"
4731+
"@typescript-eslint/types": "npm:8.35.1"
4732+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
4733+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
47344734
debug: "npm:^4.3.4"
47354735
peerDependencies:
47364736
eslint: ^8.57.0 || ^9.0.0
47374737
typescript: ">=4.8.4 <5.9.0"
4738-
checksum: 10c0/8f1cda98f8bee3d79266974e5e5c831a0ca473e928fb16f1dc1c85ee24f2cb9c0fcf3c1bcbbef9d6044cf063f6e59d3198b766a27000776830fe591043e11625
4738+
checksum: 10c0/949383d74f6db1b91f90923d50f0ecbacaa972fd56e70553c803a8f64131345afdaf096cf1c1fc4a833ddc06ee44b241811edb5d516d769e244560f5b7f0e0af
47394739
languageName: node
47404740
linkType: hard
47414741

4742-
"@typescript-eslint/project-service@npm:8.35.0":
4743-
version: 8.35.0
4744-
resolution: "@typescript-eslint/project-service@npm:8.35.0"
4742+
"@typescript-eslint/project-service@npm:8.35.1":
4743+
version: 8.35.1
4744+
resolution: "@typescript-eslint/project-service@npm:8.35.1"
47454745
dependencies:
4746-
"@typescript-eslint/tsconfig-utils": "npm:^8.35.0"
4747-
"@typescript-eslint/types": "npm:^8.35.0"
4746+
"@typescript-eslint/tsconfig-utils": "npm:^8.35.1"
4747+
"@typescript-eslint/types": "npm:^8.35.1"
47484748
debug: "npm:^4.3.4"
47494749
peerDependencies:
47504750
typescript: ">=4.8.4 <5.9.0"
4751-
checksum: 10c0/c2d6d44b6b2ff3ecabec8ade824163196799060ac457661eb94049487d770ce68d128b33a2f24090adf1ebcb66ff6c9a05fc6659349b9a0784a5a080ecf8ff81
4751+
checksum: 10c0/f8e88d773d7e9f193a05b4daeca1e7571fa0059b36ffad291fc6d83c9df94fbe38c935e076ae29e755bcb6008c4ee5c1073ebb2077258c5c0b53c76a23eb3c16
47524752
languageName: node
47534753
linkType: hard
47544754

4755-
"@typescript-eslint/scope-manager@npm:8.35.0":
4756-
version: 8.35.0
4757-
resolution: "@typescript-eslint/scope-manager@npm:8.35.0"
4755+
"@typescript-eslint/scope-manager@npm:8.35.1":
4756+
version: 8.35.1
4757+
resolution: "@typescript-eslint/scope-manager@npm:8.35.1"
47584758
dependencies:
4759-
"@typescript-eslint/types": "npm:8.35.0"
4760-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
4761-
checksum: 10c0/a27cf27a1852bb0d6ea08f475fcc79557f1977be96ef563d92127e8011e4065566441c32c40eb7a530111ffd3a8489919da7f8a2b7466a610cfc9c07670a9601
4759+
"@typescript-eslint/types": "npm:8.35.1"
4760+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
4761+
checksum: 10c0/ddfa0b81f47402874efcdd8e0857142600d90fc4e827243ed0fd058731e77e4beb8f5a60425117d1d4146d84437f538cf303f7bfebbd0f02733b202aa30a8393
47624762
languageName: node
47634763
linkType: hard
47644764

4765-
"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0":
4766-
version: 8.35.0
4767-
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0"
4765+
"@typescript-eslint/tsconfig-utils@npm:8.35.1, @typescript-eslint/tsconfig-utils@npm:^8.35.1":
4766+
version: 8.35.1
4767+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.1"
47684768
peerDependencies:
47694769
typescript: ">=4.8.4 <5.9.0"
4770-
checksum: 10c0/baa18e7137ba72f7d138f50d1168e8f334198a36499f954821e2369027e5b3d53ca93c354943e7782ba5caab604b050af10f353ccca34fbc0b23c48d6174832f
4770+
checksum: 10c0/a11b53e05fbc59eff3f95619847fb7222d8b2aa613e602524c9b700be3ce0d48bcf5e5932869df4658f514bd2cdc87c857d484472af3f3f3adf88b6e7e1c26f3
47714771
languageName: node
47724772
linkType: hard
47734773

4774-
"@typescript-eslint/type-utils@npm:8.35.0":
4775-
version: 8.35.0
4776-
resolution: "@typescript-eslint/type-utils@npm:8.35.0"
4774+
"@typescript-eslint/type-utils@npm:8.35.1":
4775+
version: 8.35.1
4776+
resolution: "@typescript-eslint/type-utils@npm:8.35.1"
47774777
dependencies:
4778-
"@typescript-eslint/typescript-estree": "npm:8.35.0"
4779-
"@typescript-eslint/utils": "npm:8.35.0"
4778+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
4779+
"@typescript-eslint/utils": "npm:8.35.1"
47804780
debug: "npm:^4.3.4"
47814781
ts-api-utils: "npm:^2.1.0"
47824782
peerDependencies:
47834783
eslint: ^8.57.0 || ^9.0.0
47844784
typescript: ">=4.8.4 <5.9.0"
4785-
checksum: 10c0/9e23a332484a055eb73ba8918f95a981e0cec8fa623ba9ee0b57328af052628d630a415e32e0dbe95318574e62d4066f8aecc994728b3cedd906f36c616ec362
4785+
checksum: 10c0/09041dd64684823da169c0668e6187d237c728bf54771003dc6ddaa895cbd11ad401ff14f096451c689e37815a791ef77beaf80d1f8bbf6b92ee3edbf346bc7c
47864786
languageName: node
47874787
linkType: hard
47884788

4789-
"@typescript-eslint/types@npm:8.35.0, @typescript-eslint/types@npm:^8.35.0":
4790-
version: 8.35.0
4791-
resolution: "@typescript-eslint/types@npm:8.35.0"
4792-
checksum: 10c0/a2711a932680805e83252b5d7c55ac30437bdc4d40c444606cf6ccb6ba23a682da015ec03c64635e77bf733f84d9bb76810bf4f7177fd3a660db8a2c8a05e845
4789+
"@typescript-eslint/types@npm:8.35.1, @typescript-eslint/types@npm:^8.35.1":
4790+
version: 8.35.1
4791+
resolution: "@typescript-eslint/types@npm:8.35.1"
4792+
checksum: 10c0/136dd1c7a39685baa398406423a97a4b6a66e6aed7cbd6ae698a89b0fde92c76f1415294bec612791d67d7917fda280caa65b9d761e2744e8143506d1f417fb2
47934793
languageName: node
47944794
linkType: hard
47954795

4796-
"@typescript-eslint/typescript-estree@npm:8.35.0":
4797-
version: 8.35.0
4798-
resolution: "@typescript-eslint/typescript-estree@npm:8.35.0"
4796+
"@typescript-eslint/typescript-estree@npm:8.35.1":
4797+
version: 8.35.1
4798+
resolution: "@typescript-eslint/typescript-estree@npm:8.35.1"
47994799
dependencies:
4800-
"@typescript-eslint/project-service": "npm:8.35.0"
4801-
"@typescript-eslint/tsconfig-utils": "npm:8.35.0"
4802-
"@typescript-eslint/types": "npm:8.35.0"
4803-
"@typescript-eslint/visitor-keys": "npm:8.35.0"
4800+
"@typescript-eslint/project-service": "npm:8.35.1"
4801+
"@typescript-eslint/tsconfig-utils": "npm:8.35.1"
4802+
"@typescript-eslint/types": "npm:8.35.1"
4803+
"@typescript-eslint/visitor-keys": "npm:8.35.1"
48044804
debug: "npm:^4.3.4"
48054805
fast-glob: "npm:^3.3.2"
48064806
is-glob: "npm:^4.0.3"
@@ -4809,32 +4809,32 @@ __metadata:
48094809
ts-api-utils: "npm:^2.1.0"
48104810
peerDependencies:
48114811
typescript: ">=4.8.4 <5.9.0"
4812-
checksum: 10c0/7e94f6a92efc5832289e8bfd0b61209aa501224c935359253c29aeef8e0b981b370ee2a43e2909991c3c3cf709fcccb6380474e0e9a863e8f89e2fbd213aed59
4812+
checksum: 10c0/6ef093cf9d7a54a323b3d112c78309b2c24c0f94e2c5b61401db9390eb7ffa3ab1da066c497907d58f0bba6986984ac73a478febd91f0bf11598108cc49f6e02
48134813
languageName: node
48144814
linkType: hard
48154815

4816-
"@typescript-eslint/utils@npm:8.35.0":
4817-
version: 8.35.0
4818-
resolution: "@typescript-eslint/utils@npm:8.35.0"
4816+
"@typescript-eslint/utils@npm:8.35.1":
4817+
version: 8.35.1
4818+
resolution: "@typescript-eslint/utils@npm:8.35.1"
48194819
dependencies:
48204820
"@eslint-community/eslint-utils": "npm:^4.7.0"
4821-
"@typescript-eslint/scope-manager": "npm:8.35.0"
4822-
"@typescript-eslint/types": "npm:8.35.0"
4823-
"@typescript-eslint/typescript-estree": "npm:8.35.0"
4821+
"@typescript-eslint/scope-manager": "npm:8.35.1"
4822+
"@typescript-eslint/types": "npm:8.35.1"
4823+
"@typescript-eslint/typescript-estree": "npm:8.35.1"
48244824
peerDependencies:
48254825
eslint: ^8.57.0 || ^9.0.0
48264826
typescript: ">=4.8.4 <5.9.0"
4827-
checksum: 10c0/e3317df7875305bee16edd573e4bfdafc099f26f9c284d8adb351333683aacd5b668320870653dff7ec7e0da1982bbf89dc06197bc193a3be65362f21452dbea
4827+
checksum: 10c0/1fa4877caae48961d160b88fc974bb7bfe355ca2f8f6915987427354ca23621698041678adab5964caf9ad62c17b349110136890688f13b10ab1aaad74ae63d9
48284828
languageName: node
48294829
linkType: hard
48304830

4831-
"@typescript-eslint/visitor-keys@npm:8.35.0":
4832-
version: 8.35.0
4833-
resolution: "@typescript-eslint/visitor-keys@npm:8.35.0"
4831+
"@typescript-eslint/visitor-keys@npm:8.35.1":
4832+
version: 8.35.1
4833+
resolution: "@typescript-eslint/visitor-keys@npm:8.35.1"
48344834
dependencies:
4835-
"@typescript-eslint/types": "npm:8.35.0"
4835+
"@typescript-eslint/types": "npm:8.35.1"
48364836
eslint-visitor-keys: "npm:^4.2.1"
4837-
checksum: 10c0/df18ca9b6931cb58f5dc404fcc94f9e0cc1c22f3053c7013ab588bb8ccccd3d58a70c577c01267845d57fa124a8cf8371260d284dad97505c56b2abcf70a3dce
4837+
checksum: 10c0/55b9eb15842a5d5dca11375e436340c731e01b07190c741d2656330f3e4d88b59e1bf3d677681dd091460be2b6e5f2c42e92faea36f947d25382ead5e8118108
48384838
languageName: node
48394839
linkType: hard
48404840

@@ -6661,8 +6661,8 @@ __metadata:
66616661
"@giscus/react": "npm:^3.0.0"
66626662
"@mdx-js/react": "npm:^3.0.1"
66636663
"@types/react": "npm:^19.0.0"
6664-
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
6665-
"@typescript-eslint/parser": "npm:8.35.0"
6664+
"@typescript-eslint/eslint-plugin": "npm:8.35.1"
6665+
"@typescript-eslint/parser": "npm:8.35.1"
66666666
axios: "npm:^1.5.0"
66676667
buffer: "npm:^6.0.3"
66686668
clsx: "npm:^2.0.0"

0 commit comments

Comments
 (0)