Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @swc/core from 1.11.24 to 1.13.3.

Changelog

Sourced from @​swc/core's changelog.

[1.13.3] - 2025-07-29

Bug Fixes

  • (es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)

  • (es/minifier) Disallow types (#10945) (63172ef)

  • (es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)

  • (es/minifier) Fix cycle detection (#10950) (212d8bc)

  • (es/parser) Correctly handle EOF position (#10934) (dd70fbd)

Performance

[1.13.2] - 2025-07-22

Bug Fixes

  • (es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)

... (truncated)

Commits
  • 335c33d chore: Publish 1.13.3 with swc_core v34.0.3
  • 404967b chore: Update changelog
  • a372da4 chore: Publish 1.13.3-nightly-20250729.1 with swc_core v34.0.3
  • eda0c58 chore: Publish crates with swc_core v34.0.3
  • 212d8bc fix(es/minifier): Fix cycle detection (#10950)
  • b5e5e8c perf(es/minifier): Remove needless clone (#10949)
  • 40a1e2e fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...
  • 63172ef fix(es/minifier): Disallow types (#10945)
  • a262eeb perf(es/parser): Reduce comparison (#10941)
  • 4317988 perf(es/minifier): Use bitflag for var kind (#10940)
  • 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 javascript Pull requests that update javascript code labels Aug 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2025 14:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swc/core-1.13.3 branch from dc43d6c to b5454a7 Compare August 6, 2025 08:46
@Hotell
Copy link
Contributor

Hotell commented Aug 6, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swc/core-1.13.3 branch from b5454a7 to b9e6abd Compare August 6, 2025 11:54
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.11.24 to 1.13.3.
- [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.24...v1.13.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swc/core-1.13.3 branch from b9e6abd to 8e6e033 Compare August 6, 2025 11:57
@Hotell Hotell enabled auto-merge (squash) August 7, 2025 09:06
@Hotell Hotell merged commit 7e2a57e into main Aug 7, 2025
5 of 6 checks passed
@Hotell Hotell deleted the dependabot/npm_and_yarn/swc/core-1.13.3 branch August 7, 2025 09:06
marcosmoura added a commit to marcosmoura/fluentui-contrib that referenced this pull request Sep 8, 2025
…matic-dnd

* main: (211 commits)
  fix(docsite): add missing dependency for extract-storybook-llms target (microsoft#486)
  feat(react-19-tests): bootstrap react 19 integration tests (microsoft#468)
  feat(docsite): generate llms.txt (microsoft#476)
  docs(react-virtualizer): Update virtualizer stories to use the same storybook Meta format as contrib repo (microsoft#474)
  chore: bump react-components to latest and adjust types to support React 18 (microsoft#387)
  chore(deps-dev): bump @swc/core from 1.11.24 to 1.13.3 (microsoft#463)
  chore(deps-dev): bump patch-package from 7.0.0 to 7.0.2 (microsoft#465)
  chore(deps-dev): bump @swc/cli from 0.7.7 to 0.7.8 (microsoft#467)
  chore: migrate to nx 21.3.10 (microsoft#453)
  ci(dependabot): ignore major bumps (microsoft#461)
  chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 (microsoft#460)
  chore(deps-dev): bump react-virtualized-auto-sizer and @types/react-virtualized-auto-sizer (microsoft#454)
  chore(deps): bump nrwl/nx-set-shas from 4.3.0 to 4.3.3 (microsoft#456)
  applying package updates
  feat(react-virtualizer): initial/stable release (microsoft#452)
  docs(gh): add issue templates (microsoft#442)
  feat(react-virtualizer): migrate package from fluentui core repo (microsoft#441)
  feat(react-gamepad-navigation): adding unit tests (microsoft#443)
  fix(react-gamepad-navigation): handling Gamepad API access denied (microsoft#416)
  fix(react-keytips): remove default event prevention in useHotkeys (microsoft#430)
  ...
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