Compare commits

...

22 Commits

Author SHA1 Message Date
ivuorinen
813c7b569e chore(release): publish
- @ivuorinen/base-configs@1.1.84
 - @ivuorinen/eslint-config@0.4.37
2024-05-18 06:29:34 +00:00
renovate[bot]
0d9853a556 fix(deps): update dependency eslint-plugin-n to v17.7.0 (#250)
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-05-18 09:28:57 +03:00
c84ea8e962 fix: update package.json and yarn.lock 2024-05-18 09:18:39 +03:00
renovate[bot]
cb6a0b691c chore(deps): update actions/checkout action to v4.1.6 (#249) 2024-05-17 05:51:58 +03:00
renovate[bot]
b50a6bf289 chore(deps): update dependency eslint-plugin-unicorn to v53 (#248) 2024-05-15 10:48:12 +03:00
ivuorinen
5e4a0b9ce9 chore(release): publish
- @ivuorinen/base-configs@1.1.83
 - @ivuorinen/eslint-config@0.4.36
 - @ivuorinen/semantic-release-config@0.2.21
2024-05-15 07:47:30 +00:00
renovate[bot]
f3516e1a8e fix(deps): update dependency semantic-release to v23.1.1 (#247) 2024-05-15 10:46:51 +03:00
renovate[bot]
14b7307cdc fix(deps): update dependency eslint-plugin-n to v17.6.0 (#246) 2024-05-15 10:46:15 +03:00
ivuorinen
3851386b19 chore(release): publish
- @ivuorinen/base-configs@1.1.82
 - @ivuorinen/eslint-config@0.4.35
2024-05-10 20:48:49 +00:00
renovate[bot]
5730a872ff fix(deps): update dependency eslint-plugin-n to v17.5.1 (#245) 2024-05-10 23:48:13 +03:00
renovate[bot]
4373d6cf14 chore(release): publish
- @ivuorinen/base-configs@1.1.81
 - @ivuorinen/eslint-config@0.4.34
2024-05-10 00:30:28 +00:00
renovate[bot]
5ea3c41198 fix(deps): update dependency eslint-plugin-sonarjs to v1.0.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-10 00:29:53 +00:00
renovate[bot]
fbe0662cde chore(deps): update actions/checkout action to v4.1.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09 03:26:14 +00:00
ivuorinen
1503005bfa chore(release): publish
- @ivuorinen/base-configs@1.1.80
 - @ivuorinen/eslint-config@0.4.33
2024-05-07 07:48:44 +00:00
renovate[bot]
8419ce8c64 fix(deps): update dependency eslint-plugin-sonarjs to v1 (#242)
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-05-07 10:48:10 +03:00
ivuorinen
949e14c929 chore(release): publish
- @ivuorinen/base-configs@1.1.79
 - @ivuorinen/eslint-config@0.4.32
 - @ivuorinen/stylelint-config@0.2.24
2024-05-07 07:14:40 +00:00
renovate[bot]
8bf9433d49 fix(deps): update dependency stylelint-scss to v6.3.0 (#240)
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-05-07 10:14:03 +03:00
renovate[bot]
a9fbc1dd15 fix(deps): update eslint to 9.2 (#241)
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-05-07 10:13:31 +03:00
ivuorinen
bff247d141 chore(release): publish
- @ivuorinen/base-configs@1.1.78
 - @ivuorinen/eslint-config@0.4.31
2024-05-06 13:18:42 +00:00
renovate[bot]
4cee9fb75a fix(deps): update dependency eslint-plugin-jest to v28.4.0 (#239)
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-05-06 16:18:03 +03:00
ivuorinen
945220d740 chore(release): publish
- @ivuorinen/base-configs@1.1.77
 - @ivuorinen/browserslist-config@0.2.6
 - @ivuorinen/commitlint-config@0.2.21
 - @ivuorinen/config-checker@1.1.3
 - @ivuorinen/eslint-config@0.4.30
 - @ivuorinen/markdownlint-config@0.2.6
 - @ivuorinen/prettier-config@0.2.10
 - @ivuorinen/semantic-release-config@0.2.20
 - @ivuorinen/stylelint-config@0.2.23
2024-05-05 12:27:58 +00:00
Ismo Vuorinen
52372dbe37 fix: add an initial value to "reduce()" call (#238) 2024-05-05 15:27:18 +03:00
23 changed files with 725 additions and 577 deletions

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0

View File

@@ -63,12 +63,13 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-sonarjs": "^1.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"lerna": "^8.0.0",
"lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.40.0",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.8.1"
}
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}

View File

@@ -2,6 +2,38 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.84](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.83...@ivuorinen/base-configs@1.1.84) (2024-05-18)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.83](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.82...@ivuorinen/base-configs@1.1.83) (2024-05-15)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.82](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.81...@ivuorinen/base-configs@1.1.82) (2024-05-10)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.81](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.80...@ivuorinen/base-configs@1.1.81) (2024-05-10)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.80](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.79...@ivuorinen/base-configs@1.1.80) (2024-05-07)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.79](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.78...@ivuorinen/base-configs@1.1.79) (2024-05-07)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.78](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.77...@ivuorinen/base-configs@1.1.78) (2024-05-06)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.77](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.76...@ivuorinen/base-configs@1.1.77) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.76](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.75...@ivuorinen/base-configs@1.1.76) (2024-05-04)
**Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.76",
"version": "1.1.84",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -27,11 +27,11 @@
"url": "git+https://github.com/ivuorinen/base-configs.git"
},
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.5",
"@ivuorinen/commitlint-config": "^0.2.20",
"@ivuorinen/eslint-config": "^0.4.29",
"@ivuorinen/markdownlint-config": "^0.2.5",
"@ivuorinen/prettier-config": "^0.2.9",
"@ivuorinen/semantic-release-config": "^0.2.19"
"@ivuorinen/browserslist-config": "^0.2.6",
"@ivuorinen/commitlint-config": "^0.2.21",
"@ivuorinen/eslint-config": "^0.4.37",
"@ivuorinen/markdownlint-config": "^0.2.6",
"@ivuorinen/prettier-config": "^0.2.10",
"@ivuorinen/semantic-release-config": "^0.2.21"
}
}

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.5...@ivuorinen/browserslist-config@0.2.6) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/browserslist-config
## [0.2.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.4...@ivuorinen/browserslist-config@0.2.5) (2024-02-17)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.2.5",
"version": "0.2.6",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -36,7 +36,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"@ivuorinen/config-checker": "^1.1.3",
"browserslist": "4.23.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.20...@ivuorinen/commitlint-config@0.2.21) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/commitlint-config
## [0.2.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.19...@ivuorinen/commitlint-config@0.2.20) (2024-04-27)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.2.20",
"version": "0.2.21",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
"dependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@ivuorinen/config-checker": "^1.1.2"
"@ivuorinen/config-checker": "^1.1.3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

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.
## [1.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.2...@ivuorinen/config-checker@1.1.3) (2024-05-05)
### Bug Fixes
- add an initial value to "reduce()" call ([#238](https://github.com/ivuorinen/base-configs/issues/238)) ([52372db](https://github.com/ivuorinen/base-configs/commit/52372dbe371bae56b44d79e2150b61200b071a1f))
## [1.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/config-checker@1.1.1...@ivuorinen/config-checker@1.1.2) (2023-10-31)
**Note:** Version bump only for package @ivuorinen/config-checker

View File

@@ -3,7 +3,7 @@
const configurationPaths = require('../lib/configuration-paths')
const configItems = configurationPaths('`[module name]`')
const longestLine = configItems.reduce((a, b) => (a.length > b.length ? a : b)).length
const longestLine = configItems.reduce((a, b) => (a.length > b.length ? a : b), 0).length
const mdTable = configItems.map(file => {
const diff = longestLine - file.length

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/config-checker",
"version": "1.1.2",
"version": "1.1.3",
"description": "Checks the commonly used configuration locations for configuration files",
"keywords": [
"check-config",

View File

@@ -2,6 +2,52 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.37](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.36...@ivuorinen/eslint-config@0.4.37) (2024-05-18)
### Bug Fixes
- **deps:** update dependency eslint-plugin-n to v17.7.0 ([#250](https://github.com/ivuorinen/base-configs/issues/250)) ([0d9853a](https://github.com/ivuorinen/base-configs/commit/0d9853a556ab9954d666a5750c0b3ac88e3560e6))
## [0.4.36](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.35...@ivuorinen/eslint-config@0.4.36) (2024-05-15)
### Bug Fixes
- **deps:** update dependency eslint-plugin-n to v17.6.0 ([#246](https://github.com/ivuorinen/base-configs/issues/246)) ([14b7307](https://github.com/ivuorinen/base-configs/commit/14b7307cdc57c651391d3bbd724bb5c91d3ad4ee))
## [0.4.35](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.34...@ivuorinen/eslint-config@0.4.35) (2024-05-10)
### Bug Fixes
- **deps:** update dependency eslint-plugin-n to v17.5.1 ([#245](https://github.com/ivuorinen/base-configs/issues/245)) ([5730a87](https://github.com/ivuorinen/base-configs/commit/5730a872ff5952b1f62b778c4466200e393e604a))
## [0.4.34](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.33...@ivuorinen/eslint-config@0.4.34) (2024-05-10)
### Bug Fixes
- **deps:** update dependency eslint-plugin-sonarjs to v1.0.3 ([5ea3c41](https://github.com/ivuorinen/base-configs/commit/5ea3c411984896554a54e8690a6a2efa9e3d7097))
## [0.4.33](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.32...@ivuorinen/eslint-config@0.4.33) (2024-05-07)
### Bug Fixes
- **deps:** update dependency eslint-plugin-sonarjs to v1 ([#242](https://github.com/ivuorinen/base-configs/issues/242)) ([8419ce8](https://github.com/ivuorinen/base-configs/commit/8419ce8c64f2d7c533267c75ecd1186576738deb))
## [0.4.32](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.31...@ivuorinen/eslint-config@0.4.32) (2024-05-07)
### Bug Fixes
- **deps:** update eslint to 9.2 ([#241](https://github.com/ivuorinen/base-configs/issues/241)) ([a9fbc1d](https://github.com/ivuorinen/base-configs/commit/a9fbc1dd15b8006385a8c66414067704f8d16d49))
## [0.4.31](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.30...@ivuorinen/eslint-config@0.4.31) (2024-05-06)
### Bug Fixes
- **deps:** update dependency eslint-plugin-jest to v28.4.0 ([#239](https://github.com/ivuorinen/base-configs/issues/239)) ([4cee9fb](https://github.com/ivuorinen/base-configs/commit/4cee9fb75ac1eefc240c23c79ff78ff6086942ad))
## [0.4.30](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.29...@ivuorinen/eslint-config@0.4.30) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/eslint-config
## [0.4.29](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.28...@ivuorinen/eslint-config@0.4.29) (2024-05-04)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.4.29",
"version": "0.4.37",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -36,15 +36,15 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"eslint": "9.1.1",
"@ivuorinen/config-checker": "^1.1.3",
"eslint": "9.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.3.0",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.25.1"
"eslint-plugin-sonarjs": "1.0.3"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.5...@ivuorinen/markdownlint-config@0.2.6) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/markdownlint-config
## [0.2.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.4...@ivuorinen/markdownlint-config@0.2.5) (2024-05-04)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/markdownlint-config",
"version": "0.2.5",
"version": "0.2.6",
"description": "ivuorinen's shareable configuration for markdownlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -36,7 +36,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"@ivuorinen/config-checker": "^1.1.3",
"markdownlint-cli": "0.40.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.9...@ivuorinen/prettier-config@0.2.10) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/prettier-config
## [0.2.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.8...@ivuorinen/prettier-config@0.2.9) (2024-02-08)
**Note:** Version bump only for package @ivuorinen/prettier-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/prettier-config",
"version": "0.2.9",
"version": "0.2.10",
"description": "ivuorinen's shareable configuration for Prettier.",
"author": {
"name": "Ismo Vuorinen",
@@ -36,7 +36,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"@ivuorinen/config-checker": "^1.1.3",
"prettier": "3.2.5"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.20...@ivuorinen/semantic-release-config@0.2.21) (2024-05-15)
### Bug Fixes
- **deps:** update dependency semantic-release to v23.1.1 ([#247](https://github.com/ivuorinen/base-configs/issues/247)) ([f3516e1](https://github.com/ivuorinen/base-configs/commit/f3516e1a8ed8c2f03b73e83a18400935c5622595))
## [0.2.20](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.19...@ivuorinen/semantic-release-config@0.2.20) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/semantic-release-config
## [0.2.19](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.2.18...@ivuorinen/semantic-release-config@0.2.19) (2024-04-13)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.2.19",
"version": "0.2.21",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
@@ -36,10 +36,10 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"@ivuorinen/config-checker": "^1.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "23.0.8"
"semantic-release": "23.1.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.24](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.23...@ivuorinen/stylelint-config@0.2.24) (2024-05-07)
### Bug Fixes
- **deps:** update dependency stylelint-scss to v6.3.0 ([#240](https://github.com/ivuorinen/base-configs/issues/240)) ([8bf9433](https://github.com/ivuorinen/base-configs/commit/8bf9433d49da02383dd2671bafd060a6b079522c))
## [0.2.23](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.22...@ivuorinen/stylelint-config@0.2.23) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/stylelint-config
## [0.2.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.21...@ivuorinen/stylelint-config@0.2.22) (2024-05-05)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.22",
"version": "0.2.24",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,13 +37,13 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.2",
"@ivuorinen/config-checker": "^1.1.3",
"postcss": "^8.4.2",
"stylelint": "16.5.0",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.2.1"
"stylelint-scss": "6.3.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

1113
yarn.lock

File diff suppressed because it is too large Load Diff