Skip to content

Commit b7555ea

Browse files
chore(deps): update dependency babel-loader to v10
1 parent d605d7b commit b7555ea

6 files changed

Lines changed: 135 additions & 21 deletions

File tree

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"autoprefixer": "8.6.5",
3131
"babel-core": "6.26.3",
3232
"babel-helper-vue-jsx-merge-props": "2.0.3",
33-
"babel-loader": "7.1.5",
33+
"babel-loader": "10.1.1",
3434
"babel-plugin-syntax-jsx": "6.18.0",
3535
"babel-plugin-transform-runtime": "6.23.0",
3636
"babel-plugin-transform-vue-jsx": "3.7.0",

advanced/yarn.lock

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,13 +627,12 @@ babel-helpers@^6.24.1:
627627
babel-runtime "^6.22.0"
628628
babel-template "^6.24.1"
629629

630-
babel-loader@7.1.5:
631-
version "7.1.5"
632-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68"
630+
babel-loader@10.1.1:
631+
version "10.1.1"
632+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.1.1.tgz#ce9748e85b7071eb88006e3cfa9e6cf14eeb97c5"
633+
integrity sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==
633634
dependencies:
634-
find-cache-dir "^1.0.0"
635-
loader-utils "^1.0.2"
636-
mkdirp "^0.5.1"
635+
find-up "^5.0.0"
637636

638637
babel-messages@^6.23.0:
639638
version "6.23.0"
@@ -2599,6 +2598,14 @@ find-up@^2.0.0, find-up@^2.1.0:
25992598
dependencies:
26002599
locate-path "^2.0.0"
26012600

2601+
find-up@^5.0.0:
2602+
version "5.0.0"
2603+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
2604+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
2605+
dependencies:
2606+
locate-path "^6.0.0"
2607+
path-exists "^4.0.0"
2608+
26022609
flatten@^1.0.2:
26032610
version "1.0.2"
26042611
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
@@ -3656,6 +3663,13 @@ locate-path@^2.0.0:
36563663
p-locate "^2.0.0"
36573664
path-exists "^3.0.0"
36583665

3666+
locate-path@^6.0.0:
3667+
version "6.0.0"
3668+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
3669+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
3670+
dependencies:
3671+
p-locate "^5.0.0"
3672+
36593673
lodash.camelcase@^4.3.0:
36603674
version "4.3.0"
36613675
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -4359,12 +4373,26 @@ p-limit@^1.0.0, p-limit@^1.1.0:
43594373
dependencies:
43604374
p-try "^1.0.0"
43614375

4376+
p-limit@^3.0.2:
4377+
version "3.1.0"
4378+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
4379+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
4380+
dependencies:
4381+
yocto-queue "^0.1.0"
4382+
43624383
p-locate@^2.0.0:
43634384
version "2.0.0"
43644385
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
43654386
dependencies:
43664387
p-limit "^1.1.0"
43674388

4389+
p-locate@^5.0.0:
4390+
version "5.0.0"
4391+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
4392+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
4393+
dependencies:
4394+
p-limit "^3.0.2"
4395+
43684396
p-map@^1.1.1:
43694397
version "1.2.0"
43704398
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -4449,6 +4477,11 @@ path-exists@^3.0.0:
44494477
version "3.0.0"
44504478
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
44514479

4480+
path-exists@^4.0.0:
4481+
version "4.0.0"
4482+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
4483+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
4484+
44524485
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
44534486
version "1.0.1"
44544487
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -6631,6 +6664,11 @@ yargs@~3.10.0:
66316664
decamelize "^1.0.0"
66326665
window-size "0.1.0"
66336666

6667+
yocto-queue@^0.1.0:
6668+
version "0.1.0"
6669+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
6670+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
6671+
66346672
zen-observable-ts@^0.8.21:
66356673
version "0.8.21"
66366674
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"autoprefixer": "8.6.5",
2727
"babel-core": "6.26.3",
2828
"babel-helper-vue-jsx-merge-props": "2.0.3",
29-
"babel-loader": "7.1.5",
29+
"babel-loader": "10.1.1",
3030
"babel-plugin-syntax-jsx": "6.18.0",
3131
"babel-plugin-transform-runtime": "6.23.0",
3232
"babel-plugin-transform-vue-jsx": "3.7.0",

basic/yarn.lock

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -635,13 +635,12 @@ babel-helpers@^6.24.1:
635635
babel-runtime "^6.22.0"
636636
babel-template "^6.24.1"
637637

638-
babel-loader@7.1.5:
639-
version "7.1.5"
640-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68"
638+
babel-loader@10.1.1:
639+
version "10.1.1"
640+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.1.1.tgz#ce9748e85b7071eb88006e3cfa9e6cf14eeb97c5"
641+
integrity sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==
641642
dependencies:
642-
find-cache-dir "^1.0.0"
643-
loader-utils "^1.0.2"
644-
mkdirp "^0.5.1"
643+
find-up "^5.0.0"
645644

646645
babel-messages@^6.23.0:
647646
version "6.23.0"
@@ -2756,6 +2755,14 @@ find-up@^2.0.0, find-up@^2.1.0:
27562755
dependencies:
27572756
locate-path "^2.0.0"
27582757

2758+
find-up@^5.0.0:
2759+
version "5.0.0"
2760+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
2761+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
2762+
dependencies:
2763+
locate-path "^6.0.0"
2764+
path-exists "^4.0.0"
2765+
27592766
flat-cache@^1.2.1:
27602767
version "1.3.0"
27612768
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481"
@@ -3873,6 +3880,13 @@ locate-path@^2.0.0:
38733880
p-locate "^2.0.0"
38743881
path-exists "^3.0.0"
38753882

3883+
locate-path@^6.0.0:
3884+
version "6.0.0"
3885+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
3886+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
3887+
dependencies:
3888+
p-locate "^5.0.0"
3889+
38763890
lodash.camelcase@^4.3.0:
38773891
version "4.3.0"
38783892
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -4596,12 +4610,26 @@ p-limit@^1.0.0, p-limit@^1.1.0:
45964610
dependencies:
45974611
p-try "^1.0.0"
45984612

4613+
p-limit@^3.0.2:
4614+
version "3.1.0"
4615+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
4616+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
4617+
dependencies:
4618+
yocto-queue "^0.1.0"
4619+
45994620
p-locate@^2.0.0:
46004621
version "2.0.0"
46014622
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
46024623
dependencies:
46034624
p-limit "^1.1.0"
46044625

4626+
p-locate@^5.0.0:
4627+
version "5.0.0"
4628+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
4629+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
4630+
dependencies:
4631+
p-limit "^3.0.2"
4632+
46054633
p-map@^1.1.1:
46064634
version "1.2.0"
46074635
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -4686,6 +4714,11 @@ path-exists@^3.0.0:
46864714
version "3.0.0"
46874715
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
46884716

4717+
path-exists@^4.0.0:
4718+
version "4.0.0"
4719+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
4720+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
4721+
46894722
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
46904723
version "1.0.1"
46914724
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -6969,6 +7002,11 @@ yargs@~3.10.0:
69697002
decamelize "^1.0.0"
69707003
window-size "0.1.0"
69717004

7005+
yocto-queue@^0.1.0:
7006+
version "0.1.0"
7007+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
7008+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
7009+
69727010
zen-observable-ts@^0.8.21:
69737011
version "0.8.21"
69747012
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d"

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"autoprefixer": "8.6.5",
2424
"babel-core": "6.26.3",
2525
"babel-helper-vue-jsx-merge-props": "2.0.3",
26-
"babel-loader": "7.1.5",
26+
"babel-loader": "10.1.1",
2727
"babel-plugin-syntax-jsx": "6.18.0",
2828
"babel-plugin-transform-runtime": "6.23.0",
2929
"babel-plugin-transform-vue-jsx": "3.7.0",

minimal/yarn.lock

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -628,13 +628,12 @@ babel-helpers@^6.24.1:
628628
babel-runtime "^6.22.0"
629629
babel-template "^6.24.1"
630630

631-
babel-loader@7.1.5:
632-
version "7.1.5"
633-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68"
631+
babel-loader@10.1.1:
632+
version "10.1.1"
633+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.1.1.tgz#ce9748e85b7071eb88006e3cfa9e6cf14eeb97c5"
634+
integrity sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==
634635
dependencies:
635-
find-cache-dir "^1.0.0"
636-
loader-utils "^1.0.2"
637-
mkdirp "^0.5.1"
636+
find-up "^5.0.0"
638637

639638
babel-messages@^6.23.0:
640639
version "6.23.0"
@@ -2745,6 +2744,14 @@ find-up@^2.0.0, find-up@^2.1.0:
27452744
dependencies:
27462745
locate-path "^2.0.0"
27472746

2747+
find-up@^5.0.0:
2748+
version "5.0.0"
2749+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
2750+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
2751+
dependencies:
2752+
locate-path "^6.0.0"
2753+
path-exists "^4.0.0"
2754+
27482755
flat-cache@^1.2.1:
27492756
version "1.3.0"
27502757
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481"
@@ -3862,6 +3869,13 @@ locate-path@^2.0.0:
38623869
p-locate "^2.0.0"
38633870
path-exists "^3.0.0"
38643871

3872+
locate-path@^6.0.0:
3873+
version "6.0.0"
3874+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
3875+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
3876+
dependencies:
3877+
p-locate "^5.0.0"
3878+
38653879
lodash.camelcase@^4.3.0:
38663880
version "4.3.0"
38673881
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -4585,12 +4599,26 @@ p-limit@^1.0.0, p-limit@^1.1.0:
45854599
dependencies:
45864600
p-try "^1.0.0"
45874601

4602+
p-limit@^3.0.2:
4603+
version "3.1.0"
4604+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
4605+
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
4606+
dependencies:
4607+
yocto-queue "^0.1.0"
4608+
45884609
p-locate@^2.0.0:
45894610
version "2.0.0"
45904611
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
45914612
dependencies:
45924613
p-limit "^1.1.0"
45934614

4615+
p-locate@^5.0.0:
4616+
version "5.0.0"
4617+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
4618+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
4619+
dependencies:
4620+
p-limit "^3.0.2"
4621+
45944622
p-map@^1.1.1:
45954623
version "1.2.0"
45964624
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -4675,6 +4703,11 @@ path-exists@^3.0.0:
46754703
version "3.0.0"
46764704
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
46774705

4706+
path-exists@^4.0.0:
4707+
version "4.0.0"
4708+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
4709+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
4710+
46784711
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
46794712
version "1.0.1"
46804713
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -6942,6 +6975,11 @@ yargs@~3.10.0:
69426975
decamelize "^1.0.0"
69436976
window-size "0.1.0"
69446977

6978+
yocto-queue@^0.1.0:
6979+
version "0.1.0"
6980+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
6981+
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
6982+
69456983
zen-observable-ts@^0.8.21:
69466984
version "0.8.21"
69476985
resolved "https://registry.yarnpkg.com/zen-observable-ts/-/zen-observable-ts-0.8.21.tgz#85d0031fbbde1eba3cd07d3ba90da241215f421d"

0 commit comments

Comments
 (0)