Skip to content

Commit 5078957

Browse files
authored
Merge pull request #1014 from Patternslib/upgrade
Upgrade
2 parents ab0bb17 + a2520a5 commit 5078957

File tree

2 files changed

+110
-54
lines changed

2 files changed

+110
-54
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"whatwg-fetch": "^3.4.0"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.18.0",
42-
"@babel/eslint-parser": "^7.17.0",
41+
"@babel/core": "^7.18.2",
42+
"@babel/eslint-parser": "^7.18.2",
4343
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
44-
"@babel/preset-env": "^7.18.0",
45-
"@commitlint/cli": "^17.0.0",
44+
"@babel/preset-env": "^7.18.2",
45+
"@commitlint/cli": "^17.0.1",
4646
"@commitlint/config-conventional": "^17.0.0",
4747
"@release-it/conventional-changelog": "^5.0.0",
4848
"@testing-library/jest-dom": "^5.16.4",
4949
"babel-loader": "^8.2.5",
5050
"copy-webpack-plugin": "^11.0.0",
51-
"core-js": "3.22.6",
51+
"core-js": "3.22.7",
5252
"css-loader": "^6.7.1",
5353
"eslint": "^8.16.0",
5454
"eslint-config-prettier": "^8.5.0",

yarn.lock

Lines changed: 105 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -80,31 +80,31 @@
8080
semver "^6.3.0"
8181
source-map "^0.5.0"
8282

83-
"@babel/core@^7.18.0":
84-
version "7.18.0"
85-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.0.tgz#c58d04d7c6fbfb58ea7681e2b9145cfb62726756"
86-
integrity sha512-Xyw74OlJwDijToNi0+6BBI5mLLR5+5R3bcSH80LXzjzEGEUlvNzujEE71BaD/ApEZHAvFI/Mlmp4M5lIkdeeWw==
83+
"@babel/core@^7.18.2":
84+
version "7.18.2"
85+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.2.tgz#87b2fcd7cce9becaa7f5acebdc4f09f3dd19d876"
86+
integrity sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==
8787
dependencies:
8888
"@ampproject/remapping" "^2.1.0"
8989
"@babel/code-frame" "^7.16.7"
90-
"@babel/generator" "^7.18.0"
91-
"@babel/helper-compilation-targets" "^7.17.10"
90+
"@babel/generator" "^7.18.2"
91+
"@babel/helper-compilation-targets" "^7.18.2"
9292
"@babel/helper-module-transforms" "^7.18.0"
93-
"@babel/helpers" "^7.18.0"
93+
"@babel/helpers" "^7.18.2"
9494
"@babel/parser" "^7.18.0"
9595
"@babel/template" "^7.16.7"
96-
"@babel/traverse" "^7.18.0"
97-
"@babel/types" "^7.18.0"
96+
"@babel/traverse" "^7.18.2"
97+
"@babel/types" "^7.18.2"
9898
convert-source-map "^1.7.0"
9999
debug "^4.1.0"
100100
gensync "^1.0.0-beta.2"
101101
json5 "^2.2.1"
102102
semver "^6.3.0"
103103

104-
"@babel/eslint-parser@^7.17.0":
105-
version "7.17.0"
106-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz#eabb24ad9f0afa80e5849f8240d0e5facc2d90d6"
107-
integrity sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==
104+
"@babel/eslint-parser@^7.18.2":
105+
version "7.18.2"
106+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.2.tgz#e14dee36c010edfb0153cf900c2b0815e82e3245"
107+
integrity sha512-oFQYkE8SuH14+uR51JVAmdqwKYXGRjEXx7s+WiagVjqQ+HPE+nnwyF2qlVG8evUsUHmPcA+6YXMEDbIhEyQc5A==
108108
dependencies:
109109
eslint-scope "^5.1.1"
110110
eslint-visitor-keys "^2.1.0"
@@ -164,6 +164,15 @@
164164
"@jridgewell/gen-mapping" "^0.3.0"
165165
jsesc "^2.5.1"
166166

167+
"@babel/generator@^7.18.2":
168+
version "7.18.2"
169+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.2.tgz#33873d6f89b21efe2da63fe554460f3df1c5880d"
170+
integrity sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==
171+
dependencies:
172+
"@babel/types" "^7.18.2"
173+
"@jridgewell/gen-mapping" "^0.3.0"
174+
jsesc "^2.5.1"
175+
167176
"@babel/helper-annotate-as-pure@^7.12.13":
168177
version "7.12.13"
169178
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -216,6 +225,16 @@
216225
browserslist "^4.20.2"
217226
semver "^6.3.0"
218227

228+
"@babel/helper-compilation-targets@^7.18.2":
229+
version "7.18.2"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
231+
integrity sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==
232+
dependencies:
233+
"@babel/compat-data" "^7.17.10"
234+
"@babel/helper-validator-option" "^7.16.7"
235+
browserslist "^4.20.2"
236+
semver "^6.3.0"
237+
219238
"@babel/helper-create-class-features-plugin@^7.17.12":
220239
version "7.17.12"
221240
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.12.tgz#d4f8393fc4838cbff6b7c199af5229aee16d07cf"
@@ -301,6 +320,11 @@
301320
dependencies:
302321
"@babel/types" "^7.16.7"
303322

323+
"@babel/helper-environment-visitor@^7.18.2":
324+
version "7.18.2"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
326+
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
327+
304328
"@babel/helper-explode-assignable-expression@^7.16.7":
305329
version "7.16.7"
306330
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -486,6 +510,13 @@
486510
dependencies:
487511
"@babel/types" "^7.17.0"
488512

513+
"@babel/helper-simple-access@^7.18.2":
514+
version "7.18.2"
515+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.18.2.tgz#4dc473c2169ac3a1c9f4a51cfcd091d1c36fcff9"
516+
integrity sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==
517+
dependencies:
518+
"@babel/types" "^7.18.2"
519+
489520
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
490521
version "7.16.0"
491522
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -560,14 +591,14 @@
560591
"@babel/traverse" "^7.17.9"
561592
"@babel/types" "^7.17.0"
562593

563-
"@babel/helpers@^7.18.0":
564-
version "7.18.0"
565-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.0.tgz#aff37c3590de42102b54842446146d0205946370"
566-
integrity sha512-AE+HMYhmlMIbho9nbvicHyxFwhrO+xhKB6AhRxzl8w46Yj0VXTZjEsAoBVC7rB2I0jzX+yWyVybnO08qkfx6kg==
594+
"@babel/helpers@^7.18.2":
595+
version "7.18.2"
596+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
597+
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
567598
dependencies:
568599
"@babel/template" "^7.16.7"
569-
"@babel/traverse" "^7.18.0"
570-
"@babel/types" "^7.18.0"
600+
"@babel/traverse" "^7.18.2"
601+
"@babel/types" "^7.18.2"
571602

572603
"@babel/highlight@^7.12.13":
573604
version "7.14.0"
@@ -991,10 +1022,10 @@
9911022
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
9921023
"@babel/helper-plugin-utils" "^7.16.7"
9931024

994-
"@babel/plugin-transform-for-of@^7.17.12":
995-
version "7.17.12"
996-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.17.12.tgz#5397c22554ec737a27918e7e7e0e7b679b05f5ec"
997-
integrity sha512-76lTwYaCxw8ldT7tNmye4LLwSoKDbRCBzu6n/DcK/P3FOR29+38CIIaVIZfwol9By8W/QHORYEnYSLuvcQKrsg==
1025+
"@babel/plugin-transform-for-of@^7.18.1":
1026+
version "7.18.1"
1027+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.1.tgz#ed14b657e162b72afbbb2b4cdad277bf2bb32036"
1028+
integrity sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==
9981029
dependencies:
9991030
"@babel/helper-plugin-utils" "^7.17.12"
10001031

@@ -1030,14 +1061,14 @@
10301061
"@babel/helper-plugin-utils" "^7.17.12"
10311062
babel-plugin-dynamic-import-node "^2.3.3"
10321063

1033-
"@babel/plugin-transform-modules-commonjs@^7.18.0":
1034-
version "7.18.0"
1035-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.0.tgz#3be575e19fbd273d42adbc84566b1fad3582b3db"
1036-
integrity sha512-cCeR0VZWtfxWS4YueAK2qtHtBPJRSaJcMlbS8jhSIm/A3E2Kpro4W1Dn4cqJtp59dtWfXjQwK7SPKF8ghs7rlw==
1064+
"@babel/plugin-transform-modules-commonjs@^7.18.2":
1065+
version "7.18.2"
1066+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.2.tgz#1aa8efa2e2a6e818b6a7f2235fceaf09bdb31e9e"
1067+
integrity sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==
10371068
dependencies:
10381069
"@babel/helper-module-transforms" "^7.18.0"
10391070
"@babel/helper-plugin-utils" "^7.17.12"
1040-
"@babel/helper-simple-access" "^7.17.7"
1071+
"@babel/helper-simple-access" "^7.18.2"
10411072
babel-plugin-dynamic-import-node "^2.3.3"
10421073

10431074
"@babel/plugin-transform-modules-systemjs@^7.18.0":
@@ -1133,10 +1164,10 @@
11331164
dependencies:
11341165
"@babel/helper-plugin-utils" "^7.16.7"
11351166

1136-
"@babel/plugin-transform-template-literals@^7.17.12":
1137-
version "7.17.12"
1138-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.17.12.tgz#4aec0a18f39dd86c442e1d077746df003e362c6e"
1139-
integrity sha512-kAKJ7DX1dSRa2s7WN1xUAuaQmkTpN+uig4wCKWivVXIObqGbVTUlSavHyfI2iZvz89GFAMGm9p2DBJ4Y1Tp0hw==
1167+
"@babel/plugin-transform-template-literals@^7.18.2":
1168+
version "7.18.2"
1169+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.2.tgz#31ed6915721864847c48b656281d0098ea1add28"
1170+
integrity sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==
11401171
dependencies:
11411172
"@babel/helper-plugin-utils" "^7.17.12"
11421173

@@ -1162,13 +1193,13 @@
11621193
"@babel/helper-create-regexp-features-plugin" "^7.16.7"
11631194
"@babel/helper-plugin-utils" "^7.16.7"
11641195

1165-
"@babel/preset-env@^7.18.0":
1166-
version "7.18.0"
1167-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.0.tgz#ec7e51f4c6e026816000b230ed7cf74a1530d91d"
1168-
integrity sha512-cP74OMs7ECLPeG1reiCQ/D/ypyOxgfm8uR6HRYV23vTJ7Lu1nbgj9DQDo/vH59gnn7GOAwtTDPPYV4aXzsMKHA==
1196+
"@babel/preset-env@^7.18.2":
1197+
version "7.18.2"
1198+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.2.tgz#f47d3000a098617926e674c945d95a28cb90977a"
1199+
integrity sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==
11691200
dependencies:
11701201
"@babel/compat-data" "^7.17.10"
1171-
"@babel/helper-compilation-targets" "^7.17.10"
1202+
"@babel/helper-compilation-targets" "^7.18.2"
11721203
"@babel/helper-plugin-utils" "^7.17.12"
11731204
"@babel/helper-validator-option" "^7.16.7"
11741205
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.17.12"
@@ -1213,12 +1244,12 @@
12131244
"@babel/plugin-transform-dotall-regex" "^7.16.7"
12141245
"@babel/plugin-transform-duplicate-keys" "^7.17.12"
12151246
"@babel/plugin-transform-exponentiation-operator" "^7.16.7"
1216-
"@babel/plugin-transform-for-of" "^7.17.12"
1247+
"@babel/plugin-transform-for-of" "^7.18.1"
12171248
"@babel/plugin-transform-function-name" "^7.16.7"
12181249
"@babel/plugin-transform-literals" "^7.17.12"
12191250
"@babel/plugin-transform-member-expression-literals" "^7.16.7"
12201251
"@babel/plugin-transform-modules-amd" "^7.18.0"
1221-
"@babel/plugin-transform-modules-commonjs" "^7.18.0"
1252+
"@babel/plugin-transform-modules-commonjs" "^7.18.2"
12221253
"@babel/plugin-transform-modules-systemjs" "^7.18.0"
12231254
"@babel/plugin-transform-modules-umd" "^7.18.0"
12241255
"@babel/plugin-transform-named-capturing-groups-regex" "^7.17.12"
@@ -1231,12 +1262,12 @@
12311262
"@babel/plugin-transform-shorthand-properties" "^7.16.7"
12321263
"@babel/plugin-transform-spread" "^7.17.12"
12331264
"@babel/plugin-transform-sticky-regex" "^7.16.7"
1234-
"@babel/plugin-transform-template-literals" "^7.17.12"
1265+
"@babel/plugin-transform-template-literals" "^7.18.2"
12351266
"@babel/plugin-transform-typeof-symbol" "^7.17.12"
12361267
"@babel/plugin-transform-unicode-escapes" "^7.16.7"
12371268
"@babel/plugin-transform-unicode-regex" "^7.16.7"
12381269
"@babel/preset-modules" "^0.1.5"
1239-
"@babel/types" "^7.18.0"
1270+
"@babel/types" "^7.18.2"
12401271
babel-plugin-polyfill-corejs2 "^0.3.0"
12411272
babel-plugin-polyfill-corejs3 "^0.5.0"
12421273
babel-plugin-polyfill-regenerator "^0.3.0"
@@ -1373,6 +1404,22 @@
13731404
debug "^4.1.0"
13741405
globals "^11.1.0"
13751406

1407+
"@babel/traverse@^7.18.2":
1408+
version "7.18.2"
1409+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
1410+
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
1411+
dependencies:
1412+
"@babel/code-frame" "^7.16.7"
1413+
"@babel/generator" "^7.18.2"
1414+
"@babel/helper-environment-visitor" "^7.18.2"
1415+
"@babel/helper-function-name" "^7.17.9"
1416+
"@babel/helper-hoist-variables" "^7.16.7"
1417+
"@babel/helper-split-export-declaration" "^7.16.7"
1418+
"@babel/parser" "^7.18.0"
1419+
"@babel/types" "^7.18.2"
1420+
debug "^4.1.0"
1421+
globals "^11.1.0"
1422+
13761423
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13771424
version "7.14.4"
13781425
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
@@ -1421,21 +1468,30 @@
14211468
"@babel/helper-validator-identifier" "^7.16.7"
14221469
to-fast-properties "^2.0.0"
14231470

1471+
"@babel/types@^7.18.2":
1472+
version "7.18.4"
1473+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
1474+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1475+
dependencies:
1476+
"@babel/helper-validator-identifier" "^7.16.7"
1477+
to-fast-properties "^2.0.0"
1478+
14241479
"@bcoe/v8-coverage@^0.2.3":
14251480
version "0.2.3"
14261481
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
14271482
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
14281483

1429-
"@commitlint/cli@^17.0.0":
1430-
version "17.0.0"
1431-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.0.tgz#6c86c6b0eba4ba1204a19833c3c962b623f35518"
1432-
integrity sha512-Np6slCdVVG1XwMvwbZrXIzS1INPAD5QmN4L6al04AmCd4nAPU63gxgxC5Mz0Fmx7va23Uvb0S7yEFV1JPhvPUQ==
1484+
"@commitlint/cli@^17.0.1":
1485+
version "17.0.1"
1486+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.0.1.tgz#88c5ad3f297760ded589c3a33ed49321242e7ab0"
1487+
integrity sha512-5xT1G5pnynR0tk/ms8Ji7yr9lZCeQs4GLVVtyK/gw20w+enoLTVuRKKY9zg88hy9FoCycc/W8iip2xv3c8payg==
14331488
dependencies:
14341489
"@commitlint/format" "^17.0.0"
14351490
"@commitlint/lint" "^17.0.0"
14361491
"@commitlint/load" "^17.0.0"
14371492
"@commitlint/read" "^17.0.0"
14381493
"@commitlint/types" "^17.0.0"
1494+
execa "^5.0.0"
14391495
lodash "^4.17.19"
14401496
resolve-from "5.0.0"
14411497
resolve-global "1.0.0"
@@ -4066,10 +4122,10 @@ core-js-compat@^3.22.1:
40664122
browserslist "^4.20.3"
40674123
semver "7.0.0"
40684124

4069-
4070-
version "3.22.6"
4071-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.6.tgz#294dd824b4cae2c24725a36baa4a791ed00bb0de"
4072-
integrity sha512-2IGcGH00z9I4twgNWU4uGCNEsBFG1s2JudVQrgSCoVhOfwoTwQjxC8aMo9exrpTMOxvobggEpaHnGMmQY4cfBQ==
4125+
4126+
version "3.22.7"
4127+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.7.tgz#8d6c37f630f6139b8732d10f2c114c3f1d00024f"
4128+
integrity sha512-Jt8SReuDKVNZnZEzyEQT5eK6T2RRCXkfTq7Lo09kpm+fHjgGewSbNjV+Wt4yZMhPDdzz2x1ulI5z/w4nxpBseg==
40734129

40744130
core-util-is@~1.0.0:
40754131
version "1.0.2"

0 commit comments

Comments
 (0)