fix: update baseline data#448
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s Baseline feature dataset to reflect the latest @webref/css and web-features releases, and adjusts the use-baseline rule fixtures/tests to match the regenerated data.
Changes:
- Bumped
@webref/cssandweb-featuresdependencies to newer versions. - Regenerated
src/data/baseline-data.js(properties, selectors, and property-value availability metadata). - Updated
use-baselinerule tests/fixtures to replace now-widely-availableclip-pathbox values withimage-renderingvalues that still exercise the intended behaviors.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/rules/use-baseline.test.js | Updates fixtures and expected locations to align with the regenerated Baseline dataset. |
| src/data/baseline-data.js | Regenerated Baseline availability data (autogenerated source of truth used by the rules). |
| package.json | Bumps Baseline-data source dependencies (@webref/css, web-features). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merged
ryo-manba
added a commit
to ryo-manba/stylelint-plugin-use-baseline
that referenced
this pull request
May 12, 2026
…line data `clip-path: fill-box/stroke-box/view-box` were promoted to Baseline widely available on 2026-05-02 (web-features 3.27.0), and `overscroll-behavior` regressed to "Limited availability" in web-features 3.25.0 due to MDN BCD marking older browser support as partial_implementation. Swap these fixtures to stable equivalents (offset-path values, text-align-last) so tests don't depend on volatile baseline transitions. Mirrors the approach taken in eslint/css#440 and eslint/css#448. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ryo-manba
added a commit
to ryo-manba/stylelint-plugin-use-baseline
that referenced
this pull request
May 12, 2026
* fix: update baseline data * test: replace clip-path/overscroll-behavior fixtures with stable baseline data `clip-path: fill-box/stroke-box/view-box` were promoted to Baseline widely available on 2026-05-02 (web-features 3.27.0), and `overscroll-behavior` regressed to "Limited availability" in web-features 3.25.0 due to MDN BCD marking older browser support as partial_implementation. Swap these fixtures to stable equivalents (offset-path values, text-align-last) so tests don't depend on volatile baseline transitions. Mirrors the approach taken in eslint/css#440 and eslint/css#448. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: ryo-manba <76232929+ryo-manba@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites checklist
AI acknowledgment
What is the purpose of this pull request?
This PR updates the baseline data using the latest versions of
@webref/cssandweb-features.What changes did you make? (Give an overview)
@webref/cssto^8.5.5andweb-featuresto^3.27.0.use-baselinefixtures by replacingclip-path: stroke-box/fill-box, now widely available, withimage-rendering: smooth/crisp-edges.Related Issues
Closes #446
Is there anything you'd like reviewers to focus on?