chore(deps): update babel monorepo to v8 (#221)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@babel/cli](https://babel.dev/docs/babel-cli) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.29.7` → `8.0.0`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.29.7/8.0.0) |  |  | | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.29.7` → `8.0.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.29.7/8.0.0) |  |  | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.29.7` → `8.0.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.29.7/8.0.0) |  |  | --- ### Release Notes <details> <summary>babel/babel (@​babel/cli)</summary> ### [`v8.0.0`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v800-2026-06-16) [Compare Source](https://github.com/babel/babel/compare/v7.29.7...v8.0.0) ##### 👓 Spec Compliance - `babel-core` - [#​18039](https://github.com/babel/babel/pull/18039) perf: Only extract source map comments at the end of the file ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 💥 Breaking Change - `babel-cli`, `babel-node`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-register` - [#​18069](https://github.com/babel/babel/pull/18069) Fallback to assuming ESM support with `modules: auto` ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime`, `babel-runtime-corejs3`, `babel-runtime` - [#​18036](https://github.com/babel/babel/pull/18036) Remove corejs exports for `@babe/runtime-corejs3` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#​18034](https://github.com/babel/babel/pull/18034) Remove `locations: "packed"` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 🐛 Bug Fix - `babel-generator` - [#​18046](https://github.com/babel/babel/pull/18046) fix(generator): improve new callee parens check ([@​JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-modules-systemjs` - [#​18032](https://github.com/babel/babel/pull/18032) fix(systemjs): support **proto** as an export name ([@​JLHwung](https://github.com/JLHwung)) ##### 📝 Documentation - [#​18070](https://github.com/babel/babel/pull/18070) Add EOL date for Babel 7 (end of June 2027) to SECURITY.md ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - [#​18018](https://github.com/babel/babel/pull/18018) ci: enforce yarn integrity ([@​JLHwung](https://github.com/JLHwung)) ##### :running\_woman: Performance - `babel-core` - [#​18039](https://github.com/babel/babel/pull/18039) perf: Only extract source map comments at the end of the file ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #221 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se>
This commit was merged in pull request #221.
This commit is contained in:
Generated
+676
-738
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,9 @@
|
||||
"private": true,
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.29.7",
|
||||
"@babel/core": "7.29.7",
|
||||
"@babel/preset-env": "7.29.7",
|
||||
"@babel/cli": "8.0.0",
|
||||
"@babel/core": "8.0.0",
|
||||
"@babel/preset-env": "8.0.0",
|
||||
"babel-preset-minify": "0.5.2",
|
||||
"babelify": "10.0.0",
|
||||
"browserify": "17.0.1",
|
||||
|
||||
Reference in New Issue
Block a user