Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @swc/core from 1.15.3 to 1.15.4.

Changelog

Sourced from @​swc/core's changelog.

[1.15.4] - 2025-12-13

Bug Fixes

  • (es/compat) Preserve return value for single-property object destructuring (#11334) (847ad22)

  • (es/compat) Fix generator transform for compound assignments, for-in, and labeled break (#11339) (9b6bedd)

  • (es/compat) Destructuring evaluation order (#11337) (49d04c7)

  • (es/compat) Fix parameter default value evaluation order with object rest (#11352) (2ebb261)

  • (es/fixer) Preserve parens around IFFE in binary expressions within sequences (#11324) (a4c84ea)

  • (es/helpers) Avoid extra trap calls on excluded keys in object rest spread (#11338) (4662caf)

  • (es/minifier) Fix debug cargo feature (#11325) (be86fad)

  • (es/minifier) Fix optimization pass for merge_imports (#11331) (ca2f7ed)

  • (es/parser) Don't call bump_bytes in the continue_if of byte_search! (#11328) (583619d)

  • (es/parser) Support type-only string literal in import specifiers (#11333) (07762f1)

  • (es/parser) Handle TypeScript expressions in destructuring patterns (#11353) (160ec34)

  • (es/transformer) Complete replace_this_in_expr implementation (#11361) (58c4067)

  • (es/transformer) Fix pass order (#11370) (373048a)

Features

  • (es/minifier) Optimize typeof x == "undefined" to typeof x > "u" (#11367) (a5e144b)

... (truncated)

Commits
  • f34aa97 chore: Publish 1.15.4 with swc_core v50.2.2
  • d0c0ea4 chore: Update changelog
  • d818608 chore: Publish 1.15.4-nightly-20251213.1 with swc_core v50.2.2
  • 9171920 chore: Publish crates with swc_core v50.2.2
  • 94946fa feat(es/transformer): Merge logical_assignment_operators (#11369)
  • 373048a fix(es/transformer): Fix pass order (#11370)
  • a44cafd chore: Publish crates with swc_core v50.2.1
  • a5e144b feat(es/minifier): Optimize typeof x == "undefined" to typeof x > "u" (#1...
  • a0b96d5 chore: Publish crates with swc_core v50.2.0
  • c4a5e79 perf(es/compat): Use merged transformer (#11366)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 15, 2025
@github-actions
Copy link

size-limit report 📦

Path Size
JS 3.42 MB (0%)
JS (gzip) 948.32 KB (0%)
JS (brotli) 693.96 KB (-0.02% 🔽)
JS ES6 with Icon16Add only import (tree shaking) 2.51 KB (0%)
SVG 4.01 MB (0%)

@SevereCloud SevereCloud merged commit 809aa7d into master Jan 16, 2026
6 of 7 checks passed
@SevereCloud SevereCloud deleted the dependabot/npm_and_yarn/swc/core-1.15.4 branch January 16, 2026 09:52
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants