Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Bumps korandoru/hawkeye from 6.2.0 to 6.3.0.

Release notes

Sourced from korandoru/hawkeye's releases.

6.3.0 2025-10-09

Release Notes

New features

  • Add distribution against musl libc (#196).

Install hawkeye 6.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.3.0/hawkeye-installer.sh | sh

Download hawkeye 6.3.0

File Platform Checksum
hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum
hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum
hawkeye-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
hawkeye-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
hawkeye-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from korandoru/hawkeye's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

[6.3.0] 2025-10-09

New features

  • Add distribution against musl libc (#196).

[6.2.0] 2025-08-25

New features

  • Supports format Vue files: pattern = "vue" and headerType = "XML_STYLE".
  • Supports format Containerfile files: pattern = "Containerfile" and headerType = "SCRIPT_STYLE".
  • Add a shared flag to store lists of files to change (#194).

[6.1.1] 2025-06-11

New features

  • Supports format CommonJS files: pattern = "cjs" and headerType = "SLASHSTAR_STYLE".
  • Supports format Verilog files: pattern = "v" and headerType = "SLASHSTAR_STYLE".
  • Supports format SystemVerilog files: pattern = "sv" and headerType = "SLASHSTAR_STYLE".

[6.1.0] 2025-06-06

New features

  • attrs.disk_file_created_year can be used to replace nonexisting Git attrs like {{attrs.git_file_created_year if attrs.git_file_created_year else attrs.disk_file_created_year }}

[6.0.0] 2025-01-28

Breaking changes

Now, HawkEye uses MiniJinja as the template engine.

All the properties configured will be passed to the template engine as the props value, and thus:

  • Previous ${property} should be replaced with {{ props["property"] }}.
  • Previous built-in variables hawkeye.core.filename is now attrs.filename.
  • Previous built-in variables hawkeye.git.fileCreatedYear is now attrs.git_file_created_year.
  • Previous built-in variables hawkeye.git.fileModifiedYear is now attrs.git_file_modified_year.

New properties:

  • attrs.git_authors is a collection of authors of the file. You can join them with , to get a string by {{ attrs.git_authors | join(", ") }}.

Notable changes

... (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 [korandoru/hawkeye](https://github.com/korandoru/hawkeye) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/korandoru/hawkeye/releases)
- [Changelog](https://github.com/korandoru/hawkeye/blob/main/CHANGELOG.md)
- [Commits](korandoru/hawkeye@c3d9887...2f80559)

---
updated-dependencies:
- dependency-name: korandoru/hawkeye
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2025

Labels

The following labels could not be found: auto-dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2025

Looks like korandoru/hawkeye is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Oct 23, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/korandoru/hawkeye-6.3.0 branch October 23, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants