-
Notifications
You must be signed in to change notification settings - Fork 242
feat: next major #1771
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: next major #1771
Conversation
BREAKING CHANGE: dropped support for Node v16
BREAKING CHANGE: dropped support for Node v21
BREAKING CHANGE: dropped support for ESLint v7
BREAKING CHANGE: `jest/no-alias-methods` has been removed from the `styles` config as its already in the `recommended` config
BREAKING CHANGE: dropped support for `@typescript-eslint` v6
BREAKING CHANGE: dropped support for `@typescript-eslint` v7
…eChecking` properties BREAKING CHANGE: removed `docs.recommend` and `docs.requiresTypeChecking` from `unbound-method`
BREAKING CHANGE: dropped support for Node v18
BREAKING CHANGE: dropped support for Node v23
BREAKING CHANGE: dropped support for Node v20.x prior to v20.12.0
BREAKING CHANGE: dropped support for ESLint v8.x prior to v8.57.0
# [29.0.0](v28.14.0...v29.0.0) (2025-06-18) ### Bug Fixes * remove `jest/no-alias-methods` from `styles` config ([d3bf1dc](d3bf1dc)) ### Features * drop support for `[@typescript-eslint](https://github.com/typescript-eslint)` v6 ([fe61a40](fe61a40)) * drop support for `[@typescript-eslint](https://github.com/typescript-eslint)` v7 ([5ca65d3](5ca65d3)) * drop support for ESLint v7 ([b06e7d0](b06e7d0)) * drop support for ESLint v8.x prior to v8.57.0 ([d79765a](d79765a)) * drop support for Node v16 ([aaf62cd](aaf62cd)) * drop support for Node v18 ([598880c](598880c)) * drop support for Node v20.x prior to v20.12.0 ([2f2fb68](2f2fb68)) * drop support for Node v21 ([a366393](a366393)) * drop support for Node v23 ([1fb1a67](1fb1a67)) * **unbound-method:** remove `docs.recommended` and `docs.requiresTypeChecking` properties ([945651c](945651c)) ### BREAKING CHANGES * dropped support for ESLint v8.x prior to v8.57.0 * dropped support for Node v20.x prior to v20.12.0 * dropped support for Node v23 * dropped support for Node v18 * **unbound-method:** removed `docs.recommend` and `docs.requiresTypeChecking` from `unbound-method` * dropped support for `@typescript-eslint` v7 * dropped support for `@typescript-eslint` v6 * `jest/no-alias-methods` has been removed from the `styles` config as its already in the `recommended` config * dropped support for ESLint v7 * dropped support for Node v21 * dropped support for Node v16
🎉 This PR is included in version 29.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
um ok well that seems like a bug |
I would assume this has happened because of #1585 since that's the last thing that touched this - I think to be on the safe side I'm going to just land this as-is and mark v29.0.0 as a not-prerelease in GH, and then maybe land another PR to ensure the (I was planning to wait a week or so, but oh well) |
Resolves #1743