[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vue3-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update babel monorepo to v7.15.8

authored by

Renovate Bot and committed by
renovate[bot]
(Oct 8, 2021, 1:32 AM UTC) 17177b14 61499d20

+159 -4
+2 -2
package.json
··· 46 46 "vuex": "3.6.2" 47 47 }, 48 48 "devDependencies": { 49 - "@babel/plugin-transform-runtime": "7.15.0", 50 - "@babel/preset-env": "7.15.6", 49 + "@babel/plugin-transform-runtime": "7.15.8", 50 + "@babel/preset-env": "7.15.8", 51 51 "@babel/preset-typescript": "7.15.0", 52 52 "@nuxt/test-utils": "0.2.2", 53 53 "@nuxt/types": "2.15.8",
+157 -2
yarn.lock
··· 476 476 "@babel/helper-remap-async-to-generator" "^7.15.4" 477 477 "@babel/plugin-syntax-async-generators" "^7.8.4" 478 478 479 + "@babel/plugin-proposal-async-generator-functions@^7.15.8": 480 + version "7.15.8" 481 + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.8.tgz#a3100f785fab4357987c4223ab1b02b599048403" 482 + integrity sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA== 483 + dependencies: 484 + "@babel/helper-plugin-utils" "^7.14.5" 485 + "@babel/helper-remap-async-to-generator" "^7.15.4" 486 + "@babel/plugin-syntax-async-generators" "^7.8.4" 487 + 479 488 "@babel/plugin-proposal-class-properties@^7.14.5": 480 489 version "7.14.5" 481 490 resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e" ··· 943 952 dependencies: 944 953 "@babel/helper-plugin-utils" "^7.14.5" 945 954 946 - "@babel/plugin-transform-runtime@7.15.0", "@babel/plugin-transform-runtime@^7.15.0": 955 + "@babel/plugin-transform-runtime@7.15.8": 956 + version "7.15.8" 957 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.8.tgz#9d15b1e94e1c7f6344f65a8d573597d93c6cd886" 958 + integrity sha512-+6zsde91jMzzvkzuEA3k63zCw+tm/GvuuabkpisgbDMTPQsIMHllE3XczJFFtEHLjjhKQFZmGQVRdELetlWpVw== 959 + dependencies: 960 + "@babel/helper-module-imports" "^7.15.4" 961 + "@babel/helper-plugin-utils" "^7.14.5" 962 + babel-plugin-polyfill-corejs2 "^0.2.2" 963 + babel-plugin-polyfill-corejs3 "^0.2.5" 964 + babel-plugin-polyfill-regenerator "^0.2.2" 965 + semver "^6.3.0" 966 + 967 + "@babel/plugin-transform-runtime@^7.15.0": 947 968 version "7.15.0" 948 969 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3" 949 970 integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw== ··· 969 990 dependencies: 970 991 "@babel/helper-plugin-utils" "^7.14.5" 971 992 "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5" 993 + 994 + "@babel/plugin-transform-spread@^7.15.8": 995 + version "7.15.8" 996 + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.15.8.tgz#79d5aa27f68d700449b2da07691dfa32d2f6d468" 997 + integrity sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ== 998 + dependencies: 999 + "@babel/helper-plugin-utils" "^7.14.5" 1000 + "@babel/helper-skip-transparent-expression-wrappers" "^7.15.4" 972 1001 973 1002 "@babel/plugin-transform-sticky-regex@^7.14.5": 974 1003 version "7.14.5" ··· 1015 1044 "@babel/helper-create-regexp-features-plugin" "^7.14.5" 1016 1045 "@babel/helper-plugin-utils" "^7.14.5" 1017 1046 1018 - "@babel/preset-env@7.15.6", "@babel/preset-env@^7.15.4": 1047 + "@babel/preset-env@7.15.8": 1048 + version "7.15.8" 1049 + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.8.tgz#f527ce5bcb121cd199f6b502bf23e420b3ff8dba" 1050 + integrity sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA== 1051 + dependencies: 1052 + "@babel/compat-data" "^7.15.0" 1053 + "@babel/helper-compilation-targets" "^7.15.4" 1054 + "@babel/helper-plugin-utils" "^7.14.5" 1055 + "@babel/helper-validator-option" "^7.14.5" 1056 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4" 1057 + "@babel/plugin-proposal-async-generator-functions" "^7.15.8" 1058 + "@babel/plugin-proposal-class-properties" "^7.14.5" 1059 + "@babel/plugin-proposal-class-static-block" "^7.15.4" 1060 + "@babel/plugin-proposal-dynamic-import" "^7.14.5" 1061 + "@babel/plugin-proposal-export-namespace-from" "^7.14.5" 1062 + "@babel/plugin-proposal-json-strings" "^7.14.5" 1063 + "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" 1064 + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" 1065 + "@babel/plugin-proposal-numeric-separator" "^7.14.5" 1066 + "@babel/plugin-proposal-object-rest-spread" "^7.15.6" 1067 + "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" 1068 + "@babel/plugin-proposal-optional-chaining" "^7.14.5" 1069 + "@babel/plugin-proposal-private-methods" "^7.14.5" 1070 + "@babel/plugin-proposal-private-property-in-object" "^7.15.4" 1071 + "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" 1072 + "@babel/plugin-syntax-async-generators" "^7.8.4" 1073 + "@babel/plugin-syntax-class-properties" "^7.12.13" 1074 + "@babel/plugin-syntax-class-static-block" "^7.14.5" 1075 + "@babel/plugin-syntax-dynamic-import" "^7.8.3" 1076 + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" 1077 + "@babel/plugin-syntax-json-strings" "^7.8.3" 1078 + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" 1079 + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" 1080 + "@babel/plugin-syntax-numeric-separator" "^7.10.4" 1081 + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" 1082 + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" 1083 + "@babel/plugin-syntax-optional-chaining" "^7.8.3" 1084 + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" 1085 + "@babel/plugin-syntax-top-level-await" "^7.14.5" 1086 + "@babel/plugin-transform-arrow-functions" "^7.14.5" 1087 + "@babel/plugin-transform-async-to-generator" "^7.14.5" 1088 + "@babel/plugin-transform-block-scoped-functions" "^7.14.5" 1089 + "@babel/plugin-transform-block-scoping" "^7.15.3" 1090 + "@babel/plugin-transform-classes" "^7.15.4" 1091 + "@babel/plugin-transform-computed-properties" "^7.14.5" 1092 + "@babel/plugin-transform-destructuring" "^7.14.7" 1093 + "@babel/plugin-transform-dotall-regex" "^7.14.5" 1094 + "@babel/plugin-transform-duplicate-keys" "^7.14.5" 1095 + "@babel/plugin-transform-exponentiation-operator" "^7.14.5" 1096 + "@babel/plugin-transform-for-of" "^7.15.4" 1097 + "@babel/plugin-transform-function-name" "^7.14.5" 1098 + "@babel/plugin-transform-literals" "^7.14.5" 1099 + "@babel/plugin-transform-member-expression-literals" "^7.14.5" 1100 + "@babel/plugin-transform-modules-amd" "^7.14.5" 1101 + "@babel/plugin-transform-modules-commonjs" "^7.15.4" 1102 + "@babel/plugin-transform-modules-systemjs" "^7.15.4" 1103 + "@babel/plugin-transform-modules-umd" "^7.14.5" 1104 + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9" 1105 + "@babel/plugin-transform-new-target" "^7.14.5" 1106 + "@babel/plugin-transform-object-super" "^7.14.5" 1107 + "@babel/plugin-transform-parameters" "^7.15.4" 1108 + "@babel/plugin-transform-property-literals" "^7.14.5" 1109 + "@babel/plugin-transform-regenerator" "^7.14.5" 1110 + "@babel/plugin-transform-reserved-words" "^7.14.5" 1111 + "@babel/plugin-transform-shorthand-properties" "^7.14.5" 1112 + "@babel/plugin-transform-spread" "^7.15.8" 1113 + "@babel/plugin-transform-sticky-regex" "^7.14.5" 1114 + "@babel/plugin-transform-template-literals" "^7.14.5" 1115 + "@babel/plugin-transform-typeof-symbol" "^7.14.5" 1116 + "@babel/plugin-transform-unicode-escapes" "^7.14.5" 1117 + "@babel/plugin-transform-unicode-regex" "^7.14.5" 1118 + "@babel/preset-modules" "^0.1.4" 1119 + "@babel/types" "^7.15.6" 1120 + babel-plugin-polyfill-corejs2 "^0.2.2" 1121 + babel-plugin-polyfill-corejs3 "^0.2.5" 1122 + babel-plugin-polyfill-regenerator "^0.2.2" 1123 + core-js-compat "^3.16.0" 1124 + semver "^6.3.0" 1125 + 1126 + "@babel/preset-env@^7.15.4": 1019 1127 version "7.15.6" 1020 1128 resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.6.tgz#0f3898db9d63d320f21b17380d8462779de57659" 1021 1129 integrity sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw== ··· 3535 3643 "@babel/helper-define-polyfill-provider" "^0.2.2" 3536 3644 core-js-compat "^3.9.1" 3537 3645 3646 + babel-plugin-polyfill-corejs3@^0.2.5: 3647 + version "0.2.5" 3648 + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz#2779846a16a1652244ae268b1e906ada107faf92" 3649 + integrity sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw== 3650 + dependencies: 3651 + "@babel/helper-define-polyfill-provider" "^0.2.2" 3652 + core-js-compat "^3.16.2" 3653 + 3538 3654 babel-plugin-polyfill-regenerator@^0.2.2: 3539 3655 version "0.2.2" 3540 3656 resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077" ··· 4116 4232 escalade "^3.1.1" 4117 4233 node-releases "^1.1.75" 4118 4234 4235 + browserslist@^4.17.3: 4236 + version "4.17.3" 4237 + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.3.tgz#2844cd6eebe14d12384b0122d217550160d2d624" 4238 + integrity sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ== 4239 + dependencies: 4240 + caniuse-lite "^1.0.30001264" 4241 + electron-to-chromium "^1.3.857" 4242 + escalade "^3.1.1" 4243 + node-releases "^1.1.77" 4244 + picocolors "^0.2.1" 4245 + 4119 4246 bser@2.1.1: 4120 4247 version "2.1.1" 4121 4248 resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" ··· 4376 4503 version "1.0.30001257" 4377 4504 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001257.tgz#150aaf649a48bee531104cfeda57f92ce587f6e5" 4378 4505 integrity sha512-JN49KplOgHSXpIsVSF+LUyhD8PUp6xPpAXeRrrcBh4KBeP7W864jHn6RvzJgDlrReyeVjMFJL3PLpPvKIxlIHA== 4506 + 4507 + caniuse-lite@^1.0.30001264: 4508 + version "1.0.30001265" 4509 + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001265.tgz#0613c9e6c922e422792e6fcefdf9a3afeee4f8c3" 4510 + integrity sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw== 4379 4511 4380 4512 chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: 4381 4513 version "4.1.2" ··· 4981 5113 integrity sha512-NHXQXvRbd4nxp9TEmooTJLUf94ySUG6+DSsscBpTftN1lQLQ4LjnWvc7AoIo4UjDsFF3hB8Uh5LLCRRdaiT5MQ== 4982 5114 dependencies: 4983 5115 browserslist "^4.16.7" 5116 + semver "7.0.0" 5117 + 5118 + core-js-compat@^3.16.2: 5119 + version "3.18.2" 5120 + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.18.2.tgz#e40c266fbd613948dd8d2d2156345da8ac03c142" 5121 + integrity sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ== 5122 + dependencies: 5123 + browserslist "^4.17.3" 4984 5124 semver "7.0.0" 4985 5125 4986 5126 core-js-compat@^3.17.2: ··· 5752 5892 version "1.3.839" 5753 5893 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.839.tgz#27a5b21468e9fefb0e328a029403617f20acec9c" 5754 5894 integrity sha512-0O7uPs9LJNjQ/U5mW78qW8gXv9H6Ba3DHZ5/yt8aBsvomOWDkV3MddT7enUYvLQEUVOURjWmgJJWVZ3K98tIwQ== 5895 + 5896 + electron-to-chromium@^1.3.857: 5897 + version "1.3.860" 5898 + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.860.tgz#d612e54ed75fa524c12af8da3ad8121ebfe2802b" 5899 + integrity sha512-gWwGZ+Wv4Mou2SJRH6JQzhTPjL5f95SX7n6VkLTQ/Q/INsZLZNQ1vH2GlZjozKyvT0kkFuCmWTwIoCj+/hUDPw== 5755 5900 5756 5901 elliptic@^6.5.3: 5757 5902 version "6.5.4" ··· 9387 9532 resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe" 9388 9533 integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw== 9389 9534 9535 + node-releases@^1.1.77: 9536 + version "1.1.77" 9537 + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.77.tgz#50b0cfede855dd374e7585bf228ff34e57c1c32e" 9538 + integrity sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ== 9539 + 9390 9540 node-res@^5.0.1: 9391 9541 version "5.0.1" 9392 9542 resolved "https://registry.yarnpkg.com/node-res/-/node-res-5.0.1.tgz#ffaa462e206509d66d0ba28a4daf1f032daa6460" ··· 9981 10131 ripemd160 "^2.0.1" 9982 10132 safe-buffer "^5.0.1" 9983 10133 sha.js "^2.4.8" 10134 + 10135 + picocolors@^0.2.1: 10136 + version "0.2.1" 10137 + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f" 10138 + integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA== 9984 10139 9985 10140 picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3: 9986 10141 version "2.2.3"