chore(deps): update dependency @swc/core to ^1.15.43#1394
Conversation
|
52e5a67 to
35101fb
Compare
1595a88 to
75c109c
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 75c109c. Configure here.
|
|
||
| # Build Tools | ||
| '@swc/core': ^1.15.41 | ||
| '@swc/core': ^1.15.43 |
There was a problem hiding this comment.
Catalog bumped without lockfile
Medium Severity
Raising the workspace catalog for @swc/core to ^1.15.43 without updating pnpm-lock.yaml leaves the lockfile on 1.15.41 with catalog specifier ^1.15.41, which no longer matches the catalog. CI runs pnpm install --frozen-lockfile, so installs on this branch can fail until the lockfile is regenerated.
Reviewed by Cursor Bugbot for commit 75c109c. Configure here.
e369c8e to
651e648
Compare
651e648 to
cdc87b5
Compare


This PR contains the following updates:
^1.15.41→^1.15.43Release Notes
swc-project/swc (@swc/core)
v1.15.43Compare Source
Bug Fixes
(es/es2022) Correct scope for private property brand checks (#11953) (fb5afa2)
(es/minifier) Preserve
cookedwhen concatenating template literals (#11939) (a7244a6)(es/minifier) Gate Number(x) -> +x on unsafe flag (#11944) (#11949) (6176019)
(es/parser) Parse Flow bare renders types (#11929) (a71c8eb)
(es/parser) Allow no-default builds (#11956) (baab240)
(es/react-compiler) Skip TypeScript
thispseudo-params in scope collector (#11940) (9066c43)(es/react-compiler) Scope ClassStaticBlock and TsModuleBlock as var boundaries (#11943) (1ee74a0)
(react-compiler) Avoid reporting non-fatal success errors as diagnostics (#11951) (cb4cb23)
(react-compiler) React compiler AST conversion for wrapped assignment targets (#11952) (fc9b453)
(react-compiler) Disable parser default features (#11957) (75ddb28)
Documentation
Features
(es/react-compiler) Add React Compiler (#11917) (b182fbd)
(swc) Gate react compiler re-export (#11941) (dcc0f2d)
Miscellaneous Tasks
Refactor
(es/react-compiler) Preserve TS metadata during AST roundtrip (#11950) (9c4dec3)
Remove production tracing hooks (#11945) (0dffdc4)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here
Note
Low Risk
Single catalog version bump for a build dependency with no direct code changes; typical low-risk dependency maintenance.
Overview
Bumps the shared pnpm catalog entry for
@swc/corefrom^1.15.41to^1.15.43inpnpm-workspace.yaml, so workspace packages that reference the catalog pick up the newer SWC compiler build.This is a patch-level toolchain update (Renovate); release notes include ES/minifier/parser fixes and React Compiler–related changes in SWC itself—no application source in this diff.
Reviewed by Cursor Bugbot for commit cdc87b5. Bugbot is set up for automated code reviews on this repo. Configure here.