pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 29 forks source link

build(deps): bump wagoid/commitlint-github-action from 2 to 5 #199

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps wagoid/commitlint-github-action from 2 to 5.

Changelog

Sourced from wagoid/commitlint-github-action's changelog.

5.4.5 (2024-01-08)

5.4.4 (2023-11-01)

5.4.3 (2023-07-23)

5.4.2 (2023-07-22)

5.4.1 (2023-04-11)

Bug Fixes

  • action: add docker image back to yml (09fdc59)
  • action: move info sequence for failonerrors (d4e1e80)
  • action: move info sequence for failonerrors (00cf650)
  • action: removed unnecessary setOutput call (0a35ed4)
  • action: use dockerfile (6a86716)
  • action: use dockerfile (0561ba8)
  • error when producing outputs (7cb77e4)

5.4.0 (2023-04-10)

Features

  • action: adds flag to optionally fail on errors (83467da)

Bug Fixes

  • action: add field to action (8589bb7)
  • action: fix bug with value, add tests (2640e4c)
  • action: refactor a value, add to docs (7991e57)
  • docs: remove dupe (6a9739b)
  • tests: remove log (097b726)

5.3.1 (2023-02-15)

5.3.0 (2022-11-24)

Features

  • adds commitDepth as new input param (b0982e3)

5.2.2 (2022-10-24)

5.2.1 (2022-10-24)

5.2.0 (2022-10-08)

Features

... (truncated)

Commits
  • 5ce82f5 chore(release): publish 5.4.5 [skip-ci]
  • 4aa3d8f docs: add permissions to instructions
  • 0d749a1 chore(release): publish 5.4.4 [skip-ci]
  • a36e893 Merge pull request #751 from wagoid/chore/upgrade-commitlint-to-18
  • 884a74d chore(deps): add overrides while commitlint-plugin-function-rules doesn't all...
  • 5283ccb chore(deps): update @​actions packages
  • fc3ebae chore(deps): upgrade commitlint packages
  • a8947aa chore(deps): update node version to 20.9.0
  • 6319f54 chore(release): publish 5.4.3 [skip-ci]
  • 2bf3b37 Merge pull request #747 from wagoid/fix/events-without-commits
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
zanieb commented 3 months ago

Should probably have someone familiar with this read the changelog first

Eh2406 commented 3 months ago

I am not someone familiar with this action or using it production. I believe @aleksator set this up and had opinions about it, but unfortunately he is no longer active. So I think we are just going to have to YOLO it.

aleksator commented 3 months ago

They don't have a change log. YOLO, if the pipeline passes then it's all good as it means the checks still work. If there are breaking changes it won't merge.