Closed devtobi closed 3 weeks ago
I ran the test suite locally and everything seems to be fine so far. If I forgot something please reach out to me. On top of that I suggest to include some tooling like Dependabot to make the updates of dependencies more comfortable in the future. This way we don't need to manually bump dependencies as I did with this PR.
When do you plan to release a new version including those changes? 😊
@haoqunjiang I saw you updated the dependencies. Can you release a new patch release?
The updated version "^8.13.0"
still falls into the semver range of the currently released one "^8.8.1"
.
So, it does not necessarily require a new release.
I plan to ship the dependency updates along with a new feature (exposing a config helper like defineConfig
), maybe in a week or two.
The updated version
"^8.13.0"
still falls into the semver range of the currently released one"^8.8.1"
. So, it does not necessarily require a new release.I plan to ship the dependency updates along with a new feature (exposing a config helper like
defineConfig
), maybe in a week or two.
Okay thanks for clarifying. 😄
Changes
typescript-eslint
and@typescript-eslint/eslint-plugin
to^8.13.0
for TypeScript 5.6 support.Closes #95