Compare commits

...

3 Commits

Author SHA1 Message Date
ivuorinen
241244169c chore(release): publish
- @ivuorinen/stylelint-config@0.2.37
2024-08-19 08:01:33 +00:00
renovate[bot]
3b552d1ae1 fix(deps): update stylelint to 16.8.2 (#287) 2024-08-19 08:19:24 +03:00
4da529746e fix(deps): update dependencies 2024-08-16 15:12:12 +03:00
5 changed files with 466 additions and 498 deletions

View File

@@ -1 +1,3 @@
node_modules/
/.nx/workspace-data

View File

@@ -4,7 +4,9 @@
"version": {
"conventionalCommits": true,
"createRelease": "github",
"ignoreChanges": ["**/*.md"],
"ignoreChanges": [
"**/*.md"
],
"message": "chore(release): publish",
"yes": true
},
@@ -14,6 +16,8 @@
}
},
"npmClient": "yarn",
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

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.37](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.36...@ivuorinen/stylelint-config@0.2.37) (2024-08-19)
### Bug Fixes
- **deps:** update stylelint to 16.8.2 ([#287](https://github.com/ivuorinen/base-configs/issues/287)) ([3b552d1](https://github.com/ivuorinen/base-configs/commit/3b552d1ae161039e65c799bae44914792632400c))
## [0.2.36](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.35...@ivuorinen/stylelint-config@0.2.36) (2024-08-07)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.36",
"version": "0.2.37",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"dependencies": {
"@ivuorinen/config-checker": "^1.1.4",
"postcss": "^8.4.2",
"stylelint": "16.8.1",
"stylelint": "16.8.2",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "6.0.4",

944
yarn.lock

File diff suppressed because it is too large Load Diff