vscode-server-connector
vscode-server-connector copied to clipboard
Bump @babel/traverse from 7.18.8 to 7.25.6
Bumps @babel/traverse from 7.18.8 to 7.25.6.
Release notes
Sourced from @​babel/traverse's releases.
v7.25.6 (2024-08-29)
Thanks
@​j4k0xbfor your first PR!: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.getAssignmentIdentifiersmay beundefined(@​liuxingbaoyu)babel-parser
- #16761 fix: improve static canFollowModifier checks (
@​JLHwung)babel-helpers,babel-plugin-transform-optional-chaining,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGethelper (@​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
parentparams in the generator (@​nicolo-ribaudo)Committers: 5
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)@​j4k0xb@​liuxingbaoyuv7.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)@​liuxingbaoyuv7.25.4 (2024-08-22)
... (truncated)
Changelog
Sourced from @​babel/traverse'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.getAssignmentIdentifiersmay beundefined(@​liuxingbaoyu)babel-parser
- #16761 fix: improve static canFollowModifier checks (
@​JLHwung)babel-helpers,babel-plugin-transform-optional-chaining,babel-runtime-corejs3
- #16769 Only wrap functions in
superPropertyGethelper (@​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
parentparams 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
2f72b97v7.25.6faceae9fix:path.getAssignmentIdentifiersmay beundefined(#16727)46ee612Remove someNodePathmethods (#16655)2fdc8b5fix: Generate sequence expression parentheses correctly (#16764)cbf124cv7.25.42b289fbfix: skip computed key when renaming (#16756)575863cAvoid unnecessary parens around sequence expressions (#16722)5174ad1Clean all always enabled parser plugins (#16572)52718abDiscontinue babel-eslint-config-internal (#16718)dba45d3IgnoredevDependencieswhen generatingtsconfig.json(#16659)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.