Skip to content

Bump swc_core from 54.0.0 to 56.0.0#1119

Merged
jeffcharles merged 2 commits intomainfrom
dependabot/cargo/swc_core-56.0.0
Feb 6, 2026
Merged

Bump swc_core from 54.0.0 to 56.0.0#1119
jeffcharles merged 2 commits intomainfrom
dependabot/cargo/swc_core-56.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps swc_core from 54.0.0 to 56.0.0.

Changelog

Sourced from swc_core's changelog.

[swc_core@v56.0.0] - 2026-01-27

Bug Fixes

  • (es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#11488) (1520633)

  • (es/decorators) Invoke addInitializer callbacks for decorated fields (#11495) (11cfe4d)

  • (es/es3) Visit export decl body even if name is not reserved (#11473) (9113fff)

  • (es/es3) Remove duplicate code (#11499) (fbee775)

  • (es/minifier) Treat new expression with empty class as side-effect free (#11455) (a33a45e)

  • (es/minifier) Escape control characters when converting strings to template literals (#11464) (028551f)

  • (es/minifier) Handle unused parameters with default values (#11494) (6ed1ee9)

  • (es/module) Preserve ./ prefix for hidden directory imports (#11489) (a005391)

  • (es/parser) Validate dynamic import argument count (#11462) (2f67591)

  • (es/parser) Allow compilation with --no-default-features (#11460) (b70c5f8)

  • (es/parser) Skip emitting TS1102 in TypeScript mode (#11463) (e6f5b06)

  • (es/parser) Reject ambiguous generic arrow functions in TSX mode (#11491) (ac00915)

  • (es/parser) Disallow NumericLiteralSeparator with BigInts (#11510) (6b3644b)

  • (es/react) Preserve HTML entity-encoded whitespace in JSX (#11474) (7d433a9)

  • (es/renamer) Prevent duplicate parameter names with destructuring patterns (#11456) (e25a2c8)

... (truncated)

Commits
  • 7743a22 chore: Publish crates with swc_core v56.0.0
  • 6b3644b fix(es/parser): Disallow NumericLiteralSeparator with BigInts (#11510)
  • b94a178 feat(es/module): Make module transforms optional via module feature (#11509)
  • d72c9df perf(es/transformer): Add inline hint (#11508)
  • 5efcac9 feat(es/transformer): Merge ES3 hooks into swc_ecma_transformer (#11503)
  • b53a0e2 feat(cli): Add --root-mode argument for .swcrc resolution (#11501)
  • fbee775 fix(es/es3): Remove duplicate code (#11499)
  • a54eb0e perf(es/es2015): Port ES2015 transforms to hook-based visitors (#11484)
  • 6ed1ee9 fix(es/minifier): Handle unused parameters with default values (#11494)
  • 9752aac chore: Add a changeset
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 1, 2026
@jeffcharles
Copy link
Collaborator

@dependabot rebase

Bumps [swc_core](https://github.com/swc-project/swc) from 54.0.0 to 56.0.0.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/compare/swc_core@v54.0.0...swc_core@v56.0.0)

---
updated-dependencies:
- dependency-name: swc_core
  dependency-version: 56.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/swc_core-56.0.0 branch from a20f4db to 613c3b1 Compare February 6, 2026 15:39
@jeffcharles jeffcharles merged commit 9ddb3a5 into main Feb 6, 2026
5 checks passed
@jeffcharles jeffcharles deleted the dependabot/cargo/swc_core-56.0.0 branch February 6, 2026 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant