Skip to content

Commit 69cec6e

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update Babel Transpilation
1 parent 6aa6c6b commit 69cec6e

2 files changed

Lines changed: 65 additions & 58 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"sass": "1.32.8"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.13.1",
76+
"@babel/core": "7.13.8",
7777
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
78-
"@babel/plugin-proposal-logical-assignment-operators": "7.12.13",
79-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.0",
80-
"@babel/plugin-proposal-object-rest-spread": "7.13.0",
81-
"@babel/plugin-proposal-optional-catch-binding": "7.12.13",
82-
"@babel/plugin-proposal-optional-chaining": "7.13.0",
78+
"@babel/plugin-proposal-logical-assignment-operators": "7.13.8",
79+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
80+
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
81+
"@babel/plugin-proposal-optional-catch-binding": "7.13.8",
82+
"@babel/plugin-proposal-optional-chaining": "7.13.8",
8383
"@babel/plugin-proposal-pipeline-operator": "7.12.13",
8484
"@babel/plugin-proposal-throw-expressions": "7.12.13",
8585
"@babel/plugin-syntax-top-level-await": "7.12.13",
@@ -120,7 +120,7 @@
120120
"ember-route-action-helper": "2.0.8",
121121
"ember-source": "3.25.1",
122122
"ember-source-channel-url": "3.0.0",
123-
"ember-template-lint": "2.20.0",
123+
"ember-template-lint": "2.21.0",
124124
"ember-truth-helpers": "3.0.0",
125125
"ember-try": "1.4.0",
126126
"eslint": "7.20.0",

yarn.lock

Lines changed: 58 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.0.tgz#443aea07a5aeba7942cb067de6b8272f2ab36b9e"
6161
integrity sha512-jAbCtMANC9ptXxbSVXIqV/3H0bkh7iyyv6JS5lu10av45bcc2QmDNJXkASZCFwbBt75Q0AEq/BB+bNa3x1QgYQ==
6262

63-
"@babel/compat-data@^7.13.0":
64-
version "7.13.0"
65-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.0.tgz#7889eb7ee6518e2afa5d312b15fd7fd1fe9f3744"
66-
integrity sha512-mKgFbYQ+23pjwNGBNPNWrBfa3g/EcmrPnwQpjWoNxq9xYf+M8wcLhMlz/wkWimLjzNzGnl3D+C2186gMzk0VuA==
63+
"@babel/compat-data@^7.13.8":
64+
version "7.13.8"
65+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
66+
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
6767

6868
"@babel/compat-data@^7.8.4":
6969
version "7.8.5"
@@ -83,17 +83,17 @@
8383
invariant "^2.2.4"
8484
semver "^5.5.0"
8585

86-
"@babel/core@7.13.1":
87-
version "7.13.1"
88-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.1.tgz#7ddd027176debe40f13bb88bac0c21218c5b1ecf"
89-
integrity sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==
86+
"@babel/core@7.13.8":
87+
version "7.13.8"
88+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
89+
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
9090
dependencies:
9191
"@babel/code-frame" "^7.12.13"
9292
"@babel/generator" "^7.13.0"
93-
"@babel/helper-compilation-targets" "^7.13.0"
93+
"@babel/helper-compilation-targets" "^7.13.8"
9494
"@babel/helper-module-transforms" "^7.13.0"
9595
"@babel/helpers" "^7.13.0"
96-
"@babel/parser" "^7.13.0"
96+
"@babel/parser" "^7.13.4"
9797
"@babel/template" "^7.12.13"
9898
"@babel/traverse" "^7.13.0"
9999
"@babel/types" "^7.13.0"
@@ -102,7 +102,7 @@
102102
gensync "^1.0.0-beta.2"
103103
json5 "^2.1.2"
104104
lodash "^4.17.19"
105-
semver "7.0.0"
105+
semver "^6.3.0"
106106
source-map "^0.5.0"
107107

108108
"@babel/core@>=7.9.0", "@babel/core@^7.9.0":
@@ -466,15 +466,15 @@
466466
browserslist "^4.12.0"
467467
semver "^5.5.0"
468468

469-
"@babel/helper-compilation-targets@^7.13.0":
470-
version "7.13.0"
471-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz#c9cf29b82a76fd637f0faa35544c4ace60a155a1"
472-
integrity sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==
469+
"@babel/helper-compilation-targets@^7.13.8":
470+
version "7.13.8"
471+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
472+
integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==
473473
dependencies:
474-
"@babel/compat-data" "^7.13.0"
474+
"@babel/compat-data" "^7.13.8"
475475
"@babel/helper-validator-option" "^7.12.17"
476476
browserslist "^4.14.5"
477-
semver "7.0.0"
477+
semver "^6.3.0"
478478

479479
"@babel/helper-compilation-targets@^7.8.4":
480480
version "7.8.4"
@@ -1420,6 +1420,11 @@
14201420
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.0.tgz#49b9b6ee213e5634fa80361dae139effef893f78"
14211421
integrity sha512-w80kxEMFhE3wjMOQkfdTvv0CSdRSJZptIlLhU4eU/coNJeWjduspUFz+IRnBbAq6m5XYBFMoT1TNkk9K9yf10g==
14221422

1423+
"@babel/parser@^7.13.4":
1424+
version "7.13.4"
1425+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
1426+
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
1427+
14231428
"@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
14241429
version "7.8.4"
14251430
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
@@ -1585,12 +1590,12 @@
15851590
"@babel/helper-plugin-utils" "^7.8.3"
15861591
"@babel/plugin-syntax-json-strings" "^7.8.0"
15871592

1588-
"@babel/plugin-proposal-logical-assignment-operators@7.12.13":
1589-
version "7.12.13"
1590-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz#575b5d9a08d8299eeb4db6430da6e16e5cf14350"
1591-
integrity sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ==
1593+
"@babel/plugin-proposal-logical-assignment-operators@7.13.8":
1594+
version "7.13.8"
1595+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz#93fa78d63857c40ce3c8c3315220fd00bfbb4e1a"
1596+
integrity sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==
15921597
dependencies:
1593-
"@babel/helper-plugin-utils" "^7.12.13"
1598+
"@babel/helper-plugin-utils" "^7.13.0"
15941599
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
15951600

15961601
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
@@ -1609,13 +1614,13 @@
16091614
"@babel/helper-plugin-utils" "^7.10.4"
16101615
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
16111616

1612-
"@babel/plugin-proposal-nullish-coalescing-operator@7.13.0":
1613-
version "7.13.0"
1614-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz#1a96fdf2c43109cfe5568513c5379015a23f5380"
1615-
integrity sha512-UkAvFA/9+lBBL015gjA68NvKiCReNxqFLm3SdNKaM3XXoDisA7tMAIX4PmIwatFoFqMxxT3WyG9sK3MO0Kting==
1617+
"@babel/plugin-proposal-nullish-coalescing-operator@7.13.8":
1618+
version "7.13.8"
1619+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3"
1620+
integrity sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==
16161621
dependencies:
16171622
"@babel/helper-plugin-utils" "^7.13.0"
1618-
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0"
1623+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
16191624

16201625
"@babel/plugin-proposal-nullish-coalescing-operator@^7.10.1":
16211626
version "7.10.1"
@@ -1681,13 +1686,15 @@
16811686
"@babel/helper-plugin-utils" "^7.8.3"
16821687
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
16831688

1684-
"@babel/plugin-proposal-object-rest-spread@7.13.0":
1685-
version "7.13.0"
1686-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.0.tgz#8f19ad247bb96bd5ad2d4107e6eddfe0a789937b"
1687-
integrity sha512-B4qphdSTp0nLsWcuei07JPKeZej4+Hd22MdnulJXQa1nCcGSBlk8FiqenGERaPZ+PuYhz4Li2Wjc8yfJvHgUMw==
1689+
"@babel/plugin-proposal-object-rest-spread@7.13.8":
1690+
version "7.13.8"
1691+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz#5d210a4d727d6ce3b18f9de82cc99a3964eed60a"
1692+
integrity sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==
16881693
dependencies:
1694+
"@babel/compat-data" "^7.13.8"
1695+
"@babel/helper-compilation-targets" "^7.13.8"
16891696
"@babel/helper-plugin-utils" "^7.13.0"
1690-
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
1697+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
16911698
"@babel/plugin-transform-parameters" "^7.13.0"
16921699

16931700
"@babel/plugin-proposal-object-rest-spread@^7.10.1":
@@ -1724,13 +1731,13 @@
17241731
"@babel/helper-plugin-utils" "^7.8.3"
17251732
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
17261733

1727-
"@babel/plugin-proposal-optional-catch-binding@7.12.13":
1728-
version "7.12.13"
1729-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz#4640520afe57728af14b4d1574ba844f263bcae5"
1730-
integrity sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg==
1734+
"@babel/plugin-proposal-optional-catch-binding@7.13.8":
1735+
version "7.13.8"
1736+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz#3ad6bd5901506ea996fc31bdcf3ccfa2bed71107"
1737+
integrity sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==
17311738
dependencies:
1732-
"@babel/helper-plugin-utils" "^7.12.13"
1733-
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
1739+
"@babel/helper-plugin-utils" "^7.13.0"
1740+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
17341741

17351742
"@babel/plugin-proposal-optional-catch-binding@^7.10.1":
17361743
version "7.10.1"
@@ -1756,14 +1763,14 @@
17561763
"@babel/helper-plugin-utils" "^7.8.3"
17571764
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
17581765

1759-
"@babel/plugin-proposal-optional-chaining@7.13.0":
1760-
version "7.13.0"
1761-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.0.tgz#75b41ce0d883d19e8fe635fc3f846be3b1664f4d"
1762-
integrity sha512-OVRQOZEBP2luZrvEbNSX5FfWDousthhdEoAOpej+Tpe58HFLvqRClT89RauIvBuCDFEip7GW1eT86/5lMy2RNA==
1766+
"@babel/plugin-proposal-optional-chaining@7.13.8":
1767+
version "7.13.8"
1768+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
1769+
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
17631770
dependencies:
17641771
"@babel/helper-plugin-utils" "^7.13.0"
17651772
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
1766-
"@babel/plugin-syntax-optional-chaining" "^7.8.0"
1773+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
17671774

17681775
"@babel/plugin-proposal-optional-chaining@^7.10.1":
17691776
version "7.10.1"
@@ -1941,7 +1948,7 @@
19411948
dependencies:
19421949
"@babel/helper-plugin-utils" "^7.10.4"
19431950

1944-
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0":
1951+
"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
19451952
version "7.8.3"
19461953
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
19471954
integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
@@ -1969,21 +1976,21 @@
19691976
dependencies:
19701977
"@babel/helper-plugin-utils" "^7.8.3"
19711978

1972-
"@babel/plugin-syntax-object-rest-spread@^7.8.0":
1979+
"@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
19731980
version "7.8.3"
19741981
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
19751982
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
19761983
dependencies:
19771984
"@babel/helper-plugin-utils" "^7.8.0"
19781985

1979-
"@babel/plugin-syntax-optional-catch-binding@^7.8.0":
1986+
"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3":
19801987
version "7.8.3"
19811988
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
19821989
integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
19831990
dependencies:
19841991
"@babel/helper-plugin-utils" "^7.8.0"
19851992

1986-
"@babel/plugin-syntax-optional-chaining@^7.8.0":
1993+
"@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3":
19871994
version "7.8.3"
19881995
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
19891996
integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
@@ -11431,10 +11438,10 @@ ember-string-helpers@devotox/ember-string-helpers:
1143111438
dependencies:
1143211439
ember-cli-babel "7.6.0"
1143311440

11434-
ember-template-lint@2.20.0:
11435-
version "2.20.0"
11436-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.20.0.tgz#73844a588acb167df8fe281f227c7a0837d1bc2d"
11437-
integrity sha512-J1iO/fAsWQe9CHAx102tEjALSTIOxeNGn5GjqJzWmfyxfSJlTMq1XqhfBBXoqTM9zmi/WFf5m6uH5cPIQSBStQ==
11441+
ember-template-lint@2.21.0:
11442+
version "2.21.0"
11443+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.21.0.tgz#7e120abf309a8810eeed26c52377943faf15a95b"
11444+
integrity sha512-19QbEqJQdMfcRS7PsQsubflRowEtnkbD0tpYR4q/xq4lodmhU7hhOFvlTQgbxD/jwW5Ur+tkOwH4KFy9JwOyXA==
1143811445
dependencies:
1143911446
chalk "^4.0.0"
1144011447
ember-template-recast "^5.0.1"

0 commit comments

Comments
 (0)