Skip to content

Commit f145b6d

Browse files
Bump ember-cli-typescript from 3.1.4 to 4.1.0
Bumps [ember-cli-typescript](https://github.com/typed-ember/ember-cli-typescript) from 3.1.4 to 4.1.0. - [Release notes](https://github.com/typed-ember/ember-cli-typescript/releases) - [Changelog](https://github.com/typed-ember/ember-cli-typescript/blob/master/CHANGELOG.md) - [Commits](typed-ember/ember-cli-typescript@v3.1.4...v4.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d1dba12 commit f145b6d

File tree

2 files changed

+20
-28
lines changed

2 files changed

+20
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"calculate-cache-key-for-tree": "^2.0.0",
3636
"caniuse-api": "^3.0.0",
3737
"ember-cli-babel": "^7.23.1",
38-
"ember-cli-typescript": "^3.1.3",
38+
"ember-cli-typescript": "^4.1.0",
3939
"ember-cli-version-checker": "^5.1.2",
4040
"node-fetch": "^2.6.1",
4141
"whatwg-fetch": "^3.6.2"

yarn.lock

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,6 @@
257257
dependencies:
258258
"@babel/types" "^7.12.1"
259259

260-
"@babel/helper-skip-transparent-expression-wrappers@^7.11.0":
261-
version "7.11.0"
262-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz#eec162f112c2f58d3af0af125e3bb57665146729"
263-
integrity sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==
264-
dependencies:
265-
"@babel/types" "^7.11.0"
266-
267260
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
268261
version "7.12.1"
269262
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -384,22 +377,14 @@
384377
"@babel/helper-plugin-utils" "^7.10.4"
385378
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
386379

387-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1":
380+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4":
388381
version "7.12.1"
389382
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz#3ed4fff31c015e7f3f1467f190dbe545cd7b046c"
390383
integrity sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==
391384
dependencies:
392385
"@babel/helper-plugin-utils" "^7.10.4"
393386
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
394387

395-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.4.4":
396-
version "7.10.4"
397-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz#02a7e961fc32e6d5b2db0649e01bf80ddee7e04a"
398-
integrity sha512-wq5n1M3ZUlHl9sqT2ok1T2/MTt6AXE0e1Lz4WzWBr95LsAZ5qDXe4KnFuauYyEyLiohvXFMdbsOTMyLZs91Zlw==
399-
dependencies:
400-
"@babel/helper-plugin-utils" "^7.10.4"
401-
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
402-
403388
"@babel/plugin-proposal-numeric-separator@^7.12.7":
404389
version "7.12.7"
405390
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b"
@@ -425,7 +410,7 @@
425410
"@babel/helper-plugin-utils" "^7.10.4"
426411
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
427412

428-
"@babel/plugin-proposal-optional-chaining@^7.12.7":
413+
"@babel/plugin-proposal-optional-chaining@^7.12.7", "@babel/plugin-proposal-optional-chaining@^7.6.0":
429414
version "7.12.7"
430415
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.7.tgz#e02f0ea1b5dc59d401ec16fb824679f683d3303c"
431416
integrity sha512-4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==
@@ -434,15 +419,6 @@
434419
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
435420
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
436421

437-
"@babel/plugin-proposal-optional-chaining@^7.6.0":
438-
version "7.11.0"
439-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz#de5866d0646f6afdaab8a566382fe3a221755076"
440-
integrity sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==
441-
dependencies:
442-
"@babel/helper-plugin-utils" "^7.10.4"
443-
"@babel/helper-skip-transparent-expression-wrappers" "^7.11.0"
444-
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
445-
446422
"@babel/plugin-proposal-private-methods@^7.12.1":
447423
version "7.12.1"
448424
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz#86814f6e7a21374c980c10d38b4493e703f4a389"
@@ -5069,6 +5045,22 @@ ember-cli-typescript@^3.1.3:
50695045
stagehand "^1.0.0"
50705046
walk-sync "^2.0.0"
50715047

5048+
ember-cli-typescript@^4.1.0:
5049+
version "4.1.0"
5050+
resolved "https://registry.yarnpkg.com/ember-cli-typescript/-/ember-cli-typescript-4.1.0.tgz#2ff17be2e6d26b58c88b1764cb73887e7176618b"
5051+
integrity sha512-zSuKG8IQuYE3vS+c7V0mHJqwrN/4Wo9Wr50+0NUjnZH3P99ChynczQHu/P7WSifkO6pF6jaxwzf09XzWvG8sVw==
5052+
dependencies:
5053+
ansi-to-html "^0.6.6"
5054+
broccoli-stew "^3.0.0"
5055+
debug "^4.0.0"
5056+
execa "^4.0.0"
5057+
fs-extra "^9.0.1"
5058+
resolve "^1.5.0"
5059+
rsvp "^4.8.1"
5060+
semver "^7.3.2"
5061+
stagehand "^1.0.0"
5062+
walk-sync "^2.2.0"
5063+
50725064
ember-cli-uglify@^3.0.0:
50735065
version "3.0.0"
50745066
resolved "https://registry.yarnpkg.com/ember-cli-uglify/-/ember-cli-uglify-3.0.0.tgz#8819665b2cc5fe70e3ba9fe7a94645209bc42fd6"
@@ -5780,7 +5772,7 @@ exec-sh@^0.3.2:
57805772
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.4.tgz#3a018ceb526cc6f6df2bb504b2bfe8e3a4934ec5"
57815773
integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==
57825774

5783-
[email protected], execa@^4.0.2, execa@^4.0.3:
5775+
[email protected], execa@^4.0.0, execa@^4.0.2, execa@^4.0.3:
57845776
version "4.1.0"
57855777
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
57865778
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==

0 commit comments

Comments
 (0)