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

Bump korandoru/hawkeye from 5 to 6 #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 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] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2025

The following labels could not be found: auto-dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants