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

Changed: Bump termux/upload-release-action from c6bc73fa777109ac75c51ec3b6ae7841f45cb67a to be38c8779654f4639624df9900be569bf3c46893 #9

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

Bumps termux/upload-release-action from c6bc73fa777109ac75c51ec3b6ae7841f45cb67a to be38c8779654f4639624df9900be569bf3c46893.

Changelog

Sourced from termux/upload-release-action's changelog.

Changelog

[5.0.0] - STAGING

  • BREAKING: Generate checksum files similar to GNU Coreutils. This allows GNU's sha256sum -c <checksums-file> to be used along with md5sum -c <checksums-file>, and so on. Earlier format:
file1.txt	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
file2.txt	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
...

New format:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	file1.txt
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	file2.txt
  • BREAKING: Only print basename of files in checksum files. Previous behaviour was to use the path name as is provided in the glob (after expanding), or simply using the file_name parameter. This behaviour is inconsistent, since GitHub releases does not have this directory structure (basically it's missing). Earlier:
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	path/to/file.txt
...

Now:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	file.txt
...
  • feat: Allow setting checksums file name using checksums_file_name input. The variable optionally supports %algo% which will be replaced with the respective algorithm.

[4.1.0] - 2023-01-DD

  • Add support for generating checksums automatically

[4.0.2] - 2022-12-29

  • Prevent API overuse #5

[4.0.1] - 2022-12-28

  • Target Node.js v18 (EVENTUALLY REVERTED as Node.js v18 is not available for actions usage)

[4.0.0] - 2022-12-28

  • Added skip_of_no_glob_match input paramater. Setting this to true will supress error when no files are to be uploaded when no file matches the glob.
  • browser_download_url has now been replaced with browser_download_urls which is now an array of uploaded files.
  • Dependency updates (as usual)

[3.0.3] - 2022-04-24

  • Update all npm dependencies
  • Use yarn as a package manager
  • Fix lot's of legacy code that ceases to work with newer deps

[2.2.1] - 2020-12-16

  • Added support for the GitHub pagination API for repositories with many releases #36 (thanks @​djpohly)

... (truncated)

Commits
  • be38c87 build(deps): bump undici from 5.26.3 to 5.28.3
  • 5b0c3e5 build(deps-dev): bump eslint from 8.39.0 to 8.56.0 (#92)
  • b787f1e build(deps-dev): bump typescript from 5.0.4 to 5.3.3 (#91)
  • 2e1c910 build(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.6.0 (#86)
  • 6d83a48 build(deps): bump @​types/glob from 8.0.1 to 8.1.0 (#85)
  • 4b80e93 build(deps-dev): bump jest and @​types/jest (#82)
  • 09da486 build(deps-dev): bump eslint-plugin-github from 4.6.0 to 4.10.1 (#81)
  • 33414e3 build(deps-dev): bump @​vercel/ncc from 0.38.0 to 0.38.1 (#80)
  • 85d7a4d build(deps): bump @​babel/traverse from 7.17.9 to 7.23.2 (#78)
  • 6a5ea3e Bump @​actions/github from 5.1.1 to 6.0.0 (#76)
  • Additional commits viewable 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 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 [termux/upload-release-action](https://github.com/termux/upload-release-action) from c6bc73fa777109ac75c51ec3b6ae7841f45cb67a to be38c8779654f4639624df9900be569bf3c46893.
- [Release notes](https://github.com/termux/upload-release-action/releases)
- [Changelog](https://github.com/termux/upload-release-action/blob/master/CHANGELOG.md)
- [Commits](termux/upload-release-action@c6bc73f...be38c87)

---
updated-dependencies:
- dependency-name: termux/upload-release-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2024

Superseded by #10.

@dependabot dependabot bot closed this Apr 2, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/termux/upload-release-action-be38c8779654f4639624df9900be569bf3c46893 branch April 2, 2024 09:54
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.

0 participants