Skip to content

Release 17.4.0#9113

Merged
jeddy3 merged 4 commits intomainfrom
release/17.4.0
Feb 25, 2026
Merged

Release 17.4.0#9113
jeddy3 merged 4 commits intomainfrom
release/17.4.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 25, 2026

This PR prepares the release of 17.4.0.

Checklist:

  • Quickly review the changes on the URL above.
  • The new version is expected.
  • The CHANGELOG.md is expected. If necessary, update it.
  • Request a review from the owners team.

If the PR is approved and all checks have passed, you can merge it. Then, the release job will be automatically started.
Visit Actions and watch the job.

Generated by the action run (id=22396995572)

@github-actions github-actions Bot requested a review from a team as a code owner February 25, 2026 12:33
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 25, 2026

⚠️ No Changeset found

Latest commit: 8090055

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Feb 25, 2026

This PR is packaged and the instant preview is available (8090055). View the demo website.

Install it locally:

npm i -D https://pkg.pr.new/stylelint@8090055

Added options to rules and fixed multiple bugs.
@jeddy3
Copy link
Copy Markdown
Member

jeddy3 commented Feb 25, 2026

The ecosystem run flagged up a failed test in stylelint-config-wikimedia:

test/fixtures/default/invalid.css
  197:2  ✖  Needless disable for "property-no-unknown"  --report-needless-disables

✖ 1 problem (1 error, 0 warnings)

Fixture lines:

.k {
	/* stylelint-disable-next-line no-invalid-double-slash-comments, property-no-unknown */
	//color: #fff;
    /* .. */
}

I dug into it and believe it's fine, as it highlights a false positive we've fixed in property-no-unknown.

Demo of 17.3.0 vs Demo of main.

I've pushed a commit here (d15df85) to add a changelog entry.

@romainmenke If you're still online and have time, a 2nd pair of eyes and approval would be great!

Copy link
Copy Markdown
Member

@romainmenke romainmenke left a comment

Choose a reason for hiding this comment

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

The change for //color is interesting 🤔

Seems to be caused by: https://github.com/csstree/csstree/blob/56afb6dd761149099cd3cdfb0a38e15e8cc0a71a/lib/utils/names.js#L70

I think it is fine considering our policy that rules should focus on a single issue and should not overlap. The leading // is covered by another rule.

@jeddy3
Copy link
Copy Markdown
Member

jeddy3 commented Feb 25, 2026

Thank you for double-checking.

I think it is fine considering our policy that rules should focus on a single issue and should not overlap. The leading // is covered by another rule.

Yes, I had the same thought. We have no-invalid-double-slash-comments for that.

I'll continue with the release.

@jeddy3 jeddy3 merged commit 556b7ad into main Feb 25, 2026
17 checks passed
@jeddy3 jeddy3 deleted the release/17.4.0 branch February 25, 2026 13:17
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.

2 participants