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

Prepare for Stylelint 16.0.0 #87

Merged
merged 5 commits into from Dec 8, 2023
Merged

Prepare for Stylelint 16.0.0 #87

merged 5 commits into from Dec 8, 2023

Conversation

ybiquitous
Copy link
Member

@ybiquitous ybiquitous commented Nov 23, 2023

Which issue, if any, is this issue related to?

Blocked by #85 → Merged

Is there anything in the PR that needs further explanation?

This PR prepares for Stylelint 16.0.0. Summary:

  • Change the loadLint option's default value.
  • Update the stylelint dev dependency (npm i stylelint@next --save-dev).
  • Migrate test files to ESM, although files executed by Jest are still CJS.
    (The current Jest's support for ESM is still experimental)
  • Update TypeScript config for newer Node.js versions.

- Change the `loadLint` option's default value.
- Update the `stylelint` dev dependency (`npm i stylelint@next --save-dev`).
- Migrate test files to ESM, although files executed by Jest are still CJS.
  (The current Jest's support for ESM is still experimental)
- Update TypeScript config for newer Node.js versions.
Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

package.json Outdated Show resolved Hide resolved
@ybiquitous
Copy link
Member Author

I've resolved merge conflicts and updated README to add jest-light-runner.

@ybiquitous ybiquitous merged commit 34929c4 into main Dec 8, 2023
6 checks passed
@ybiquitous ybiquitous deleted the stylelint-16.0.0 branch December 8, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants