webpack-contrib / stylelint-webpack-plugin

A Stylelint plugin for webpack
MIT License
426 stars 72 forks source link

build!: minimum supported Node.js version is 18 #345

Closed ricardogobbosouza closed 9 months ago

ricardogobbosouza commented 9 months ago

This PR contains a:

Motivation / Use-Case

Minimum supported Node.js version is 18

Breaking Changes

Yes

Additional Info

No

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fdb0ab2) 100.00% compared to head (2c175bd) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #345 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 256 256 Branches 50 50 ========================================= Hits 256 256 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ricardogobbosouza commented 9 months ago

The error that occurs in ci is that the action wagoid/commitlint-github-action@v5 is not using the latest version of @commitlint/lint

The latest version added a new rule header-trim https://github.com/conventional-changelog/commitlint/releases/tag/v18.6.0

alexander-akait commented 9 months ago

The error that occurs in ci is that the action wagoid/commitlint-github-action@v5 is not using the latest version of @commitlint/lint

Ignore it

alexander-akait commented 9 months ago

@ricardogobbosouza do you have premission to setup Github Actions?

ricardogobbosouza commented 9 months ago

@ricardogobbosouza do you have premission to setup Github Actions?

Yes I have.