Bump some babel deps (code-frame,generator,parser,template,traverse,types) to latest minors - #55543
Closed
robhogan wants to merge 1 commit into
Closed
Bump some babel deps (code-frame,generator,parser,template,traverse,types) to latest minors#55543robhogan wants to merge 1 commit into
robhogan wants to merge 1 commit into
Conversation
…ypes) to latest minors (#55543) Summary: Pull Request resolved: #55543 @public This diff updates several Babel packages to their latest versions: - `babel/code-frame`: 7.29.0 - `babel/generator`: 7.29.1 - `babel/parser`: 7.29.0 - `babel/template`: 7.28.6 - `babel/traverse`: 7.29.0 - `babel/types`: 7.29.0 Not bumping `core` or `runtime` here because they're a bit more involved, and I'm mainly interested in `traverse`. The packages here are the closure of traverse's dependency graph. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D92983519
robhogan
force-pushed
the
export-D92983519
branch
from
February 13, 2026 13:48
49e20fe to
da86b1c
Compare
Collaborator
|
This pull request was successfully merged by @robhogan in da86b1c When will my fix make it into a release? | How to file a pick request? |
Collaborator
|
This pull request was successfully merged by @robhogan in a08b2d2 When will my fix make it into a release? | How to file a pick request? |
meta-codesync Bot
pushed a commit
to react/metro
that referenced
this pull request
Feb 13, 2026
…ypes) to latest minors Summary: X-link: react/react-native#55543 @public This diff updates several Babel packages to their latest versions: - `babel/code-frame`: 7.29.0 - `babel/generator`: 7.29.1 - `babel/parser`: 7.29.0 - `babel/template`: 7.28.6 - `babel/traverse`: 7.29.0 - `babel/types`: 7.29.0 Not bumping `core` or `runtime` here because they're a bit more involved, and I'm mainly interested in `traverse`. The packages here are the closure of traverse's dependency graph. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D92983519 fbshipit-source-id: 9f2e71fb5d453606c697d52539f0056b7a29bc45
meta-codesync Bot
pushed a commit
to facebook/relay
that referenced
this pull request
Feb 13, 2026
…ypes) to latest minors Summary: X-link: react/react-native#55543 This diff updates several Babel packages to their latest versions: - `babel/code-frame`: 7.29.0 - `babel/generator`: 7.29.1 - `babel/parser`: 7.29.0 - `babel/template`: 7.28.6 - `babel/traverse`: 7.29.0 - `babel/types`: 7.29.0 Not bumping `core` or `runtime` here because they're a bit more involved, and I'm mainly interested in `traverse`. The packages here are the closure of traverse's dependency graph. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D92983519 fbshipit-source-id: 9f2e71fb5d453606c697d52539f0056b7a29bc45
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.
Summary:
@public
This diff updates several Babel packages to their latest versions:
babel/code-frame: 7.29.0babel/generator: 7.29.1babel/parser: 7.29.0babel/template: 7.28.6babel/traverse: 7.29.0babel/types: 7.29.0Not bumping
coreorruntimehere because they're a bit more involved, and I'm mainly interested intraverse. The packages here are the closure of traverse's dependency graph.Changelog: [Internal]
Reviewed By: yungsters
Differential Revision: D92983519