Skip to content

chore(deps): bump korandoru/hawkeye from 5 to 6#5585

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/korandoru/hawkeye-6
Closed

chore(deps): bump korandoru/hawkeye from 5 to 6#5585
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/korandoru/hawkeye-6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps korandoru/hawkeye from 5 to 6.

Release notes

Sourced from korandoru/hawkeye's releases.

6.0.0 2025-01-28

Release Notes

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

Now, HawkEye would detect a leading BOM (Byte Order Mark) and remove it if it exists (#166). I tend to treat this as a bug fix, but it may affect the output of the header.

Install hawkeye 6.0.0

Install prebuilt binaries via shell script

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

Download hawkeye 6.0.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-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v5.9.1

Install hawkeye 5.9.1

Install prebuilt binaries via shell script

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

Download hawkeye 5.9.1

... (truncated)

Changelog

Sourced from korandoru/hawkeye's changelog.

CHANGELOG

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

[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

Now, HawkEye would detect a leading BOM (Byte Order Mark) and remove it if it exists (#166). I tend to treat this as a bug fix, but it may affect the output of the header.

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 5 to 6.
- [Release notes](https://github.com/korandoru/hawkeye/releases)
- [Changelog](https://github.com/korandoru/hawkeye/blob/main/CHANGELOG.md)
- [Commits](korandoru/hawkeye@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 1, 2025
@dependabot dependabot bot requested a review from Xuanwo as a code owner February 1, 2025 00:24
@github-actions github-actions bot added the releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell label Feb 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2025

Looks like korandoru/hawkeye is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 2, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/korandoru/hawkeye-6 branch February 2, 2025 07:55
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 github_actions Pull requests that update GitHub Actions code releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments