chore(deps): update dependency @babel/core to version 7.29.7 🌟#1670
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @babel/core to version 7.29.7 🌟#1670renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Collaborator
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
cypress-realworld-app
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress-realworld-app
|
| Branch Review |
renovate/babel-monorepo
|
| Run status |
|
| Run duration | 09m 32s |
| Commit |
|
| Committer | renovate[bot] |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
1
|
|
|
0
|
|
|
0
|
|
|
396
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
83.87%
|
|
|---|---|
|
|
10
|
|
|
42
|
Accessibility
91.62%
|
|
|---|---|
|
|
4 critical
7 serious
2 moderate
1 minor
|
|
|
225
|
af9e988 to
2df21db
Compare
2df21db to
5ae360b
Compare
5ae360b to
1a5919a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.28.0→7.29.77.26.0→7.29.77.25.9→7.29.7Release Notes
babel/babel (@babel/core)
v7.29.7Compare Source
v7.29.7 (2026-05-25)
Re-release all packages with npm provenance attestations
v7.29.6Compare Source
v7.29.6 (2026-05-25)
🐛 Bug Fix
babel-generatorbabel-corebabel-core,babel-generatorCommitters: 3
v7.29.0Compare Source
v7.29.0 (2026-01-31)
Thanks @simbahax for your first PR!
🚀 New Feature
babel-typesbabel-standalone🐛 Bug Fix
babel-parserextendsclause (@nicolo-ribaudo)babel-traversebabel-plugin-transform-block-scoping,babel-traverse🏃♀️ Performance
babel-generator,babel-runtime-corejs3Committers: 6
v7.28.6Compare Source
v7.28.5Compare Source
👓 Spec Compliance
babel-parserRuntime Errors for Function Call Assignment Targets(@liuxingbaoyu)babel-helper-validator-identifier🐛 Bug Fix
babel-plugin-proposal-destructuring-privatebabel-parser@babel/parsererror typing (@JLHwung)babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuringrestcorrectly returns plain array (@liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-plugin-transform-block-scoping,babel-plugin-transform-optional-chaining,babel-traverse,babel-typesJSXIdentifierhandling inisReferencedIdentifier(@JLHwung)babel-traverse🏠 Internal
babel-types🏃♀️ Performance
babel-corebuildCodeFrameError(@liuxingbaoyu)v7.28.4Compare Source
🏠 Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regeneratortransform-regenerator(@liuxingbaoyu)babel-corev7.28.3Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env🐛 Bug Fix
babel-parserimport("./a", {with:{},})(@easrng)💅 Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime📝 Documentation
🏠 Internal
scriptsandbabel-worker.cjs(@JLHwung)🔬 Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsConfiguration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Changes are limited to the lockfile and the JS compile toolchain; no application source is modified, so runtime risk is minimal aside from verifying build and test still pass.
Overview
Lockfile-only dependency refresh: no
package.jsonedits in the diff.The resolved
@babel/corefor^7.28.0moves from 7.28.0 → 7.29.7, pulling in a coordinated 7.29.x Babel stack (parser, traverse, types, helpers, etc.). That resolution now depends on@jridgewell/remappinginstead of@ampproject/remapping, matching Babel’s upstream source-map change.@babel/plugin-syntax-flowand@babel/plugin-transform-react-jsxlock entries also advance to 7.29.7 (from older 7.25.x / 7.26.x lines). Transitive toolchain pins shift with it—browserslist,caniuse-lite,electron-to-chromium,node-releases, and several@jridgewell/*versions are updated or deduplicated in the lockfile.Reviewed by Cursor Bugbot for commit 1a5919a. Bugbot is set up for automated code reviews on this repo. Configure here.