Skip to content

Commit

Permalink
build(deps): update semantic-release monorepo
Browse files Browse the repository at this point in the history
| datasource | package                  | from   | to     |
| ---------- | ------------------------ | ------ | ------ |
| npm        | @semantic-release/github | 9.0.5  | 9.0.6  |
| npm        | @semantic-release/npm    | 10.0.5 | 10.0.6 |
  • Loading branch information
renovate[bot] committed Sep 21, 2023
1 parent edd7c7f commit fa0eec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,8 +43,8 @@
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.0.5",
"@semantic-release/npm": "10.0.5",
"@semantic-release/github": "9.0.6",
"@semantic-release/npm": "10.0.6",
"@tsconfig/node16": "16.1.1",
"@types/node": "16.18.50",
"@typescript-eslint/eslint-plugin": "6.7.0",
Expand Down
45 changes: 2 additions & 43 deletions yarn.lock
Expand Up @@ -752,29 +752,7 @@
micromatch "^4.0.0"
p-reduce "^2.0.0"

"@semantic-release/github@9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-9.0.5.tgz#52c69f8f5e77d8422a4229657806a44e95d03fee"
integrity sha512-d1ZZjMvXpSa4E1L3XjdNOqgUy00o9QZX55L75pMsb/w+1NV6CCfDYOvH8qwKygHS/rKzI3FkBTcR40ahOodsgg==
dependencies:
"@octokit/core" "^5.0.0"
"@octokit/plugin-paginate-rest" "^8.0.0"
"@octokit/plugin-retry" "^6.0.0"
"@octokit/plugin-throttling" "^7.0.0"
"@semantic-release/error" "^4.0.0"
aggregate-error "^4.0.1"
debug "^4.3.4"
dir-glob "^3.0.1"
globby "^13.1.4"
http-proxy-agent "^7.0.0"
https-proxy-agent "^7.0.0"
issue-parser "^6.0.0"
lodash-es "^4.17.21"
mime "^3.0.0"
p-filter "^3.0.0"
url-join "^5.0.0"

"@semantic-release/github@^9.0.0":
"@semantic-release/github@9.0.6", "@semantic-release/github@^9.0.0":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-9.0.6.tgz#33c922e43be411e672f250890cbbd53686bb2ff0"
integrity sha512-GBGt9c3c2UdSvso4jcyQQSUpZA9hbfHqGQerZKN9WvVzCIkaBy8xkhOyiFVX08LjRHHT/H221SJNBLtuihX5iw==
Expand All @@ -796,26 +774,7 @@
p-filter "^3.0.0"
url-join "^5.0.0"

"@semantic-release/npm@10.0.5":
version "10.0.5"
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-10.0.5.tgz#d8c20fbab03ce9eff4dca233253cf880f919d3ae"
integrity sha512-cJnQ2M5pxJRwZEkb0A/+U3TG4UNmjrrLwV2PxJKljn5OPT0yJB8GzGgWbbKACayvxrT06YdTa4Amtq/piJcOIA==
dependencies:
"@semantic-release/error" "^4.0.0"
aggregate-error "^4.0.1"
execa "^8.0.0"
fs-extra "^11.0.0"
lodash-es "^4.17.21"
nerf-dart "^1.0.0"
normalize-url "^8.0.0"
npm "^9.5.0"
rc "^1.2.8"
read-pkg "^8.0.0"
registry-auth-token "^5.0.0"
semver "^7.1.2"
tempy "^3.0.0"

"@semantic-release/npm@^10.0.2":
"@semantic-release/npm@10.0.6", "@semantic-release/npm@^10.0.2":
version "10.0.6"
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-10.0.6.tgz#1c47a77e79464586fa1c67f148567ef2b9fda315"
integrity sha512-DyqHrGE8aUyapA277BB+4kV0C4iMHh3sHzUWdf0jTgp5NNJxVUz76W1f57FB64Ue03him3CBXxFqQD2xGabxow==
Expand Down

0 comments on commit fa0eec4

Please sign in to comment.