Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 5b282f9

Browse files
Update dependency @babel/core to v7.27.7 (#936)
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.4` -> `7.27.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.27.4/7.27.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcore/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@babel%2fcore/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@babel%2fcore/7.27.4/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@babel%2fcore/7.27.4/7.27.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@&#8203;babel/core)</summary> ### [`v7.27.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7277-2025-06-26) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.27.4...v7.27.7) ##### 👓 Spec Compliance - `babel-parser`, `babel-plugin-transform-classes` - [#&#8203;17203](https://redirect.github.com/babel/babel/pull/17203) Interepret parser `allow*` options as top level only ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-parser` - [#&#8203;17371](https://redirect.github.com/babel/babel/pull/17371) fix: disable using in ambient context ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) ##### 🐛 Bug Fix - `babel-core` - [#&#8203;17392](https://redirect.github.com/babel/babel/pull/17392) Improve TS babel config loading ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-types` - [#&#8203;17376](https://redirect.github.com/babel/babel/pull/17376) fix: support negative bigint in valueToNode ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) - `babel-plugin-transform-parameters` - [#&#8203;17352](https://redirect.github.com/babel/babel/pull/17352) fix: Params of `async function*` should throw synchronously ([@&#8203;liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) ##### 🏠 Internal - `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread` - [#&#8203;17389](https://redirect.github.com/babel/babel/pull/17389) Use `NodePath#splitExportDeclaration` in destructuring transforms ([@&#8203;JLHwung](https://redirect.github.com/JLHwung)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/STORIS/mvom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff1c20b commit 5b282f9

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "7.27.2",
53-
"@babel/core": "7.27.4",
53+
"@babel/core": "7.27.7",
5454
"@babel/node": "7.27.1",
5555
"@babel/plugin-transform-runtime": "7.27.4",
5656
"@babel/preset-env": "7.27.2",

0 commit comments

Comments
 (0)