Skip to content

Commit 4a04846

Browse files
chore(deps): update dependency @babel/core to v7.21.3 (#4342)
[![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://github.com/babel/babel)) | [`7.21.0` -> `7.21.3`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.21.0/7.21.3) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/compatibility-slim/7.21.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fcore/7.21.3/confidence-slim/7.21.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel</summary> ### [`v7.21.3`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7213-2023-03-14) [Compare Source](https://github.com/babel/babel/compare/v7.21.0...v7.21.3) ##### 👓 Spec Compliance - `babel-parser` - [#&#8203;15479](https://github.com/babel/babel/pull/15479) disallow mixins/implements in flow interface ([@&#8203;JLHwung](https://github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-parser` - [#&#8203;15423](https://github.com/babel/babel/pull/15423) \[ts] Allow keywords in tuple labels ([@&#8203;Harpica](https://github.com/Harpica)) - `babel-plugin-transform-typescript` - [#&#8203;15489](https://github.com/babel/babel/pull/15489) Register `var` decls generated by `import ... =` TS transform ([@&#8203;amoeller](https://github.com/amoeller)) - [#&#8203;15494](https://github.com/babel/babel/pull/15494) fix: Consider `export { type foo }` as type-only usage ([@&#8203;magic-akari](https://github.com/magic-akari)) ##### 💅 Polish - `babel-traverse`, `babel-types` - [#&#8203;15484](https://github.com/babel/babel/pull/15484) Skip node deprecation warnings when used by an old `@babel` package ([@&#8203;nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-generator` - [#&#8203;15480](https://github.com/babel/babel/pull/15480) chore: Improve `jsonCompatibleStrings` deprecation ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 🏠 Internal - [#&#8203;15465](https://github.com/babel/babel/pull/15465) Add ESLint-readable package name ([@&#8203;nzakas](https://github.com/nzakas)) ##### 🔬 Output optimization - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#&#8203;15467](https://github.com/babel/babel/pull/15467) Optimize TS enums output ([@&#8203;liuxingbaoyu](https://github.com/liuxingbaoyu)) </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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e4564f1 commit 4a04846

File tree

2 files changed

+85
-12
lines changed

2 files changed

+85
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/cli": "^7.20.7",
47-
"@babel/core": "7.21.0",
47+
"@babel/core": "7.21.3",
4848
"@babel/preset-env": "7.20.2",
4949
"@babel/preset-react": "7.18.6",
5050
"@babel/preset-typescript": "7.21.0",

yarn.lock

Lines changed: 84 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,26 +87,26 @@ __metadata:
8787
languageName: node
8888
linkType: hard
8989

90-
"@babel/core@npm:7.21.0, @babel/core@npm:~7.21.0":
91-
version: 7.21.0
92-
resolution: "@babel/core@npm:7.21.0"
90+
"@babel/core@npm:7.21.3":
91+
version: 7.21.3
92+
resolution: "@babel/core@npm:7.21.3"
9393
dependencies:
9494
"@ampproject/remapping": ^2.2.0
9595
"@babel/code-frame": ^7.18.6
96-
"@babel/generator": ^7.21.0
96+
"@babel/generator": ^7.21.3
9797
"@babel/helper-compilation-targets": ^7.20.7
98-
"@babel/helper-module-transforms": ^7.21.0
98+
"@babel/helper-module-transforms": ^7.21.2
9999
"@babel/helpers": ^7.21.0
100-
"@babel/parser": ^7.21.0
100+
"@babel/parser": ^7.21.3
101101
"@babel/template": ^7.20.7
102-
"@babel/traverse": ^7.21.0
103-
"@babel/types": ^7.21.0
102+
"@babel/traverse": ^7.21.3
103+
"@babel/types": ^7.21.3
104104
convert-source-map: ^1.7.0
105105
debug: ^4.1.0
106106
gensync: ^1.0.0-beta.2
107107
json5: ^2.2.2
108108
semver: ^6.3.0
109-
checksum: 357f4dd3638861ceebf6d95ff49ad8b902065ee8b7b352621deed5666c2a6d702a48ca7254dba23ecae2a0afb67d20f90db7dd645c3b75e35e72ad9776c671aa
109+
checksum: bef25fbea96f461bf79bd1d0e4f0cdce679fd5ada464a89c1141ddba59ae1adfdbb23e04440c266ed525712d33d5ffd818cd8b0c25b1dee0e648d5559516153a
110110
languageName: node
111111
linkType: hard
112112

@@ -133,6 +133,29 @@ __metadata:
133133
languageName: node
134134
linkType: hard
135135

136+
"@babel/core@npm:~7.21.0":
137+
version: 7.21.0
138+
resolution: "@babel/core@npm:7.21.0"
139+
dependencies:
140+
"@ampproject/remapping": ^2.2.0
141+
"@babel/code-frame": ^7.18.6
142+
"@babel/generator": ^7.21.0
143+
"@babel/helper-compilation-targets": ^7.20.7
144+
"@babel/helper-module-transforms": ^7.21.0
145+
"@babel/helpers": ^7.21.0
146+
"@babel/parser": ^7.21.0
147+
"@babel/template": ^7.20.7
148+
"@babel/traverse": ^7.21.0
149+
"@babel/types": ^7.21.0
150+
convert-source-map: ^1.7.0
151+
debug: ^4.1.0
152+
gensync: ^1.0.0-beta.2
153+
json5: ^2.2.2
154+
semver: ^6.3.0
155+
checksum: 357f4dd3638861ceebf6d95ff49ad8b902065ee8b7b352621deed5666c2a6d702a48ca7254dba23ecae2a0afb67d20f90db7dd645c3b75e35e72ad9776c671aa
156+
languageName: node
157+
linkType: hard
158+
136159
"@babel/generator@npm:^7.12.11, @babel/generator@npm:^7.20.7":
137160
version: 7.20.14
138161
resolution: "@babel/generator@npm:7.20.14"
@@ -156,6 +179,18 @@ __metadata:
156179
languageName: node
157180
linkType: hard
158181

182+
"@babel/generator@npm:^7.21.3":
183+
version: 7.21.3
184+
resolution: "@babel/generator@npm:7.21.3"
185+
dependencies:
186+
"@babel/types": ^7.21.3
187+
"@jridgewell/gen-mapping": ^0.3.2
188+
"@jridgewell/trace-mapping": ^0.3.17
189+
jsesc: ^2.5.1
190+
checksum: be6bb5a32a0273260b91210d4137b7b5da148a2db8dd324654275cb0af865ae59de5e1536e93ac83423b2586415059e1c24cf94293026755cf995757238da749
191+
languageName: node
192+
linkType: hard
193+
159194
"@babel/helper-annotate-as-pure@npm:^7.18.6":
160195
version: 7.18.6
161196
resolution: "@babel/helper-annotate-as-pure@npm:7.18.6"
@@ -342,7 +377,7 @@ __metadata:
342377
languageName: node
343378
linkType: hard
344379

345-
"@babel/helper-module-transforms@npm:^7.21.0":
380+
"@babel/helper-module-transforms@npm:^7.21.0, @babel/helper-module-transforms@npm:^7.21.2":
346381
version: 7.21.2
347382
resolution: "@babel/helper-module-transforms@npm:7.21.2"
348383
dependencies:
@@ -520,6 +555,15 @@ __metadata:
520555
languageName: node
521556
linkType: hard
522557

558+
"@babel/parser@npm:^7.21.3":
559+
version: 7.21.3
560+
resolution: "@babel/parser@npm:7.21.3"
561+
bin:
562+
parser: ./bin/babel-parser.js
563+
checksum: a71e6456a1260c2a943736b56cc0acdf5f2a53c6c79e545f56618967e51f9b710d1d3359264e7c979313a7153741b1d95ad8860834cc2ab4ce4f428b13cc07be
564+
languageName: node
565+
linkType: hard
566+
523567
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.18.6":
524568
version: 7.18.6
525569
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.18.6"
@@ -1652,6 +1696,24 @@ __metadata:
16521696
languageName: node
16531697
linkType: hard
16541698

1699+
"@babel/traverse@npm:^7.21.3":
1700+
version: 7.21.3
1701+
resolution: "@babel/traverse@npm:7.21.3"
1702+
dependencies:
1703+
"@babel/code-frame": ^7.18.6
1704+
"@babel/generator": ^7.21.3
1705+
"@babel/helper-environment-visitor": ^7.18.9
1706+
"@babel/helper-function-name": ^7.21.0
1707+
"@babel/helper-hoist-variables": ^7.18.6
1708+
"@babel/helper-split-export-declaration": ^7.18.6
1709+
"@babel/parser": ^7.21.3
1710+
"@babel/types": ^7.21.3
1711+
debug: ^4.1.0
1712+
globals: ^11.1.0
1713+
checksum: 0af5bcd47a2fc501592b90ac1feae9d449afb9ab0772a4f6e68230f4cd3a475795d538c1de3f880fe3414b6c2820bac84d02c6549eea796f39d74a603717447b
1714+
languageName: node
1715+
linkType: hard
1716+
16551717
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.18.9, @babel/types@npm:^7.19.0, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.2, @babel/types@npm:^7.20.5, @babel/types@npm:^7.20.7, @babel/types@npm:^7.3.0, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
16561718
version: 7.20.7
16571719
resolution: "@babel/types@npm:7.20.7"
@@ -1674,6 +1736,17 @@ __metadata:
16741736
languageName: node
16751737
linkType: hard
16761738

1739+
"@babel/types@npm:^7.21.3":
1740+
version: 7.21.3
1741+
resolution: "@babel/types@npm:7.21.3"
1742+
dependencies:
1743+
"@babel/helper-string-parser": ^7.19.4
1744+
"@babel/helper-validator-identifier": ^7.19.1
1745+
to-fast-properties: ^2.0.0
1746+
checksum: b750274718ba9cefd0b81836c464009bb6ba339fccce51b9baff497a0a2d96c044c61dc90cf203cec0adc770454b53a9681c3f7716883c802b85ab84c365ba35
1747+
languageName: node
1748+
linkType: hard
1749+
16771750
"@base2/pretty-print-object@npm:1.0.1":
16781751
version: 1.0.1
16791752
resolution: "@base2/pretty-print-object@npm:1.0.1"
@@ -20671,7 +20744,7 @@ __metadata:
2067120744
resolution: "ui5-webcomponents-react@workspace:."
2067220745
dependencies:
2067320746
"@babel/cli": ^7.20.7
20674-
"@babel/core": 7.21.0
20747+
"@babel/core": 7.21.3
2067520748
"@babel/preset-env": 7.20.2
2067620749
"@babel/preset-react": 7.18.6
2067720750
"@babel/preset-typescript": 7.21.0

0 commit comments

Comments
 (0)