termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
31.28k stars 3.32k forks source link

Changed: Bump termux/upload-release-action from 4.1.0 to 4.2.0 #3906

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps termux/upload-release-action from 4.1.0 to 4.2.0.

Release notes

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

v4.2.0

Update nodejs version to use, and various js dependencies.

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.
Commits
  • 6abbd3d build(deps-dev): bump @​typescript-eslint/parser from 6.8.0 to 7.4.0
  • 6ed2699 build(deps-dev): bump @​types/node from 20.8.6 to 20.12.2
  • 609ad07 build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2
  • 28f6819 build(deps-dev): bump prettier from 2.8.8 to 3.2.5
  • 4902122 build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.9.0
  • 9fba6db build(deps-dev): bump @​types/jest from 29.5.11 to 29.5.12
  • 34f86e9 build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2
  • d2650d1 upgrade node.js to node20
  • 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)
  • 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)