Skip to content

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Jun 18, 2025

Resolves #1743

G-Rath and others added 12 commits June 18, 2025 14:12
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
Copy link

🎉 This PR is included in version 29.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@G-Rath
Copy link
Collaborator Author

G-Rath commented Jun 18, 2025

um ok well that seems like a bug

@G-Rath
Copy link
Collaborator Author

G-Rath commented Jun 18, 2025

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 npm version published is no longer marked as next since I don't think that'll happen when I merge this due to the "skip ci" tag

(I was planning to wait a week or so, but oh well)

@G-Rath G-Rath merged commit fc41e8d into main Jun 18, 2025
@G-Rath G-Rath deleted the next branch June 18, 2025 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment