Update dependency reuse to v0.14.0 #92

Merged
Brain merged 1 commits from renovate/reuse-0.x into main 2024-08-22 19:52:25 +02:00
Member

This PR contains the following updates:

Package Type Update Change
reuse (source) dev-packages minor ==0.13.0 -> ==0.14.0

Release Notes

fsfe/reuse-tool (reuse)

v0.14.0

Compare Source

Happy holidays! This is mainly a maintenance release fixing some subcommands and
adding loads of supported file types and file names. However, you can also enjoy
the supported-licenses subcommand and the --quiet flag for linting as well
as better suggestions for license identifiers. Thanks to everyone who
contributed!

Added
  • supported-licenses command that lists all licenses supported by REUSE (#​401)
  • --quiet switch to the lint command (#​402)
  • Better suggestions for faulty SPDX license identifiers in download and
    init (#​416)
  • Python 3.10 support declared
  • More file types are recognised:
    • Apache FreeMarker Template Language (.ftl)
    • AsciiDoc (.adoc, .asc, .asciidoc)
    • Bibliography (.csl)
    • C++ (.cc and .hh)
    • GraphQL (.graphql)
    • Handlebars (.hbs)
    • Markdown-linter config (.mdlrc)
    • MS Office (.doc, .xls, .pptx and many more)
    • Nimble (.nim.cfg, .nimble)
    • Open Document Format (.odt, .ods, .fodp and many more)
    • Perl plain old documentation (.pod)
    • Portable document format (.pdf)
    • Protobuf files (.proto)
    • Soy templates (.soy)
    • SuperCollider (.sc, .scsyndef)
    • Turtle/RDF (.ttl)
    • V-Lang (.v, .vsh)
    • Vue.js (.vue)
  • More file names are recognised:
    • Doxygen (Doxyfile)
    • ESLint (.eslintignore and .eslintrc)
    • Meson options file (meson_options.txt)
    • NPM ignore (.npmignore)
    • Podman container files (Containerfile)
    • SuperCollider (archive.sctxar)
    • Yarn package manager (.yarn.lock and .yarnrc)
Changed
  • Updated SPDX license list to 3.15
Fixed
  • Fix Extensible Stylesheet Language (.xsl) to use HTML comment syntax
  • Allow creating .license file for write-protected files (#​347) (#​418)
  • Do not break XML files special first line (#​378)
  • Make download subcommand work correctly outside of project root and with
    --root (#​430)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reuse](https://reuse.software/) ([source](https://github.com/fsfe/reuse-tool)) | dev-packages | minor | `==0.13.0` -> `==0.14.0` | --- ### Release Notes <details> <summary>fsfe/reuse-tool (reuse)</summary> ### [`v0.14.0`](https://github.com/fsfe/reuse-tool/blob/HEAD/CHANGELOG.md#0140---2021-12-27) [Compare Source](https://github.com/fsfe/reuse-tool/compare/v0.13.0...v0.14.0) Happy holidays! This is mainly a maintenance release fixing some subcommands and adding loads of supported file types and file names. However, you can also enjoy the `supported-licenses` subcommand and the `--quiet` flag for linting as well as better suggestions for license identifiers. Thanks to everyone who contributed! ##### Added - `supported-licenses` command that lists all licenses supported by REUSE ([#&#8203;401](https://github.com/fsfe/reuse-tool/issues/401)) - `--quiet` switch to the `lint` command ([#&#8203;402](https://github.com/fsfe/reuse-tool/issues/402)) - Better suggestions for faulty SPDX license identifiers in `download` and `init` ([#&#8203;416](https://github.com/fsfe/reuse-tool/issues/416)) - Python 3.10 support declared - More file types are recognised: - Apache FreeMarker Template Language (`.ftl`) - AsciiDoc (`.adoc`, `.asc`, `.asciidoc`) - Bibliography (`.csl`) - C++ (`.cc` and `.hh`) - GraphQL (`.graphql`) - Handlebars (`.hbs`) - Markdown-linter config (`.mdlrc`) - MS Office (`.doc`, `.xls`, `.pptx` and many more) - Nimble (`.nim.cfg`, `.nimble`) - Open Document Format (`.odt`, `.ods`, `.fodp` and many more) - Perl plain old documentation (`.pod`) - Portable document format (`.pdf`) - Protobuf files (`.proto`) - Soy templates (`.soy`) - SuperCollider (`.sc`, `.scsyndef`) - Turtle/RDF (`.ttl`) - V-Lang (`.v`, `.vsh`) - Vue.js (`.vue`) - More file names are recognised: - Doxygen (`Doxyfile`) - ESLint (`.eslintignore` and `.eslintrc`) - Meson options file (`meson_options.txt`) - NPM ignore (`.npmignore`) - Podman container files (`Containerfile`) - SuperCollider (`archive.sctxar`) - Yarn package manager (`.yarn.lock` and `.yarnrc`) ##### Changed - Updated SPDX license list to 3.15 ##### Fixed - Fix Extensible Stylesheet Language (`.xsl`) to use HTML comment syntax - Allow creating .license file for write-protected files ([#&#8203;347](https://github.com/fsfe/reuse-tool/issues/347)) ([#&#8203;418](https://github.com/fsfe/reuse-tool/issues/418)) - Do not break XML files special first line ([#&#8203;378](https://github.com/fsfe/reuse-tool/issues/378)) - Make `download` subcommand work correctly outside of project root and with `--root` ([#&#8203;430](https://github.com/fsfe/reuse-tool/issues/430)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-22 16:35:44 +02:00
Update dependency reuse to v0.14.0
All checks were successful
continuous-integration/drone/pr Build is passing
de60ec0d46
Brain merged commit 812913ffe2 into main 2024-08-22 19:52:25 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-backend#92
No description provided.