Skip to content

Commit 0526218

Browse files
committed
Auto merge of #3343 - rust-lang:renovate/ember-cli-htmlbars-5.x, r=Turbo87
Update dependency ember-cli-htmlbars to v5.6.2 [![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.1` -> `5.6.2`](https://renovatebot.com/diffs/npm/ember-cli-htmlbars/5.6.1/5.6.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.2/compatibility-slim/5.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-cli-htmlbars/5.6.2/confidence-slim/5.6.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-cli/ember-cli-htmlbars</summary> ### [`v5.6.2`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v562-2021-02-27) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.6.1...v5.6.2) ##### 🐛 Bug Fix - [#&#8203;665](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/665) Ensure AST plugins have the same ordering as &lt; [email protected]. ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` ##### Committers: 1 - 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 3ea9fa4 + b5a5495 commit 0526218

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.1",
76+
"ember-cli-htmlbars": "5.6.2",
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
@@ -6638,10 +6638,10 @@ ember-cli-head@^1.0.0:
66386638
json-stable-stringify "^1.0.1"
66396639
strip-bom "^3.0.0"
66406640

6641-
[email protected].1, ember-cli-htmlbars@^5.2.0, ember-cli-htmlbars@^5.3.1:
6642-
version "5.6.1"
6643-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-5.6.1.tgz#b31609cac722f85c4f9b1f781621c30705e1fbf0"
6644-
integrity sha512-yj/xgYvjLV7LFPhMfuhx+wrJdXqdQxsm/h7oHN8YgbBbrhA73lipoHxsGPlR7B6txTRtlip6qx5ia41xacKjEA==
6641+
[email protected].2, ember-cli-htmlbars@^5.2.0, ember-cli-htmlbars@^5.3.1:
6642+
version "5.6.2"
6643+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-5.6.2.tgz#01aebe6df7b8db7fd6e5dd02ba1c82898c087a35"
6644+
integrity sha512-8+x82oVqSkWN1RkHtK7QG40D/X94uEJCPmv5QUOJDg4KE+F/zrjA8TEjDKI/phjBUS6JfZ+Hg5RvamU1ZoZbjQ==
66456645
dependencies:
66466646
"@ember/edition-utils" "^1.2.0"
66476647
babel-plugin-htmlbars-inline-precompile "^4.4.1"

0 commit comments

Comments
 (0)