Skip to content

Conversation

@dependabot-preview
Copy link

Bumps ember-keyboard from 5.0.0 to 6.0.2.

Release notes

Sourced from ember-keyboard's releases.

Release 6.0.2

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 4

Release 6.0.1

🏠 Internal

Committers: 2

Release 6.0.0

This major release sports new Octane-friendly API. You can see examples and read about the reasons for the API choices in our API Design doc.

Upgrading from ember-keyboard 5.0.0 to 6.0.0

ember-keyboard 6.0.0-beta.1 introduces new APIs to bring ember-keyboard into the Ember Octane era. The old mixins-based API still works but is deprecated in this release and slated for removal in version 7.

Version 6 requires Ember 3.8 or higher, so if you are on a version of Ember before that, you should stick with 5.0.0 until you are able to upgrade your app's Ember version.

If your app is on a recent version of Ember, you are good to go. The path is to upgrade to ember-keyboard 6.x and you can iteratively update to the new APIs until you have no more deprecation warnings left.

The deprecations page discusses migration paths for each warning you may encounter, but our broader advice is to consider moving as much of your keyboard handling logic to templates as possible. We think that you'll find the on-key helper and modifier to be very convenient to work with. The decorator API (which required ember 3.10 or higher) is closest equivalent to the mixins API, but it should be used sparingly in situations where the template approach isn't a good fit.

Changelog

Sourced from ember-keyboard's changelog.

v6.0.2 (2020-10-30)

🚀 Enhancement

📝 Documentation

🏠 Internal

Committers: 4

v6.0.1 (2020-09-07)

🏠 Internal

Committers: 2

v6.0.0 (2020-06-10)

This major release sports new Octane-friendly API. You can see examples and read about the reasons for the API choices in our API Design doc.

Commits
  • 4ec70ac Release 6.0.2
  • 669e865 Remove ember-cli-update from package.json
  • 1a59c2a yarn-deduplicate'd
  • 4c5f52c Merge pull request #288 from adopted-ember-addons/dependabot/npm_and_yarn/rel...
  • a4e68b0 Merge pull request #287 from adopted-ember-addons/dependabot/npm_and_yarn/emb...
  • b325fc0 Merge pull request #286 from adopted-ember-addons/dependabot/npm_and_yarn/mar...
  • 964c4eb Bump release-it from 14.0.3 to 14.2.0
  • 89f3371 Bump ember-angle-bracket-invocation-polyfill from 2.1.0 to 3.0.0
  • e771ce0 Bump marked from 1.1.1 to 1.2.2
  • 1762c34 Merge pull request #249 from adopted-ember-addons/dependabot/npm_and_yarn/emb...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lukemelia, a new releaser for ember-keyboard since your current version.


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 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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
@dependabot-preview
Copy link
Author

Superseded by #354.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-keyboard-6.0.2 branch May 31, 2021 05:06
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant