chore(deps): consume web-features npm package#454
Conversation
|
697b3b3 was deployed to: https://rari-pr454.review.mdn.allizom.net/ |
|
Hm, https://rari-pr454.review.mdn.allizom.net/en-US/docs/Web/CSS/Reference/Properties/color is missing the Baseline banner, even though https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/color has it. I must have missed something. |
b1fed68 to
4a0be7b
Compare
This shows up as an error now: https://github.com/mdn/rari/actions/runs/20375814527/job/58554073441?pr=454#step:18:139 |
Affects: - Baseline data from web-features npm package - Spec data from web-specs and @mdn/browser-compat-data npm packages - WebExtensions example data from the mdn/webextensions-examples repo
13ed1a3 to
30aaa1e
Compare
✅ This is now fixed. |
LeoMcA
left a comment
There was a problem hiding this comment.
Nice! Reduces a bunch of complexity
Description
Use the web-features npm package directly, instead of downloading an artifact from the latest GitHub release.
Also: Removes the associated now obsolete logic for downloading the artifact.
Motivation
Consistency. The
data.extended.jsonhas become thedata.jsonincluded in the web-features npm package.Additional details
Related issues and pull requests