Skip to content

Commit fba8a67

Browse files
authored
Update to @actions/core 1.10.0 (#49)
1 parent 22db619 commit fba8a67

File tree

2 files changed

+79
-26
lines changed

2 files changed

+79
-26
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"xo": "xo"
1515
},
1616
"dependencies": {
17-
"@actions/core": "^1.9.0",
17+
"@actions/core": "^1.10.0",
1818
"@actions/github": "^5.0.3",
1919
"@octokit/auth-app": "^4.0.4",
2020
"@octokit/request": "^6.0.2",

yarn.lock

+78-25
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.9.0":
6-
version "1.9.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.0.tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082"
8-
integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==
5+
"@actions/core@^1.10.0":
6+
version "1.10.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
8+
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
99
dependencies:
1010
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
1112

1213
"@actions/github@^5.0.3":
1314
version "5.0.3"
@@ -384,16 +385,15 @@
384385
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
385386
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
386387

387-
"@typescript-eslint/eslint-plugin@*":
388-
version "5.30.5"
389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.5.tgz#e9a0afd6eb3b1d663db91cf1e7bc7584d394503d"
390-
integrity sha512-lftkqRoBvc28VFXEoRgyZuztyVUQ04JvUnATSPtIRFAccbXTWL6DEtXGYMcbg998kXw1NLUJm7rTQ9eUt+q6Ig==
388+
"@typescript-eslint/eslint-plugin@^5.27.1":
389+
version "5.40.0"
390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
391+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
391392
dependencies:
392-
"@typescript-eslint/scope-manager" "5.30.5"
393-
"@typescript-eslint/type-utils" "5.30.5"
394-
"@typescript-eslint/utils" "5.30.5"
393+
"@typescript-eslint/scope-manager" "5.40.0"
394+
"@typescript-eslint/type-utils" "5.40.0"
395+
"@typescript-eslint/utils" "5.40.0"
395396
debug "^4.3.4"
396-
functional-red-black-tree "^1.0.1"
397397
ignore "^5.2.0"
398398
regexpp "^3.2.0"
399399
semver "^7.3.7"
@@ -406,14 +406,14 @@
406406
dependencies:
407407
"@typescript-eslint/utils" "5.30.5"
408408

409-
"@typescript-eslint/parser@*":
410-
version "5.30.5"
411-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.5.tgz#f667c34e4e4c299d98281246c9b1e68c03a92522"
412-
integrity sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==
409+
"@typescript-eslint/parser@^5.27.1":
410+
version "5.40.0"
411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
412+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
413413
dependencies:
414-
"@typescript-eslint/scope-manager" "5.30.5"
415-
"@typescript-eslint/types" "5.30.5"
416-
"@typescript-eslint/typescript-estree" "5.30.5"
414+
"@typescript-eslint/scope-manager" "5.40.0"
415+
"@typescript-eslint/types" "5.40.0"
416+
"@typescript-eslint/typescript-estree" "5.40.0"
417417
debug "^4.3.4"
418418

419419
"@typescript-eslint/[email protected]":
@@ -424,12 +424,21 @@
424424
"@typescript-eslint/types" "5.30.5"
425425
"@typescript-eslint/visitor-keys" "5.30.5"
426426

427-
"@typescript-eslint/type-utils@5.30.5":
428-
version "5.30.5"
429-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.5.tgz#7a9656f360b4b1daea635c4621dab053d08bf8a9"
430-
integrity sha512-k9+ejlv1GgwN1nN7XjVtyCgE0BTzhzT1YsQF0rv4Vfj2U9xnslBgMYYvcEYAFVdvhuEscELJsB7lDkN7WusErw==
427+
"@typescript-eslint/scope-manager@5.40.0":
428+
version "5.40.0"
429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
430+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
431431
dependencies:
432-
"@typescript-eslint/utils" "5.30.5"
432+
"@typescript-eslint/types" "5.40.0"
433+
"@typescript-eslint/visitor-keys" "5.40.0"
434+
435+
"@typescript-eslint/[email protected]":
436+
version "5.40.0"
437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
438+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
439+
dependencies:
440+
"@typescript-eslint/typescript-estree" "5.40.0"
441+
"@typescript-eslint/utils" "5.40.0"
433442
debug "^4.3.4"
434443
tsutils "^3.21.0"
435444

@@ -438,6 +447,11 @@
438447
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.5.tgz#36a0c05a72af3623cdf9ee8b81ea743b7de75a98"
439448
integrity sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==
440449

450+
"@typescript-eslint/[email protected]":
451+
version "5.40.0"
452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
453+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
454+
441455
"@typescript-eslint/[email protected]":
442456
version "5.30.5"
443457
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.5.tgz#c520e4eba20551c4ec76af8d344a42eb6c9767bb"
@@ -451,6 +465,19 @@
451465
semver "^7.3.7"
452466
tsutils "^3.21.0"
453467

468+
"@typescript-eslint/[email protected]":
469+
version "5.40.0"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
471+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
472+
dependencies:
473+
"@typescript-eslint/types" "5.40.0"
474+
"@typescript-eslint/visitor-keys" "5.40.0"
475+
debug "^4.3.4"
476+
globby "^11.1.0"
477+
is-glob "^4.0.3"
478+
semver "^7.3.7"
479+
tsutils "^3.21.0"
480+
454481
"@typescript-eslint/[email protected]":
455482
version "5.30.5"
456483
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.5.tgz#3999cbd06baad31b9e60d084f20714d1b2776765"
@@ -463,6 +490,19 @@
463490
eslint-scope "^5.1.1"
464491
eslint-utils "^3.0.0"
465492

493+
"@typescript-eslint/[email protected]":
494+
version "5.40.0"
495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
496+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
497+
dependencies:
498+
"@types/json-schema" "^7.0.9"
499+
"@typescript-eslint/scope-manager" "5.40.0"
500+
"@typescript-eslint/types" "5.40.0"
501+
"@typescript-eslint/typescript-estree" "5.40.0"
502+
eslint-scope "^5.1.1"
503+
eslint-utils "^3.0.0"
504+
semver "^7.3.7"
505+
466506
"@typescript-eslint/[email protected]":
467507
version "5.30.5"
468508
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.5.tgz#d4bb969202019d5d5d849a0aaedc7370cc044b14"
@@ -471,6 +511,14 @@
471511
"@typescript-eslint/types" "5.30.5"
472512
eslint-visitor-keys "^3.3.0"
473513

514+
"@typescript-eslint/[email protected]":
515+
version "5.40.0"
516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
517+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
518+
dependencies:
519+
"@typescript-eslint/types" "5.40.0"
520+
eslint-visitor-keys "^3.3.0"
521+
474522
"@vercel/ncc@^0.34.0":
475523
version "0.34.0"
476524
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054"
@@ -951,7 +999,7 @@ eslint-config-prettier@^8.5.0:
951999
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
9521000
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
9531001

954-
eslint-config-xo-typescript@*:
1002+
eslint-config-xo-typescript@^0.51.1:
9551003
version "0.51.1"
9561004
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.51.1.tgz#0f9166edffb06cbb1dabddf84d295c843e43cd1f"
9571005
integrity sha512-bqUYpPLylgOtuueawFJnLFX/t2W6shKYR+IwbwBZhw9ivr2sLd+8I2vLfKDDzxMrHzij8bkdVoRoDLRvugQoXg==
@@ -2977,6 +3025,11 @@ [email protected]:
29773025
resolved "https://registry.yarnpkg.com/url-or-path/-/url-or-path-2.1.0.tgz#8bb39a2a2b7e8f2e31c7883d8207b0cbd07acb9f"
29783026
integrity sha512-dsBD6GbytSMj9YDb3jVzSRENwFh50oUORnWBeSHfo0Lnwv2KMm/J4npyGy1P9rivUPsUGLjTA53XqAFqpe0nww==
29793027

3028+
uuid@^8.3.2:
3029+
version "8.3.2"
3030+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
3031+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
3032+
29803033
v8-compile-cache@^2.0.3:
29813034
version "2.3.0"
29823035
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)