Skip to content

Commit 5158c83

Browse files
Bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the / directory: [globals](https://github.com/sindresorhus/globals) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `globals` from 17.6.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) Updates `typescript-eslint` from 8.61.1 to 8.62.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4284924 commit 5158c83

2 files changed

Lines changed: 89 additions & 79 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@
199199
"electron-playwright-helpers": "^2.1.0",
200200
"eslint": "^10.5.0",
201201
"eslint-config-prettier": "^10.1.8",
202-
"globals": "^17.6.0",
202+
"globals": "^17.7.0",
203203
"istextorbinary": "^9.5.0",
204204
"prettier": "~2.1.1",
205205
"read-package-tree": "^5.1.6",
206206
"shx": "^0.4.0",
207207
"typescript": "^6.0.0",
208-
"typescript-eslint": "^8.61.1",
208+
"typescript-eslint": "^8.62.0",
209209
"vitest": "^4.1.9",
210210
"webpack": "^5.107.2",
211211
"webpack-cli": "^4.5.0"

yarn.lock

Lines changed: 87 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -695,100 +695,110 @@
695695
dependencies:
696696
"@types/yargs-parser" "*"
697697

698-
"@typescript-eslint/eslint-plugin@8.61.1":
699-
version "8.61.1"
700-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.1.tgz#6e4b7fee21f1983308e9e9b634ecbaf702c86006"
701-
integrity sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==
698+
"@typescript-eslint/eslint-plugin@8.62.0":
699+
version "8.62.0"
700+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.0.tgz#ef482aab65b9b2c0abf92d36d670a0d270bcef4c"
701+
integrity sha512-o+mpz7EYiMzXoySXiKmzlabIvTVqUuK5yLrAedRPRDA0IpPFMUV1IXt6OqljIxX/kumN6EjUYp41Hqelh6p/Dw==
702702
dependencies:
703703
"@eslint-community/regexpp" "^4.12.2"
704-
"@typescript-eslint/scope-manager" "8.61.1"
705-
"@typescript-eslint/type-utils" "8.61.1"
706-
"@typescript-eslint/utils" "8.61.1"
707-
"@typescript-eslint/visitor-keys" "8.61.1"
704+
"@typescript-eslint/scope-manager" "8.62.0"
705+
"@typescript-eslint/type-utils" "8.62.0"
706+
"@typescript-eslint/utils" "8.62.0"
707+
"@typescript-eslint/visitor-keys" "8.62.0"
708708
ignore "^7.0.5"
709709
natural-compare "^1.4.0"
710710
ts-api-utils "^2.5.0"
711711

712-
"@typescript-eslint/parser@8.61.1":
713-
version "8.61.1"
714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.61.1.tgz#881fba60b50636249cdeea2e547bf75715254c72"
715-
integrity sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==
712+
"@typescript-eslint/parser@8.62.0":
713+
version "8.62.0"
714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.62.0.tgz#8533094fb44427f50b82813c6d3876782f20dc3e"
715+
integrity sha512-dzHeT2gySzZtLDsuqxU9AkYgIsQoHAHtRBpOqM+Ofzx1Bwrd2RcCjQJ+6iQbsHOIR6NS33bF2W1k3blN1zLDrA==
716716
dependencies:
717-
"@typescript-eslint/scope-manager" "8.61.1"
718-
"@typescript-eslint/types" "8.61.1"
719-
"@typescript-eslint/typescript-estree" "8.61.1"
720-
"@typescript-eslint/visitor-keys" "8.61.1"
717+
"@typescript-eslint/scope-manager" "8.62.0"
718+
"@typescript-eslint/types" "8.62.0"
719+
"@typescript-eslint/typescript-estree" "8.62.0"
720+
"@typescript-eslint/visitor-keys" "8.62.0"
721721
debug "^4.4.3"
722722

723-
"@typescript-eslint/project-service@8.61.1":
724-
version "8.61.1"
725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.1.tgz#fcd9739964a40867eed55f1ac318d3909f24b4af"
726-
integrity sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==
723+
"@typescript-eslint/project-service@8.62.0":
724+
version "8.62.0"
725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.0.tgz#ab74c1abb4959fb4c3ba7d7edc6554ee245db990"
726+
integrity sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ==
727727
dependencies:
728-
"@typescript-eslint/tsconfig-utils" "^8.61.1"
729-
"@typescript-eslint/types" "^8.61.1"
728+
"@typescript-eslint/tsconfig-utils" "^8.62.0"
729+
"@typescript-eslint/types" "^8.62.0"
730730
debug "^4.4.3"
731731

732-
"@typescript-eslint/scope-manager@8.61.1":
733-
version "8.61.1"
734-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz#2479921a40fdb0afa18f5838fae6167264b417b2"
735-
integrity sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==
732+
"@typescript-eslint/scope-manager@8.62.0":
733+
version "8.62.0"
734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz#a7a7b428d32444bc9a4fe16f24a78fc124283fd4"
735+
integrity sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==
736736
dependencies:
737-
"@typescript-eslint/types" "8.61.1"
738-
"@typescript-eslint/visitor-keys" "8.61.1"
737+
"@typescript-eslint/types" "8.62.0"
738+
"@typescript-eslint/visitor-keys" "8.62.0"
739739

740-
"@typescript-eslint/tsconfig-utils@8.61.1", "@typescript-eslint/tsconfig-utils@^8.61.1":
741-
version "8.61.1"
742-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz#ca88080e0cf191d49516d7f300b67aa090d2254f"
743-
integrity sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==
740+
"@typescript-eslint/tsconfig-utils@8.62.0":
741+
version "8.62.0"
742+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.0.tgz#9440a673581c6d9de308c4d5803dd52ed5d71729"
743+
integrity sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==
744744

745-
"@typescript-eslint/type-utils@8.61.1":
746-
version "8.61.1"
747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz#8fa18f453ee140893b47d339d1a6b64cac9b08a1"
748-
integrity sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==
745+
"@typescript-eslint/tsconfig-utils@^8.62.0":
746+
version "8.62.1"
747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz#e2b5f24fe721044189cb7e81117c96d75979d627"
748+
integrity sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==
749+
750+
"@typescript-eslint/type-utils@8.62.0":
751+
version "8.62.0"
752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.0.tgz#6f64d813ed9f340d796baed40cdab86b8e9a491a"
753+
integrity sha512-+g5O3j0w2ldzC86Pv6fvbO/xhAonbJFIdf/MKQ1d30gndlsVzUOE83ldfSE15Qrl9fhFjK6AovHs5Wpp6vx86w==
749754
dependencies:
750-
"@typescript-eslint/types" "8.61.1"
751-
"@typescript-eslint/typescript-estree" "8.61.1"
752-
"@typescript-eslint/utils" "8.61.1"
755+
"@typescript-eslint/types" "8.62.0"
756+
"@typescript-eslint/typescript-estree" "8.62.0"
757+
"@typescript-eslint/utils" "8.62.0"
753758
debug "^4.4.3"
754759
ts-api-utils "^2.5.0"
755760

756-
"@typescript-eslint/types@8.61.1", "@typescript-eslint/types@^8.61.1":
757-
version "8.61.1"
758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.1.tgz#0c51f518e4e6848371a1c988e859d59eb7522d5a"
759-
integrity sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==
760-
761-
"@typescript-eslint/typescript-estree@8.61.1":
762-
version "8.61.1"
763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz#febbe70365ac0bf7611262b61b338fc8797965c7"
764-
integrity sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==
765-
dependencies:
766-
"@typescript-eslint/project-service" "8.61.1"
767-
"@typescript-eslint/tsconfig-utils" "8.61.1"
768-
"@typescript-eslint/types" "8.61.1"
769-
"@typescript-eslint/visitor-keys" "8.61.1"
761+
"@typescript-eslint/types@8.62.0":
762+
version "8.62.0"
763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.0.tgz#601427c10203d9f0f34f0b3e474df735eb12b593"
764+
integrity sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==
765+
766+
"@typescript-eslint/types@^8.62.0":
767+
version "8.62.1"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.1.tgz#c58be954e483b2fc98275374d5bcb40b99842dc1"
769+
integrity sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==
770+
771+
"@typescript-eslint/typescript-estree@8.62.0":
772+
version "8.62.0"
773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.0.tgz#b96b55d02e26aa09434421c3fa678e525ca09a4c"
774+
integrity sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A==
775+
dependencies:
776+
"@typescript-eslint/project-service" "8.62.0"
777+
"@typescript-eslint/tsconfig-utils" "8.62.0"
778+
"@typescript-eslint/types" "8.62.0"
779+
"@typescript-eslint/visitor-keys" "8.62.0"
770780
debug "^4.4.3"
771781
minimatch "^10.2.2"
772782
semver "^7.7.3"
773783
tinyglobby "^0.2.15"
774784
ts-api-utils "^2.5.0"
775785

776-
"@typescript-eslint/utils@8.61.1":
777-
version "8.61.1"
778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.1.tgz#ffd1054de7dd33b7873cd6c6713ec6b0366316d3"
779-
integrity sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==
786+
"@typescript-eslint/utils@8.62.0":
787+
version "8.62.0"
788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.0.tgz#b5228524ca1ee51af40e156c82d425dec3e01cfe"
789+
integrity sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g==
780790
dependencies:
781791
"@eslint-community/eslint-utils" "^4.9.1"
782-
"@typescript-eslint/scope-manager" "8.61.1"
783-
"@typescript-eslint/types" "8.61.1"
784-
"@typescript-eslint/typescript-estree" "8.61.1"
792+
"@typescript-eslint/scope-manager" "8.62.0"
793+
"@typescript-eslint/types" "8.62.0"
794+
"@typescript-eslint/typescript-estree" "8.62.0"
785795

786-
"@typescript-eslint/visitor-keys@8.61.1":
787-
version "8.61.1"
788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz#546cf102b4efdb72a9a08e63a1b0d7d745eb66eb"
789-
integrity sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==
796+
"@typescript-eslint/visitor-keys@8.62.0":
797+
version "8.62.0"
798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz#b6daab190bf8f18612f5b86323469a12288c6b31"
799+
integrity sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==
790800
dependencies:
791-
"@typescript-eslint/types" "8.61.1"
801+
"@typescript-eslint/types" "8.62.0"
792802
eslint-visitor-keys "^5.0.0"
793803

794804
"@vitest/coverage-v8@^4.1.9":
@@ -2388,10 +2398,10 @@ global-agent@^3.0.0:
23882398
semver "^7.3.2"
23892399
serialize-error "^7.0.1"
23902400

2391-
globals@^17.6.0:
2392-
version "17.6.0"
2393-
resolved "https://registry.yarnpkg.com/globals/-/globals-17.6.0.tgz#0f0be018d5cca8690e6375ead1f65c4bb96191fc"
2394-
integrity sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==
2401+
globals@^17.7.0:
2402+
version "17.7.0"
2403+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.7.0.tgz#553d55090b4dde8209ec2da42580d6e7e7d8b10d"
2404+
integrity sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==
23952405

23962406
globalthis@^1.0.1, globalthis@^1.0.3:
23972407
version "1.0.3"
@@ -4322,15 +4332,15 @@ typed-array-length@^1.0.4:
43224332
for-each "^0.3.3"
43234333
is-typed-array "^1.1.9"
43244334

4325-
typescript-eslint@^8.61.1:
4326-
version "8.61.1"
4327-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.61.1.tgz#7c224a9a643b7f42d295c67a75c1e30fee8c3eaa"
4328-
integrity sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==
4335+
typescript-eslint@^8.62.0:
4336+
version "8.62.0"
4337+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.62.0.tgz#7252c3c931637cda28794c0518f321ee89621d67"
4338+
integrity sha512-8QxXi+ZACKX0kaqO4gY8kn0RSD9gFfaHDWwjqtEN48aWCBkX4MJaufWN+c3BzlrXLOxfywDL8CaoqUwcRq4j4Q==
43294339
dependencies:
4330-
"@typescript-eslint/eslint-plugin" "8.61.1"
4331-
"@typescript-eslint/parser" "8.61.1"
4332-
"@typescript-eslint/typescript-estree" "8.61.1"
4333-
"@typescript-eslint/utils" "8.61.1"
4340+
"@typescript-eslint/eslint-plugin" "8.62.0"
4341+
"@typescript-eslint/parser" "8.62.0"
4342+
"@typescript-eslint/typescript-estree" "8.62.0"
4343+
"@typescript-eslint/utils" "8.62.0"
43344344

43354345
typescript@^6.0.0:
43364346
version "6.0.3"

0 commit comments

Comments
 (0)