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 @github/hotkey from 2.3.1 to 3.1.0 #1527

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps @github/hotkey from 2.3.1 to 3.1.0.

Release notes

Sourced from @​github/hotkey's releases.

v3.1.0

What's Changed

Full Changelog: github/hotkey@v3.0.1...v3.1.0

v3.0.1

Re-releasing v3.0.0 due to a bad workflow configuration.

v3.0.0

Breaking changes

  • When Shift is used to type an uppercase letter, Shift+ will now be included in the hotkey string (github/hotkey#115). This means authors will need to update hotkey strings which contain capital letters to add Shift. For example, A becomes Shift+A, Mod+U because Mod+Shift+U.
  • The behavior of Mod and Meta has been made more consistent: on MacOS, when these keys are used with Shift, the resulting key name is now normalized to uppercase (github/hotkey#116). This allows using the same Mod shortcuts on Windows, Linux, and MacOS, but may require updating some hotkey strings to use uppercase letters. For example, Meta+Shift+a becomes Meta+Shift+A, and Mod+Shift+A will work as expected across all operating systems.
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 [@github/hotkey](https://github.com/github/hotkey) from 2.3.1 to 3.1.0.
- [Release notes](https://github.com/github/hotkey/releases)
- [Commits](github/hotkey@v2.3.1...v3.1.0)

---
updated-dependencies:
- dependency-name: "@github/hotkey"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from pixeldesu as a code owner December 18, 2023 09:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2023
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4c6f280) 95.71% compared to head (ac0ce22) 95.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1527   +/-   ##
=======================================
  Coverage   95.71%   95.71%           
=======================================
  Files         174      174           
  Lines        2706     2706           
=======================================
  Hits         2590     2590           
  Misses        116      116           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@pixeldesu pixeldesu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit e382755 into main Dec 20, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/github/hotkey-3.1.0 branch December 20, 2023 00: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant