Skip to content

chore: relax swc version - #5

Merged
thetutlage merged 1 commit into
poppinss:1.xfrom
aadamcik:feat/relax-swc-version
Feb 3, 2026
Merged

chore: relax swc version#5
thetutlage merged 1 commit into
poppinss:1.xfrom
aadamcik:feat/relax-swc-version

Conversation

@aadamcik

@aadamcik aadamcik commented Feb 1, 2026

Copy link
Copy Markdown
Contributor

🔗 Linked issue

#1

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

Resolves #1

📝 Checklist

  • I have read the contribution guide.
  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@thetutlage

Copy link
Copy Markdown
Member

SWC does not follow semver, so there is a continuous risk breaking ts-exec everytime they push a new minor version

@aadamcik

aadamcik commented Feb 2, 2026

Copy link
Copy Markdown
Contributor Author

@thetutlage If that's the case, you can close the PR. However it would be nice to let the user decide which version to use, without overrides. Or maybe at least allow latest ~ patch version.

@thetutlage

Copy link
Copy Markdown
Member

Yeah, latest patches are fine and we also upgrade SWC in poppinss to the latest version. However, SWC is transparent for the end-user since it is a direct dependency of ts-exec. If it was a peer dependency, then letting them control would have made more sense

@aadamcik
aadamcik force-pushed the feat/relax-swc-version branch from c348a8a to 7e964c1 Compare February 2, 2026 09:42
@thetutlage
thetutlage merged commit 3c9cb8c into poppinss:1.x Feb 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relax swc version

2 participants