Skip to content

Commit 52f9725

Browse files
chore(deps): update dependency @semantic-release/github to v11.0.3 (#351)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@semantic-release/github](https://redirect.github.com/semantic-release/github) | [`11.0.2` -> `11.0.3`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/11.0.2/11.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fgithub/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fgithub/11.0.2/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/11.0.2/11.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>semantic-release/github (@&#8203;semantic-release/github)</summary> ### [`v11.0.3`](https://redirect.github.com/semantic-release/github/releases/tag/v11.0.3) [Compare Source](https://redirect.github.com/semantic-release/github/compare/v11.0.2...v11.0.3) ##### Bug Fixes - **deps:** update octokit monorepo (major) ([#&#8203;1049](https://redirect.github.com/semantic-release/github/issues/1049)) ([b60a983](https://redirect.github.com/semantic-release/github/commit/b60a9834b7145b65f81daa015c3525fd0eb6f389)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kkrishguptaa/reseter.css). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5012adb commit 52f9725

File tree

2 files changed

+89
-17
lines changed

2 files changed

+89
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@semantic-release/changelog": "6.0.3",
3535
"@semantic-release/commit-analyzer": "13.0.1",
3636
"@semantic-release/git": "10.0.1",
37-
"@semantic-release/github": "11.0.2",
37+
"@semantic-release/github": "11.0.3",
3838
"@semantic-release/npm": "12.0.1",
3939
"@semantic-release/release-notes-generator": "14.0.3",
4040
"autoprefixer": "10.4.21",

yarn.lock

Lines changed: 88 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@
258258
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.0.1.tgz#1b882a54587d9e58b7aebb5ae5b9a08522c822f0"
259259
integrity sha512-RTmWsLfig8SBoiSdgvCht4BXl1CHU89Co5xiQ5JF19my/sIRDFCQ1RPrmK0exgqUZuNm39C/bV8+/83+MJEjGg==
260260

261+
"@octokit/auth-token@^6.0.0":
262+
version "6.0.0"
263+
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-6.0.0.tgz#b02e9c08a2d8937df09a2a981f226ad219174c53"
264+
integrity sha512-P4YJBPdPSpWTQ1NU4XYdvHvXJJDxM6YwpS0FZHRgP7YFkdVxsWcpWGy/NVqlAA7PcPCnMacXlRm1y2PFZRWL/w==
265+
261266
"@octokit/core@^6.0.0":
262267
version "6.0.1"
263268
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.0.1.tgz#4213915398c8722cfd2f9c43bcf35dd99bc06ca8"
@@ -271,6 +276,19 @@
271276
before-after-hook "^3.0.2"
272277
universal-user-agent "^7.0.0"
273278

279+
"@octokit/core@^7.0.0":
280+
version "7.0.2"
281+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-7.0.2.tgz#d5e44841bcb323fa95f7bd1d73ff29046381f1f0"
282+
integrity sha512-ODsoD39Lq6vR6aBgvjTnA3nZGliknKboc9Gtxr7E4WDNqY24MxANKcuDQSF0jzapvGb3KWOEDrKfve4HoWGK+g==
283+
dependencies:
284+
"@octokit/auth-token" "^6.0.0"
285+
"@octokit/graphql" "^9.0.1"
286+
"@octokit/request" "^10.0.2"
287+
"@octokit/request-error" "^7.0.0"
288+
"@octokit/types" "^14.0.0"
289+
before-after-hook "^4.0.0"
290+
universal-user-agent "^7.0.0"
291+
274292
"@octokit/endpoint@^10.0.0":
275293
version "10.0.0"
276294
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.0.0.tgz#18519d9a296a581af54dac5d7d3dba1b2e8022c8"
@@ -279,6 +297,14 @@
279297
"@octokit/types" "^12.0.0"
280298
universal-user-agent "^7.0.2"
281299

300+
"@octokit/endpoint@^11.0.0":
301+
version "11.0.0"
302+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-11.0.0.tgz#189fcc022721b4c49d0307eea6be3de1cfb53026"
303+
integrity sha512-hoYicJZaqISMAI3JfaDr1qMNi48OctWuOih1m80bkYow/ayPw6Jj52tqWJ6GEoFTk1gBqfanSoI1iY99Z5+ekQ==
304+
dependencies:
305+
"@octokit/types" "^14.0.0"
306+
universal-user-agent "^7.0.2"
307+
282308
"@octokit/graphql@^8.0.0":
283309
version "8.0.1"
284310
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.0.1.tgz#75d0778fb2fdeb0229d1861c3ba3b9ca7bcf4a37"
@@ -288,6 +314,15 @@
288314
"@octokit/types" "^12.0.0"
289315
universal-user-agent "^7.0.0"
290316

317+
"@octokit/graphql@^9.0.1":
318+
version "9.0.1"
319+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-9.0.1.tgz#eb258fc9981403d2d751720832652c385b6c1613"
320+
integrity sha512-j1nQNU1ZxNFx2ZtKmL4sMrs4egy5h65OMDmSbVyuCzjOcwsHq6EaYjOTGXPQxgfiN8dJ4CriYHk6zF050WEULg==
321+
dependencies:
322+
"@octokit/request" "^10.0.2"
323+
"@octokit/types" "^14.0.0"
324+
universal-user-agent "^7.0.0"
325+
291326
"@octokit/openapi-types@^19.1.0":
292327
version "19.1.0"
293328
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.1.0.tgz#75ec7e64743870fc73e1ab4bc6ec252ecdd624dc"
@@ -315,10 +350,10 @@
315350
dependencies:
316351
"@octokit/types" "^13.0.0"
317352

318-
"@octokit/plugin-paginate-rest@^12.0.0":
319-
version "12.0.0"
320-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-12.0.0.tgz#4f3c1caefd6f85abb4e95c1c0a38af4568cb4dae"
321-
integrity sha512-MPd6WK1VtZ52lFrgZ0R2FlaoiWllzgqFHaSZxvp72NmoDeZ0m8GeJdg4oB6ctqMTYyrnDYp592Xma21mrgiyDA==
353+
"@octokit/plugin-paginate-rest@^13.0.0":
354+
version "13.0.0"
355+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-13.0.0.tgz#19be39a067086f1f6956c4721e6f1be0b9e06abd"
356+
integrity sha512-nPXM3wgil9ONnAINcm8cN+nwso4QhNB13PtnlRFkYFHCUIogcH9DHak/StQYcwkkjuc7pUluLG1AWZNscgvH7Q==
322357
dependencies:
323358
"@octokit/types" "^14.0.0"
324359

@@ -331,10 +366,19 @@
331366
"@octokit/types" "^12.0.0"
332367
bottleneck "^2.15.3"
333368

334-
"@octokit/plugin-throttling@^10.0.0":
335-
version "10.0.0"
336-
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-10.0.0.tgz#3ca3c2d3b6e1deb263462f5d35ce6727527116ef"
337-
integrity sha512-Kuq5/qs0DVYTHZuBAzCZStCzo2nKvVRo/TDNhCcpC2TKiOGz/DisXMCvjt3/b5kr6SCI1Y8eeeJTHBxxpFvZEg==
369+
"@octokit/plugin-retry@^8.0.0":
370+
version "8.0.1"
371+
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-8.0.1.tgz#ee4a0487d31b97ad3deaf737faad68abeca3c227"
372+
integrity sha512-KUoYR77BjF5O3zcwDQHRRZsUvJwepobeqiSSdCJ8lWt27FZExzb0GgVxrhhfuyF6z2B2zpO0hN5pteni1sqWiw==
373+
dependencies:
374+
"@octokit/request-error" "^7.0.0"
375+
"@octokit/types" "^14.0.0"
376+
bottleneck "^2.15.3"
377+
378+
"@octokit/plugin-throttling@^11.0.0":
379+
version "11.0.1"
380+
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-11.0.1.tgz#31a0b5e759f0313514d9522a4103360f17ffc2e4"
381+
integrity sha512-S+EVhy52D/272L7up58dr3FNSMXWuNZolkL4zMJBNIfIxyZuUcczsQAU4b5w6dewJXnKYVgSHSV5wxitMSW1kw==
338382
dependencies:
339383
"@octokit/types" "^14.0.0"
340384
bottleneck "^2.15.3"
@@ -354,6 +398,24 @@
354398
dependencies:
355399
"@octokit/types" "^12.0.0"
356400

401+
"@octokit/request-error@^7.0.0":
402+
version "7.0.0"
403+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-7.0.0.tgz#48ae2cd79008315605d00e83664891a10a5ddb97"
404+
integrity sha512-KRA7VTGdVyJlh0cP5Tf94hTiYVVqmt2f3I6mnimmaVz4UG3gQV/k4mDJlJv3X67iX6rmN7gSHCF8ssqeMnmhZg==
405+
dependencies:
406+
"@octokit/types" "^14.0.0"
407+
408+
"@octokit/request@^10.0.2":
409+
version "10.0.2"
410+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-10.0.2.tgz#29187c12e7320aa56129c42e797d179035b573bb"
411+
integrity sha512-iYj4SJG/2bbhh+iIpFmG5u49DtJ4lipQ+aPakjL9OKpsGY93wM8w06gvFbEQxcMsZcCvk5th5KkIm2m8o14aWA==
412+
dependencies:
413+
"@octokit/endpoint" "^11.0.0"
414+
"@octokit/request-error" "^7.0.0"
415+
"@octokit/types" "^14.0.0"
416+
fast-content-type-parse "^3.0.0"
417+
universal-user-agent "^7.0.2"
418+
357419
"@octokit/request@^9.0.0":
358420
version "9.0.1"
359421
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.0.1.tgz#628bc5b21243289b8e656dc43eb199d2a2ad1570"
@@ -568,15 +630,15 @@
568630
micromatch "^4.0.0"
569631
p-reduce "^2.0.0"
570632

571-
"@semantic-release/[email protected].2":
572-
version "11.0.2"
573-
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.2.tgz#92326cad57c4209c123a0f59fb1c5f042c068ac8"
574-
integrity sha512-EhHimj3/eOSPu0OflgDzwgrawoGJIn8XLOkNS6WzwuTr8ebxyX976Y4mCqJ8MlkdQpV5+8T+49sy8xXlcm6uCg==
633+
"@semantic-release/[email protected].3":
634+
version "11.0.3"
635+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.3.tgz#00d1bcaeab651db89134ccd47b63970f5aa7cf93"
636+
integrity sha512-T2fKUyFkHHkUNa5XNmcsEcDPuG23hwBKptfUVcFXDVG2cSjXXZYDOfVYwfouqbWo/8UefotLaoGfQeK+k3ep6A==
575637
dependencies:
576-
"@octokit/core" "^6.0.0"
577-
"@octokit/plugin-paginate-rest" "^12.0.0"
578-
"@octokit/plugin-retry" "^7.0.0"
579-
"@octokit/plugin-throttling" "^10.0.0"
638+
"@octokit/core" "^7.0.0"
639+
"@octokit/plugin-paginate-rest" "^13.0.0"
640+
"@octokit/plugin-retry" "^8.0.0"
641+
"@octokit/plugin-throttling" "^11.0.0"
580642
"@semantic-release/error" "^4.0.0"
581643
aggregate-error "^5.0.0"
582644
debug "^4.3.4"
@@ -961,6 +1023,11 @@ before-after-hook@^3.0.2:
9611023
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
9621024
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
9631025

1026+
before-after-hook@^4.0.0:
1027+
version "4.0.0"
1028+
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-4.0.0.tgz#cf1447ab9160df6a40f3621da64d6ffc36050cb9"
1029+
integrity sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==
1030+
9641031
bin-links@^4.0.1:
9651032
version "4.0.3"
9661033
resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.3.tgz#9e4a3c5900830aee3d7f52178b65e01dcdde64a5"
@@ -1656,6 +1723,11 @@ exponential-backoff@^3.1.1:
16561723
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
16571724
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
16581725

1726+
fast-content-type-parse@^3.0.0:
1727+
version "3.0.0"
1728+
resolved "https://registry.yarnpkg.com/fast-content-type-parse/-/fast-content-type-parse-3.0.0.tgz#5590b6c807cc598be125e6740a9fde589d2b7afb"
1729+
integrity sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==
1730+
16591731
fast-glob@^3.3.2:
16601732
version "3.3.2"
16611733
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"

0 commit comments

Comments
 (0)