Compare commits

...

3 Commits

Author SHA1 Message Date
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 9 additions and 3 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,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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.20",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"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-order": "6.0.3",