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

Change type names to be more consistent #6503

Merged
merged 2 commits into from Dec 5, 2022
Merged

Conversation

ybiquitous
Copy link
Member

@ybiquitous ybiquitous commented Dec 3, 2022

Which issue, if any, is this issue related to?

Follow-up for #6481

Is there anything in the PR that needs further explanation?

The Plugin type should be used as a return type of the createPlugin() function.

Type-checking failures may occur if people use the types changed in this PR, but I believe they accept the failures because of the major update (v15).

The `Plugin` type should be used as a return type of the `createPlugin()` function.
@changeset-bot
Copy link

changeset-bot bot commented Dec 3, 2022

🦋 Changeset detected

Latest commit: 8475bda

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jeddy3 jeddy3 changed the title Refactor to make type names more consistent Change type names to be more consistent Dec 5, 2022
Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

Type-checking failures may occur if people use the types changed in this PR

I've added a changelog entry to reflect this.

@@ -0,0 +1,5 @@
---
"stylelint": major
Copy link
Member Author

@ybiquitous ybiquitous Dec 5, 2022

Choose a reason for hiding this comment

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

I doubt if only type definition change should be considered as a breaking. Such a change does not break anything about runtime behavior but may raise a type-check error.

Do you have any (semver) guidelines about such a change?

EDIT: If considered as breaking, it will not be possible to refactor the type definitions easily.

Copy link
Member

Choose a reason for hiding this comment

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

Do you have any (semver) guidelines about such a change?

We don't. Is there a defacto approach for packages that publish types that we could adopt?

If not, let's just switch back to refactor like you originally had it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Is there a defacto approach for packages that publish types that we could adopt?

I'm not sure if it exists or not... 🤷🏼

Copy link
Member Author

@ybiquitous ybiquitous Dec 5, 2022

Choose a reason for hiding this comment

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

When I googled, the following website is found:

Semantic Versioning for TypeScript Types - https://www.semver-ts.org/

EDIT: I guess this guide is not defacto, maybe.

Copy link
Member Author

Choose a reason for hiding this comment

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

When I read semver-ts.org, I feel a bit too strict, honestly.

However, aside from the future, because it's obvious that there's a possibility of breaking anything, I have no objections to considering this PR as breaking. 👍🏼

@ybiquitous ybiquitous merged commit 8a56ccc into v15 Dec 5, 2022
@ybiquitous ybiquitous deleted the refactor-type-definitions branch December 5, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants