-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(website): update build script to use esbuild instead of rollup #6716
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
Conversation
Thanks for the PR, @armano2! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
ditto with #6656 - could we base this against the v6 branch? |
741eb84
to
01b9f00
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v6 #6716 +/- ##
==========================================
+ Coverage 85.15% 87.36% +2.21%
==========================================
Files 383 373 -10
Lines 13026 12800 -226
Branches 3839 3793 -46
==========================================
+ Hits 11092 11183 +91
+ Misses 1572 1232 -340
- Partials 362 385 +23
Flags with carried forward coverage won't be shown. Click here to find out more. |
@bradzacher i enabled type-checking for if you think that we should restore some of them let me know |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the rollup config from renovate and we can land this
typescript-eslint/.github/renovate.json5
Lines 19 to 28 in 8ee0cbb
// TODO - once we bump pass the major, we can remove these. Currently renovate is creating broken, immortal PRs | |
'@rollup/plugin-babel', | |
'@rollup/plugin-commonjs', | |
'@rollup/plugin-json', | |
'@rollup/plugin-node-resolve', | |
'@rollup/plugin-replace', | |
'@rollup/plugin-terser', | |
'@rollup/pluginutils', | |
'rollup-plugin-terser', | |
'rollup', |
typescript-eslint/.github/renovate.json5
Lines 88 to 92 in 8ee0cbb
{ | |
matchPackagePrefixes: ['@rollup', 'rollup-'], | |
matchPackageNames: ['rollup'], | |
groupName: 'rollup', | |
}, |
PR Checklist
Overview
those changes have been extracted from #6656
stats
source maps
this branch
v6
evanw/esbuild#819