Skip to content

Commit 157b54d

Browse files
chore(deps): update dependency @babel/core to v7.20.12 (#2825)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://togithub.com/babel/babel)) | [`7.20.7` -> `7.20.12`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.20.7/7.20.12) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/compatibility-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.20.12/confidence-slim/7.20.7)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.20.12`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v72012-2023-01-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.7...v7.20.12) ##### 🐛 Bug Fix - `babel-traverse` - [#&#8203;15224](https://togithub.com/babel/babel/pull/15224) Fix `TaggedTemplateLiteral` evaluation ([@&#8203;nmn](https://togithub.com/nmn)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#&#8203;15312](https://togithub.com/babel/babel/pull/15312) fix: `delete this` in static class properties initialization ([@&#8203;SuperSodaSea](https://togithub.com/SuperSodaSea)) ##### 💅 Polish - `babel-traverse` - [#&#8203;15313](https://togithub.com/babel/babel/pull/15313) Implement support for evaluating computed properties. ([@&#8203;JBYoshi](https://togithub.com/JBYoshi)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1054a3 commit 157b54d

File tree

4 files changed

+71
-13
lines changed

4 files changed

+71
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
},
140140
"devDependencies": {
141141
"@apidevtools/swagger-parser": "10.1.0",
142-
"@babel/core": "7.20.7",
142+
"@babel/core": "7.20.12",
143143
"@swc/core": "1.3.24",
144144
"@swc/jest": "0.2.24",
145145
"@types/bcryptjs": "2.4.2",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
]
6868
},
6969
"devDependencies": {
70-
"@babel/core": "7.20.7",
70+
"@babel/core": "7.20.12",
7171
"@docusaurus/module-type-aliases": "2.2.0",
7272
"@storybook/addon-actions": "6.5.15",
7373
"@storybook/addon-essentials": "6.5.15",

website/yarn.lock

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,25 +187,25 @@
187187
semver "^5.4.1"
188188
source-map "^0.5.0"
189189

190-
"@babel/core@7.20.7":
191-
version "7.20.7"
192-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
193-
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
190+
"@babel/core@7.20.12":
191+
version "7.20.12"
192+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
193+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
194194
dependencies:
195195
"@ampproject/remapping" "^2.1.0"
196196
"@babel/code-frame" "^7.18.6"
197197
"@babel/generator" "^7.20.7"
198198
"@babel/helper-compilation-targets" "^7.20.7"
199-
"@babel/helper-module-transforms" "^7.20.7"
199+
"@babel/helper-module-transforms" "^7.20.11"
200200
"@babel/helpers" "^7.20.7"
201201
"@babel/parser" "^7.20.7"
202202
"@babel/template" "^7.20.7"
203-
"@babel/traverse" "^7.20.7"
203+
"@babel/traverse" "^7.20.12"
204204
"@babel/types" "^7.20.7"
205205
convert-source-map "^1.7.0"
206206
debug "^4.1.0"
207207
gensync "^1.0.0-beta.2"
208-
json5 "^2.2.1"
208+
json5 "^2.2.2"
209209
semver "^6.3.0"
210210

211211
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.18.6", "@babel/core@^7.19.6", "@babel/core@^7.7.5":
@@ -385,7 +385,7 @@
385385
"@babel/traverse" "^7.20.1"
386386
"@babel/types" "^7.20.2"
387387

388-
"@babel/helper-module-transforms@^7.20.7":
388+
"@babel/helper-module-transforms@^7.20.11":
389389
version "7.20.11"
390390
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
391391
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
@@ -1371,6 +1371,22 @@
13711371
debug "^4.1.0"
13721372
globals "^11.1.0"
13731373

1374+
"@babel/traverse@^7.20.12":
1375+
version "7.20.12"
1376+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
1377+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
1378+
dependencies:
1379+
"@babel/code-frame" "^7.18.6"
1380+
"@babel/generator" "^7.20.7"
1381+
"@babel/helper-environment-visitor" "^7.18.9"
1382+
"@babel/helper-function-name" "^7.19.0"
1383+
"@babel/helper-hoist-variables" "^7.18.6"
1384+
"@babel/helper-split-export-declaration" "^7.18.6"
1385+
"@babel/parser" "^7.20.7"
1386+
"@babel/types" "^7.20.7"
1387+
debug "^4.1.0"
1388+
globals "^11.1.0"
1389+
13741390
"@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.4.4":
13751391
version "7.20.2"
13761392
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
@@ -9156,6 +9172,11 @@ json5@^2.1.2, json5@^2.1.3, json5@^2.2.1:
91569172
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
91579173
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
91589174

9175+
json5@^2.2.2:
9176+
version "2.2.3"
9177+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
9178+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
9179+
91599180
jsonfile@^6.0.1:
91609181
version "6.1.0"
91619182
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"

yarn.lock

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,28 @@
7676
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
7777
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
7878

79-
"@babel/core@7.20.7", "@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
79+
"@babel/core@7.20.12":
80+
version "7.20.12"
81+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
82+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
83+
dependencies:
84+
"@ampproject/remapping" "^2.1.0"
85+
"@babel/code-frame" "^7.18.6"
86+
"@babel/generator" "^7.20.7"
87+
"@babel/helper-compilation-targets" "^7.20.7"
88+
"@babel/helper-module-transforms" "^7.20.11"
89+
"@babel/helpers" "^7.20.7"
90+
"@babel/parser" "^7.20.7"
91+
"@babel/template" "^7.20.7"
92+
"@babel/traverse" "^7.20.12"
93+
"@babel/types" "^7.20.7"
94+
convert-source-map "^1.7.0"
95+
debug "^4.1.0"
96+
gensync "^1.0.0-beta.2"
97+
json5 "^2.2.2"
98+
semver "^6.3.0"
99+
100+
"@babel/core@^7.0.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3":
80101
version "7.20.7"
81102
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
82103
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
@@ -144,7 +165,7 @@
144165
dependencies:
145166
"@babel/types" "^7.18.6"
146167

147-
"@babel/helper-module-transforms@^7.20.7":
168+
"@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.20.7":
148169
version "7.20.11"
149170
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
150171
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
@@ -345,6 +366,22 @@
345366
debug "^4.1.0"
346367
globals "^11.1.0"
347368

369+
"@babel/traverse@^7.20.12":
370+
version "7.20.12"
371+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
372+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
373+
dependencies:
374+
"@babel/code-frame" "^7.18.6"
375+
"@babel/generator" "^7.20.7"
376+
"@babel/helper-environment-visitor" "^7.18.9"
377+
"@babel/helper-function-name" "^7.19.0"
378+
"@babel/helper-hoist-variables" "^7.18.6"
379+
"@babel/helper-split-export-declaration" "^7.18.6"
380+
"@babel/parser" "^7.20.7"
381+
"@babel/types" "^7.20.7"
382+
debug "^4.1.0"
383+
globals "^11.1.0"
384+
348385
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
349386
version "7.20.7"
350387
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
@@ -4349,7 +4386,7 @@ json5@^1.0.1:
43494386
dependencies:
43504387
minimist "^1.2.0"
43514388

4352-
json5@^2.2.1:
4389+
json5@^2.2.1, json5@^2.2.2:
43534390
version "2.2.3"
43544391
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
43554392
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==

0 commit comments

Comments
 (0)