dependabot[bot] opened a new pull request, #14354: URL: https://github.com/apache/datafusion/pull/14354
Bumps [korandoru/hawkeye](https://github.com/korandoru/hawkeye) from 5 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/korandoru/hawkeye/releases">korandoru/hawkeye's releases</a>.</em></p> <blockquote> <h2>6.0.0 2025-01-28</h2> <h2>Release Notes</h2> <h3>Breaking changes</h3> <p>Now, HawkEye uses MiniJinja as the template engine.</p> <p>All the <code>properties</code> configured will be passed to the template engine as the <code>props</code> value, and thus:</p> <ul> <li>Previous <code>${property}</code> should be replaced with <code>{{ props["property"] }}</code>.</li> <li>Previous built-in variables <code>hawkeye.core.filename</code> is now <code>attrs.filename</code>.</li> <li>Previous built-in variables <code>hawkeye.git.fileCreatedYear</code> is now <code>attrs.git_file_created_year</code>.</li> <li>Previous built-in variables <code>hawkeye.git.fileModifiedYear</code> is now <code>attrs.git_file_modified_year</code>.</li> </ul> <p>New properties:</p> <ul> <li><code>attrs.git_authors</code> is a collection of authors of the file. You can join them with <code>, </code> to get a string by <code>{{ attrs.git_authors | join(", ") }}</code>.</li> </ul> <h3>Notable changes</h3> <p>Now, HawkEye would detect a leading BOM (Byte Order Mark) and remove it if it exists (<a href="https://redirect.github.com/korandoru/hawkeye/issues/166">#166</a>). I tend to treat this as a bug fix, but it may affect the output of the header.</p> <h2>Install hawkeye 6.0.0</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-installer.sh | sh </code></pre> <h2>Download hawkeye 6.0.0</h2> <table> <thead> <tr> <th>File</th> <th>Platform</th> <th>Checksum</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-aarch64-apple-darwin.tar.xz">hawkeye-aarch64-apple-darwin.tar.xz</a></td> <td>Apple Silicon macOS</td> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-aarch64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-x86_64-apple-darwin.tar.xz">hawkeye-x86_64-apple-darwin.tar.xz</a></td> <td>Intel macOS</td> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-x86_64-apple-darwin.tar.xz.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-x86_64-pc-windows-msvc.zip">hawkeye-x86_64-pc-windows-msvc.zip</a></td> <td>x64 Windows</td> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-x86_64-pc-windows-msvc.zip.sha256">checksum</a></td> </tr> <tr> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-x86_64-unknown-linux-gnu.tar.xz">hawkeye-x86_64-unknown-linux-gnu.tar.xz</a></td> <td>x64 Linux</td> <td><a href="https://github.com/korandoru/hawkeye/releases/download/v6.0.0/hawkeye-x86_64-unknown-linux-gnu.tar.xz.sha256">checksum</a></td> </tr> </tbody> </table> <h2>v5.9.1</h2> <h2>Install hawkeye 5.9.1</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v5.9.1/hawkeye-installer.sh | sh </code></pre> <h2>Download hawkeye 5.9.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/korandoru/hawkeye/blob/main/CHANGELOG.md">korandoru/hawkeye's changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <p>All notable changes to this project will be documented in this file.</p> <h2>[6.0.0] 2025-01-28</h2> <h3>Breaking changes</h3> <p>Now, HawkEye uses MiniJinja as the template engine.</p> <p>All the <code>properties</code> configured will be passed to the template engine as the <code>props</code> value, and thus:</p> <ul> <li>Previous <code>${property}</code> should be replaced with <code>{{ props["property"] }}</code>.</li> <li>Previous built-in variables <code>hawkeye.core.filename</code> is now <code>attrs.filename</code>.</li> <li>Previous built-in variables <code>hawkeye.git.fileCreatedYear</code> is now <code>attrs.git_file_created_year</code>.</li> <li>Previous built-in variables <code>hawkeye.git.fileModifiedYear</code> is now <code>attrs.git_file_modified_year</code>.</li> </ul> <p>New properties:</p> <ul> <li><code>attrs.git_authors</code> is a collection of authors of the file. You can join them with <code>, </code> to get a string by <code>{{ attrs.git_authors | join(", ") }}</code>.</li> </ul> <h3>Notable changes</h3> <p>Now, HawkEye would detect a leading BOM (Byte Order Mark) and remove it if it exists (<a href="https://redirect.github.com/korandoru/hawkeye/issues/166">#166</a>). I tend to treat this as a bug fix, but it may affect the output of the header.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/korandoru/hawkeye/commit/479470ff6bae2e70ac6b56ff9b1bf8ee14de9af2"><code>479470f</code></a> chore: release 6.0.0</li> <li><a href="https://github.com/korandoru/hawkeye/commit/1467c23fc6d4ce4e6fb5d23743cfcb36dd2a358c"><code>1467c23</code></a> feat: render by minijnja and support git authors (<a href="https://redirect.github.com/korandoru/hawkeye/issues/169">#169</a>)</li> <li><a href="https://github.com/korandoru/hawkeye/commit/223367e14afc21370b055f0a9c37e7fba209fbd9"><code>223367e</code></a> fix: skip leading bom if exist (<a href="https://redirect.github.com/korandoru/hawkeye/issues/166">#166</a>)</li> <li>See full diff in <a href="https://github.com/korandoru/hawkeye/compare/v5...v6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org