Skip to content

chore(deps): bump craig-day/compute-tag from v12 to v13

Created by: dependabot[bot]

Bumps craig-day/compute-tag from v12 to v13.

Release notes

Sourced from craig-day/compute-tag's releases.

v13

Performance improvements!

  • Stop paginating through commits for a branch once we find a commit that we have a tag for. This helps tremendously for repos with 10,000+ commits (fetched 30 at a time).
  • Add logging when starting and finishing paginated fetches, and log how many pages were fetched.
  • Adds the throttling and retry plugins to the API client too, so we automatically retry failed requests and handle rate limit errors correctly.

v13-beta.3

Automatic release of v13-beta.3

v13-beta.2

Automatic release of v13-beta.2

v13-beta.1

Automatic release of v13-beta.1

v13-beta.0

Automatic release of v13-beta.0

Commits
  • f621c5c clean up deprecated fetch functions
  • 569c72c bring back breaking commits pagination early
  • e035b55 undo early pagination break, it returns bad results
  • d309e8e set throttle options
  • 59a9023 try a different plugin syntax
  • 2514a1e add octokit core dependency
  • 88a334d add retry and rate limiting plugins
  • 61cd98e return repsonse data, then map to latest tag
  • e5a5c89 stop paginating commits early when we find a match
  • See full diff in compare view

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)

Merge request reports