Skip to content

Commit 1fa7520

Browse files
chore(deps): update dependency @babel/core to v7.27.4 (#2646)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.27.1` -> `7.27.4`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.1/7.27.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.27.1/7.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.27.1/7.27.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.27.4`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7274-2025-05-30) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.3...v7.27.4) ##### 👓 Spec Compliance - `babel-parser`, `babel-plugin-proposal-explicit-resource-management` - [#&#8203;17323](https://redirect.github.com/babel/babel/pull/17323) Disallow using in bare case statement ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 💅 Polish - `babel-parser` - [#&#8203;17311](https://redirect.github.com/babel/babel/pull/17311) Improve parseExpression error messages ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🔬 Output optimization - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#&#8203;17287](https://redirect.github.com/babel/babel/pull/17287) Reduce `regenerator` size more ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17334](https://redirect.github.com/babel/babel/pull/17334) Use shorter method names for regenerator context ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - [#&#8203;17268](https://redirect.github.com/babel/babel/pull/17268) Reduce `regenerator` helper size ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-core`, `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-classes`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#&#8203;17238](https://redirect.github.com/babel/babel/pull/17238) Split `regeneratorRuntime` into multiple helpers ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) ### [`v7.27.3`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7273-2025-05-27) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.1...v7.27.3) ##### 🐛 Bug Fix - `babel-generator` - [#&#8203;17324](https://redirect.github.com/babel/babel/pull/17324) Improve multiline comments handling in yield/await expression ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs3` - [#&#8203;17328](https://redirect.github.com/babel/babel/pull/17328) Correctly set `.displayName` on `GeneratorFunction` ([@&#8203;nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-plugin-proposal-explicit-resource-management` - [#&#8203;17319](https://redirect.github.com/babel/babel/pull/17319) fix: handle shadowed binding in `for using of` body ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - [#&#8203;17317](https://redirect.github.com/babel/babel/pull/17317) fix: support named evaluation for using declaration ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-types` - [#&#8203;17321](https://redirect.github.com/babel/babel/pull/17321) fix(converter): Remove `abstract` modifiers in class declaration to expression conversion ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - `babel-helper-module-transforms`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-umd` - [#&#8203;17257](https://redirect.github.com/babel/babel/pull/17257) Preserve class id when transforming using declarations with exported class ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#&#8203;17312](https://redirect.github.com/babel/babel/pull/17312) fix(parser): properly handle optional markers in generator class methods ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - [#&#8203;17307](https://redirect.github.com/babel/babel/pull/17307) fix(parser): Terminate modifier parsing at newline ([@&#8203;magic-akari](https://redirect.github.com/magic-akari)) - `babel-generator`, `babel-parser` - [#&#8203;17308](https://redirect.github.com/babel/babel/pull/17308) Improve import phase parsing ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 10:00 AM and 07:59 PM, between day 1 and 7 of the month, and on Monday ( * 10-19 1-7 * MON ) in timezone Asia/Seoul, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/channel-io/bezier-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hvcmU6ZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac270e5 commit 1fa7520

File tree

1 file changed

+80
-18
lines changed

1 file changed

+80
-18
lines changed

yarn.lock

Lines changed: 80 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,25 +123,25 @@ __metadata:
123123
linkType: hard
124124

125125
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.16.0, @babel/core@npm:^7.18.9, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.26.0":
126-
version: 7.27.1
127-
resolution: "@babel/core@npm:7.27.1"
126+
version: 7.27.4
127+
resolution: "@babel/core@npm:7.27.4"
128128
dependencies:
129129
"@ampproject/remapping": "npm:^2.2.0"
130130
"@babel/code-frame": "npm:^7.27.1"
131-
"@babel/generator": "npm:^7.27.1"
132-
"@babel/helper-compilation-targets": "npm:^7.27.1"
133-
"@babel/helper-module-transforms": "npm:^7.27.1"
134-
"@babel/helpers": "npm:^7.27.1"
135-
"@babel/parser": "npm:^7.27.1"
136-
"@babel/template": "npm:^7.27.1"
137-
"@babel/traverse": "npm:^7.27.1"
138-
"@babel/types": "npm:^7.27.1"
131+
"@babel/generator": "npm:^7.27.3"
132+
"@babel/helper-compilation-targets": "npm:^7.27.2"
133+
"@babel/helper-module-transforms": "npm:^7.27.3"
134+
"@babel/helpers": "npm:^7.27.4"
135+
"@babel/parser": "npm:^7.27.4"
136+
"@babel/template": "npm:^7.27.2"
137+
"@babel/traverse": "npm:^7.27.4"
138+
"@babel/types": "npm:^7.27.3"
139139
convert-source-map: "npm:^2.0.0"
140140
debug: "npm:^4.1.0"
141141
gensync: "npm:^1.0.0-beta.2"
142142
json5: "npm:^2.2.3"
143143
semver: "npm:^6.3.1"
144-
checksum: 10/3dfec88f84b3ce567e6c482db0119f02f451bd3f86b0835c71c029fedb657969786507fafedd3a0732bd1be9fbc9f0635d734efafabad6dbc67d3eb7b494cdd8
144+
checksum: 10/28c01186d5f2599e41f92c94fd14a02cfdcf4b74429b4028a8d16e45c1b08d3924c4275e56412f30fcd2664e5ddc2200f1c06cee8bffff4bba628ff1f20c6e70
145145
languageName: node
146146
linkType: hard
147147

@@ -196,6 +196,19 @@ __metadata:
196196
languageName: node
197197
linkType: hard
198198

199+
"@babel/generator@npm:^7.27.3":
200+
version: 7.27.3
201+
resolution: "@babel/generator@npm:7.27.3"
202+
dependencies:
203+
"@babel/parser": "npm:^7.27.3"
204+
"@babel/types": "npm:^7.27.3"
205+
"@jridgewell/gen-mapping": "npm:^0.3.5"
206+
"@jridgewell/trace-mapping": "npm:^0.3.25"
207+
jsesc: "npm:^3.0.2"
208+
checksum: 10/3b8477ae0c305639f86aeb553115535b103626008945462d32171fa4ebd77f2a0345600dc5baee7ced98d54cc7da9c806808a04b555c75136f42e0e9d7794bdf
209+
languageName: node
210+
linkType: hard
211+
199212
"@babel/helper-annotate-as-pure@npm:^7.18.6, @babel/helper-annotate-as-pure@npm:^7.24.7":
200213
version: 7.24.7
201214
resolution: "@babel/helper-annotate-as-pure@npm:7.24.7"
@@ -455,6 +468,19 @@ __metadata:
455468
languageName: node
456469
linkType: hard
457470

471+
"@babel/helper-module-transforms@npm:^7.27.3":
472+
version: 7.27.3
473+
resolution: "@babel/helper-module-transforms@npm:7.27.3"
474+
dependencies:
475+
"@babel/helper-module-imports": "npm:^7.27.1"
476+
"@babel/helper-validator-identifier": "npm:^7.27.1"
477+
"@babel/traverse": "npm:^7.27.3"
478+
peerDependencies:
479+
"@babel/core": ^7.0.0
480+
checksum: 10/47abc90ceb181b4bdea9bf1717adf536d1b5e5acb6f6d8a7a4524080318b5ca8a99e6d58677268c596bad71077d1d98834d2c3815f2443e6d3f287962300f15d
481+
languageName: node
482+
linkType: hard
483+
458484
"@babel/helper-optimise-call-expression@npm:^7.24.7":
459485
version: 7.24.7
460486
resolution: "@babel/helper-optimise-call-expression@npm:7.24.7"
@@ -639,13 +665,13 @@ __metadata:
639665
languageName: node
640666
linkType: hard
641667

642-
"@babel/helpers@npm:^7.27.1":
643-
version: 7.27.1
644-
resolution: "@babel/helpers@npm:7.27.1"
668+
"@babel/helpers@npm:^7.27.4":
669+
version: 7.27.4
670+
resolution: "@babel/helpers@npm:7.27.4"
645671
dependencies:
646-
"@babel/template": "npm:^7.27.1"
647-
"@babel/types": "npm:^7.27.1"
648-
checksum: 10/b86ee2c87d52640c63ec1fdf139d4560efc173ae6379659e0df49a3c0cf1d5f24436132ebb4459a4ee72418b43b39ee001f4e01465b48c8d31911a745ec4fd74
672+
"@babel/template": "npm:^7.27.2"
673+
"@babel/types": "npm:^7.27.3"
674+
checksum: 10/a697280575d338afd69461a07edb6db5b8623ca66528a9d2522e7b01476f42561b9563ab688b3ebe9e6afd4d25c6e66cc29a4466c424ab0d6573180c2bfdec0f
649675
languageName: node
650676
linkType: hard
651677

@@ -705,6 +731,17 @@ __metadata:
705731
languageName: node
706732
linkType: hard
707733

734+
"@babel/parser@npm:^7.27.3, @babel/parser@npm:^7.27.4":
735+
version: 7.27.4
736+
resolution: "@babel/parser@npm:7.27.4"
737+
dependencies:
738+
"@babel/types": "npm:^7.27.3"
739+
bin:
740+
parser: ./bin/babel-parser.js
741+
checksum: 10/5ff6db87fd17de99792bf9a54480feeb069fc90ffa64ce96524c7437222549c86dde10fc1c945d4e9a94f3f2fc6ee4b3e1cfaf372f844bd054791e30089e92cf
742+
languageName: node
743+
linkType: hard
744+
708745
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1":
709746
version: 7.27.1
710747
resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1"
@@ -1955,7 +1992,7 @@ __metadata:
19551992
languageName: node
19561993
linkType: hard
19571994

1958-
"@babel/template@npm:^7.27.1":
1995+
"@babel/template@npm:^7.27.1, @babel/template@npm:^7.27.2":
19591996
version: 7.27.2
19601997
resolution: "@babel/template@npm:7.27.2"
19611998
dependencies:
@@ -2011,6 +2048,21 @@ __metadata:
20112048
languageName: node
20122049
linkType: hard
20132050

2051+
"@babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4":
2052+
version: 7.27.4
2053+
resolution: "@babel/traverse@npm:7.27.4"
2054+
dependencies:
2055+
"@babel/code-frame": "npm:^7.27.1"
2056+
"@babel/generator": "npm:^7.27.3"
2057+
"@babel/parser": "npm:^7.27.4"
2058+
"@babel/template": "npm:^7.27.2"
2059+
"@babel/types": "npm:^7.27.3"
2060+
debug: "npm:^4.3.1"
2061+
globals: "npm:^11.1.0"
2062+
checksum: 10/4debb80b9068a46e188e478272f3b6820e16d17e2651e82d0a0457176b0c3b2489994f0a0d6e8941ee90218b0a8a69fe52ba350c1aa66eb4c72570d6b2405f91
2063+
languageName: node
2064+
linkType: hard
2065+
20142066
"@babel/types@npm:7.26.0, @babel/types@npm:^7.23.0, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.0":
20152067
version: 7.26.0
20162068
resolution: "@babel/types@npm:7.26.0"
@@ -2042,6 +2094,16 @@ __metadata:
20422094
languageName: node
20432095
linkType: hard
20442096

2097+
"@babel/types@npm:^7.27.3":
2098+
version: 7.27.3
2099+
resolution: "@babel/types@npm:7.27.3"
2100+
dependencies:
2101+
"@babel/helper-string-parser": "npm:^7.27.1"
2102+
"@babel/helper-validator-identifier": "npm:^7.27.1"
2103+
checksum: 10/a24e6accd85c4747b974b3d68a3210d0aa1180c1a77b287ffcb7401cd2edad7bdecadaeb40fe5191be3990c3a5252943f7de7c09da13ed269adbb054b97056ee
2104+
languageName: node
2105+
linkType: hard
2106+
20452107
"@bcoe/v8-coverage@npm:^0.2.3":
20462108
version: 0.2.3
20472109
resolution: "@bcoe/v8-coverage@npm:0.2.3"

0 commit comments

Comments
 (0)