Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1e624f5

Browse files
chore(runners): bump eslint from 8.33.0 to 8.38.0 in /modules/runners/lambdas/runners (#3172)
chore(runners): bump eslint in /modules/runners/lambdas/runners Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.38.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.33.0...v8.38.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47df421 commit 1e624f5

File tree

2 files changed

+35
-46
lines changed

2 files changed

+35
-46
lines changed

Diff for: modules/runners/lambdas/runners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@vercel/ncc": "^0.36.1",
2828
"aws-sdk-client-mock": "^2.1.1",
2929
"aws-sdk-client-mock-jest": "^2.1.1",
30-
"eslint": "^8.33.0",
30+
"eslint": "^8.38.0",
3131
"eslint-plugin-prettier": "4.2.1",
3232
"jest": "^29.5",
3333
"jest-mock": "^29.5.0",

Diff for: modules/runners/lambdas/runners/yarn.lock

+34-45
Original file line numberDiff line numberDiff line change
@@ -1167,21 +1167,26 @@
11671167
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
11681168
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
11691169

1170-
"@eslint/eslintrc@^1.4.1":
1171-
version "1.4.1"
1172-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
1173-
integrity sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==
1170+
"@eslint/eslintrc@^2.0.2":
1171+
version "2.0.2"
1172+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.2.tgz#01575e38707add677cf73ca1589abba8da899a02"
1173+
integrity sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==
11741174
dependencies:
11751175
ajv "^6.12.4"
11761176
debug "^4.3.2"
1177-
espree "^9.4.0"
1177+
espree "^9.5.1"
11781178
globals "^13.19.0"
11791179
ignore "^5.2.0"
11801180
import-fresh "^3.2.1"
11811181
js-yaml "^4.1.0"
11821182
minimatch "^3.1.2"
11831183
strip-json-comments "^3.1.1"
11841184

1185+
1186+
version "8.38.0"
1187+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
1188+
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
1189+
11851190
"@humanwhocodes/config-array@^0.11.8":
11861191
version "0.11.8"
11871192
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
@@ -2598,29 +2603,20 @@ eslint-scope@^7.1.1:
25982603
esrecurse "^4.3.0"
25992604
estraverse "^5.2.0"
26002605

2601-
eslint-utils@^3.0.0:
2602-
version "3.0.0"
2603-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2604-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2605-
dependencies:
2606-
eslint-visitor-keys "^2.0.0"
2607-
2608-
eslint-visitor-keys@^2.0.0:
2609-
version "2.1.0"
2610-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2611-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2612-
2613-
eslint-visitor-keys@^3.3.0:
2614-
version "3.3.0"
2615-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
2616-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
2606+
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
2607+
version "3.4.0"
2608+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
2609+
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
26172610

2618-
eslint@^8.33.0:
2619-
version "8.33.0"
2620-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.33.0.tgz#02f110f32998cb598c6461f24f4d306e41ca33d7"
2621-
integrity sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==
2611+
eslint@^8.38.0:
2612+
version "8.38.0"
2613+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
2614+
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
26222615
dependencies:
2623-
"@eslint/eslintrc" "^1.4.1"
2616+
"@eslint-community/eslint-utils" "^4.2.0"
2617+
"@eslint-community/regexpp" "^4.4.0"
2618+
"@eslint/eslintrc" "^2.0.2"
2619+
"@eslint/js" "8.38.0"
26242620
"@humanwhocodes/config-array" "^0.11.8"
26252621
"@humanwhocodes/module-importer" "^1.0.1"
26262622
"@nodelib/fs.walk" "^1.2.8"
@@ -2631,10 +2627,9 @@ eslint@^8.33.0:
26312627
doctrine "^3.0.0"
26322628
escape-string-regexp "^4.0.0"
26332629
eslint-scope "^7.1.1"
2634-
eslint-utils "^3.0.0"
2635-
eslint-visitor-keys "^3.3.0"
2636-
espree "^9.4.0"
2637-
esquery "^1.4.0"
2630+
eslint-visitor-keys "^3.4.0"
2631+
espree "^9.5.1"
2632+
esquery "^1.4.2"
26382633
esutils "^2.0.2"
26392634
fast-deep-equal "^3.1.3"
26402635
file-entry-cache "^6.0.1"
@@ -2655,29 +2650,28 @@ eslint@^8.33.0:
26552650
minimatch "^3.1.2"
26562651
natural-compare "^1.4.0"
26572652
optionator "^0.9.1"
2658-
regexpp "^3.2.0"
26592653
strip-ansi "^6.0.1"
26602654
strip-json-comments "^3.1.0"
26612655
text-table "^0.2.0"
26622656

2663-
espree@^9.4.0:
2664-
version "9.4.1"
2665-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
2666-
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
2657+
espree@^9.5.1:
2658+
version "9.5.1"
2659+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.1.tgz#4f26a4d5f18905bf4f2e0bd99002aab807e96dd4"
2660+
integrity sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==
26672661
dependencies:
26682662
acorn "^8.8.0"
26692663
acorn-jsx "^5.3.2"
2670-
eslint-visitor-keys "^3.3.0"
2664+
eslint-visitor-keys "^3.4.0"
26712665

26722666
esprima@^4.0.0:
26732667
version "4.0.1"
26742668
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
26752669
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
26762670

2677-
esquery@^1.4.0:
2678-
version "1.4.0"
2679-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2680-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
2671+
esquery@^1.4.2:
2672+
version "1.5.0"
2673+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2674+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
26812675
dependencies:
26822676
estraverse "^5.1.0"
26832677

@@ -4042,11 +4036,6 @@ readdirp@~3.6.0:
40424036
dependencies:
40434037
picomatch "^2.2.1"
40444038

4045-
regexpp@^3.2.0:
4046-
version "3.2.0"
4047-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
4048-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
4049-
40504039
require-directory@^2.1.1:
40514040
version "2.1.1"
40524041
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

0 commit comments

Comments
 (0)