Compare commits

...

5 Commits

Author SHA1 Message Date
ivuorinen
54c9fcf65b chore(release): publish
- @ivuorinen/stylelint-config@0.1.21
2023-07-07 22:41:23 +00:00
renovate[bot]
2ec6c788de fix(deps): update dependency stylelint-config-standard to v34 (#56)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-08 01:41:03 +03:00
ivuorinen
e978b73974 chore(release): publish
- @ivuorinen/stylelint-config@0.1.20
2023-07-07 22:40:51 +00:00
renovate[bot]
6be8eb5e08 fix(deps): update dependency stylelint to v15.10.0 (#55)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-08 01:40:29 +03:00
renovate[bot]
4b27005166 chore(deps): update actions/setup-node action to v3.7.0 (#53) 2023-07-06 09:45:25 +03:00
3 changed files with 16 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
always-auth: true
node-version: 16

View File

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.20...@ivuorinen/stylelint-config@0.1.21) (2023-07-07)
### Bug Fixes
- **deps:** update dependency stylelint-config-standard to v34 ([#56](https://github.com/ivuorinen/base-configs/issues/56)) ([2ec6c78](https://github.com/ivuorinen/base-configs/commit/2ec6c788deae6987f4afd6d85bb1bea8d43750ee))
## [0.1.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.19...@ivuorinen/stylelint-config@0.1.20) (2023-07-07)
### Bug Fixes
- **deps:** update dependency stylelint to v15.10.0 ([#55](https://github.com/ivuorinen/base-configs/issues/55)) ([6be8eb5](https://github.com/ivuorinen/base-configs/commit/6be8eb5e080c6f486d9b5fe984d235fdfc5347c4))
## [0.1.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.18...@ivuorinen/stylelint-config@0.1.19) (2023-06-26)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.1.19",
"version": "0.1.21",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,9 +39,9 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"stylelint": "15.9.0",
"stylelint": "15.10.0",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-standard": "33.0.0",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.0.1"
},