vuejs / eslint-config-typescript

ESLint configuration for Vue 3 + TypeScript projects
MIT License
133 stars 30 forks source link

chore: ⬆️ Upgraded typescript-eslint dependencies #96

Closed devtobi closed 3 weeks ago

devtobi commented 4 weeks ago

Changes

Closes #95

devtobi commented 4 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.

devtobi commented 3 weeks ago

When do you plan to release a new version including those changes? 😊

devtobi commented 3 weeks ago

@haoqunjiang I saw you updated the dependencies. Can you release a new patch release?

haoqunjiang commented 3 weeks ago

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.

devtobi commented 3 weeks ago

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. 😄