RJWadley / stylelint-no-unsupported-browser-features

Disallow features that aren't supported by your target browser audience.
422 stars 21 forks source link

feat: support stylelint 16 #296

Closed nix6839 closed 8 months ago

nix6839 commented 9 months ago

Resolves #295

RJWadley commented 8 months ago

:tada: This PR is included in version 8.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

vheri90 commented 8 months ago

Pada Rabu, 03 Januari 2024, Robbie Wadley @.***> menulis:

Merged #296 https://github.com/RJWadley/stylelint-no-unsupported-browser-features/pull/296 into master.

— Reply to this email directly, view it on GitHub https://github.com/RJWadley/stylelint-no-unsupported-browser-features/pull/296#event-11373257925, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDOIH736RFW4SIAZ2JFTAILYMRPAXAVCNFSM6AAAAABAVOFWUGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGM3TGMRVG44TENI . You are receiving this because you are subscribed to this thread.Message ID: <RJWadley/stylelint-no-unsupported-browser-features/ @.***>

-- null

carlosjeurissen commented 7 months ago

Thanks so much for working on the compatibility to stylelint v16! Seems there is just one minor issue being in lodash. By replacing lodash with lodash.pick, a lower version of lodash is actually being used which triggers github security reports. See: https://cve.circl.lu/cve/CVE-2020-8203

AlexWayfer commented 7 months ago

lodash.pick has not been updated for 7 years.

carlosjeurissen commented 7 months ago

Created a PR to address the lodash.pick issue: https://github.com/RJWadley/stylelint-no-unsupported-browser-features/pull/298