Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

Commit be96a0a

Browse files
author
Robert Jackson
committed
Update babel-plugin-htmlbars-inline-precompile to 2.0.0.
* adds support for passing options to the call expression version * adds an inline comment for the template string in the compiled output * drops Node 6 and 11 * drops Babel 6
1 parent f6bc358 commit be96a0a

File tree

2 files changed

+18
-114
lines changed

2 files changed

+18
-114
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"test": "tests"
6161
},
6262
"dependencies": {
63-
"babel-plugin-htmlbars-inline-precompile": "^1.0.0",
63+
"babel-plugin-htmlbars-inline-precompile": "^2.0.0",
6464
"ember-cli-version-checker": "^3.1.3",
6565
"hash-for-dep": "^1.5.1",
6666
"heimdalljs-logger": "^0.1.9",

yarn.lock

Lines changed: 17 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,7 @@
2828
semver "^5.4.1"
2929
source-map "^0.5.0"
3030

31-
"@babel/generator@^7.1.3":
32-
version "7.1.3"
33-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.3.tgz#2103ec9c42d9bdad9190a6ad5ff2d456fd7b8673"
34-
dependencies:
35-
"@babel/types" "^7.1.3"
36-
jsesc "^2.5.1"
37-
lodash "^4.17.10"
38-
source-map "^0.5.0"
39-
trim-right "^1.0.1"
40-
41-
"@babel/generator@^7.4.0":
31+
"@babel/generator@^7.1.3", "@babel/generator@^7.4.0":
4232
version "7.4.0"
4333
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196"
4434
integrity sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==
@@ -166,16 +156,7 @@
166156
"@babel/traverse" "^7.1.0"
167157
"@babel/types" "^7.0.0"
168158

169-
"@babel/helper-replace-supers@^7.1.0":
170-
version "7.1.0"
171-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz#5fc31de522ec0ef0899dc9b3e7cf6a5dd655f362"
172-
dependencies:
173-
"@babel/helper-member-expression-to-functions" "^7.0.0"
174-
"@babel/helper-optimise-call-expression" "^7.0.0"
175-
"@babel/traverse" "^7.1.0"
176-
"@babel/types" "^7.0.0"
177-
178-
"@babel/helper-replace-supers@^7.4.0":
159+
"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.4.0":
179160
version "7.4.0"
180161
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.0.tgz#4f56adb6aedcd449d2da9399c2dcf0545463b64c"
181162
integrity sha512-PVwCVnWWAgnal+kJ+ZSAphzyl58XrFeSKSAJRiqg5QToTsjL+Xu1f9+RJ+d+Q0aPhPfBGaYfkox66k86thxNSg==
@@ -192,13 +173,7 @@
192173
"@babel/template" "^7.1.0"
193174
"@babel/types" "^7.0.0"
194175

195-
"@babel/helper-split-export-declaration@^7.0.0":
196-
version "7.0.0"
197-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
198-
dependencies:
199-
"@babel/types" "^7.0.0"
200-
201-
"@babel/helper-split-export-declaration@^7.4.0":
176+
"@babel/helper-split-export-declaration@^7.0.0", "@babel/helper-split-export-declaration@^7.4.0":
202177
version "7.4.0"
203178
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55"
204179
integrity sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==
@@ -231,16 +206,7 @@
231206
esutils "^2.0.2"
232207
js-tokens "^4.0.0"
233208

234-
"@babel/parser@^7.1.2", "@babel/parser@^7.1.3":
235-
version "7.1.3"
236-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.3.tgz#2c92469bac2b7fbff810b67fca07bd138b48af77"
237-
238-
"@babel/parser@^7.4.0":
239-
version "7.4.2"
240-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91"
241-
integrity sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==
242-
243-
"@babel/parser@^7.4.3":
209+
"@babel/parser@^7.1.2", "@babel/parser@^7.1.3", "@babel/parser@^7.4.0", "@babel/parser@^7.4.3":
244210
version "7.4.3"
245211
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.3.tgz#eb3ac80f64aa101c907d4ce5406360fe75b7895b"
246212
integrity sha512-gxpEUhTS1sGA63EGQGuA+WESPR/6tz6ng7tSHFCmaTJK/cGK8y37cBTspX+U2xCAue2IQVvF6Z0oigmjwD8YGQ==
@@ -589,15 +555,7 @@
589555
dependencies:
590556
regenerator-runtime "^0.12.0"
591557

592-
"@babel/template@^7.1.0":
593-
version "7.1.2"
594-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644"
595-
dependencies:
596-
"@babel/code-frame" "^7.0.0"
597-
"@babel/parser" "^7.1.2"
598-
"@babel/types" "^7.1.2"
599-
600-
"@babel/template@^7.4.0":
558+
"@babel/template@^7.1.0", "@babel/template@^7.4.0":
601559
version "7.4.0"
602560
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
603561
integrity sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==
@@ -606,36 +564,7 @@
606564
"@babel/parser" "^7.4.0"
607565
"@babel/types" "^7.4.0"
608566

609-
"@babel/traverse@^7.1.0":
610-
version "7.1.4"
611-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.4.tgz#f4f83b93d649b4b2c91121a9087fa2fa949ec2b4"
612-
dependencies:
613-
"@babel/code-frame" "^7.0.0"
614-
"@babel/generator" "^7.1.3"
615-
"@babel/helper-function-name" "^7.1.0"
616-
"@babel/helper-split-export-declaration" "^7.0.0"
617-
"@babel/parser" "^7.1.3"
618-
"@babel/types" "^7.1.3"
619-
debug "^3.1.0"
620-
globals "^11.1.0"
621-
lodash "^4.17.10"
622-
623-
"@babel/traverse@^7.4.0":
624-
version "7.4.0"
625-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada"
626-
integrity sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==
627-
dependencies:
628-
"@babel/code-frame" "^7.0.0"
629-
"@babel/generator" "^7.4.0"
630-
"@babel/helper-function-name" "^7.1.0"
631-
"@babel/helper-split-export-declaration" "^7.4.0"
632-
"@babel/parser" "^7.4.0"
633-
"@babel/types" "^7.4.0"
634-
debug "^4.1.0"
635-
globals "^11.1.0"
636-
lodash "^4.17.11"
637-
638-
"@babel/traverse@^7.4.3":
567+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.3":
639568
version "7.4.3"
640569
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
641570
integrity sha512-HmA01qrtaCwwJWpSKpA948cBvU5BrmviAief/b3AVw936DtcdsTexlbyzNuDnthwhOQ37xshn7hvQaEQk7ISYQ==
@@ -650,15 +579,7 @@
650579
globals "^11.1.0"
651580
lodash "^4.17.11"
652581

653-
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3":
654-
version "7.1.3"
655-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
656-
dependencies:
657-
esutils "^2.0.2"
658-
lodash "^4.17.10"
659-
to-fast-properties "^2.0.0"
660-
661-
"@babel/types@^7.4.0":
582+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.3", "@babel/types@^7.4.0":
662583
version "7.4.0"
663584
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
664585
integrity sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==
@@ -870,11 +791,7 @@ ansi-colors@3.2.3:
870791
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813"
871792
integrity sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==
872793

873-
ansi-escapes@^3.0.0:
874-
version "3.1.0"
875-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30"
876-
877-
ansi-escapes@^3.2.0:
794+
ansi-escapes@^3.0.0, ansi-escapes@^3.2.0:
878795
version "3.2.0"
879796
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
880797
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
@@ -1238,6 +1155,11 @@ babel-plugin-htmlbars-inline-precompile@^1.0.0:
12381155
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-1.0.0.tgz#a9d2f6eaad8a3f3d361602de593a8cbef8179c22"
12391156
integrity sha512-4jvKEHR1bAX03hBDZ94IXsYCj3bwk9vYsn6ux6JZNL2U5pvzCWjqyrGahfsGNrhERyxw8IqcirOi9Q6WCo3dkQ==
12401157

1158+
babel-plugin-htmlbars-inline-precompile@^2.0.0:
1159+
version "2.0.0"
1160+
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-2.0.0.tgz#e08e0107468637f93625d159d3670dc19cf55e4f"
1161+
integrity sha512-08vtZNHseQ+uxN5DxK0ca1Qs1MWqzieuWF+pYkEzFohF+WxVNLiM1FN6ss5YP3BrigE68sI/yFrbJlO0bSb1XA==
1162+
12411163
babel-plugin-module-resolver@^3.1.1, babel-plugin-module-resolver@^3.2.0:
12421164
version "3.2.0"
12431165
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0.tgz#ddfa5e301e3b9aa12d852a9979f18b37881ff5a7"
@@ -2156,11 +2078,7 @@ can-symlink@^1.0.0:
21562078
dependencies:
21572079
tmp "0.0.28"
21582080

2159-
caniuse-lite@^1.0.30000844:
2160-
version "1.0.30000890"
2161-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000890.tgz#86a18ffcc65d79ec6a437e985761b8bf1c4efeaf"
2162-
2163-
caniuse-lite@^1.0.30000899:
2081+
caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30000899:
21642082
version "1.0.30000905"
21652083
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000905.tgz#8f731ecf5b8553c7154a691c3df3a635a1a3fda5"
21662084

@@ -2751,11 +2669,7 @@ ee-first@1.1.1:
27512669
version "1.1.1"
27522670
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
27532671

2754-
electron-to-chromium@^1.3.47:
2755-
version "1.3.78"
2756-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.78.tgz#ecb72b5b166ba6598efb384461d63cad74678ebf"
2757-
2758-
electron-to-chromium@^1.3.82:
2672+
electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.82:
27592673
version "1.3.83"
27602674
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.83.tgz#74584eb0972bb6777811c5d68d988c722f5e6666"
27612675

@@ -5389,13 +5303,7 @@ markdown-it@^8.3.1, markdown-it@^8.4.2:
53895303
mdurl "^1.0.1"
53905304
uc.micro "^1.0.5"
53915305

5392-
matcher-collection@^1.0.0:
5393-
version "1.0.5"
5394-
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.0.5.tgz#2ee095438372cb8884f058234138c05c644ec339"
5395-
dependencies:
5396-
minimatch "^3.0.2"
5397-
5398-
matcher-collection@^1.1.1:
5306+
matcher-collection@^1.0.0, matcher-collection@^1.1.1:
53995307
version "1.1.2"
54005308
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.1.2.tgz#1076f506f10ca85897b53d14ef54f90a5c426838"
54015309
integrity sha512-YQ/teqaOIIfUHedRam08PB3NK7Mjct6BvzRnJmpGDm8uFXpNr1sbY4yuflI5JcEs6COpYA0FpRQhSDBf1tT95g==
@@ -5804,15 +5712,11 @@ object-hash@^1.3.1:
58045712
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
58055713
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
58065714

5807-
object-keys@^1.0.11:
5715+
object-keys@^1.0.11, object-keys@^1.0.12:
58085716
version "1.1.0"
58095717
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
58105718
integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg==
58115719

5812-
object-keys@^1.0.12:
5813-
version "1.0.12"
5814-
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
5815-
58165720
object-visit@^1.0.0:
58175721
version "1.0.1"
58185722
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"

0 commit comments

Comments
 (0)