Compare commits

..

2 Commits

Author SHA1 Message Date
ivuorinen
677908757a chore(release): publish
- @ivuorinen/stylelint-config@0.2.17
2024-03-08 07:42:30 +00:00
renovate[bot]
c4f7a0f493 fix(deps): update dependency stylelint-scss to v6.2.0 (#200)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-08 09:41:55 +02:00
3 changed files with 12 additions and 6 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.17](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.16...@ivuorinen/stylelint-config@0.2.17) (2024-03-08)
### Bug Fixes
- **deps:** update dependency stylelint-scss to v6.2.0 ([#200](https://github.com/ivuorinen/base-configs/issues/200)) ([c4f7a0f](https://github.com/ivuorinen/base-configs/commit/c4f7a0f493816d48e91bf4ed4564499242a225c0))
## [0.2.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.15...@ivuorinen/stylelint-config@0.2.16) (2024-02-04)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.16",
"version": "0.2.17",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -43,7 +43,7 @@
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.1.0"
"stylelint-scss": "6.2.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -884,10 +884,10 @@ stylelint-order@6.0.4:
postcss "^8.4.32"
postcss-sorting "^8.0.2"
stylelint-scss@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.1.0.tgz#b7ef162c417132e8df2b69d1759ae07395d54fb5"
integrity sha512-kCfK8TQzthGwb4vaZniZgxRsVbCM4ZckmT1b/H5m4FU3I8Dz0id9llKsy1NMp3XXqC8+OPD4rVKtUbSxXlJb5g==
stylelint-scss@6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.2.0.tgz#039c6c10cda0862734cb3591cf3d1f1dcfd15c1c"
integrity sha512-ktYsWKNN+zh4VlpdNMajYCOREwaPI9xZLVue/H5vX4f4v7Kg+ej9Bj0b7fG41J2UboNujZNU9qi0yM/KK3KhOQ==
dependencies:
known-css-properties "^0.29.0"
postcss-media-query-parser "^0.2.3"