Skip to content

Commit 075802f

Browse files
Bump ember-cli-htmlbars from 2.0.5 to 3.1.0
Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 2.0.5 to 3.1.0. - [Release notes](https://github.com/ember-cli/ember-cli-htmlbars/releases) - [Commits](ember-cli/ember-cli-htmlbars@v2.0.5...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5c4f8f4 commit 075802f

2 files changed

Lines changed: 47 additions & 40 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"broccoli-stew": "^2.0.0",
3434
"ember-cli-babel": "^7.8.0",
3535
"ember-cli-clipboard": "^0.12.0",
36-
"ember-cli-htmlbars": "^2.0.1",
36+
"ember-cli-htmlbars": "^3.1.0",
3737
"ember-cli-string-utils": "^1.1.0",
3838
"ember-composable-helpers": "^2.3.1",
3939
"ember-truth-helpers": "^2.0.0",

yarn.lock

Lines changed: 46 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,23 +2306,24 @@ broccoli-persistent-filter@^1.1.6, broccoli-persistent-filter@^1.2.13, broccoli-
23062306
symlink-or-copy "^1.0.1"
23072307
walk-sync "^0.3.1"
23082308

2309-
broccoli-persistent-filter@^2.1.0, broccoli-persistent-filter@^2.1.1:
2310-
version "2.2.1"
2311-
resolved "https://registry.yarnpkg.com/broccoli-persistent-filter/-/broccoli-persistent-filter-2.2.1.tgz#d2a911ec02ebbbcfb382242c517159cb7a9c10d7"
2312-
integrity sha512-07rUlzzhsyrly4Waq/eMK/fhWcN3g0txirzx4EKqQ9pF4w+XXI/oRPibRyHRa5NL6DfNGC54fPFRwMYHjjm5nw==
2309+
broccoli-persistent-filter@^2.1.0, broccoli-persistent-filter@^2.1.1, broccoli-persistent-filter@^2.3.1:
2310+
version "2.3.1"
2311+
resolved "https://registry.yarnpkg.com/broccoli-persistent-filter/-/broccoli-persistent-filter-2.3.1.tgz#4a052e0e0868b344c3a2977e35a3d497aa9eca72"
2312+
integrity sha512-hVsmIgCDrl2NFM+3Gs4Cr2TA6UPaIZip99hN8mtkaUPgM8UeVnCbxelCvBjUBHo0oaaqP5jzqqnRVvb568Yu5g==
23132313
dependencies:
23142314
async-disk-cache "^1.2.1"
23152315
async-promise-queue "^1.0.3"
23162316
broccoli-plugin "^1.0.0"
2317-
fs-tree-diff "^1.0.2"
2318-
hash-for-dep "^1.0.2"
2317+
fs-tree-diff "^2.0.0"
2318+
hash-for-dep "^1.5.0"
23192319
heimdalljs "^0.2.1"
23202320
heimdalljs-logger "^0.1.7"
23212321
mkdirp "^0.5.1"
23222322
promise-map-series "^0.2.1"
23232323
rimraf "^2.6.1"
23242324
rsvp "^4.7.0"
23252325
symlink-or-copy "^1.0.1"
2326+
sync-disk-cache "^1.3.3"
23262327
walk-sync "^1.0.0"
23272328

23282329
broccoli-plugin@1.1.0:
@@ -3573,24 +3574,14 @@ ember-cli-htmlbars-inline-precompile@^2.1.0:
35733574
heimdalljs-logger "^0.1.9"
35743575
silent-error "^1.1.0"
35753576

3576-
ember-cli-htmlbars@^2.0.1:
3577-
version "2.0.5"
3578-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-2.0.5.tgz#b5a105429a6bce4f7c9c97b667e3b8926e31397f"
3579-
integrity sha512-3f3PAxdnQ/fhQa8XP/3z4RLRgLHxV8j4Ln75aHbRdemOCjBa048KxL9l+acRLhCulbGQCMnLiIUIC89PAzLrcA==
3580-
dependencies:
3581-
broccoli-persistent-filter "^1.4.3"
3582-
hash-for-dep "^1.2.3"
3583-
json-stable-stringify "^1.0.0"
3584-
strip-bom "^3.0.0"
3585-
3586-
ember-cli-htmlbars@^3.0.1:
3587-
version "3.0.1"
3588-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-3.0.1.tgz#01e21f0fd05e0a6489154f26614b1041769e3e58"
3589-
integrity sha512-pyyB2s52vKTXDC5svU3IjU7GRLg2+5O81o9Ui0ZSiBS14US/bZl46H2dwcdSJAK+T+Za36ZkQM9eh1rNwOxfoA==
3577+
ember-cli-htmlbars@^3.0.1, ember-cli-htmlbars@^3.1.0:
3578+
version "3.1.0"
3579+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-3.1.0.tgz#87806c2a0bca2ab52d4fb8af8e2215c1ca718a99"
3580+
integrity sha512-cgvRJM73IT0aePUG7oQ/afB7vSRBV3N0wu9BrWhHX2zkR7A7cUBI7KC9VPk6tbctCXoM7BRGsCC4aIjF7yrfXA==
35903581
dependencies:
3591-
broccoli-persistent-filter "^1.4.3"
3592-
hash-for-dep "^1.2.3"
3593-
json-stable-stringify "^1.0.0"
3582+
broccoli-persistent-filter "^2.3.1"
3583+
hash-for-dep "^1.5.1"
3584+
json-stable-stringify "^1.0.1"
35943585
strip-bom "^3.0.0"
35953586

35963587
ember-cli-inject-live-reload@^2.0.1:
@@ -4796,17 +4787,7 @@ fs-tree-diff@^0.5.2, fs-tree-diff@^0.5.3, fs-tree-diff@^0.5.4, fs-tree-diff@^0.5
47964787
path-posix "^1.0.0"
47974788
symlink-or-copy "^1.1.8"
47984789

4799-
fs-tree-diff@^1.0.2:
4800-
version "1.0.2"
4801-
resolved "https://registry.yarnpkg.com/fs-tree-diff/-/fs-tree-diff-1.0.2.tgz#0e2931733a85b55feb3472c0b89a20b0c03ac0de"
4802-
integrity sha512-Zro2ACaPVDgVOx9+s5s5AfPlAD0kMJdbwGvTGF6KC1SjxjiGWxJvV4mUTDkFVSy3OUw2C/f1qpdjF81hGqSBAw==
4803-
dependencies:
4804-
heimdalljs-logger "^0.1.7"
4805-
object-assign "^4.1.0"
4806-
path-posix "^1.0.0"
4807-
symlink-or-copy "^1.1.8"
4808-
4809-
fs-tree-diff@^2.0.1:
4790+
fs-tree-diff@^2.0.0, fs-tree-diff@^2.0.1:
48104791
version "2.0.1"
48114792
resolved "https://registry.yarnpkg.com/fs-tree-diff/-/fs-tree-diff-2.0.1.tgz#343e4745ab435ec39ebac5f9059ad919cd034afa"
48124793
integrity sha512-x+CfAZ/lJHQqwlD64pYM5QxWjzWhSjroaVsr8PW831zOApL55qPibed0c+xebaLWVr2BnHFoHdrwOv8pzt8R5A==
@@ -5241,15 +5222,17 @@ has@^1.0.1, has@^1.0.3:
52415222
dependencies:
52425223
function-bind "^1.1.1"
52435224

5244-
hash-for-dep@^1.0.2, hash-for-dep@^1.2.3:
5245-
version "1.2.3"
5246-
resolved "https://registry.yarnpkg.com/hash-for-dep/-/hash-for-dep-1.2.3.tgz#5ec69fca32c23523972d52acb5bb65ffc3664cab"
5247-
integrity sha512-NE//rDaCFpWHViw30YM78OAGBShU+g4dnUGY3UWGyEzPOGYg/ptOjk32nEc+bC1xz+RfK5UIs6lOL6eQdrV4Ow==
5225+
hash-for-dep@^1.0.2, hash-for-dep@^1.2.3, hash-for-dep@^1.5.0, hash-for-dep@^1.5.1:
5226+
version "1.5.1"
5227+
resolved "https://registry.yarnpkg.com/hash-for-dep/-/hash-for-dep-1.5.1.tgz#497754b39bee2f1c4ade4521bfd2af0a7c1196e3"
5228+
integrity sha512-/dQ/A2cl7FBPI2pO0CANkvuuVi/IFS5oTyJ0PsOb6jW6WbVW1js5qJXMJTNbWHXBIPdFTWFbabjB+mE0d+gelw==
52485229
dependencies:
52495230
broccoli-kitchen-sink-helpers "^0.3.1"
52505231
heimdalljs "^0.2.3"
52515232
heimdalljs-logger "^0.1.7"
5252-
resolve "^1.4.0"
5233+
path-root "^0.1.1"
5234+
resolve "^1.10.0"
5235+
resolve-package-path "^1.0.11"
52535236

52545237
he@1.2.0:
52555238
version "1.2.0"
@@ -8211,6 +8194,14 @@ resolve-from@^4.0.0:
82118194
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
82128195
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
82138196

8197+
resolve-package-path@^1.0.11:
8198+
version "1.2.7"
8199+
resolved "https://registry.yarnpkg.com/resolve-package-path/-/resolve-package-path-1.2.7.tgz#2a7bc37ad96865e239330e3102c31322847e652e"
8200+
integrity sha512-fVEKHGeK85bGbVFuwO9o1aU0n3vqQGrezPc51JGu9UTXpFQfWq5qCeKxyaRUSvephs+06c5j5rPq/dzHGEo8+Q==
8201+
dependencies:
8202+
path-root "^0.1.1"
8203+
resolve "^1.10.0"
8204+
82148205
resolve-package-path@^1.2.6:
82158206
version "1.2.6"
82168207
resolved "https://registry.yarnpkg.com/resolve-package-path/-/resolve-package-path-1.2.6.tgz#48f5d69a5b3a0ea68f7b9c7398459dd4125807c7"
@@ -9034,6 +9025,17 @@ symlink-or-copy@^1.0.0, symlink-or-copy@^1.0.1, symlink-or-copy@^1.1.8, symlink-
90349025
resolved "https://registry.yarnpkg.com/symlink-or-copy/-/symlink-or-copy-1.2.0.tgz#5d49108e2ab824a34069b68974486c290020b393"
90359026
integrity sha512-W31+GLiBmU/ZR02Ii0mVZICuNEN9daZ63xZMPDsYgPgNjMtg+atqLEGI7PPI936jYSQZxoLb/63xos8Adrx4Eg==
90369027

9028+
sync-disk-cache@^1.3.3:
9029+
version "1.3.3"
9030+
resolved "https://registry.yarnpkg.com/sync-disk-cache/-/sync-disk-cache-1.3.3.tgz#481933461623fdc2bdf46cfc87872ba215a7e246"
9031+
integrity sha512-Kp7DFemXDPRUbFW856CKamtX7bJuThZPa2dwnK2RfNqMew7Ah8xDc52SdooNlfN8oydDdDHlBPLsXTrtmA7HKw==
9032+
dependencies:
9033+
debug "^2.1.3"
9034+
heimdalljs "^0.2.3"
9035+
mkdirp "^0.5.0"
9036+
rimraf "^2.2.8"
9037+
username-sync "^1.0.2"
9038+
90379039
table@^5.2.3:
90389040
version "5.2.3"
90399041
resolved "https://registry.yarnpkg.com/table/-/table-5.2.3.tgz#cde0cc6eb06751c009efab27e8c820ca5b67b7f2"
@@ -9513,6 +9515,11 @@ username-sync@1.0.1:
95139515
resolved "https://registry.yarnpkg.com/username-sync/-/username-sync-1.0.1.tgz#1cde87eefcf94b8822984d938ba2b797426dae1f"
95149516
integrity sha1-HN6H7vz5S4gimE2Ti6K3l0Jtrh8=
95159517

9518+
username-sync@^1.0.2:
9519+
version "1.0.2"
9520+
resolved "https://registry.yarnpkg.com/username-sync/-/username-sync-1.0.2.tgz#0a3697909fb7b5768d29e2921f573acfdd427592"
9521+
integrity sha512-ayNkOJdoNSGNDBE46Nkc+l6IXmeugbzahZLSMkwvgRWv5y5ZqNY2IrzcgmkR4z32sj1W3tM3TuTUMqkqBzO+RA==
9522+
95169523
username@^1.0.1:
95179524
version "1.0.1"
95189525
resolved "https://registry.yarnpkg.com/username/-/username-1.0.1.tgz#e1f72295e3e58e06f002c6327ce06897a99cd67f"

0 commit comments

Comments
 (0)