-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump @babel/core from 7.25.2 to 7.26.7 #499
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
This PR updates @babel/core from 7.25.2 to 7.26.7, introducing several bug fixes and improvements while maintaining backward compatibility.
- Fixed TypeScript config parsing in
babel-core
to avoid JSON parsing of natively supported .ts files - Improved ES6 compatibility for object-without-properties helpers in
babel-helpers
- Enhanced handling of
typeof
operators in arrow functions throughbabel-plugin-transform-typeof-symbol
- Added support for dynamic
import.defer()
syntax in the parser - Optimized nullish coalescing operator output for better performance
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
531dace
to
49218f3
Compare
49218f3
to
4c89922
Compare
4c89922
to
3c08023
Compare
3c08023
to
e4652c6
Compare
e4652c6
to
7deeb3c
Compare
7deeb3c
to
5af6a9c
Compare
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.25.2 to 7.26.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
5af6a9c
to
fdb342e
Compare
Bumps @babel/core from 7.25.2 to 7.26.7.
Release notes
Sourced from
@babel/core
's releases.... (truncated)
Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
2d95140
v7.26.7d9fa47d
Do not try to parse .ts configs as JSON if natively supported (#17052)cd24cc0
chore: Update TS 5.7 (#17053)d465131
fix: incorretbabel.config.cts
test fixtures (#17051)844901e
Update tests for Node.js 22.12 (#16995)fb2e365
chore: Testing changes related to Node 23 (#16951)61de718
Update node 23.1 experimental warning (#16934)63d3038
v7.26.08b5b6bf
fix: CI with Node v23.1.0 (#16932)64fa466
Enable import attributes parsing by default (#16850)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)