From df5b92267e0a298ad45a3585e107034aaca8708f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 23:30:00 +0200 Subject: [PATCH] fix(deps): update dependency @octoherd/cli to v5 (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octoherd/cli](https://togithub.com/octoherd/cli) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@octoherd%2fcli/4.0.5/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@octoherd%2fcli/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@octoherd%2fcli/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@octoherd%2fcli/4.0.5/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@octoherd%2fcli/4.0.5/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
octoherd/cli (@​octoherd/cli) ### [`v5.0.0`](https://togithub.com/octoherd/cli/releases/tag/v5.0.0) [Compare Source](https://togithub.com/octoherd/cli/compare/v4.0.5...v5.0.0) ##### Bug Fixes - **deps:** update dependency [@​octoherd/octokit](https://togithub.com/octoherd/octokit) to v5 ([#​172](https://togithub.com/octoherd/cli/issues/172)) ([64bfaa6](https://togithub.com/octoherd/cli/commit/64bfaa6397d42a31e4558113a7e4a5b6e2e238ce)) ##### BREAKING CHANGES - **deps:** require NodeJS >= 18
--- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octoherd/script-hello-world). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 68 +++++++++++++++++------------------------------ package.json | 2 +- 2 files changed, 26 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e02cf1..7ce2e0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "ISC", "dependencies": { - "@octoherd/cli": "^4.0.0" + "@octoherd/cli": "^5.0.0" }, "bin": { "octoherd-script-hello-world": "cli.js" @@ -17,11 +17,11 @@ "devDependencies": {} }, "node_modules/@octoherd/cli": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@octoherd/cli/-/cli-4.0.5.tgz", - "integrity": "sha512-IXZlvCEC9W8L+2nps1Dq9TgezeqPeLv14uXJbxLMgD06plaxmO2UmLPtLQEksxO7f22Z3rfEWczXbQnUZ1QwSQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@octoherd/cli/-/cli-5.0.0.tgz", + "integrity": "sha512-fNotps5LpRJaA93dECj/iX4Q8tnjlo1WyKIH1yyyMaT+JmaPi1ibFqsdRFGhT/cG1K9qO0+MxoxJnDz3bkZuCw==", "dependencies": { - "@octoherd/octokit": "^4.0.0", + "@octoherd/octokit": "^5.0.0", "@octokit/auth-oauth-device": "^7.0.0", "@octokit/openapi-types": "^22.0.0", "chalk": "^5.0.0", @@ -38,19 +38,19 @@ } }, "node_modules/@octoherd/octokit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@octoherd/octokit/-/octokit-4.0.2.tgz", - "integrity": "sha512-diIhR84RiYGBEIrKUje5IJvmwxNA831panqHWCSqSWpMiTHMp9OMma+jVrfgYY63zGEU40l8e+Octx/RWKVVYg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@octoherd/octokit/-/octokit-5.0.0.tgz", + "integrity": "sha512-9Hra/Z+lGO+K8MCD5C1YcocRWxnlAv1oIyvkTqd9a4xMG21TL18qmxtDQzzpmt4ZF5RI+iMPZIZi6kU6QEzFmA==", "dependencies": { - "@octokit/core": "^6.0.0", - "@octokit/plugin-paginate-rest": "^10.0.0", + "@octokit/core": "^6.1.2", + "@octokit/plugin-paginate-rest": "^11.0.0", "@octokit/plugin-retry": "^7.0.0", "@octokit/plugin-throttling": "^9.0.0", "quick-format-unescaped": "^4.0.1", "semantic-release-plugin-update-version-in-files": "^1.1.0" }, "engines": { - "node": ">= 14" + "node": ">= 18" } }, "node_modules/@octokit/auth-oauth-device": { @@ -76,9 +76,9 @@ } }, "node_modules/@octokit/core": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-6.1.1.tgz", - "integrity": "sha512-uVypPdnZV7YoEa69Ky2kTSw3neFLGT0PZ54OwUMDph7w6TmhF0ZnoVcvb/kYnjDHCFo2mfoeRDYifLKhLNasUg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-6.1.2.tgz", + "integrity": "sha512-hEb7Ma4cGJGEUNOAVmyfdB/3WirWMg5hDuNFVejGEDFqupeOysLc2sG6HJxY2etBp5YQu5Wtxwi020jS9xlUwg==", "dependencies": { "@octokit/auth-token": "^5.0.0", "@octokit/graphql": "^8.0.0", @@ -153,16 +153,16 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.0.tgz", - "integrity": "sha512-kWzSxSIBjCtwrT8/O/A/nrSjmHvR5I9GGTHPyBU19VuEae+QZfaPnnfLwXgV56n51xHN3U2dYy8zh/kO9/39ig==" + "version": "22.0.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.0.1.tgz", + "integrity": "sha512-1yN5m1IMNXthoBDUXFF97N1gHop04B3H8ws7wtOr8GgRyDO1gKALjwMHARNBoMBiB/2vEe/vxstrApcJZzQbnQ==" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-10.1.0.tgz", - "integrity": "sha512-G8RdudUQr532C+LAOT58MznwFFu+wkJJjbTJF1xBxPr8XbzCg1NI0nYm6EPcuLWXLI3T6wzFm2fbXqDkfdC7Ow==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.0.1.tgz", + "integrity": "sha512-6pPLXJOKXXhPkMlDU2pd6LCkiuAccTTJAsMlN7P/WbK3b1xbH/d90SGbdmz6yBadJJqM0xg80KRS5dYUHbo3oQ==", "dependencies": { - "@octokit/types": "^12.6.0" + "@octokit/types": "^13.3.0" }, "engines": { "node": ">= 18" @@ -171,19 +171,6 @@ "@octokit/core": ">=6" } }, - "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", - "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" - }, - "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", - "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", - "dependencies": { - "@octokit/openapi-types": "^20.0.0" - } - }, "node_modules/@octokit/plugin-retry": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-7.1.0.tgz", @@ -254,18 +241,13 @@ } }, "node_modules/@octokit/types": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.1.0.tgz", - "integrity": "sha512-nBwAFOYqVUUJ2AZFK4ZzESQptaAVqdTDKk8gE0Xr0o99WuPDSrhUC38x0F40xD9OUxXhOOuZKWNNVVLPSHQDvQ==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.4.0.tgz", + "integrity": "sha512-WlMegy3lPXYWASe3k9Jslc5a0anrYAYMWtsFrxBTdQjS70hvLH6C+PGvHbOsgy3RA3LouGJoU/vAt4KarecQLQ==", "dependencies": { - "@octokit/openapi-types": "^21.0.0" + "@octokit/openapi-types": "^22.0.1" } }, - "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-21.2.0.tgz", - "integrity": "sha512-xx+Xd6I7rYvul/hgUDqv6TeGX0IOGnhSg9IOeYgd/uI7IAqUy6DE2B6Ipv2M4mWoxaMcWjIzgTIcv8pMO3F3vw==" - }, "node_modules/ansi-colors": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", diff --git a/package.json b/package.json index 053a2e5..72b8e62 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Gregor Martynus (https://dev.to/gr2m)", "license": "ISC", "dependencies": { - "@octoherd/cli": "^4.0.0" + "@octoherd/cli": "^5.0.0" }, "devDependencies": {}, "release": {