dependabot[bot] opened a new pull request, #63543: URL: https://github.com/apache/airflow/pull/63543
Bumps [react-hotkeys-hook](https://github.com/JohannesKlauss/react-keymap-hook) from 4.6.1 to 5.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JohannesKlauss/react-keymap-hook/releases">react-hotkeys-hook's releases</a>.</em></p> <blockquote> <h2>v5.2.4</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1312">#1312</a> from JohannesKlauss/revert-1275-main 1197daf</li> <li>Revert Regression introduced in "Try to prevent events firing incorrectly when using <code>useKey: true</code>" 612e549</li> <li>Merge pull request <a href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1311">#1311</a> from ShrimpCryptid/feat/clarify-ishotkeypressed-multiple-key-behavior 0219c01</li> <li>doc: Updated wording on isHotkeyPressed key argument 9203b7f</li> <li>fix: Update documentation for <code>isHotkeyPressed</code> to describe arguments correctly 154eab9</li> </ul> <hr /> <p><a href="https://github.com/JohannesKlauss/react-keymap-hook/compare/v5.2.3...v5.2.4">https://github.com/JohannesKlauss/react-keymap-hook/compare/v5.2.3...v5.2.4</a></p> <h2>v5.2.3</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): update dependency vite to v7.1.11 [security] by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1296">JohannesKlauss/react-hotkeys-hook#1296</a></li> <li>feat: add metadata support for hotkeys by <a href="https://github.com/pkulcsarnr"><code>@pkulcsarnr</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1299">JohannesKlauss/react-hotkeys-hook#1299</a></li> <li>chore(deps): update dependency vitest to v4 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1307">JohannesKlauss/react-hotkeys-hook#1307</a></li> <li>chore(deps): update actions/setup-node action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1306">JohannesKlauss/react-hotkeys-hook#1306</a></li> <li>chore(deps): update actions/checkout action to v6 by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1305">JohannesKlauss/react-hotkeys-hook#1305</a></li> <li>fix(deps): update all non-major dependencies by <a href="https://github.com/renovate"><code>@renovate</code></a>[bot] in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1304">JohannesKlauss/react-hotkeys-hook#1304</a></li> <li>Try to prevent events firing incorrectly when using <code>useKey: true</code> by <a href="https://github.com/matiastucci"><code>@matiastucci</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1275">JohannesKlauss/react-hotkeys-hook#1275</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pkulcsarnr"><code>@pkulcsarnr</code></a> made their first contribution in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1299">JohannesKlauss/react-hotkeys-hook#1299</a></li> <li><a href="https://github.com/matiastucci"><code>@matiastucci</code></a> made their first contribution in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1275">JohannesKlauss/react-hotkeys-hook#1275</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v5.2.1...v5.2.3">https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v5.2.1...v5.2.3</a></p> <h2>v5.2.1</h2> <ul> <li>fmt 73ea06f</li> <li>remove unused script 160f872</li> <li>fix dependencies 4c89bcb</li> <li>Updated CHANGELOG.md ce7f732</li> <li>Add sideEffects field to package.json f464e05</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v5.2.0...v5.2.1">https://github.com/JohannesKlauss/react-hotkeys-hook/compare/v5.2.0...v5.2.1</a></p> <h2>v5.2.0</h2> <p><a href="https://github.com/JohannesKlauss/react-keymap-hook/compare/v5.1.0...v5.2.0">https://github.com/JohannesKlauss/react-keymap-hook/compare/v5.1.0...v5.2.0</a></p> <h2>What's Changed</h2> <ul> <li>Added biome as formatter & linter by <a href="https://github.com/JohannesKlauss"><code>@JohannesKlauss</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1255">JohannesKlauss/react-hotkeys-hook#1255</a></li> <li>Update README.md by <a href="https://github.com/iakuraa"><code>@iakuraa</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1294">JohannesKlauss/react-hotkeys-hook#1294</a></li> <li>Include aria roles in ignores by <a href="https://github.com/stutrek"><code>@stutrek</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1291">JohannesKlauss/react-hotkeys-hook#1291</a></li> <li>Fix missing hotkey prop by <a href="https://github.com/ljani"><code>@ljani</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1287">JohannesKlauss/react-hotkeys-hook#1287</a></li> <li>Add more details on <code>mod</code> modifier by <a href="https://github.com/mickaelzhang"><code>@mickaelzhang</code></a> in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1293">JohannesKlauss/react-hotkeys-hook#1293</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/iakuraa"><code>@iakuraa</code></a> made their first contribution in <a href="https://redirect.github.com/JohannesKlauss/react-hotkeys-hook/pull/1294">JohannesKlauss/react-hotkeys-hook#1294</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/f66fe2aca93bb9529d1996574b95eaabc559fe42"><code>f66fe2a</code></a> 5.2.4</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/1197daf1146e644d79ec73f39e4e0b8629fadd7a"><code>1197daf</code></a> Merge pull request <a href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1312">#1312</a> from JohannesKlauss/revert-1275-main</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/612e5498fe914ff62cc7f03f1c566065f5f07565"><code>612e549</code></a> Revert "Try to prevent events firing incorrectly when using <code>useKey: true</code>"</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/0219c0165e58c932e169611334e4d9318a131aac"><code>0219c01</code></a> Merge pull request <a href="https://redirect.github.com/JohannesKlauss/react-keymap-hook/issues/1311">#1311</a> from ShrimpCryptid/feat/clarify-ishotkeypressed-mult...</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/9203b7f11e5c350276d04f9c2faa12222f2f9afe"><code>9203b7f</code></a> doc: Updated wording on isHotkeyPressed key argument</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/154eab9094aa2f9fa8b9a8f3a337f4a882313fca"><code>154eab9</code></a> fix: Update documentation for <code>isHotkeyPressed</code> to describe arguments correctly</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/ae74e905690a69e950ee8b23cd883d874eff2028"><code>ae74e90</code></a> copy readme</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/8c0f32cd3f1d5b24fc93e603235ca9490df10b44"><code>8c0f32c</code></a> Change homepage</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/19cf28f9ed9dccebd38fc17461c2c625397d6c50"><code>19cf28f</code></a> bump version</li> <li><a href="https://github.com/JohannesKlauss/react-hotkeys-hook/commit/2d0b87c6b9ffeaaea6a1a6964e804fa115086d60"><code>2d0b87c</code></a> Set correct version in sub package</li> <li>Additional commits viewable in <a href="https://github.com/JohannesKlauss/react-keymap-hook/compare/v4.6.1...v5.2.4">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
