Skip to content

chore(deps-dev): bump @swc/core from 1.15.24 to 1.15.30 in the swc group#868

Merged
SevereCloud merged 1 commit intomasterfrom
dependabot/npm_and_yarn/swc-bb7cdf9ee7
Apr 21, 2026
Merged

chore(deps-dev): bump @swc/core from 1.15.24 to 1.15.30 in the swc group#868
SevereCloud merged 1 commit intomasterfrom
dependabot/npm_and_yarn/swc-bb7cdf9ee7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Updates @swc/core from 1.15.24 to 1.15.30

Changelog

Sourced from @​swc/core's changelog.

[1.15.30] - 2026-04-19

Bug Fixes

  • (deploy) Fix musl binding test workflow (#11804) (c30a522)

  • (deploy) Build package ts before Linux GNU binding tests (#11806) (a3d3ef3)

  • (es/jsx) Preserve quoted JSX attribute newlines (#11796) (9fe56c8)

  • (es/minifier) Support full ES version parsing in minify (#11800) (af1f08f)

  • (es/module) Add opt-in symlink-preserving resolver (#11801) (6028240)

  • (es/parser) Allow return type annotation on Flow constructors (#11790) (d66b29c)

  • (es/parser) Support Flow anonymous keyof indexers (#11792) (452c4e5)

  • (es/parser) Add Flow strip RN and RNW regression corpus (#11799) (23a9109)

Documentation

Features

[1.15.26] - 2026-04-14

Bug Fixes

  • (es/decorators) Preserve super in moved static members (#11781) (778328e)

... (truncated)

Commits
  • 502ad3e chore: Publish 1.15.30 with swc_core v64.0.0
  • 99a4503 chore: Publish 1.15.30-nightly-20260418.1 with swc_core v64.0.0
  • bf0146c chore: Publish 1.15.29-nightly-20260418.1 with swc_core v64.0.0
  • 993744e chore: Publish 1.15.28-nightly-20260418.1 with swc_core v64.0.0
  • d7e7d4a chore: Publish 1.15.27-nightly-20260418.1 with swc_core v64.0.0
  • 6f07c6c chore: Publish crates with swc_core v64.0.0
  • af1f08f fix(es/minifier): Support full ES version parsing in minify (#11800)
  • 5986411 feat(es/minify): support extracting comments (#11798)
  • fb92c49 chore: Publish 1.15.26 with swc_core v63.1.2
  • 8f06928 chore: Publish 1.15.26-nightly-20260414.1 with swc_core v63.1.2
  • 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 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/tree/HEAD/packages/core).


Updates `@swc/core` from 1.15.24 to 1.15.30
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.30/packages/core)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.15.30
  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 Apr 20, 2026
@github-actions
Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
JS 16.7 KB (0%)
JS ES6 with querystring only import (tree shaking) 533 B (0%)
JS ES6 with leadingZero only import (tree shaking) 34 B (0%)
JS ES6 with decodeHTMLEntities only import (tree shaking) 446 B (0%)
JS ES6 with decodeHTMLFullEntities only import (tree shaking) 9.9 KB (0%)

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.04%. Comparing base (3160534) to head (fe210e4).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #868   +/-   ##
=======================================
  Coverage   97.04%   97.04%           
=======================================
  Files          22       22           
  Lines        3586     3586           
  Branches      111      111           
=======================================
  Hits         3480     3480           
  Misses        104      104           
  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 cc9c4ff into master Apr 21, 2026
3 checks passed
@SevereCloud SevereCloud deleted the dependabot/npm_and_yarn/swc-bb7cdf9ee7 branch April 21, 2026 07:15
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