Releases: avenga/stylelint-config
Releases · avenga/stylelint-config
3.0.0
Be aware that these updates could potentially cause additional work in your projects to get your CSS/SCSS lint free again.
- Updated dependencies
- Removed broken stylelint plugin
stylelint-scss
. - Added stylelint config
stylelint-config-standard-scss
.
- Removed broken stylelint plugin
- Updated peerDependency
stylelint
from >=14.5.0 to ^14.5.1. - Removed redundant stylelint rules.
2.0.0
Be aware that these updates could potentially cause additional work in your projects to get your CSS/SCSS lint free again.
- Updated dependencies
stylelint-config-standard
from 20.0.0 to 25.0.0stylelint-scss
from 3.18.0 to 4.1.0
- Updated peerDependencies
stylelint
from 13.0.0 to 14.5.0
Internal Updates
These updates are just relevant for the package itself and not for the projects this stylelint-config is used in.
- Updated devDependencies, Node version and GitHub actions/workflows
- Updated LICENSE (copyright year) and README (broken URLs)
1.1.0
Extend ignored at-rules for max-nesting-depth
Add if, else and each to the ignored at-rules array for the max-nesting-depth rule.
1.0.1
- Bump path-parse from 1.0.6 to 1.0.7
- Bump glob-parent from 5.1.1 to 5.1.2
- Bump hosted-git-info from 2.8.8 to 2.8.9
- Bump lodash from 4.17.20 to 4.17.21
- replace deprecated rule
1.0.0
Initial release