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

feat: support stylelint 16 #296

Merged
merged 8 commits into from Jan 2, 2024
Merged

Conversation

nix6839
Copy link
Contributor

@nix6839 nix6839 commented Dec 14, 2023

  • Support stylelint 16
  • Drop support stylelint 14 and 15
  • Minimum node version is 18.12.0
  • Use Node.js 18, 20 in CI
  • Migrate to ESM

Resolves #295

@nix6839 nix6839 force-pushed the stylelint-16 branch 2 times, most recently from ec7ae33 to f5aa741 Compare December 27, 2023 04:08
@RJWadley RJWadley merged commit adcd166 into RJWadley:master Jan 2, 2024
1 check passed
RJWadley pushed a commit that referenced this pull request Jan 2, 2024
# [7.1.0](v7.0.0...v7.1.0) (2024-01-02)

### Features

* support stylelint 16 ([#296](#296)) ([adcd166](adcd166))
RJWadley pushed a commit that referenced this pull request Jan 2, 2024
# [8.0.0](v7.0.0...v8.0.0) (2024-01-02)

### chore

* bump to next major ([80a9a10](80a9a10))

### Features

* support stylelint 16 ([#296](#296)) ([adcd166](adcd166))

### BREAKING CHANGES

* dropped support for node 16 and stylelint 14, 15
@RJWadley
Copy link
Owner

RJWadley commented Jan 2, 2024

🎉 This PR is included in version 8.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nix6839 nix6839 deleted the stylelint-16 branch January 3, 2024 02:11
@vheri90
Copy link

vheri90 commented Jan 6, 2024 via email

@carlosjeurissen
Copy link
Contributor

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
Copy link

lodash.pick has not been updated for 7 years.

@carlosjeurissen
Copy link
Contributor

Created a PR to address the lodash.pick issue: #298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Stylelint v16
5 participants