Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump knl/niv-updater-action from 7 to 10 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps knl/niv-updater-action from 7 to 10.

Release notes

Sourced from knl/niv-updater-action's releases.

Release v10

This is a cleanup release, to tie some loose ends.

Namely, this release:

  • fixes the links so they now use togithub.com service instead of r.duckduckgo.com for redirects. This is used to avoid github linking the referenced issue, and creating unnecessary noise
  • allows the use of dash in the repository name
  • richer debugging output, at least when running the hub command

Release v9

Snow Leopard to your Leopard -- this release contains some improvements and bug fixes to v8. Notably, niv-updater-action now properly handles repositories whose main branch is main, offers better handling of various SSH links to GitHub repositories, and finally, fixes an annoying problem with self-updating PRs, where update would fail unexpectedly*.

[*] Unexpectedly is defined as in: niv-updater-action was using hub pr command to fetch PRs branch -- that doesn't work without a checkout, so it would fail almost every time if the action was not preceeded by a checkout action. Which it was not, at least not in the examples given.

Release v8

This release brings a new feature: ability to keep updating PRs with new changes to the tracked project. That is, if niv-updater-action opens a PR, each subsequent call will keep updating the PR with newly added changes to the tracked project, until PR is closed. So, if you're tracking a fast changing project (for example, nixpkgs), but you're slow to merge the niv update PR, it will at least have the most recent changes.

Commits
  • e2cbd43 Bump the version to v10
  • 89de249 Fix: use togithub.com redirects instead of duckduckgo
  • 4099db2 Fix: reformat code to make build green
  • 50c63d8 Print the output of hub api call on error
  • 2f38eb4 When debug_output is set, make hub more verbose
  • a163445 Update disable directive for shellcheck
  • a3733ed Pin version of nix used for the run
  • 60f2360 Update niv-updater
  • 918b09c Use cache.nixos.org
  • dbe84df Dash is a correct character in the repo name
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [knl/niv-updater-action](https://github.com/knl/niv-updater-action) from 7 to 10.
- [Release notes](https://github.com/knl/niv-updater-action/releases)
- [Commits](knl/niv-updater-action@v7...v10)

---
updated-dependencies:
- dependency-name: knl/niv-updater-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants