Skip to content

chore(deps-dev): bump @swc/core from 1.15.7 to 1.15.8 in the swc group#806

Merged
SevereCloud merged 1 commit intomasterfrom
dependabot/npm_and_yarn/swc-b8e33b930e
Jan 12, 2026
Merged

chore(deps-dev): bump @swc/core from 1.15.7 to 1.15.8 in the swc group#806
SevereCloud merged 1 commit intomasterfrom
dependabot/npm_and_yarn/swc-b8e33b930e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the swc group with 1 update: @swc/core.

Updates @swc/core from 1.15.7 to 1.15.8

Changelog

Sourced from @​swc/core's changelog.

[1.15.8] - 2025-12-30

Bug Fixes

  • (es/minifier) Remove unused webpack-related code (#11397) (8e4eab4)

  • (es/minifier) Evaluate TemplateLiteral in BinaryExpression (#11406) (8d1b6f6)

  • (es/minifier) More strict check if cannot add ident when invoking IIFE (#11399) (03642aa)

Features

Performance

  • (es/parser) Remove Iterator implementation for Lexer (#11393) (5941018)

  • (es/parser) Optimize do_outside_of_context and do_inside_of_context (#11394) (4210cf1)

  • (es/parser) Remove is_first in lexer state (#11395) (97d903b)

  • (es/parser) Use byte_search to optimize scan_jsx_token (#11398) (f9b4da2)

  • Reduce binary size with panic=abort and ICU optimizations (#11401) (18088b2)

Refactor

  • (es/compiler) Drop the crate (#11407) (8faa14e)

  • (es/minifier) Move drop_console and unsafes from Pure to Optimizer (#11388) (ee40804)

... (truncated)

Commits
  • f2432fe chore: Publish 1.15.8 with swc_core v54.0.0
  • 9aa8df0 chore: Update changelog
  • a836b39 chore: Publish 1.15.8-nightly-20251230.1 with swc_core v54.0.0
  • 67b28d9 chore: Publish crates with swc_core v54.0.0
  • 03642aa fix(es/minifier): More strict check if cannot add ident when invoking IIFE (#...
  • 8faa14e refactor(es/compiler): Drop the crate (#11407)
  • 8d1b6f6 fix(es/minifier): Evaluate TemplateLiteral in BinaryExpression (#11406)
  • 55a5083 feat(es/transformer): Merge static_blocks (#11403)
  • 18088b2 perf: Reduce binary size with panic=abort and ICU optimizations (#11401)
  • f9b4da2 perf(es/parser): Use byte_search to optimize scan_jsx_token (#11398)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the swc group with 1 update: [@swc/core](https://github.com/swc-project/swc).


Updates `@swc/core` from 1.15.7 to 1.15.8
- [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.7...v1.15.8)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: swc
...

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 Jan 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

size-limit report 📦

Path Size
JS 16.68 KB (0%)
JS ES6 with querystring only import (tree shaking) 543 B (0%)
JS ES6 with leadingZero only import (tree shaking) 26 B (0%)
JS ES6 with decodeHTMLEntities only import (tree shaking) 444 B (0%)
JS ES6 with decodeHTMLFullEntities only import (tree shaking) 9.88 KB (0%)

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.95%. Comparing base (eccc5b1) to head (00bf43e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #806   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files          23       23           
  Lines        3585     3585           
  Branches      110      110           
=======================================
  Hits         3476     3476           
  Misses        107      107           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@SevereCloud SevereCloud merged commit e09a44e into master Jan 12, 2026
3 checks passed
@SevereCloud SevereCloud deleted the dependabot/npm_and_yarn/swc-b8e33b930e branch January 12, 2026 08:01
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