Skip to content

Commit 0892d55

Browse files
build(deps-dev): bump @semantic-release/github from 9.2.6 to 10.0.2 (#857)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 9.2.6 to 10.0.2. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](semantic-release/github@v9.2.6...v10.0.2) --- updated-dependencies: - dependency-name: "@semantic-release/github" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f74ed3 commit 0892d55

File tree

2 files changed

+133
-2
lines changed

2 files changed

+133
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@pika/plugin-ts-standard-pkg": "^0.9.2",
6363
"@semantic-release/changelog": "^6.0.3",
6464
"@semantic-release/git": "^10.0.1",
65-
"@semantic-release/github": "^9.2.6",
65+
"@semantic-release/github": "^10.0.2",
6666
"@types/jest": "^27.4.1",
6767
"@types/react": "^18.2.61",
6868
"@typescript-eslint/eslint-plugin": "^7.1.0",

yarn.lock

+132-1
Original file line numberDiff line numberDiff line change
@@ -1926,6 +1926,11 @@
19261926
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
19271927
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
19281928

1929+
"@octokit/auth-token@^5.0.0":
1930+
version "5.0.1"
1931+
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.0.1.tgz#1b882a54587d9e58b7aebb5ae5b9a08522c822f0"
1932+
integrity sha512-RTmWsLfig8SBoiSdgvCht4BXl1CHU89Co5xiQ5JF19my/sIRDFCQ1RPrmK0exgqUZuNm39C/bV8+/83+MJEjGg==
1933+
19291934
"@octokit/core@^5.0.0":
19301935
version "5.0.0"
19311936
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.0.tgz#0fc2b6eb88437e5c1d69f756a5dcee7472d2b2dd"
@@ -1939,6 +1944,27 @@
19391944
before-after-hook "^2.2.0"
19401945
universal-user-agent "^6.0.0"
19411946

1947+
"@octokit/core@^6.0.0":
1948+
version "6.0.1"
1949+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.0.1.tgz#4213915398c8722cfd2f9c43bcf35dd99bc06ca8"
1950+
integrity sha512-MIpPQXu8Y8GjHwXM81JLveiV+DHJZtLMcB5nKekBGOl3iAtk0HT3i12Xl8Biybu+bCS1+k4qbuKEq5d0RxNRnQ==
1951+
dependencies:
1952+
"@octokit/auth-token" "^5.0.0"
1953+
"@octokit/graphql" "^8.0.0"
1954+
"@octokit/request" "^9.0.0"
1955+
"@octokit/request-error" "^6.0.1"
1956+
"@octokit/types" "^12.0.0"
1957+
before-after-hook "^3.0.2"
1958+
universal-user-agent "^7.0.0"
1959+
1960+
"@octokit/endpoint@^10.0.0":
1961+
version "10.0.0"
1962+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.0.0.tgz#18519d9a296a581af54dac5d7d3dba1b2e8022c8"
1963+
integrity sha512-emBcNDxBdC1y3+knJonS5zhUB/CG6TihubxM2U1/pG/Z1y3a4oV0Gzz3lmkCvWWQI6h3tqBAX9MgCBFp+M68Jw==
1964+
dependencies:
1965+
"@octokit/types" "^12.0.0"
1966+
universal-user-agent "^7.0.2"
1967+
19421968
"@octokit/endpoint@^9.0.0":
19431969
version "9.0.0"
19441970
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-9.0.0.tgz#c5ce19c74b999b85af9a8a189275c80faa3e90fd"
@@ -1957,6 +1983,15 @@
19571983
"@octokit/types" "^11.0.0"
19581984
universal-user-agent "^6.0.0"
19591985

1986+
"@octokit/graphql@^8.0.0":
1987+
version "8.0.1"
1988+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.1.tgz#75d0778fb2fdeb0229d1861c3ba3b9ca7bcf4a37"
1989+
integrity sha512-lLDb6LhC1gBj2CxEDa5Xk10+H/boonhs+3Mi6jpRyetskDKNHe6crMeKmUE2efoLofMP8ruannLlCUgpTFmVzQ==
1990+
dependencies:
1991+
"@octokit/request" "^9.0.0"
1992+
"@octokit/types" "^12.0.0"
1993+
universal-user-agent "^7.0.0"
1994+
19601995
"@octokit/openapi-types@^18.0.0":
19611996
version "18.0.0"
19621997
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69"
@@ -1967,6 +2002,18 @@
19672002
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.0.tgz#0101bf62ab14c1946149a0f8385440963e1253c4"
19682003
integrity sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==
19692004

2005+
"@octokit/openapi-types@^20.0.0":
2006+
version "20.0.0"
2007+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5"
2008+
integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==
2009+
2010+
"@octokit/plugin-paginate-rest@^10.0.0":
2011+
version "10.0.0"
2012+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.0.0.tgz#37f194a95f5be198776a35ade1f78847cabec209"
2013+
integrity sha512-G1Z67qOiFneKDJyMafHQkWnKm1kU3FfbRZLzxgsFg4dOa3pRNdABbdk+xo/oev6P88lnbt7GKdBNB6dJZuPphA==
2014+
dependencies:
2015+
"@octokit/types" "^12.6.0"
2016+
19702017
"@octokit/plugin-paginate-rest@^9.0.0":
19712018
version "9.0.0"
19722019
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.0.0.tgz#21fd12816c2dc158a775ed20be5abcbc61052a46"
@@ -1983,6 +2030,15 @@
19832030
"@octokit/types" "^11.0.0"
19842031
bottleneck "^2.15.3"
19852032

2033+
"@octokit/plugin-retry@^7.0.0":
2034+
version "7.0.3"
2035+
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.0.3.tgz#64659e6294e437afbcfaaae9e67db3b1b621c244"
2036+
integrity sha512-T9l5Z7XnDZ7dkyNmhJPSUq0YjbqUT/xn4yQbhcSuv4WGC/LqM73/mKwkl68VDPoLw20e8oz4L7qQopWt9v6sow==
2037+
dependencies:
2038+
"@octokit/request-error" "^6.0.0"
2039+
"@octokit/types" "^12.0.0"
2040+
bottleneck "^2.15.3"
2041+
19862042
"@octokit/plugin-throttling@^8.0.0":
19872043
version "8.0.0"
19882044
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-8.0.0.tgz#58527f7994f36cf6879640608f229ccc6129627c"
@@ -1991,6 +2047,14 @@
19912047
"@octokit/types" "^12.0.0"
19922048
bottleneck "^2.15.3"
19932049

2050+
"@octokit/plugin-throttling@^9.0.0":
2051+
version "9.0.3"
2052+
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-9.0.3.tgz#5aeb282ee54632c8d70ee7f80d8b0ef6b9d74895"
2053+
integrity sha512-DReKamrLBJOzld73dmmxV2H137QKJfsxszAczEZXeAJQ/Po6bzQacKajPdodA6T1jfmP9+waImus+d/R2j+R7Q==
2054+
dependencies:
2055+
"@octokit/types" "^12.6.0"
2056+
bottleneck "^2.15.3"
2057+
19942058
"@octokit/request-error@^5.0.0":
19952059
version "5.0.0"
19962060
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-5.0.0.tgz#060c5770833f9d563ad9a49fec6650c41584bc40"
@@ -2000,6 +2064,13 @@
20002064
deprecation "^2.0.0"
20012065
once "^1.4.0"
20022066

2067+
"@octokit/request-error@^6.0.0", "@octokit/request-error@^6.0.1":
2068+
version "6.0.2"
2069+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.0.2.tgz#b8060d8b31d5f92b0a88ab01df5a097c771723b4"
2070+
integrity sha512-WtRVpoHcNXs84+s9s/wqfHaxM68NGMg8Av7h59B50OVO0PwwMx+2GgQ/OliUd0iQBSNWgR6N8afi/KjSHbXHWw==
2071+
dependencies:
2072+
"@octokit/types" "^12.0.0"
2073+
20032074
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
20042075
version "8.1.1"
20052076
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-8.1.1.tgz#23b4d3f164e973f4c1a0f24f68256f1646c00620"
@@ -2011,6 +2082,16 @@
20112082
is-plain-object "^5.0.0"
20122083
universal-user-agent "^6.0.0"
20132084

2085+
"@octokit/request@^9.0.0":
2086+
version "9.0.1"
2087+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.0.1.tgz#628bc5b21243289b8e656dc43eb199d2a2ad1570"
2088+
integrity sha512-kL+cAcbSl3dctYLuJmLfx6Iku2MXXy0jszhaEIjQNaCp4zjHXrhVAHeuaRdNvJjW9qjl3u1MJ72+OuBP0YW/pg==
2089+
dependencies:
2090+
"@octokit/endpoint" "^10.0.0"
2091+
"@octokit/request-error" "^6.0.1"
2092+
"@octokit/types" "^12.0.0"
2093+
universal-user-agent "^7.0.2"
2094+
20142095
"@octokit/types@^11.0.0", "@octokit/types@^11.1.0":
20152096
version "11.1.0"
20162097
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-11.1.0.tgz#9e5db741d582b05718a4d91bac8cc987def235ea"
@@ -2025,6 +2106,13 @@
20252106
dependencies:
20262107
"@octokit/openapi-types" "^19.0.0"
20272108

2109+
"@octokit/types@^12.6.0":
2110+
version "12.6.0"
2111+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.6.0.tgz#8100fb9eeedfe083aae66473bd97b15b62aedcb2"
2112+
integrity sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==
2113+
dependencies:
2114+
"@octokit/openapi-types" "^20.0.0"
2115+
20282116
"@pika/babel-plugin-esm-import-rewrite@^0.6.1":
20292117
version "0.6.1"
20302118
resolved "https://registry.yarnpkg.com/@pika/babel-plugin-esm-import-rewrite/-/babel-plugin-esm-import-rewrite-0.6.1.tgz#6f62833cbd1d850f3fec315a5416b2c5d1cec6f9"
@@ -2188,7 +2276,29 @@
21882276
micromatch "^4.0.0"
21892277
p-reduce "^2.0.0"
21902278

2191-
"@semantic-release/github@^9.0.0", "@semantic-release/github@^9.2.6":
2279+
"@semantic-release/github@^10.0.2":
2280+
version "10.0.2"
2281+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.2.tgz#f889012df6b70043fb3502b13ff67ffcf52bd724"
2282+
integrity sha512-SP5ihhv/uQa8vPuWKmbJrrzfv8lRUkDFC6qwgaWoorrflN1DEW0IGCa9w/PxUp8Ad3dbvXZPmpXdGiP3eyTzhg==
2283+
dependencies:
2284+
"@octokit/core" "^6.0.0"
2285+
"@octokit/plugin-paginate-rest" "^10.0.0"
2286+
"@octokit/plugin-retry" "^7.0.0"
2287+
"@octokit/plugin-throttling" "^9.0.0"
2288+
"@semantic-release/error" "^4.0.0"
2289+
aggregate-error "^5.0.0"
2290+
debug "^4.3.4"
2291+
dir-glob "^3.0.1"
2292+
globby "^14.0.0"
2293+
http-proxy-agent "^7.0.0"
2294+
https-proxy-agent "^7.0.0"
2295+
issue-parser "^7.0.0"
2296+
lodash-es "^4.17.21"
2297+
mime "^4.0.0"
2298+
p-filter "^4.0.0"
2299+
url-join "^5.0.0"
2300+
2301+
"@semantic-release/github@^9.0.0":
21922302
version "9.2.6"
21932303
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-9.2.6.tgz#0b0b00ab3ab0486cd3aecb4ae2f9f9cf2edd8eae"
21942304
integrity sha512-shi+Lrf6exeNZF+sBhK+P011LSbhmIAoUEgEY6SsxF8irJ+J2stwI5jkyDQ+4gzYyDImzV6LCKdYB9FXnQRWKA==
@@ -3030,6 +3140,11 @@ before-after-hook@^2.2.0:
30303140
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.2.tgz#a6e8ca41028d90ee2c24222f201c90956091613e"
30313141
integrity sha512-3pZEU3NT5BFUo/AD5ERPWOgQOCZITni6iavr5AUw5AUwQjMlI0kzu5btnyD39AF0gUEsDPwJT+oY1ORBJijPjQ==
30323142

3143+
before-after-hook@^3.0.2:
3144+
version "3.0.2"
3145+
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
3146+
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
3147+
30333148
bin-links@^4.0.1:
30343149
version "4.0.1"
30353150
resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.1.tgz#afeb0549e642f61ff889b58ea2f8dca78fb9d8d3"
@@ -5838,6 +5953,17 @@ issue-parser@^6.0.0:
58385953
lodash.isstring "^4.0.1"
58395954
lodash.uniqby "^4.7.0"
58405955

5956+
issue-parser@^7.0.0:
5957+
version "7.0.0"
5958+
resolved "https://registry.yarnpkg.com/issue-parser/-/issue-parser-7.0.0.tgz#27b832c5f5967da897e08ca1949d188e98873b1a"
5959+
integrity sha512-jgAw78HO3gs9UrKqJNQvfDj9Ouy8Mhu40fbEJ8yXff4MW8+/Fcn9iFjyWUQ6SKbX8ipPk3X5A3AyfYHRu6uVLw==
5960+
dependencies:
5961+
lodash.capitalize "^4.2.1"
5962+
lodash.escaperegexp "^4.1.2"
5963+
lodash.isplainobject "^4.0.6"
5964+
lodash.isstring "^4.0.1"
5965+
lodash.uniqby "^4.7.0"
5966+
58415967
issue-regex@^2.0.0:
58425968
version "2.0.0"
58435969
resolved "https://registry.yarnpkg.com/issue-regex/-/issue-regex-2.0.0.tgz#bb1802490394f8083c7a6787247cbf975638ef5d"
@@ -9860,6 +9986,11 @@ universal-user-agent@^6.0.0:
98609986
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
98619987
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
98629988

9989+
universal-user-agent@^7.0.0, universal-user-agent@^7.0.2:
9990+
version "7.0.2"
9991+
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-7.0.2.tgz#52e7d0e9b3dc4df06cc33cb2b9fd79041a54827e"
9992+
integrity sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==
9993+
98639994
universalify@^0.2.0:
98649995
version "0.2.0"
98659996
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"

0 commit comments

Comments
 (0)