Closed renovate[bot] closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
react-hackernews | ❌ Failed (Inspect) | Mar 25, 2024 8:36pm |
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Internal Error: Error when performing the request to https://registry.npmjs.org/yarn; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
at fetch (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22878:11)
at async fetchAsJson (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22892:20)
at async fetchLatestStableVersion (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22942:20)
at async fetchLatestStableVersion2 (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22975:14)
at async Engine.getDefaultVersion (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:23537:25)
at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:23644:30)
at async BinaryCommand.validateAndExecute (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:21164:22)
at async _Cli.run (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:22139:18)
at async Object.runMain (/opt/containerbase/tools/corepack/0.26.0/16.20.2/node_modules/corepack/dist/lib/corepack.cjs:24371:12)
Latest commit: 15b58d0ea7e716b247348e811f1849fcc9145701
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Because you closed this PR without merging, Renovate will ignore this update (^2.11.1
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
^2.9.0
->^2.11.1
Release Notes
toplenboren/simple-git-hooks (simple-git-hooks)
### [`v2.11.1`](https://togithub.com/toplenboren/simple-git-hooks/releases/tag/2.11.1) [Compare Source](https://togithub.com/toplenboren/simple-git-hooks/compare/2.11.0...2.11.1) Package.json was updated with correct linkage to the repository **Full Changelog**: https://github.com/toplenboren/simple-git-hooks/compare/2.11.0...2.11.1 ### [`v2.11.0`](https://togithub.com/toplenboren/simple-git-hooks/compare/2.10.0...f8b9b941b5a131b9e2a8b5cb02f5d1341f195bb4) [Compare Source](https://togithub.com/toplenboren/simple-git-hooks/compare/2.10.0...2.11.0) ### [`v2.10.0`](https://togithub.com/toplenboren/simple-git-hooks/releases/tag/2.10.0) [Compare Source](https://togithub.com/toplenboren/simple-git-hooks/compare/2.9.0...2.10.0) #### What's Changed - fix: small typo fix in README.md by [@samydoesit](https://togithub.com/samydoesit) in [https://github.com/toplenboren/simple-git-hooks/pull/93](https://togithub.com/toplenboren/simple-git-hooks/pull/93) - Update GitHub Action Versions by [@bhanuprasadcherukuvada](https://togithub.com/bhanuprasadcherukuvada) in [https://github.com/toplenboren/simple-git-hooks/pull/95](https://togithub.com/toplenboren/simple-git-hooks/pull/95) - Add info in README about yarn version 1 by [@EugenGedroyc](https://togithub.com/EugenGedroyc) in [https://github.com/toplenboren/simple-git-hooks/pull/98](https://togithub.com/toplenboren/simple-git-hooks/pull/98) - docs: update husky and simple-git-hooks weight by [@rivajunior](https://togithub.com/rivajunior) in [https://github.com/toplenboren/simple-git-hooks/pull/100](https://togithub.com/toplenboren/simple-git-hooks/pull/100) - feat: add env var to bypass hooks execution by [@bhanuprasadcherukuvada](https://togithub.com/bhanuprasadcherukuvada) in [https://github.com/toplenboren/simple-git-hooks/pull/96](https://togithub.com/toplenboren/simple-git-hooks/pull/96) - feat: use SIMPLE_GIT_HOOKS_RC to run optional init script by [@IlyaSemenov](https://togithub.com/IlyaSemenov) in [https://github.com/toplenboren/simple-git-hooks/pull/103](https://togithub.com/toplenboren/simple-git-hooks/pull/103) - Use codeql v3 by [@toplenboren](https://togithub.com/toplenboren) in [https://github.com/toplenboren/simple-git-hooks/pull/104](https://togithub.com/toplenboren/simple-git-hooks/pull/104) #### New Contributors - [@samydoesit](https://togithub.com/samydoesit) made their first contribution in [https://github.com/toplenboren/simple-git-hooks/pull/93](https://togithub.com/toplenboren/simple-git-hooks/pull/93) - [@bhanuprasadcherukuvada](https://togithub.com/bhanuprasadcherukuvada) made their first contribution in [https://github.com/toplenboren/simple-git-hooks/pull/95](https://togithub.com/toplenboren/simple-git-hooks/pull/95) - [@EugenGedroyc](https://togithub.com/EugenGedroyc) made their first contribution in [https://github.com/toplenboren/simple-git-hooks/pull/98](https://togithub.com/toplenboren/simple-git-hooks/pull/98) - [@rivajunior](https://togithub.com/rivajunior) made their first contribution in [https://github.com/toplenboren/simple-git-hooks/pull/100](https://togithub.com/toplenboren/simple-git-hooks/pull/100) - [@IlyaSemenov](https://togithub.com/IlyaSemenov) made their first contribution in [https://github.com/toplenboren/simple-git-hooks/pull/103](https://togithub.com/toplenboren/simple-git-hooks/pull/103) **Full Changelog**: https://github.com/toplenboren/simple-git-hooks/compare/2.9.0...2.10.0Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.