Skip to content

Commit 33851ec

Browse files
committed
Auto merge of #3824 - rust-lang:renovate/ember-test-helpers-2.x, r=Turbo87
Update dependency @ember/test-helpers to v2.4.0 [![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/test-helpers](https://github.com/emberjs/ember-test-helpers)` | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/`@ember%2ftest-helpers/2.3.0/2.4.0)` | [![age](https://badges.renovateapi.com/packages/npm/`@ember%2ftest-helpers/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![adoption](https://badges.renovateapi.com/packages/npm/`@ember%2ftest-helpers/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)` | [![passing](https://badges.renovateapi.com/packages/npm/`@ember%2ftest-helpers/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/)` | [![confidence](https://badges.renovateapi.com/packages/npm/`@ember%2ftest-helpers/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/)` | --- ### Release Notes <details> <summary>emberjs/ember-test-helpers</summary> ### [`v2.4.0`](https://github.com/emberjs/ember-test-helpers/blob/master/CHANGELOG.md#v240-2021-08-09) [Compare Source](https://github.com/emberjs/ember-test-helpers/compare/v2.3.0...v2.4.0) ##### 🚀 Enhancement - [#&#8203;1078](https://github.com/emberjs/ember-test-helpers/pull/1078) Expose warning management primitives ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` ##### 🐛 Bug Fix - [#&#8203;1070](https://github.com/emberjs/ember-test-helpers/pull/1070) Fix an invalid keyCode mapping ([`@&#8203;CvX](https://github.com/CvX))` ##### 🏠 Internal - [#&#8203;1102](https://github.com/emberjs/ember-test-helpers/pull/1102) Pin release-it to 14.10.1 due to Node 10 incompatiblities ([`@&#8203;rwjblue](https://github.com/rwjblue))` - [#&#8203;1101](https://github.com/emberjs/ember-test-helpers/pull/1101) Bring back `{{#in-element}}` test in ember-classic ([`@&#8203;rwjblue](https://github.com/rwjblue))` - [#&#8203;1099](https://github.com/emberjs/ember-test-helpers/pull/1099) re-roll the lockfile + re-run prettier ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1097](https://github.com/emberjs/ember-test-helpers/pull/1097) Additional ember init related modernizations ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1096](https://github.com/emberjs/ember-test-helpers/pull/1096) Partially application of `ember init` to “modernize” code-base ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1095](https://github.com/emberjs/ember-test-helpers/pull/1095) Workaround `{{in-element}}` failure in `classic` edition tests ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1094](https://github.com/emberjs/ember-test-helpers/pull/1094) Update the local tests to avoid `this.render` and `this.clearRenders` deprecation ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1084](https://github.com/emberjs/ember-test-helpers/pull/1084) Upgrade ember-cli to 3.27 ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1081](https://github.com/emberjs/ember-test-helpers/pull/1081) timeout GH Actions jobs after 10 minutes ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [#&#8203;1080](https://github.com/emberjs/ember-test-helpers/pull/1080) Fix ember-canary related issue in tests ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` ##### Committers: 4 - Jarek Radosz ([`@&#8203;CvX](https://github.com/CvX))` - Robert Jackson ([`@&#8203;rwjblue](https://github.com/rwjblue))` - Stefan Penner ([`@&#8203;stefanpenner](https://github.com/stefanpenner))` - [`@&#8203;dependabot-preview\[bot\]](https://github.com/apps/dependabot-preview)` </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, check this box. --- 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 13bb603 + e51fb22 commit 33851ec

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@ember/optional-features": "2.0.0",
5353
"@ember/render-modifiers": "1.0.2",
54-
"@ember/test-helpers": "2.3.0",
54+
"@ember/test-helpers": "2.4.0",
5555
"@embroider/compat": "0.43.5",
5656
"@embroider/core": "0.43.5",
5757
"@embroider/webpack": "0.43.5",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,28 +1165,28 @@
11651165
dependencies:
11661166
ember-cli-babel "^7.4.0"
11671167

1168-
"@ember/test-helpers@2.3.0":
1169-
version "2.3.0"
1170-
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.3.0.tgz#dcd49ecab7b66e7ca02fdc6fcae88cb426c0b60f"
1171-
integrity sha512-MwG80aJj5NO19CgHHIQyrSXwzo0Xz0Vfx3MrvbzkqZSYowyazOrve8/UEt00ot6h3JxCVnbvL6rY/+G41pLE3A==
1168+
"@ember/test-helpers@2.4.0":
1169+
version "2.4.0"
1170+
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.4.0.tgz#4680783cfad9c474de8a47dd30cc63f4bf8d70ef"
1171+
integrity sha512-tNYc7rsgr6vWfwSD7dkGZzCovrbdPdPwdqs1Q3m38rCGry00PUNadFGM4LL8T/4YmJMghAri3FpVv685ZPVBUA==
11721172
dependencies:
1173-
"@ember/test-waiters" "^2.4.4"
1173+
"@ember/test-waiters" "^2.4.5"
11741174
broccoli-debug "^0.6.5"
1175-
broccoli-funnel "^3.0.6"
1175+
broccoli-funnel "^3.0.8"
11761176
ember-cli-babel "^7.26.6"
11771177
ember-cli-htmlbars "^5.7.1"
11781178
ember-destroyable-polyfill "^2.0.3"
11791179

1180-
"@ember/test-waiters@^2.3.0", "@ember/test-waiters@^2.4.3", "@ember/test-waiters@^2.4.4":
1181-
version "2.4.4"
1182-
resolved "https://registry.yarnpkg.com/@ember/test-waiters/-/test-waiters-2.4.4.tgz#4239d4cd9c60dc081d83e031463c22a628db028e"
1183-
integrity sha512-dhz4WplPWEPZ0Z8iJBI0uvUurv6Sk4aogNiI1XQxDXDNT13aE4WI/uQdsZXZtC+4xOUkz5V6Ob7iaEHDMixjbw==
1180+
"@ember/test-waiters@^2.3.0", "@ember/test-waiters@^2.4.3", "@ember/test-waiters@^2.4.5":
1181+
version "2.4.5"
1182+
resolved "https://registry.yarnpkg.com/@ember/test-waiters/-/test-waiters-2.4.5.tgz#6e8e34d1bc46a9b0cc22cb11cc5936046e926031"
1183+
integrity sha512-833JvHtHdEfBfKXgvmw+6oziFOpVfD4NQrc04Ztj59A11K9FPNfZ3P8YydL7LFTtdd7UfJ/cYCLAm+OwUxbotQ==
11841184
dependencies:
11851185
calculate-cache-key-for-tree "^2.0.0"
1186-
ember-cli-babel "^7.26.2"
1186+
ember-cli-babel "^7.26.6"
11871187
ember-cli-typescript "^4.1.0"
11881188
ember-cli-version-checker "^5.1.2"
1189-
semver "^7.3.2"
1189+
semver "^7.3.5"
11901190

11911191
"@embroider/[email protected]":
11921192
version "0.43.5"
@@ -4302,7 +4302,7 @@ broccoli-funnel@^2.0.0, broccoli-funnel@^2.0.1, broccoli-funnel@^2.0.2:
43024302
symlink-or-copy "^1.0.0"
43034303
walk-sync "^0.3.1"
43044304

4305-
broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2, broccoli-funnel@^3.0.3, broccoli-funnel@^3.0.6, broccoli-funnel@^3.0.7:
4305+
broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2, broccoli-funnel@^3.0.3, broccoli-funnel@^3.0.7, broccoli-funnel@^3.0.8:
43064306
version "3.0.8"
43074307
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.8.tgz#f5b62e2763c3918026a15a3c833edc889971279b"
43084308
integrity sha512-ng4eIhPYiXqMw6SyGoxPHR3YAwEd2lr9FgBI1CyTbspl4txZovOsmzFkMkGAlu88xyvYXJqHiM2crfLa65T1BQ==
@@ -6294,7 +6294,7 @@ ember-cli-babel-plugin-helpers@^1.0.0, ember-cli-babel-plugin-helpers@^1.1.0, em
62946294
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.1.tgz#5016b80cdef37036c4282eef2d863e1d73576879"
62956295
integrity sha512-sKvOiPNHr5F/60NLd7SFzMpYPte/nnGkq/tMIfXejfKHIhaiIkYFqX8Z9UFTKWLLn+V7NOaby6niNPZUdvKCRw==
62966296

6297-
[email protected], ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.17.2, ember-cli-babel@^7.18.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.23.0, ember-cli-babel@^7.23.1, ember-cli-babel@^7.26.2, ember-cli-babel@^7.26.3, ember-cli-babel@^7.26.4, ember-cli-babel@^7.26.5, ember-cli-babel@^7.26.6, ember-cli-babel@^7.4.0, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3:
6297+
[email protected], ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.10.0, ember-cli-babel@^7.11.1, ember-cli-babel@^7.13.0, ember-cli-babel@^7.13.2, ember-cli-babel@^7.17.2, ember-cli-babel@^7.18.0, ember-cli-babel@^7.19.0, ember-cli-babel@^7.21.0, ember-cli-babel@^7.22.1, ember-cli-babel@^7.23.0, ember-cli-babel@^7.23.1, ember-cli-babel@^7.26.3, ember-cli-babel@^7.26.4, ember-cli-babel@^7.26.5, ember-cli-babel@^7.26.6, ember-cli-babel@^7.4.0, ember-cli-babel@^7.5.0, ember-cli-babel@^7.7.3:
62986298
version "7.26.6"
62996299
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.26.6.tgz#322fbbd3baad9dd99e3276ff05bc6faef5e54b39"
63006300
integrity sha512-040svtfj2RC35j/WMwdWJFusZaXmNoytLAMyBDGLMSlRvznudTxZjGlPV6UupmtTBApy58cEF8Fq4a+COWoEmQ==

0 commit comments

Comments
 (0)