Skip to content
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

refactor!: don't resolve tsconfig #370

Merged
merged 1 commit into from
Sep 20, 2023
Merged

refactor!: don't resolve tsconfig #370

merged 1 commit into from
Sep 20, 2023

Conversation

sxzz
Copy link
Collaborator

@sxzz sxzz commented Sep 20, 2023

closes #365, closes #366

BREAKING CHANGE:

  • target now defaults to es2020
  • Required esbuild version should be 0.18 and above
  • For tsconfig, switch to use the built-in strategy of esbuild. (For example, esbuild v0.18 and later will no longer follow target in tsconfig.json). Read more in esbuild changelog

@socket-security
Copy link

socket-security bot commented Sep 20, 2023

No top level dependency changes detected. Learn more about Socket for GitHub ↗︎

@sxzz sxzz force-pushed the fix/tsconfig branch 2 times, most recently from dc03ca5 to 16c0b0c Compare September 20, 2023 14:26
closes #365, closes #366

BREAKING CHANGE:
- `target` now defaults to `es2020`
- Required esbuild version should be 0.18 and above
@sxzz sxzz merged commit cfdeb28 into dev Sep 20, 2023
2 checks passed
@sxzz sxzz deleted the fix/tsconfig branch September 20, 2023 14:35
@github-actions
Copy link

🎉 This PR is included in version 6.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in a project using decorators if esbuild version is >= 0.18.0
1 participant