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

build(dev-dependency): ⬆️ bump reuse from 2.1.0 to 3.0.1 #547

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps reuse from 2.1.0 to 3.0.1.

Release notes

Sourced from reuse's releases.

v3.0.1

Fixed

  • .qrc and .ui now have the HTML comment style instead of being marked uncommentable. (#896)
  • This reverts behaviour introduced in v3.0.0: the contents of uncommentable files are scanned for REUSE information again. The contents of binary files are not. (#896)

v3.0.0

This release contains a lot of small improvements and changes without anything big per se. Rather, it is made in advance of a release which will contain a single feature: REUSE.toml, a replacement for .reuse/dep5. .reuse/dep5 will still be supported as a deprecated feature for some time.

That future 3.1 release will have some alpha testing in advance.

Added

  • Implement handling LicenseRef in download and init. (#697)
  • Declared support for Python 3.12. (#846)
  • More file types are recognised:
    • TCL (.tcl) (#871)
    • Julia (.jl) (#815)
    • Modern Fortran (.f90) (#836)
    • Bazel (.bzl) (#870)
    • GNU Linker script (.ld) (#862)
    • Assembly code (.s) (#862)
    • Empty placeholders (.empty) (#862)
    • ShellCheck configuration (.shellcheckrc) (#862)
    • Pylint in-project configuration (pylintrc) (#862)
    • Lisp schemes (.sld, .sls, .sps) (#875)
  • Added comment styles:
    • csingle for Zig (.zig) and Hare (.ha) (#889)
  • Display recommendations for steps to fix found issues during a lint. (#698)
  • Add support for Pijul VCS. Pijul support is not added to the Docker image. (#858)
  • When running annotate on a file with an unrecognised file path, the tool currently exits early. To automatically create a .license file for unrecognised files, --fallback-dot-license has been added. (#823, #851, #853, #859; this took a while to get right.)
  • Ignore .sl directory as used by Sapling SCM. (#867)

Changed

  • Alpine Docker image now uses 3.18 as base. (#846)
  • The Git submodule detection was made less naïve. Where previously it detected a directory with a .git file as a submodule, it now uses the git command to

... (truncated)

Changelog

Sourced from reuse's changelog.

3.0.1 - 2024-01-19

Fixed

  • .qrc and .ui now have the HTML comment style instead of being marked uncommentable. (#896)
  • This reverts behaviour introduced in v3.0.0: the contents of uncommentable files are scanned for REUSE information again. The contents of binary files are not. (#896)

3.0.0 - 2024-01-17

This release contains a lot of small improvements and changes without anything big per se. Rather, it is made in advance of a release which will contain a single feature: REUSE.toml, a replacement for .reuse/dep5. .reuse/dep5 will still be supported as a deprecated feature for some time.

That future 3.1 release will have some alpha testing in advance.

Added

  • Implement handling LicenseRef in download and init. (#697)
  • Declared support for Python 3.12. (#846)
  • More file types are recognised:
    • TCL (.tcl) (#871)
    • Julia (.jl) (#815)
    • Modern Fortran (.f90) (#836)
    • Bazel (.bzl) (#870)
    • GNU Linker script (.ld) (#862)
    • Assembly code (.s) (#862)
    • Empty placeholders (.empty) (#862)
    • ShellCheck configuration (.shellcheckrc) (#862)
    • Pylint in-project configuration (pylintrc) (#862)
    • Lisp schemes (.sld, .sls, .sps) (#875)
  • Added comment styles:
    • csingle for Zig (.zig) and Hare (.ha) (#889)
  • Display recommendations for steps to fix found issues during a lint. (#698)
  • Add support for Pijul VCS. Pijul support is not added to the Docker image. (#858)
  • When running annotate on a file with an unrecognised file path, the tool currently exits early. To automatically create a .license file for unrecognised files, --fallback-dot-license has been added. (#823, #851, #853, #859; this took a while to get right.)
  • Ignore .sl directory as used by Sapling SCM. (#867)

Changed

  • Alpine Docker image now uses 3.18 as base. (#846)

... (truncated)

Commits
  • b450f17 Tidy up change log for 3.0.1
  • b7ee288 Bump version: 3.0.0 → 3.0.1
  • 03c7960 Update reuse.pot
  • 50a7474 Merge pull request #896 from carmenbianca/fix-uncommentable
  • 27e70a1 Add change log entry
  • 23018c2 Scan files with uncommentable file extensions anyway
  • b96c88c Do not mark commentable files as uncommentable
  • 120be91 Update reuse.pot
  • 6a74ddf Add unreleased to change log
  • e526972 Merge branch 'release-3.0.0'
  • 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 <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 [reuse](https://github.com/fsfe/reuse-tool) from 2.1.0 to 3.0.1.
- [Release notes](https://github.com/fsfe/reuse-tool/releases)
- [Changelog](https://github.com/fsfe/reuse-tool/blob/main/CHANGELOG.md)
- [Commits](fsfe/reuse-tool@v2.1.0...v3.0.1)

---
updated-dependencies:
- dependency-name: reuse
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added build Build System and Dependencies dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 22, 2024
@github-actions github-actions bot removed python Pull requests that update Python code build Build System and Dependencies labels Jan 22, 2024
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