-
Notifications
You must be signed in to change notification settings - Fork 729
feat: update rollup to v4, use esbuild to minify instead of terser #1631
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
19dcc13 to
c013a17
Compare
459be0e to
2e92ca1
Compare
4e94936 to
5ffd203
Compare
5ffd203 to
4cd6dad
Compare
| uses: actions/setup-node@v3 | ||
| with: | ||
| node-version: '18' | ||
| node-version: '18.17' |
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.
Mocha fails with random error on higher node versions
| bulkDelete: Action<BulkActionResponse>; | ||
| new: Action<RecordActionResponse>; | ||
| list: Action<ListActionResponse>; | ||
| show: Action<RecordActionResponse> |
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.
❓ Is this some new Eslint rule to remove semicolons?
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.
IDK, I have autoformatting enabled on save and it does that
# [7.6.0](v7.5.12...v7.6.0) (2024-02-21) ### Features * update rollup to v4, use esbuild to minify instead of terser ([#1631](#1631)) ([e29d9ac](e29d9ac))
|
🎉 This PR is included in version 7.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.