Skip to content

Commit bb24cb0

Browse files
Update dependency ember-cli-htmlbars to v6.2.0 (#1062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6dfb2f commit bb24cb0

2 files changed

Lines changed: 34 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ember-cli-deploy-build": "2.0.0",
6969
"ember-cli-deploy-git": "1.3.4",
7070
"ember-cli-deploy-git-ci": "1.0.1",
71-
"ember-cli-htmlbars": "6.1.1",
71+
"ember-cli-htmlbars": "6.2.0",
7272
"ember-cli-inject-live-reload": "2.1.0",
7373
"ember-data": "4.1.0",
7474
"ember-disable-prototype-extensions": "1.1.3",

yarn.lock

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3257,7 +3257,7 @@ babel-import-util@^0.2.0:
32573257
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
32583258
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
32593259

3260-
babel-import-util@^1.1.0, babel-import-util@^1.2.0:
3260+
babel-import-util@^1.1.0, babel-import-util@^1.2.0, babel-import-util@^1.3.0:
32613261
version "1.3.0"
32623262
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-1.3.0.tgz#dc9251ea39a7747bd586c1c13b8d785a42797f8e"
32633263
integrity sha512-PPzUT17eAI18zn6ek1R3sB4Krc/MbnmT1MkZQFmyhjoaEGBVwNABhfVU9+EKcDSKrrOm9OIpGhjxukx1GCiy1g==
@@ -3331,6 +3331,13 @@ babel-plugin-ember-template-compilation@^1.0.0:
33313331
magic-string "^0.26.0"
33323332
string.prototype.matchall "^4.0.5"
33333333

3334+
babel-plugin-ember-template-compilation@^2.0.0:
3335+
version "2.0.0"
3336+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.0.0.tgz#41d895874ba6119dd461f61993c16d1154bf8a57"
3337+
integrity sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==
3338+
dependencies:
3339+
babel-import-util "^1.3.0"
3340+
33343341
babel-plugin-filter-imports@^4.0.0:
33353342
version "4.0.0"
33363343
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-4.0.0.tgz#068f8da15236a96a9602c36dc6f4a6eeca70a4f4"
@@ -6566,13 +6573,13 @@ ember-cli-get-component-path-option@^1.0.0:
65666573
resolved "https://registry.yarnpkg.com/ember-cli-get-component-path-option/-/ember-cli-get-component-path-option-1.0.0.tgz#0d7b595559e2f9050abed804f1d8eff1b08bc771"
65676574
integrity sha512-k47TDwcJ2zPideBCZE8sCiShSxQSpebY2BHcX2DdipMmBox5gsfyVrbKJWIHeSTTKyEUgmBIvQkqTOozEziCZA==
65686575

6569-
ember-cli-htmlbars@6.1.1, ember-cli-htmlbars@^6.0.0, ember-cli-htmlbars@^6.0.1, ember-cli-htmlbars@^6.1.1:
6570-
version "6.1.1"
6571-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.1.1.tgz#f5b588572a5d18ad087560122b8dabc90145173d"
6572-
integrity sha512-DKf2rjzIVw9zWCuFsBGJScrgf5Mz7dSg08Cq+FWFYIxnpssINUbNUoB0NHWnUJK4QqCvaExOyOmjm0kO455CPg==
6576+
ember-cli-htmlbars@6.2.0:
6577+
version "6.2.0"
6578+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.2.0.tgz#18ec48ee1c93f9eed862a64eb24a9d14604f1dfc"
6579+
integrity sha512-j5EGixjGau23HrqRiW/JjoAovg5UBHfjbyN7wX5ekE90knIEqUUj1z/Mo/cTx/J2VepQ2lE6HdXW9LWQ/WdMtw==
65736580
dependencies:
65746581
"@ember/edition-utils" "^1.2.0"
6575-
babel-plugin-ember-template-compilation "^1.0.0"
6582+
babel-plugin-ember-template-compilation "^2.0.0"
65766583
babel-plugin-htmlbars-inline-precompile "^5.3.0"
65776584
broccoli-debug "^0.6.5"
65786585
broccoli-persistent-filter "^3.1.2"
@@ -6618,6 +6625,26 @@ ember-cli-htmlbars@^5.0.0, ember-cli-htmlbars@^5.3.1, ember-cli-htmlbars@^5.7.1:
66186625
strip-bom "^4.0.0"
66196626
walk-sync "^2.2.0"
66206627

6628+
ember-cli-htmlbars@^6.0.0, ember-cli-htmlbars@^6.0.1, ember-cli-htmlbars@^6.1.1:
6629+
version "6.1.1"
6630+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.1.1.tgz#f5b588572a5d18ad087560122b8dabc90145173d"
6631+
integrity sha512-DKf2rjzIVw9zWCuFsBGJScrgf5Mz7dSg08Cq+FWFYIxnpssINUbNUoB0NHWnUJK4QqCvaExOyOmjm0kO455CPg==
6632+
dependencies:
6633+
"@ember/edition-utils" "^1.2.0"
6634+
babel-plugin-ember-template-compilation "^1.0.0"
6635+
babel-plugin-htmlbars-inline-precompile "^5.3.0"
6636+
broccoli-debug "^0.6.5"
6637+
broccoli-persistent-filter "^3.1.2"
6638+
broccoli-plugin "^4.0.3"
6639+
ember-cli-version-checker "^5.1.2"
6640+
fs-tree-diff "^2.0.1"
6641+
hash-for-dep "^1.5.1"
6642+
heimdalljs-logger "^0.1.10"
6643+
js-string-escape "^1.0.1"
6644+
semver "^7.3.4"
6645+
silent-error "^1.1.1"
6646+
walk-sync "^2.2.0"
6647+
66216648
66226649
version "2.1.0"
66236650
resolved "https://registry.yarnpkg.com/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-2.1.0.tgz#ef63c733c133024d5726405a3c247fa12e88a385"

0 commit comments

Comments
 (0)