-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: migrate to eslint 9 and add more plugins #1177
Conversation
BREAKING CHANGE: ESLint 9 is now required
# [3.0.0-next.1](v2.0.11...v3.0.0-next.1) (2024-04-15) ### Bug Fixes * build cjs and adjust rules some more ([72b9a18](72b9a18)) * cleanup ([0fae3db](0fae3db)) ### Features * migrate to eslint 9 and add more plugins ([6f02ef8](6f02ef8)) * more adjustments ([ba379dd](ba379dd)) * more rules and fixups ([011f596](011f596)) ### BREAKING CHANGES * ESLint 9 is now required
# [3.0.0-next.2](v3.0.0-next.1...v3.0.0-next.2) (2024-04-15) ### Bug Fixes * npm releases ([91b8348](91b8348))
# [3.0.0-next.3](v3.0.0-next.2...v3.0.0-next.3) (2024-04-16) ### Bug Fixes * more tweaks ([8eea9af](8eea9af))
# [3.0.0-next.4](v3.0.0-next.3...v3.0.0-next.4) (2024-04-16) ### Bug Fixes * more tweaks ([e1071eb](e1071eb))
# [3.0.0-next.5](v3.0.0-next.4...v3.0.0-next.5) (2024-04-17) ### Bug Fixes * deps update ([b51004a](b51004a))
# [3.0.0-next.6](v3.0.0-next.5...v3.0.0-next.6) (2024-04-18) ### Bug Fixes * more tweaks ([14d0426](14d0426)) ### Features * more tweaks ([db9e05c](db9e05c))
# [3.0.0-next.7](v3.0.0-next.6...v3.0.0-next.7) (2024-04-21) ### Features * more tweaks ([b94dd92](b94dd92))
# [3.0.0-next.8](v3.0.0-next.7...v3.0.0-next.8) (2024-04-21) ### Features * more tweaks ([6dc7c91](6dc7c91))
# [3.0.0-next.9](v3.0.0-next.8...v3.0.0-next.9) (2024-04-21) ### Features * more tweaks ([00a11c7](00a11c7))
# [3.0.0-next.43](v3.0.0-next.42...v3.0.0-next.43) (2024-07-11) ### Features * more tweaks ([0acd33c](0acd33c))
🎉 This issue has been resolved in version 3.0.0-next.43 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-next.44](v3.0.0-next.43...v3.0.0-next.44) (2024-07-29) ### Features * more tweaks ([5ba4886](5ba4886))
🎉 This issue has been resolved in version 3.0.0-next.44 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-next.45](v3.0.0-next.44...v3.0.0-next.45) (2024-07-29) ### Features * more tweaks ([2b2e26d](2b2e26d))
🎉 This issue has been resolved in version 3.0.0-next.45 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-next.46](v3.0.0-next.45...v3.0.0-next.46) (2024-07-29) ### Features * more tweaks ([77897e2](77897e2))
🎉 This issue has been resolved in version 3.0.0-next.46 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-next.47](v3.0.0-next.46...v3.0.0-next.47) (2024-08-01) ### Features * more tweaks ([b3df5f8](b3df5f8))
🎉 This issue has been resolved in version 3.0.0-next.47 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-next.48](v3.0.0-next.47...v3.0.0-next.48) (2024-08-03) ### Features * more tweaks ([c31a4be](c31a4be)) * more tweaks ([b6e0b14](b6e0b14))
🎉 This issue has been resolved in version 3.0.0-next.48 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-next.49](v3.0.0-next.48...v3.0.0-next.49) (2024-08-05) ### Features * more tweaks ([3259394](3259394))
🎉 This issue has been resolved in version 3.0.0-next.49 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [2.1.0](v2.0.11...v2.1.0) (2024-08-05) ### Features * migrate to eslint 9 and add more plugins ([#1177](#1177)) ([c80da05](c80da05))
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: ESLint 9 is now required
Waiting on: