Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @swc/core (1.3.100 → 1.5.5) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 22 commits:
chore: Publish `1.5.5` with `swc_core` `v0.92.2`
chore: Bump crates
fix(es/minifier): Fix a bug about `Tpl` => `Str` (#8934)
chore: Bump crates
fix(es/module): Resolve `.jsx` imports fully (#8936)
chore: Bump crates
fix(es/minifier): Fix operand handling of `**` (#8933)
chore: Bump crates
fix(css/modules): Fix `:global` selectors without preceding whitespace (#8926)
chore: Bump crates
refactor(es/minifier): Remove unnecessary check (#8927)
chore: Bump crates
fix(css/modules): Allow any order of composes (#8930)
chore: Bump crates
fix(es/minifier): Consider side effects of operands of binary expressions (#8929)
chore: Bump crates
fix(es/fixer): Wrap class expressions in callee (#8928)
chore: Publish 1.5.5-nightly-20240507.1
chore: Bump crates
fix(es/minifier): Respect `module: false` (#8925)
chore: Update issue template
chore: Update changelog
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands