Skip to content

Commit 0b0a205

Browse files
fix(deps) Update dependency @semantic-release/github to v11
1 parent b0bec5c commit 0b0a205

File tree

2 files changed

+136
-5
lines changed

2 files changed

+136
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@christopherpickering/react-leaflet-markercluster",
3-
"version": "1.1.22",
3+
"version": "1.1.23",
44
"description": "React wrapper of Leaflet.markercluster for react-laeflet",
55
"main": "dist/index.js",
66
"repository": "https://github.com/christopherpickering/react-leaflet-markercluster.git",
@@ -33,7 +33,7 @@
3333
"@semantic-release/changelog": "6.0.3",
3434
"@semantic-release/commit-analyzer": "^11.0.0",
3535
"@semantic-release/git": "10.0.1",
36-
"@semantic-release/github": "^9.0.6",
36+
"@semantic-release/github": "^11.0.0",
3737
"@semantic-release/npm": "^11.0.0",
3838
"@storybook/addon-essentials": "^7.4.2",
3939
"@storybook/addon-interactions": "^7.4.2",

yarn.lock

Lines changed: 134 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
dependencies:
2323
default-browser-id "3.0.0"
2424

25-
"@babel/cli@^7.26.4":
25+
"@babel/cli@^7.22.15":
2626
version "7.26.4"
2727
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.26.4.tgz#4101ff8ee5de8447a6c395397a97921056411d20"
2828
integrity sha512-+mORf3ezU3p3qr+82WvJSnQNE1GAYeoCfEv4fik6B5/2cvKZ75AX8oawWQdXtM9MmndooQj15Jr9kelRFWsuRw==
@@ -1611,6 +1611,11 @@
16111611
resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz"
16121612
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
16131613

1614+
"@octokit/auth-token@^5.0.0":
1615+
version "5.1.1"
1616+
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-5.1.1.tgz#3bbfe905111332a17f72d80bd0b51a3e2fa2cf07"
1617+
integrity sha512-rh3G3wDO8J9wSjfI436JUKzHIxq8NaiL0tVeB2aXmG6p/9859aUOAjA9pmSPNGGZxfwmaJ9ozOJImuNVJdpvbA==
1618+
16141619
"@octokit/core@^5.0.0":
16151620
version "5.0.0"
16161621
resolved "https://registry.npmjs.org/@octokit/core/-/core-5.0.0.tgz"
@@ -1624,6 +1629,27 @@
16241629
before-after-hook "^2.2.0"
16251630
universal-user-agent "^6.0.0"
16261631

1632+
"@octokit/core@^6.0.0":
1633+
version "6.1.2"
1634+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-6.1.2.tgz#20442d0a97c411612da206411e356014d1d1bd17"
1635+
integrity sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==
1636+
dependencies:
1637+
"@octokit/auth-token" "^5.0.0"
1638+
"@octokit/graphql" "^8.0.0"
1639+
"@octokit/request" "^9.0.0"
1640+
"@octokit/request-error" "^6.0.1"
1641+
"@octokit/types" "^13.0.0"
1642+
before-after-hook "^3.0.2"
1643+
universal-user-agent "^7.0.0"
1644+
1645+
"@octokit/endpoint@^10.0.0":
1646+
version "10.1.1"
1647+
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-10.1.1.tgz#1a9694e7aef6aa9d854dc78dd062945945869bcc"
1648+
integrity sha512-JYjh5rMOwXMJyUpj028cu0Gbp7qe/ihxfJMLc8VZBMMqSwLgOxDI1911gV4Enl1QSavAQNJcwmwBF9M0VvLh6Q==
1649+
dependencies:
1650+
"@octokit/types" "^13.0.0"
1651+
universal-user-agent "^7.0.2"
1652+
16271653
"@octokit/endpoint@^9.0.0":
16281654
version "9.0.0"
16291655
resolved "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.0.tgz"
@@ -1642,6 +1668,15 @@
16421668
"@octokit/types" "^11.0.0"
16431669
universal-user-agent "^6.0.0"
16441670

1671+
"@octokit/graphql@^8.0.0":
1672+
version "8.1.1"
1673+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-8.1.1.tgz#3cacab5f2e55d91c733e3bf481d3a3f8a5f639c4"
1674+
integrity sha512-ukiRmuHTi6ebQx/HFRCXKbDlOh/7xEV6QUXaE7MJEKGNAncGI/STSbOkl12qVXZrfZdpXctx5O9X1AIaebiDBg==
1675+
dependencies:
1676+
"@octokit/request" "^9.0.0"
1677+
"@octokit/types" "^13.0.0"
1678+
universal-user-agent "^7.0.0"
1679+
16451680
"@octokit/openapi-types@^18.0.0":
16461681
version "18.0.0"
16471682
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz"
@@ -1652,6 +1687,18 @@
16521687
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.0.tgz"
16531688
integrity sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==
16541689

1690+
"@octokit/openapi-types@^22.2.0":
1691+
version "22.2.0"
1692+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-22.2.0.tgz#75aa7dcd440821d99def6a60b5f014207ae4968e"
1693+
integrity sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==
1694+
1695+
"@octokit/plugin-paginate-rest@^11.0.0":
1696+
version "11.3.6"
1697+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.3.6.tgz#82f33c87464202423c2a89d5cc8c38761f4aa86b"
1698+
integrity sha512-zcvqqf/+TicbTCa/Z+3w4eBJcAxCFymtc0UAIsR3dEVoNilWld4oXdscQ3laXamTszUZdusw97K8+DrbFiOwjw==
1699+
dependencies:
1700+
"@octokit/types" "^13.6.2"
1701+
16551702
"@octokit/plugin-paginate-rest@^9.0.0":
16561703
version "9.0.0"
16571704
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.0.0.tgz"
@@ -1668,6 +1715,15 @@
16681715
"@octokit/types" "^11.0.0"
16691716
bottleneck "^2.15.3"
16701717

1718+
"@octokit/plugin-retry@^7.0.0":
1719+
version "7.1.2"
1720+
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.1.2.tgz#242e2d19a72a50b5113bb25d7d2c622ce0373fa0"
1721+
integrity sha512-XOWnPpH2kJ5VTwozsxGurw+svB2e61aWlmk5EVIYZPwFK5F9h4cyPyj9CIKRyMXMHSwpIsI3mPOdpMmrRhe7UQ==
1722+
dependencies:
1723+
"@octokit/request-error" "^6.0.0"
1724+
"@octokit/types" "^13.0.0"
1725+
bottleneck "^2.15.3"
1726+
16711727
"@octokit/plugin-throttling@^8.0.0":
16721728
version "8.0.0"
16731729
resolved "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-8.0.0.tgz"
@@ -1676,6 +1732,14 @@
16761732
"@octokit/types" "^12.0.0"
16771733
bottleneck "^2.15.3"
16781734

1735+
"@octokit/plugin-throttling@^9.0.0":
1736+
version "9.3.2"
1737+
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-9.3.2.tgz#cc05180e45e769d6726c5faed157e9ad3b6ab8c0"
1738+
integrity sha512-FqpvcTpIWFpMMwIeSoypoJXysSAQ3R+ALJhXXSG1HTP3YZOIeLmcNcimKaXxTcws+Sh6yoRl13SJ5r8sXc1Fhw==
1739+
dependencies:
1740+
"@octokit/types" "^13.0.0"
1741+
bottleneck "^2.15.3"
1742+
16791743
"@octokit/request-error@^5.0.0":
16801744
version "5.0.0"
16811745
resolved "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.0.0.tgz"
@@ -1685,6 +1749,13 @@
16851749
deprecation "^2.0.0"
16861750
once "^1.4.0"
16871751

1752+
"@octokit/request-error@^6.0.0", "@octokit/request-error@^6.0.1":
1753+
version "6.1.5"
1754+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.5.tgz#907099e341c4e6179db623a0328d678024f54653"
1755+
integrity sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==
1756+
dependencies:
1757+
"@octokit/types" "^13.0.0"
1758+
16881759
"@octokit/request@^8.0.1", "@octokit/request@^8.0.2":
16891760
version "8.1.1"
16901761
resolved "https://registry.npmjs.org/@octokit/request/-/request-8.1.1.tgz"
@@ -1696,6 +1767,16 @@
16961767
is-plain-object "^5.0.0"
16971768
universal-user-agent "^6.0.0"
16981769

1770+
"@octokit/request@^9.0.0":
1771+
version "9.1.3"
1772+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-9.1.3.tgz#42b693bc06238f43af3c037ebfd35621c6457838"
1773+
integrity sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==
1774+
dependencies:
1775+
"@octokit/endpoint" "^10.0.0"
1776+
"@octokit/request-error" "^6.0.1"
1777+
"@octokit/types" "^13.1.0"
1778+
universal-user-agent "^7.0.2"
1779+
16991780
"@octokit/types@^11.0.0", "@octokit/types@^11.1.0":
17001781
version "11.1.0"
17011782
resolved "https://registry.npmjs.org/@octokit/types/-/types-11.1.0.tgz"
@@ -1710,6 +1791,13 @@
17101791
dependencies:
17111792
"@octokit/openapi-types" "^19.0.0"
17121793

1794+
"@octokit/types@^13.0.0", "@octokit/types@^13.1.0", "@octokit/types@^13.6.2":
1795+
version "13.6.2"
1796+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-13.6.2.tgz#e10fc4d2bdd65d836d1ced223b03ad4cfdb525bd"
1797+
integrity sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==
1798+
dependencies:
1799+
"@octokit/openapi-types" "^22.2.0"
1800+
17131801
"@parcel/watcher-android-arm64@2.4.1":
17141802
version "2.4.1"
17151803
resolved "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.4.1.tgz"
@@ -2241,7 +2329,29 @@
22412329
micromatch "^4.0.0"
22422330
p-reduce "^2.0.0"
22432331

2244-
"@semantic-release/github@^9.0.0", "@semantic-release/github@^9.0.6":
2332+
"@semantic-release/github@^11.0.0":
2333+
version "11.0.1"
2334+
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-11.0.1.tgz#127579aa77ddd8586de6f4f57d0e66db3453a876"
2335+
integrity sha512-Z9cr0LgU/zgucbT9cksH0/pX9zmVda9hkDPcgIE0uvjMQ8w/mElDivGjx1w1pEQ+MuQJ5CBq3VCF16S6G4VH3A==
2336+
dependencies:
2337+
"@octokit/core" "^6.0.0"
2338+
"@octokit/plugin-paginate-rest" "^11.0.0"
2339+
"@octokit/plugin-retry" "^7.0.0"
2340+
"@octokit/plugin-throttling" "^9.0.0"
2341+
"@semantic-release/error" "^4.0.0"
2342+
aggregate-error "^5.0.0"
2343+
debug "^4.3.4"
2344+
dir-glob "^3.0.1"
2345+
globby "^14.0.0"
2346+
http-proxy-agent "^7.0.0"
2347+
https-proxy-agent "^7.0.0"
2348+
issue-parser "^7.0.0"
2349+
lodash-es "^4.17.21"
2350+
mime "^4.0.0"
2351+
p-filter "^4.0.0"
2352+
url-join "^5.0.0"
2353+
2354+
"@semantic-release/github@^9.0.0":
22452355
version "9.2.6"
22462356
resolved "https://registry.npmjs.org/@semantic-release/github/-/github-9.2.6.tgz"
22472357
integrity sha512-shi+Lrf6exeNZF+sBhK+P011LSbhmIAoUEgEY6SsxF8irJ+J2stwI5jkyDQ+4gzYyDImzV6LCKdYB9FXnQRWKA==
@@ -4212,6 +4322,11 @@ before-after-hook@^2.2.0:
42124322
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz"
42134323
integrity sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==
42144324

4325+
before-after-hook@^3.0.2:
4326+
version "3.0.2"
4327+
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
4328+
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
4329+
42154330
better-opn@^3.0.2:
42164331
version "3.0.2"
42174332
resolved "https://registry.npmjs.org/better-opn/-/better-opn-3.0.2.tgz"
@@ -7484,6 +7599,17 @@ issue-parser@^6.0.0:
74847599
lodash.isstring "^4.0.1"
74857600
lodash.uniqby "^4.7.0"
74867601

7602+
issue-parser@^7.0.0:
7603+
version "7.0.1"
7604+
resolved "https://registry.yarnpkg.com/issue-parser/-/issue-parser-7.0.1.tgz#8a053e5a4952c75bb216204e454b4fc7d4cc9637"
7605+
integrity sha512-3YZcUUR2Wt1WsapF+S/WiA2WmlW0cWAoPccMqne7AxEBhCdFeTPjfv/Axb8V2gyCgY3nRw+ksZ3xSUX+R47iAg==
7606+
dependencies:
7607+
lodash.capitalize "^4.2.1"
7608+
lodash.escaperegexp "^4.1.2"
7609+
lodash.isplainobject "^4.0.6"
7610+
lodash.isstring "^4.0.1"
7611+
lodash.uniqby "^4.7.0"
7612+
74877613
istanbul-lib-coverage@^3.2.0:
74887614
version "3.2.2"
74897615
resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz"
@@ -7936,7 +8062,7 @@ lines-and-columns@^2.0.3:
79368062
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz"
79378063
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
79388064

7939-
lint-staged@^15.2.11:
8065+
lint-staged@^15.0.0:
79408066
version "15.2.11"
79418067
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.2.11.tgz#e88440982f4a4c1d55a9a7a839259ec3806bd81b"
79428068
integrity sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==
@@ -11449,6 +11575,11 @@ universal-user-agent@^6.0.0:
1144911575
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz"
1145011576
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
1145111577

11578+
universal-user-agent@^7.0.0, universal-user-agent@^7.0.2:
11579+
version "7.0.2"
11580+
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-7.0.2.tgz#52e7d0e9b3dc4df06cc33cb2b9fd79041a54827e"
11581+
integrity sha512-0JCqzSKnStlRRQfCdowvqy3cy0Dvtlb8xecj/H8JFZuCze4rwjPZQOgvFvn0Ws/usCHQFGpyr+pB9adaGwXn4Q==
11582+
1145211583
universalify@^2.0.0:
1145311584
version "2.0.0"
1145411585
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz"

0 commit comments

Comments
 (0)