Skip to content

Commit 2f5ae64

Browse files
authored
remove @rushstack+eslint-patch+1.10.2.patch (dotansimha#10079)
1 parent 8471a18 commit 2f5ae64

File tree

5 files changed

+81
-109
lines changed

5 files changed

+81
-109
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/preset-typescript": "7.24.7",
4949
"@changesets/changelog-github": "0.5.0",
5050
"@changesets/cli": "2.27.1",
51-
"@theguild/eslint-config": "0.11.10",
51+
"@theguild/eslint-config": "0.12.0",
5252
"@theguild/prettier-config": "0.1.1",
5353
"@types/jest": "28.1.8",
5454
"babel-jest": "29.6.4",

packages/plugins/other/visitor-plugin-common/src/mappers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable no-inner-declarations */
21
import { ParsedResolversConfig, RawResolversConfig } from './base-resolvers-visitor.js';
32
import { DirectiveArgumentAndInputFieldMappings, ParsedDirectiveArgumentAndInputFieldMappings } from './types.js';
43

packages/presets/client/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ export const preset: Types.OutputPreset<ClientPresetConfig> = {
113113
'[client-preset] providing typescript-based `plugins` with `preset: "client" leads to duplicated generated types'
114114
);
115115
}
116-
117-
// eslint-disable-next-line no-constant-binary-expression
118-
const isPersistedOperations = !!options.presetConfig?.persistedDocuments ?? false;
116+
const isPersistedOperations = !!options.presetConfig?.persistedDocuments;
119117

120118
const reexports: Array<string> = [];
121119

patches/@rushstack+eslint-patch+1.10.2.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

yarn.lock

Lines changed: 79 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,7 @@
18701870
debug "^4.3.1"
18711871
minimatch "^3.1.2"
18721872

1873-
"@eslint/eslintrc@^3.0.2", "@eslint/eslintrc@^3.1.0":
1873+
"@eslint/eslintrc@^3.1.0":
18741874
version "3.1.0"
18751875
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
18761876
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
@@ -3893,7 +3893,12 @@
38933893
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.18.0.tgz#5d694d345ce36b6ecf657349e03eb87297e68da4"
38943894
integrity sha512-UOo5FdvOL0+eIVTgS4tIdbW+TtnBLWg1YBCcU2KWM7nuNwRz9bksDX1bekJJCpu25N1DVWaCwnT39dVQxzqS8g==
38953895

3896-
"@rushstack/eslint-patch@^1.3.3", "@rushstack/eslint-patch@^1.6.1":
3896+
"@rushstack/eslint-patch@^1.10.4":
3897+
version "1.10.4"
3898+
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.4.tgz#427d5549943a9c6fce808e39ea64dbe60d4047f1"
3899+
integrity sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==
3900+
3901+
"@rushstack/eslint-patch@^1.3.3":
38973902
version "1.10.2"
38983903
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.10.2.tgz#053f1540703faa81dea2966b768ee5581c66aeda"
38993904
integrity sha512-hw437iINopmQuxWPSUEvqE56NCPsiU8N4AYtfHmJFckclktzK9YQJieD3XkDCDH4OjL+C7zgPUh73R/nrcHrqw==
@@ -4068,26 +4073,26 @@
40684073
remark-mdx-disable-explicit-jsx "0.1.0"
40694074
semver "^7.3.8"
40704075

4071-
"@theguild/eslint-config@0.11.10":
4072-
version "0.11.10"
4073-
resolved "https://registry.yarnpkg.com/@theguild/eslint-config/-/eslint-config-0.11.10.tgz#3a4ae373a8f9ee2767030944721aa0cde3fa80ad"
4074-
integrity sha512-sT4Lq56zXU+h6f4CmqVp6QLcZGlUczZEmGOIh+/orOkbSJqMYTZstoplZWodYGDTqGyjX3oPdaisyWLhyUQLzg==
4076+
"@theguild/eslint-config@0.12.0":
4077+
version "0.12.0"
4078+
resolved "https://registry.yarnpkg.com/@theguild/eslint-config/-/eslint-config-0.12.0.tgz#f19ead9b059602ff5b62bb42986c252eeb037cde"
4079+
integrity sha512-a9xlmrgK6aInWG3yvQuRtJlpg3hMwt631aZwjDoYTsf4p9RLUQDlrxTh0+g2Gv/MIS+iFMZ9SuNAydQB9QlKoQ==
40754080
dependencies:
4076-
"@rushstack/eslint-patch" "^1.6.1"
4077-
"@typescript-eslint/eslint-plugin" "^7.0.0"
4078-
"@typescript-eslint/parser" "^7.0.0"
4081+
"@rushstack/eslint-patch" "^1.10.4"
4082+
"@typescript-eslint/eslint-plugin" "^7.18.0"
4083+
"@typescript-eslint/parser" "^7.18.0"
40794084
eslint-config-prettier "^9.1.0"
40804085
eslint-import-resolver-typescript "^3.6.1"
40814086
eslint-plugin-import "^2.29.1"
40824087
eslint-plugin-jsonc "^2.11.1"
40834088
eslint-plugin-jsx-a11y "^6.8.0"
40844089
eslint-plugin-mdx "^3.0.0"
40854090
eslint-plugin-n "^17.0.0"
4086-
eslint-plugin-promise "^6.1.1"
4091+
eslint-plugin-promise "^7.0.0"
40874092
eslint-plugin-react "^7.33.2"
40884093
eslint-plugin-react-hooks "^4.6.0"
40894094
eslint-plugin-sonarjs "^1.0.0"
4090-
eslint-plugin-unicorn "^54.0.0"
4095+
eslint-plugin-unicorn "^55.0.0"
40914096
eslint-plugin-yml "^1.11.0"
40924097

40934098
"@theguild/prettier-config@0.1.1":
@@ -4338,7 +4343,7 @@
43384343
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
43394344
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
43404345

4341-
"@types/json-schema@^7.0.15", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.9":
4346+
"@types/json-schema@^7.0.4", "@types/json-schema@^7.0.9":
43424347
version "7.0.15"
43434348
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
43444349
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -4472,7 +4477,7 @@
44724477
"@types/prop-types" "*"
44734478
csstype "^3.0.2"
44744479

4475-
"@types/semver@^7.5.0", "@types/semver@^7.5.8":
4480+
"@types/semver@^7.5.0":
44764481
version "7.5.8"
44774482
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
44784483
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
@@ -4550,21 +4555,19 @@
45504555
dependencies:
45514556
"@types/node" "*"
45524557

4553-
"@typescript-eslint/eslint-plugin@^7.0.0":
4554-
version "7.7.0"
4555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.0.tgz#bf34a02f221811505b8bf2f31060c8560c1bb0a3"
4556-
integrity sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==
4558+
"@typescript-eslint/eslint-plugin@^7.18.0":
4559+
version "7.18.0"
4560+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
4561+
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
45574562
dependencies:
45584563
"@eslint-community/regexpp" "^4.10.0"
4559-
"@typescript-eslint/scope-manager" "7.7.0"
4560-
"@typescript-eslint/type-utils" "7.7.0"
4561-
"@typescript-eslint/utils" "7.7.0"
4562-
"@typescript-eslint/visitor-keys" "7.7.0"
4563-
debug "^4.3.4"
4564+
"@typescript-eslint/scope-manager" "7.18.0"
4565+
"@typescript-eslint/type-utils" "7.18.0"
4566+
"@typescript-eslint/utils" "7.18.0"
4567+
"@typescript-eslint/visitor-keys" "7.18.0"
45644568
graphemer "^1.4.0"
45654569
ignore "^5.3.1"
45664570
natural-compare "^1.4.0"
4567-
semver "^7.6.0"
45684571
ts-api-utils "^1.3.0"
45694572

45704573
"@typescript-eslint/parser@^5.4.2 || ^6.0.0":
@@ -4578,15 +4581,15 @@
45784581
"@typescript-eslint/visitor-keys" "6.21.0"
45794582
debug "^4.3.4"
45804583

4581-
"@typescript-eslint/parser@^7.0.0":
4582-
version "7.7.0"
4583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.7.0.tgz#6b1b3ce76c5de002c43af8ae933613b0f2b4bcc6"
4584-
integrity sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==
4584+
"@typescript-eslint/parser@^7.18.0":
4585+
version "7.18.0"
4586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
4587+
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
45854588
dependencies:
4586-
"@typescript-eslint/scope-manager" "7.7.0"
4587-
"@typescript-eslint/types" "7.7.0"
4588-
"@typescript-eslint/typescript-estree" "7.7.0"
4589-
"@typescript-eslint/visitor-keys" "7.7.0"
4589+
"@typescript-eslint/scope-manager" "7.18.0"
4590+
"@typescript-eslint/types" "7.18.0"
4591+
"@typescript-eslint/typescript-estree" "7.18.0"
4592+
"@typescript-eslint/visitor-keys" "7.18.0"
45904593
debug "^4.3.4"
45914594

45924595
"@typescript-eslint/scope-manager@6.21.0":
@@ -4597,21 +4600,21 @@
45974600
"@typescript-eslint/types" "6.21.0"
45984601
"@typescript-eslint/visitor-keys" "6.21.0"
45994602

4600-
"@typescript-eslint/scope-manager@7.7.0":
4601-
version "7.7.0"
4602-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.7.0.tgz#3f0db079b275bb8b0cb5be7613fb3130cfb5de77"
4603-
integrity sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==
4603+
"@typescript-eslint/scope-manager@7.18.0":
4604+
version "7.18.0"
4605+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
4606+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
46044607
dependencies:
4605-
"@typescript-eslint/types" "7.7.0"
4606-
"@typescript-eslint/visitor-keys" "7.7.0"
4608+
"@typescript-eslint/types" "7.18.0"
4609+
"@typescript-eslint/visitor-keys" "7.18.0"
46074610

4608-
"@typescript-eslint/type-utils@7.7.0":
4609-
version "7.7.0"
4610-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.7.0.tgz#36792ff4209a781b058de61631a48df17bdefbc5"
4611-
integrity sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==
4611+
"@typescript-eslint/type-utils@7.18.0":
4612+
version "7.18.0"
4613+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
4614+
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
46124615
dependencies:
4613-
"@typescript-eslint/typescript-estree" "7.7.0"
4614-
"@typescript-eslint/utils" "7.7.0"
4616+
"@typescript-eslint/typescript-estree" "7.18.0"
4617+
"@typescript-eslint/utils" "7.18.0"
46154618
debug "^4.3.4"
46164619
ts-api-utils "^1.3.0"
46174620

@@ -4620,10 +4623,10 @@
46204623
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
46214624
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
46224625

4623-
"@typescript-eslint/types@7.7.0":
4624-
version "7.7.0"
4625-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.7.0.tgz#23af4d24bf9ce15d8d301236e3e3014143604f27"
4626-
integrity sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==
4626+
"@typescript-eslint/types@7.18.0":
4627+
version "7.18.0"
4628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
4629+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
46274630

46284631
"@typescript-eslint/typescript-estree@6.21.0":
46294632
version "6.21.0"
@@ -4639,32 +4642,29 @@
46394642
semver "^7.5.4"
46404643
ts-api-utils "^1.0.1"
46414644

4642-
"@typescript-eslint/typescript-estree@7.7.0":
4643-
version "7.7.0"
4644-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.7.0.tgz#b5dd6383b4c6a852d7b256a37af971e8982be97f"
4645-
integrity sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==
4645+
"@typescript-eslint/typescript-estree@7.18.0":
4646+
version "7.18.0"
4647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
4648+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
46464649
dependencies:
4647-
"@typescript-eslint/types" "7.7.0"
4648-
"@typescript-eslint/visitor-keys" "7.7.0"
4650+
"@typescript-eslint/types" "7.18.0"
4651+
"@typescript-eslint/visitor-keys" "7.18.0"
46494652
debug "^4.3.4"
46504653
globby "^11.1.0"
46514654
is-glob "^4.0.3"
46524655
minimatch "^9.0.4"
46534656
semver "^7.6.0"
46544657
ts-api-utils "^1.3.0"
46554658

4656-
"@typescript-eslint/utils@7.7.0":
4657-
version "7.7.0"
4658-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.7.0.tgz#3d2b6606a60ac34f3c625facfb3b3ab7e126f58d"
4659-
integrity sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==
4659+
"@typescript-eslint/utils@7.18.0":
4660+
version "7.18.0"
4661+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
4662+
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
46604663
dependencies:
46614664
"@eslint-community/eslint-utils" "^4.4.0"
4662-
"@types/json-schema" "^7.0.15"
4663-
"@types/semver" "^7.5.8"
4664-
"@typescript-eslint/scope-manager" "7.7.0"
4665-
"@typescript-eslint/types" "7.7.0"
4666-
"@typescript-eslint/typescript-estree" "7.7.0"
4667-
semver "^7.6.0"
4665+
"@typescript-eslint/scope-manager" "7.18.0"
4666+
"@typescript-eslint/types" "7.18.0"
4667+
"@typescript-eslint/typescript-estree" "7.18.0"
46684668

46694669
"@typescript-eslint/visitor-keys@6.21.0":
46704670
version "6.21.0"
@@ -4674,12 +4674,12 @@
46744674
"@typescript-eslint/types" "6.21.0"
46754675
eslint-visitor-keys "^3.4.1"
46764676

4677-
"@typescript-eslint/visitor-keys@7.7.0":
4678-
version "7.7.0"
4679-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.7.0.tgz#950148cf1ac11562a2d903fdf7acf76714a2dc9e"
4680-
integrity sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==
4677+
"@typescript-eslint/visitor-keys@7.18.0":
4678+
version "7.18.0"
4679+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
4680+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
46814681
dependencies:
4682-
"@typescript-eslint/types" "7.7.0"
4682+
"@typescript-eslint/types" "7.18.0"
46834683
eslint-visitor-keys "^3.4.3"
46844684

46854685
"@typescript/vfs@1.5.0":
@@ -7618,7 +7618,7 @@ eslint-plugin-n@^17.0.0:
76187618
minimatch "^9.0.0"
76197619
semver "^7.5.3"
76207620

7621-
eslint-plugin-promise@6.6.0, eslint-plugin-promise@^6.1.1:
7621+
eslint-plugin-promise@6.6.0, eslint-plugin-promise@^7.0.0:
76227622
version "6.6.0"
76237623
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
76247624
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
@@ -7655,18 +7655,18 @@ eslint-plugin-sonarjs@^1.0.0:
76557655
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-1.0.3.tgz#423de6f9244c886633ff36183c6fbc9fb1ed867d"
76567656
integrity sha512-6s41HLPYPyDrp+5+7Db5yFYbod6h9pC7yx+xfcNwHRcLe1EZwbbQT/tdOAkR7ekVUkNGEvN3GmYakIoQUX7dEg==
76577657

7658-
eslint-plugin-unicorn@^54.0.0:
7659-
version "54.0.0"
7660-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
7661-
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
7658+
eslint-plugin-unicorn@^55.0.0:
7659+
version "55.0.0"
7660+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
7661+
integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
76627662
dependencies:
76637663
"@babel/helper-validator-identifier" "^7.24.5"
76647664
"@eslint-community/eslint-utils" "^4.4.0"
7665-
"@eslint/eslintrc" "^3.0.2"
76667665
ci-info "^4.0.0"
76677666
clean-regexp "^1.0.0"
76687667
core-js-compat "^3.37.0"
76697668
esquery "^1.5.0"
7669+
globals "^15.7.0"
76707670
indent-string "^4.0.0"
76717671
is-builtin-module "^3.2.1"
76727672
jsesc "^3.0.2"
@@ -8566,6 +8566,11 @@ globals@^14.0.0:
85668566
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
85678567
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
85688568

8569+
globals@^15.7.0:
8570+
version "15.9.0"
8571+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
8572+
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
8573+
85698574
globalthis@^1.0.3:
85708575
version "1.0.3"
85718576
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"

0 commit comments

Comments
 (0)