Skip to content

Build(deps-dev): Bump @swc/core from 1.11.29 to 1.11.31 #33091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2025

Bumps @swc/core from 1.11.29 to 1.11.31.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 5, 2025
Copy link

github-actions bot commented Jun 5, 2025

PR body updated to plaintext for easier squash-merging. Original body content below:


Bumps @swc/core from 1.11.29 to 1.11.31.

Changelog

Sourced from @​swc/core's changelog.

[1.11.31] - 2025-06-05

Bug Fixes

  • (es/codegen) Improve comments handling (#10534) (d9ba838)

  • (es/codegen) Exclude constructor from source map names (#10551) (ef85640)

  • (es/fixer) Fix a bug with awaited arrow fn expression (#10555) (9dfdfa6)

  • (es/minifier) Fix missing variable (#10478) (6de3ef6)

  • (es/minifier) Inline object of member if prop is an ident (#10548) (e554381)

  • (es/minifier) Add side effect check for test expr when compressing IfStmt (#10550) (3e9728e)

  • (es/minifier) Fix typo in an option name (#10554) (a303941)

  • (es/parser) Emit syntax errors for strict mode in non-module or scripts (#10545) (1291b4a)

  • (es/react-compiler) Fix usefulness detection (#10506) (41075a1)

  • (es/utils) Fix extract_var_ids (#10511) (5644372)

  • (react-compiler) Fix fast check (#10538) (9403ce2)

  • (swc_common) Fix build (#10544) (2ed934d)

  • (swc_common) Fix skip condition for sourcemap (#10562) (cbee0df)

  • (swc_common) Fix skip condition for sourcemap, really (#10563) (14feedb)

  • (swc_common) Revert skip condition patch (#10564) (2a2b284)

... (truncated)

Commits
  • 400398d chore: Publish 1.11.31 with swc_core v26.4.5
  • 1df4fc4 chore: Update changelog
  • 7fc3030 chore: Publish 1.11.31-nightly-20250605.2 with swc_core v26.4.5
  • 2b284e1 chore(ecosystem-ci): Exclude ts-node
  • 7a849aa chore: Update changelog
  • b132c2c chore: Publish 1.11.31-nightly-20250605.1 with swc_core v26.4.5
  • dbaab45 chore: Publish crates with swc_core v26.4.5
  • ef85640 fix(es/codegen): Exclude constructor from source map names (#10551)
  • ea311ed chore: Publish crates with swc_core v26.4.4
  • 2a2b284 fix(swc_common): Revert skip condition patch (#10564)
  • 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 force-pushed the dependabot/npm_and_yarn/swc/core-1.11.31 branch from 2b30543 to 5b6a79b Compare June 6, 2025 13:36
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2025

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

@CvX
Copy link
Contributor

CvX commented Jun 7, 2025

@dependabot rebase

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.11.29 to 1.11.31.
- [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.11.29...v1.11.31)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swc/core-1.11.31 branch from 5b6a79b to 7567f5c Compare June 7, 2025 12:47
@CvX CvX merged commit 43e41ce into main Jun 7, 2025
19 checks passed
@CvX CvX deleted the dependabot/npm_and_yarn/swc/core-1.11.31 branch June 7, 2025 15:01
martin-brennan pushed a commit that referenced this pull request Jun 10, 2025
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.11.29 to
1.11.31.
- [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.11.29...v1.11.31)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Development

Successfully merging this pull request may close these issues.

1 participant