Skip to content

Commit 989fa88

Browse files
Bump ember-cli-htmlbars from 5.7.1 to 6.0.0
Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 5.7.1 to 6.0.0. - [Release notes](https://github.com/ember-cli/ember-cli-htmlbars/releases) - [Changelog](https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-cli-htmlbars@v5.7.1...v6.0.0) --- updated-dependencies: - dependency-name: ember-cli-htmlbars dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a7a163 commit 989fa88

2 files changed

Lines changed: 100 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ember-auto-import": "^2.2.0",
5656
"ember-cli": "~3.28.0",
5757
"ember-cli-dependency-checker": "^3.2.0",
58-
"ember-cli-htmlbars": "^5.7.1",
58+
"ember-cli-htmlbars": "^6.0.0",
5959
"ember-cli-inject-live-reload": "^2.1.0",
6060
"ember-cli-sri": "^2.1.1",
6161
"ember-cli-terser": "^4.0.2",

yarn.lock

Lines changed: 99 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,6 +2877,11 @@ babel-helpers@^6.24.1:
28772877
babel-runtime "^6.22.0"
28782878
babel-template "^6.24.1"
28792879

2880+
babel-import-util@^0.2.0:
2881+
version "0.2.0"
2882+
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
2883+
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
2884+
28802885
babel-loader@^8.0.6:
28812886
version "8.2.2"
28822887
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
@@ -2943,6 +2948,16 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0:
29432948
dependencies:
29442949
ember-rfc176-data "^0.3.17"
29452950

2951+
babel-plugin-ember-template-compilation@^1.0.0:
2952+
version "1.0.1"
2953+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.1.tgz#64baf434ff1b751c6292936f8b9eb75a2f8149dc"
2954+
integrity sha512-V/kY6CDyUNrl5Kx6UPKUPhzSKNfdrxNii+S5zK4dgJvVyoxFv7Ykg06Ct/yskY0LkA4wUPdYN7JOBtYJwHk2sg==
2955+
dependencies:
2956+
babel-import-util "^0.2.0"
2957+
line-column "^1.0.2"
2958+
magic-string "^0.25.7"
2959+
string.prototype.matchall "^4.0.5"
2960+
29462961
babel-plugin-filter-imports@^4.0.0:
29472962
version "4.0.0"
29482963
resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-4.0.0.tgz#068f8da15236a96a9602c36dc6f4a6eeca70a4f4"
@@ -2951,16 +2966,16 @@ babel-plugin-filter-imports@^4.0.0:
29512966
"@babel/types" "^7.7.2"
29522967
lodash "^4.17.15"
29532968

2954-
babel-plugin-htmlbars-inline-precompile@^5.0.0, babel-plugin-htmlbars-inline-precompile@^5.2.1:
2955-
version "5.3.0"
2956-
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-5.3.0.tgz#eeaff07c35415264aea4d6bafb5e71167f6ffb2f"
2957-
integrity sha512-WeLBQM5Y9rx2GbwfxKy47lWh+u23afdlb48sM+5RTMTLwO90oILA7znzzOls7e+bcj06Nw0H+xpRWuyhlS37hg==
2969+
babel-plugin-htmlbars-inline-precompile@^5.0.0, babel-plugin-htmlbars-inline-precompile@^5.2.1, babel-plugin-htmlbars-inline-precompile@^5.3.0:
2970+
version "5.3.1"
2971+
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-5.3.1.tgz#5ba272e2e4b6221522401f5f1d98a73b1de38787"
2972+
integrity sha512-QWjjFgSKtSRIcsBhJmEwS2laIdrA6na8HAlc/pEAhjHgQsah/gMiBFRZvbQTy//hWxR4BMwV7/Mya7q5H8uHeA==
29582973
dependencies:
29592974
babel-plugin-ember-modules-api-polyfill "^3.5.0"
29602975
line-column "^1.0.2"
29612976
magic-string "^0.25.7"
29622977
parse-static-imports "^1.1.0"
2963-
string.prototype.matchall "^4.0.4"
2978+
string.prototype.matchall "^4.0.5"
29642979

29652980
babel-plugin-module-resolver@^3.2.0:
29662981
version "3.2.0"
@@ -5576,6 +5591,27 @@ ember-cli-htmlbars@^5.7.1:
55765591
strip-bom "^4.0.0"
55775592
walk-sync "^2.2.0"
55785593

5594+
ember-cli-htmlbars@^6.0.0:
5595+
version "6.0.0"
5596+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.0.0.tgz#9d0b67c0f107467b6c8ecdc47d64e877489841bf"
5597+
integrity sha512-7h9Lb1kfvLecMUOX8wCbwjzCsgXdNDs8qpOsDuKV6YaGS9jDZHu4P5xTYLX78YepEUnwOw1atCYWzBUsJHWrzA==
5598+
dependencies:
5599+
"@ember/edition-utils" "^1.2.0"
5600+
babel-plugin-ember-template-compilation "^1.0.0"
5601+
babel-plugin-htmlbars-inline-precompile "^5.3.0"
5602+
broccoli-debug "^0.6.5"
5603+
broccoli-persistent-filter "^3.1.2"
5604+
broccoli-plugin "^4.0.3"
5605+
ember-cli-version-checker "^5.1.2"
5606+
fs-tree-diff "^2.0.1"
5607+
hash-for-dep "^1.5.1"
5608+
heimdalljs-logger "^0.1.10"
5609+
json-stable-stringify "^1.0.1"
5610+
semver "^7.3.4"
5611+
silent-error "^1.1.1"
5612+
strip-bom "^4.0.0"
5613+
walk-sync "^2.2.0"
5614+
55795615
ember-cli-inject-live-reload@^2.1.0:
55805616
version "2.1.0"
55815617
resolved "https://registry.yarnpkg.com/ember-cli-inject-live-reload/-/ember-cli-inject-live-reload-2.1.0.tgz#ef63c733c133024d5726405a3c247fa12e88a385"
@@ -6151,7 +6187,7 @@ error@^7.0.0:
61516187
dependencies:
61526188
string-template "~0.2.1"
61536189

6154-
es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
6190+
es-abstract@^1.18.0-next.2:
61556191
version "1.18.5"
61566192
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.5.tgz#9b10de7d4c206a3581fd5b2124233e04db49ae19"
61576193
integrity sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==
@@ -6174,6 +6210,32 @@ es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
61746210
string.prototype.trimstart "^1.0.4"
61756211
unbox-primitive "^1.0.1"
61766212

6213+
es-abstract@^1.19.1:
6214+
version "1.19.1"
6215+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
6216+
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
6217+
dependencies:
6218+
call-bind "^1.0.2"
6219+
es-to-primitive "^1.2.1"
6220+
function-bind "^1.1.1"
6221+
get-intrinsic "^1.1.1"
6222+
get-symbol-description "^1.0.0"
6223+
has "^1.0.3"
6224+
has-symbols "^1.0.2"
6225+
internal-slot "^1.0.3"
6226+
is-callable "^1.2.4"
6227+
is-negative-zero "^2.0.1"
6228+
is-regex "^1.1.4"
6229+
is-shared-array-buffer "^1.0.1"
6230+
is-string "^1.0.7"
6231+
is-weakref "^1.0.1"
6232+
object-inspect "^1.11.0"
6233+
object-keys "^1.1.1"
6234+
object.assign "^4.1.2"
6235+
string.prototype.trimend "^1.0.4"
6236+
string.prototype.trimstart "^1.0.4"
6237+
unbox-primitive "^1.0.1"
6238+
61776239
es-module-lexer@^0.7.1:
61786240
version "0.7.1"
61796241
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
@@ -7243,6 +7305,14 @@ get-stream@^6.0.0:
72437305
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
72447306
integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
72457307

7308+
get-symbol-description@^1.0.0:
7309+
version "1.0.0"
7310+
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
7311+
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
7312+
dependencies:
7313+
call-bind "^1.0.2"
7314+
get-intrinsic "^1.1.1"
7315+
72467316
get-value@^2.0.3, get-value@^2.0.6:
72477317
version "2.0.6"
72487318
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
@@ -8168,7 +8238,7 @@ is-buffer@^1.1.5:
81688238
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
81698239
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
81708240

8171-
is-callable@^1.1.4, is-callable@^1.2.3:
8241+
is-callable@^1.1.4, is-callable@^1.2.3, is-callable@^1.2.4:
81728242
version "1.2.4"
81738243
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
81748244
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
@@ -8405,7 +8475,7 @@ is-redirect@^1.0.0:
84058475
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
84068476
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=
84078477

8408-
is-regex@^1.1.3:
8478+
is-regex@^1.1.3, is-regex@^1.1.4:
84098479
version "1.1.4"
84108480
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
84118481
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
@@ -8418,6 +8488,11 @@ is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0:
84188488
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
84198489
integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
84208490

8491+
is-shared-array-buffer@^1.0.1:
8492+
version "1.0.1"
8493+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
8494+
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
8495+
84218496
is-ssh@^1.3.0:
84228497
version "1.3.3"
84238498
resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.3.tgz#7f133285ccd7f2c2c7fc897b771b53d95a2b2c7e"
@@ -8435,7 +8510,7 @@ is-stream@^2.0.0:
84358510
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
84368511
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
84378512

8438-
is-string@^1.0.5, is-string@^1.0.6:
8513+
is-string@^1.0.5, is-string@^1.0.6, is-string@^1.0.7:
84398514
version "1.0.7"
84408515
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
84418516
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
@@ -8466,6 +8541,13 @@ is-unicode-supported@^0.1.0:
84668541
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
84678542
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
84688543

8544+
is-weakref@^1.0.1:
8545+
version "1.0.1"
8546+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
8547+
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
8548+
dependencies:
8549+
call-bind "^1.0.0"
8550+
84698551
is-windows@^1.0.1, is-windows@^1.0.2:
84708552
version "1.0.2"
84718553
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -12042,14 +12124,14 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
1204212124
is-fullwidth-code-point "^3.0.0"
1204312125
strip-ansi "^6.0.0"
1204412126

12045-
string.prototype.matchall@^4.0.4:
12046-
version "4.0.5"
12047-
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.5.tgz#59370644e1db7e4c0c045277690cf7b01203c4da"
12048-
integrity sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==
12127+
string.prototype.matchall@^4.0.5:
12128+
version "4.0.6"
12129+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.6.tgz#5abb5dabc94c7b0ea2380f65ba610b3a544b15fa"
12130+
integrity sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==
1204912131
dependencies:
1205012132
call-bind "^1.0.2"
1205112133
define-properties "^1.1.3"
12052-
es-abstract "^1.18.2"
12134+
es-abstract "^1.19.1"
1205312135
get-intrinsic "^1.1.1"
1205412136
has-symbols "^1.0.2"
1205512137
internal-slot "^1.0.3"
@@ -12478,9 +12560,9 @@ tmp@^0.2.1:
1247812560
rimraf "^3.0.0"
1247912561

1248012562
tmpl@1.0.x:
12481-
version "1.0.4"
12482-
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
12483-
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
12563+
version "1.0.5"
12564+
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
12565+
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
1248412566

1248512567
to-arraybuffer@^1.0.0:
1248612568
version "1.0.1"

0 commit comments

Comments
 (0)