Skip to content

Commit 2a9a85e

Browse files
committed
Auto merge of #4459 - rust-lang:renovate/ember-keyboard-7.x, r=Turbo87
Update dependency ember-keyboard to v7.0.1 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-keyboard](https://github.com/adopted-ember-addons/ember-keyboard) | [`7.0.0` -> `7.0.1`](https://renovatebot.com/diffs/npm/ember-keyboard/7.0.0/7.0.1) | [![age](https://badges.renovateapi.com/packages/npm/ember-keyboard/7.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-keyboard/7.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-keyboard/7.0.1/compatibility-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-keyboard/7.0.1/confidence-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>adopted-ember-addons/ember-keyboard</summary> ### [`v7.0.1`](https://github.com/adopted-ember-addons/ember-keyboard/blob/HEAD/CHANGELOG.md#v701-2022-01-18) [Compare Source](https://github.com/adopted-ember-addons/ember-keyboard/compare/v7.0.0...v7.0.1) ##### 🚀 Enhancement - [#&#8203;557](https://github.com/adopted-ember-addons/ember-keyboard/pull/557) Add disableOnInputFields option, which allows to automatically disable keyboard events on all input fields ([`@&#8203;st-h](https://github.com/st-h))` ##### 🏠 Internal - [#&#8203;570](https://github.com/adopted-ember-addons/ember-keyboard/pull/570) Bump webpack from 5.65.0 to 5.66.0 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` - [#&#8203;571](https://github.com/adopted-ember-addons/ember-keyboard/pull/571) Bump follow-redirects from 1.5.7 to 1.14.7 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` - [#&#8203;572](https://github.com/adopted-ember-addons/ember-keyboard/pull/572) Bump engine.io from 6.1.0 to 6.1.1 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` - [#&#8203;573](https://github.com/adopted-ember-addons/ember-keyboard/pull/573) Bump marked from 4.0.9 to 4.0.10 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` - [#&#8203;574](https://github.com/adopted-ember-addons/ember-keyboard/pull/574) Bump ember-auto-import from 2.2.4 to 2.3.0 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` - [#&#8203;575](https://github.com/adopted-ember-addons/ember-keyboard/pull/575) Bump release-it from 14.12.1 to 14.12.3 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` - [#&#8203;576](https://github.com/adopted-ember-addons/ember-keyboard/pull/576) Bump [`@&#8203;embroider/test-setup](https://github.com/embroider/test-setup)` from 0.50.0 to 0.50.2 ([`@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot))` ##### Committers: 1 - Steve ([`@&#8203;st-h](https://github.com/st-h))` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents eb02906 + 445e7e9 commit 2a9a85e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"ember-exam": "7.0.1",
9595
"ember-export-application-global": "2.0.1",
9696
"ember-fetch": "8.1.1",
97-
"ember-keyboard": "7.0.0",
97+
"ember-keyboard": "7.0.1",
9898
"ember-link": "1.3.1",
9999
"ember-load-initializers": "2.1.2",
100100
"ember-modifier": "3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6734,10 +6734,10 @@ [email protected], "ember-inflector@^2.0.0 || ^3.0.0 || ^4.0.2", ember-infle
67346734
dependencies:
67356735
ember-cli-babel "^7.26.5"
67366736

6737-
6738-
version "7.0.0"
6739-
resolved "https://registry.yarnpkg.com/ember-keyboard/-/ember-keyboard-7.0.0.tgz#97b0675650c11333d440161752abb71630dbdd5d"
6740-
integrity sha512-NuFZqIU1SahX0dFWqBJ8rD30cQF92RbuVPwbHTYU0SJFhVltYen6G66b3u2PkshK/WpdGHDL8XS+hZvpsoP2DA==
6737+
6738+
version "7.0.1"
6739+
resolved "https://registry.yarnpkg.com/ember-keyboard/-/ember-keyboard-7.0.1.tgz#6cf336efd4ea6cb69ec93d20fb0b819bd7241a9d"
6740+
integrity sha512-MKK9/3yzn30ekmFAQO7z+okCQa7Z5wCSI5m7lR3EL2dMIeRd/9eeLhbQNCU00Slx+GjwsGyCEWPqIQmekFJxpQ==
67416741
dependencies:
67426742
ember-cli-babel "^7.26.6"
67436743
ember-cli-htmlbars "^6.0.1"

0 commit comments

Comments
 (0)