Skip to content
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

chore: ⬆️ Upgraded typescript-eslint dependencies #96

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

devtobi
Copy link
Contributor

@devtobi devtobi commented Nov 5, 2024

Changes

  • Upgraded typescript-eslint and @typescript-eslint/eslint-plugin to ^8.13.0 for TypeScript 5.6 support.

Closes #95

@devtobi devtobi changed the title ⬆️ Upgraded typescript-eslint and @typescript-eslint/eslint-plugin to… ⬆️ Upgraded typescript-eslint dependencies Nov 5, 2024
@devtobi
Copy link
Contributor Author

devtobi commented Nov 5, 2024

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.

Copy link
Member

@haoqunjiang haoqunjiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I'm working on setting up renovate now.

@haoqunjiang haoqunjiang merged commit 89e08a5 into vuejs:main Nov 8, 2024
3 checks passed
@haoqunjiang haoqunjiang changed the title ⬆️ Upgraded typescript-eslint dependencies chore: ⬆️ Upgraded typescript-eslint dependencies Nov 8, 2024
@devtobi
Copy link
Contributor Author

devtobi commented Nov 8, 2024

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

@devtobi
Copy link
Contributor Author

devtobi commented Nov 12, 2024

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

@haoqunjiang
Copy link
Member

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
Copy link
Contributor Author

devtobi commented Nov 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to latest version of typescript-eslint to support TypeScript 5.6.x
2 participants