Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
f8d3f35858 chore(release): publish
- @ivuorinen/stylelint-config@0.2.16
2024-02-04 19:32:38 +00:00
renovate[bot]
68ef8dfb89 fix(deps): update dependency stylelint to v16.2.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-04 19:32:06 +00: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.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
- **deps:** update dependency stylelint to v16.2.1 ([68ef8df](https://github.com/ivuorinen/base-configs/commit/68ef8dfb8961633d5ea14473fbb48f820b4ae2cb))
## [0.2.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.14...@ivuorinen/stylelint-config@0.2.15) (2024-01-25)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.15",
"version": "0.2.16",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"postcss": "^8.4.2",
"stylelint": "16.2.0",
"stylelint": "16.2.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",

View File

@@ -906,10 +906,10 @@ stylelint-scss@^6.0.0:
postcss-selector-parser "^6.0.13"
postcss-value-parser "^4.2.0"
stylelint@16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.0.tgz#60678f64d7660350fdd06415fd449f332b4fcbf6"
integrity sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA==
stylelint@16.2.1:
version "16.2.1"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.1.tgz#895d6d42523c5126ec0895f0ca2a58febeb77e89"
integrity sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA==
dependencies:
"@csstools/css-parser-algorithms" "^2.5.0"
"@csstools/css-tokenizer" "^2.2.3"