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

Prepare 30.0.0 #277

Merged
merged 18 commits into from Feb 9, 2023
Merged

Prepare 30.0.0 #277

merged 18 commits into from Feb 9, 2023

Conversation

jeddy3
Copy link
Member

@jeddy3 jeddy3 commented Dec 5, 2022

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

Closes #274
Closes #244

Is there anything in the PR that needs further explanation?

Updates test and example code to better reflect what the config does.

Doesn't change peer dep as changes don't require it.

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
package.json Outdated Show resolved Hide resolved
Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

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

Thanks. LGTM 👍🏼

CHANGELOG.md Outdated
## 30.0.0

- Removed: `stylelint` less than `15.0.0` from peer dependencies.
- Removed: rules deprecated in `stylelint@15.0.0`.
Copy link
Contributor

@Mouvedia Mouvedia Dec 22, 2022

Choose a reason for hiding this comment

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

I know this is time consuming, but since the CHANGELOG of the version 15 doesn't contain the list, could you either link the list here or list the rules directly?
I am asking because I almost didn't realise how many rules you were removing; this needs to be explicit.

Copy link
Member

Choose a reason for hiding this comment

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

That makes sense. I think adding a link to the migration guide like this is enough because the guide describes the deprecated rules. Any thoughts?

Suggested change
- Removed: rules deprecated in `stylelint@15.0.0`.
- Removed: rules deprecated in `stylelint@15.0.0`. For details, see the [migration guide](https://github.com/stylelint/stylelint/blob/15.0.0/docs/migration-guide/to-15.md).

Copy link
Contributor

@Mouvedia Mouvedia Dec 23, 2022

Choose a reason for hiding this comment

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

This markdown file doesn't have the list so it's easy to miss. At the minimum it should contain the number of rules removed:

  • Removed: XX rules deprecated in stylelint@15.0.0. For details, see the migration guide.

I think the exact number is 64, but that would be misleading if we were not using them all in index.js.
So maybe:

  • Removed: 64 out of YY rules deprecated in stylelint@15.0.0. For details, see the migration guide.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks, I've pushed the change afffa70.

ybiquitous and others added 2 commits December 23, 2022 23:57
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
jeddy3 and others added 2 commits February 6, 2023 15:25
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
@jeddy3 jeddy3 mentioned this pull request Feb 6, 2023
9 tasks
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.

Fix length-zero-no-unit false positives for custom properties Remove deprecated rules
3 participants