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

Commits on Nov 23, 2023

  1. Prepare for Stylelint 16.0.0

    - 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.
    ybiquitous committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    87f49f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    383c187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad1d3d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Bump stylelint to ^16.0.0

    ybiquitous committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e68db75 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    ybiquitous committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    976500f View commit details
    Browse the repository at this point in the history