Skip to content

Commit 8d53d81

Browse files
renovate[bot]renovate-bot72636c
authored
deps: babel-plugin-macros ^3.0.0 (#277)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Ryan Ling <[email protected]>
1 parent 6d0501a commit 8d53d81

File tree

3 files changed

+32
-15
lines changed

3 files changed

+32
-15
lines changed

.changeset/fluffy-chairs-crash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'skuba': patch
3+
---
4+
5+
**deps:** babel-plugin-macros ^3.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/preset-env": "^7.12.1",
5252
"@babel/preset-typescript": "^7.12.1",
5353
"@types/jest": "^26.0.15",
54-
"babel-plugin-macros": "^2.8.0",
54+
"babel-plugin-macros": "^3.0.0",
5555
"babel-plugin-module-resolver": "^4.0.0",
5656
"chalk": "^4.1.0",
5757
"concurrently": "^5.3.0",

yarn.lock

+26-14
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856
pirates "^4.0.0"
857857
source-map-support "^0.5.16"
858858

859-
"@babel/runtime@^7.10.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
859+
"@babel/runtime@^7.10.4", "@babel/runtime@^7.12.5", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4":
860860
version "7.12.5"
861861
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e"
862862
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
@@ -872,10 +872,10 @@
872872
"@babel/parser" "^7.12.7"
873873
"@babel/types" "^7.12.7"
874874

875-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7", "@babel/traverse@^7.7.0":
876-
version "7.12.7"
877-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.7.tgz#572a722408681cef17d6b0bef69ef2e728ca69f1"
878-
integrity sha512-nMWaqsQEeSvMNypswUDzjqQ+0rR6pqCtoQpsqGJC4/Khm9cISwPTSpai57F6/jDaOoEGz8yE/WxcO3PV6tKSmQ==
875+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.7", "@babel/traverse@^7.12.9", "@babel/traverse@^7.7.0":
876+
version "7.12.9"
877+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
878+
integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
879879
dependencies:
880880
"@babel/code-frame" "^7.10.4"
881881
"@babel/generator" "^7.12.5"
@@ -2244,14 +2244,15 @@ babel-plugin-jest-hoist@^26.6.2:
22442244
"@types/babel__core" "^7.0.0"
22452245
"@types/babel__traverse" "^7.0.6"
22462246

2247-
babel-plugin-macros@^2.8.0:
2248-
version "2.8.0"
2249-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
2250-
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
2247+
babel-plugin-macros@^3.0.0:
2248+
version "3.0.0"
2249+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.0.tgz#de9ad21283f8493b2aa70ba0abe82efafb65f5bd"
2250+
integrity sha512-KtmdOA0b8gsD8cid2iOdPEPSI45UFkf3wczAWN1FHhfI4UoXMLM6Cdhk72VznDMLPnEC88txqG0101e8MOpsaQ==
22512251
dependencies:
2252-
"@babel/runtime" "^7.7.2"
2253-
cosmiconfig "^6.0.0"
2254-
resolve "^1.12.0"
2252+
"@babel/runtime" "^7.12.5"
2253+
"@babel/traverse" "^7.12.9"
2254+
cosmiconfig "^7.0.0"
2255+
resolve "^1.19.0"
22552256

22562257
babel-plugin-module-resolver@^4.0.0:
22572258
version "4.0.0"
@@ -3057,6 +3058,17 @@ cosmiconfig@^6.0.0:
30573058
path-type "^4.0.0"
30583059
yaml "^1.7.2"
30593060

3061+
cosmiconfig@^7.0.0:
3062+
version "7.0.0"
3063+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
3064+
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
3065+
dependencies:
3066+
"@types/parse-json" "^4.0.0"
3067+
import-fresh "^3.2.1"
3068+
parse-json "^5.0.0"
3069+
path-type "^4.0.0"
3070+
yaml "^1.10.0"
3071+
30603072
create-error-class@^3.0.0:
30613073
version "3.0.2"
30623074
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
@@ -8326,7 +8338,7 @@ resolve-url@^0.2.1:
83268338
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
83278339
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
83288340

8329-
resolve@^1.0.0, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.3.2:
8341+
resolve@^1.0.0, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.3.2:
83308342
version "1.19.0"
83318343
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
83328344
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
@@ -10046,7 +10058,7 @@ yallist@^4.0.0:
1004610058
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1004710059
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1004810060

10049-
yaml@^1.7.2:
10061+
yaml@^1.10.0, yaml@^1.7.2:
1005010062
version "1.10.0"
1005110063
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
1005210064
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

0 commit comments

Comments
 (0)