Skip to content

Commit 113ceef

Browse files
committed
Auto merge of #3376 - rust-lang:renovate/ember-cli-htmlbars-5.x, r=Turbo87
Update dependency ember-cli-htmlbars to v5.6.4 [![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-cli-htmlbars](https://togithub.com/ember-cli/ember-cli-htmlbars) | [`5.6.3` -> `5.6.4`](https://renovatebot.com/diffs/npm/ember-cli-htmlbars/5.6.3/5.6.4) | [![age](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.4/compatibility-slim/5.6.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.4/confidence-slim/5.6.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/ember-cli-htmlbars</summary> ### [`v5.6.4`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v564-2021-03-07) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.3...v5.6.4) ##### 🐛 Bug Fix - [#&#8203;678](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/678) Make `setTimeout`/`clearTimeout` available to the template compiler sandbox ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - [#&#8203;677](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/677) Support TypeScript merging of export default declarations in template colocation ([`@&#8203;dfreeman](https://togithub.com/dfreeman))` ##### Committers: 2 - Dan Freeman ([`@&#8203;dfreeman](https://togithub.com/dfreeman))` - Robert Jackson ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **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 6a35165 + e76bd78 commit 113ceef

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
@@ -73,7 +73,7 @@
7373
"ember-cli-dependency-checker": "3.2.0",
7474
"ember-cli-dependency-lint": "2.0.0",
7575
"ember-cli-fastboot": "2.2.3",
76-
"ember-cli-htmlbars": "5.6.3",
76+
"ember-cli-htmlbars": "5.6.4",
7777
"ember-cli-inject-live-reload": "2.0.2",
7878
"ember-cli-meta-tags": "6.1.2",
7979
"ember-cli-mirage": "2.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6307,10 +6307,10 @@ ember-cli-head@^1.0.0:
63076307
json-stable-stringify "^1.0.1"
63086308
strip-bom "^3.0.0"
63096309

6310-
ember-cli-htmlbars@5.6.3, ember-cli-htmlbars@^5.2.0, ember-cli-htmlbars@^5.3.1:
6311-
version "5.6.3"
6312-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-5.6.3.tgz#4916d1ea2b6d69ea5e7252c0c59e56d7031ee310"
6313-
integrity sha512-pn2pW49KmsrjlG4PEMmd3ZrsbS2WHKn+1NLLCWUjxmc5g4/lHxHicB8IN5z95ANmgqDHAwp+rw1XTyWy9r0xyQ==
6310+
ember-cli-htmlbars@5.6.4, ember-cli-htmlbars@^5.2.0, ember-cli-htmlbars@^5.3.1:
6311+
version "5.6.4"
6312+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-5.6.4.tgz#97c1ce813dfe79961c575b4516fbb30cbb782b43"
6313+
integrity sha512-I4zSc6PJpWiDuhru7jozQsodo4tAsNENJP/Ry0LTL0DtlZASEa5cwahPsxBjzEmAnr30oI2AExZhrDcZBryTjQ==
63146314
dependencies:
63156315
"@ember/edition-utils" "^1.2.0"
63166316
babel-plugin-htmlbars-inline-precompile "^4.4.1"

0 commit comments

Comments
 (0)