BGPalerter
BGPalerter copied to clipboard
Bump @babel/cli from 7.24.7 to 7.25.6
Bumps @babel/cli from 7.24.7 to 7.25.6.
Release notes
Sourced from @babel/cli
's releases.
v7.25.5 (2024-08-23)
:bug: Bug Fix
babel-generator
,babel-traverse
- #16764 fix: Generate sequence expression parentheses correctly (
@liuxingbaoyu
):nail_care: Polish
babel-generator
- #16738 Only force-parenthesize
satisfies
's LHS if it has newlines (@nicolo-ribaudo
)Committers: 2
- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.25.4 (2024-08-22)
:bug: Bug Fix
babel-traverse
- #16756 fix: Skip computed key when renaming (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (
@liuxingbaoyu
)babel-types
- #16710 Visit AST fields nodes according to their syntactical order (
@nicolo-ribaudo
)babel-generator
- #16709 Print semicolon after TS
export namespace as A
(@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-runtime-corejs2
,babel-runtime
,babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (
@nicolo-ribaudo
)babel-generator
,babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (
@nicolo-ribaudo
)babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-object-rest-spread
- #16712 Avoid printing unnecessary parens around object destructuring (
@nicolo-ribaudo
):microscope: Output optimization
babel-generator
- #16740 Avoid extra spaces between comments/regexps in compact mode (
@nicolo-ribaudo
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.25.3 (2024-07-31)
:bug: Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-traverse
- #16699 Avoid validating visitors produced by
traverse.visitors.merge
(@nicolo-ribaudo
)
... (truncated)
Changelog
Sourced from @babel/cli
's changelog.
v7.25.6 (2024-08-29)
:bug: Bug Fix
babel-generator
- #16783 Properly print inner comments in TS array types (
@nicolo-ribaudo
)- #16775 fix: jsx whitespace is not properly preserved when retainLines (
@liuxingbaoyu
)babel-traverse
- #16727 fix:
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu
)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGet
helper (@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
- #16780 Do not enforce printing space between
(
and comments (@nicolo-ribaudo
)babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
- #16781 Don't throw when enabling both syntax-import-{assertions,attributes} (
@nicolo-ribaudo
)babel-generator
- #16782 TS union/intersection nested in union does not need parens (
@nicolo-ribaudo
):house: Internal
babel-generator
- #16777 Remove unused
parent
params in the generator (@nicolo-ribaudo
)v7.25.5 (2024-08-23)
:bug: Bug Fix
babel-generator
,babel-traverse
- #16764 fix: Generate parentheses correctly (
@liuxingbaoyu
):nail_care: Polish
babel-generator
- #16738 Only force-parenthesize
satisfies
's LHS if it has newlines (@nicolo-ribaudo
)v7.25.4 (2024-08-22)
:bug: Bug Fix
babel-traverse
- #16756 fix: Skip computed key when renaming (
@liuxingbaoyu
)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (
@liuxingbaoyu
)babel-types
- #16710 Visit AST fields nodes according to their syntactical order (
@nicolo-ribaudo
)babel-generator
- #16709 Print semicolon after TS
export namespace as A
(@nicolo-ribaudo
):nail_care: Polish
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-runtime-corejs2
,babel-runtime
,babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (
@nicolo-ribaudo
)babel-generator
,babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (
@nicolo-ribaudo
)
... (truncated)
Commits
2f72b97
v7.25.642cbc1c
chore: bump chokidar to 3.6.0 (#16771)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)1f5af44
v7.24.8683c654
Enable some lint rules (#16605)fc0748a
Update dependencies (#16603)c36fa6a
Update typescript-eslint v8 (#16557)424fc90
Update to TypeScript 5.5 (#16536)- See full diff in compare view
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)