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

Bump pilosus/action-pip-license-checker from 0.7.1 to 2.0.0 #66

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps pilosus/action-pip-license-checker from 0.7.1 to 2.0.0.

Release notes

Sourced from pilosus/action-pip-license-checker's releases.

v2 release

Release breaks backward compatibility by adding a mandatory Misc column to the reports no matter the verbosity level. See Changed sections for more details.

Changed

  • Misc column no longer depends on the verbosity level and is always shown. For stdout reports (default format) visibility of the column can be suppresed via custom formatter (e.g. %s %s %s to show only first three columns)
  • Default formatter option spans 4 columns (Dependency, License name, License type, Misc) and equals to %-35s %-55s %-20s %-40s.
  • totals report formatting assumes that the first two columns delimited with the same separator; the first separator is used (by default a single space)

Added

  • Report output input field report-format to support stdout (default tabular report printed to the standard output), json, json-pretty and csv formats

Fixed

  • Address the bug with supporting BigInteger in epoch, major, minor, and patch parts of the Python-native package versions

v1 release

No breaking changes are expected. Major version increase is mostly to get out of the 0-based Versioning vicious circle. It's also to state the fact that the action has reached certain level of maturity and used by many repos.

See changelog for:

Bugfix to check pre-release versions in case of == and === specifiers for Python native packages

Changed

  • Used pip-license-checker version 0.44.0: no breaking changes, bugfixes only

Release candidate: complete code rewrite from bash to babashka

No breaking changes are expected, but thourough testing is needed!

Please report problems to the discussion thread

Changed

  • Action code is rewritten from bash to babashka (#31)

Verbosity levels support & bugfixes for native Python packages

Changed

  • Used pip-license-checker version 0.43.0
  • Input field with-totals deprecated, use totals instead.
  • Input field table-headers deprecated, use headers instead.

Added

  • Input field verbose supports integer values: 0 (non-verbose), 1 (errors), 2 (errors, info), 3 (errors, info, debug) that correspond to a upstream's pip-license-checker cumulative -v option.

Fixed

... (truncated)

Changelog

Sourced from pilosus/action-pip-license-checker's changelog.

[v2.0.0] - 2023-04-14

Release breaks backward compatibility by adding a mandatory Misc column to the reports no matter the verbosity level. See Changed sections for more details.

Changed

  • Misc column no longer depends on the verbosity level and is always shown. For stdout reports (default format) visibility of the column can be suppresed via custom formatter (e.g. %s %s %s to show only first three columns)
  • Default formatter option spans 4 columns (Dependency, License name, License type, Misc) and equals to %-35s %-55s %-20s %-40s.
  • totals report formatting assumes that the first two columns delimited with the same separator; the first separator is used (by default a single space)

Added

  • Report output input field report-format to support stdout (default tabular report printed to the standard output), json, json-pretty and csv formats

Fixed

  • Address the bug with supporting BigInteger in epoch, major, minor, and patch parts of the Python-native package versions

[v1.0.0] - 2023-02-25

No breaking changes are expected. Major version increase is mostly to get out of the 0-based Versioning vicious circle. It's also to state the fact that the action has reached certain level of maturity and used by many repos.

See changelog for:

  • [v1.0.0-rc1]
  • [v1.0.0-rc2]

[v1.0.0-rc2] - 2023-02-25

Changed

  • Used pip-license-checker version 0.44.0: no breaking changes, bugfixes only

[v1.0.0-rc1] - 2023-02-20

Changed

  • Action code is rewritten from bash to babashka (#31)

... (truncated)

Commits

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 <dependency name> 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)

Bumps [pilosus/action-pip-license-checker](https://github.com/pilosus/action-pip-license-checker) from 0.7.1 to 2.0.0.
- [Release notes](https://github.com/pilosus/action-pip-license-checker/releases)
- [Changelog](https://github.com/pilosus/action-pip-license-checker/blob/main/CHANGELOG.md)
- [Commits](pilosus/action-pip-license-checker@v0.7.1...v2.0.0)

---
updated-dependencies:
- dependency-name: pilosus/action-pip-license-checker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 22, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2023

Dependabot tried to add @x as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/certego/BuffaLogs/pulls/66/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the certego/BuffaLogs repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants