Compare commits

...

23 Commits

Author SHA1 Message Date
ivuorinen
f555776842 chore(release): publish
- @ivuorinen/browserslist-config@0.1.6
 - @ivuorinen/commitlint-config@0.1.6
 - @ivuorinen/eslint-config@0.1.9
 - @ivuorinen/markdownlint-config@0.1.4
 - @ivuorinen/stylelint-config@0.1.19
2023-06-26 05:12:37 +00:00
7203d40f7d fix(deps): update dependencies 2023-06-26 08:11:57 +03:00
ivuorinen
f9d5519e0e chore(release): publish
- @ivuorinen/commitlint-config@0.1.5
2023-06-25 10:25:52 +00:00
renovate[bot]
5b31615647 fix(deps): update devdependencies (patch) to v17.6.6 (#48) 2023-06-25 13:25:26 +03:00
ivuorinen
c940eeed58 chore(release): publish
- @ivuorinen/stylelint-config@0.1.18
2023-06-25 10:24:13 +00:00
renovate[bot]
fde55eb3a7 fix(deps): update dependency stylelint to v15.9.0 (#49) 2023-06-25 13:23:47 +03:00
ivuorinen
791400534a chore(release): publish
- @ivuorinen/eslint-config@0.1.8
 - @ivuorinen/markdownlint-config@0.1.3
 - @ivuorinen/stylelint-config@0.1.17
2023-06-24 19:57:30 +00:00
b55c710ada fix(lerna): lerna bootstrap commands 2023-06-24 22:56:47 +03:00
99225f7f7a fix(lerna): updated lerna bootstrap commands 2023-06-24 22:42:17 +03:00
renovate[bot]
c26556c56a chore(deps): update dependency lerna to v7 (#40)
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-06-24 22:22:49 +03:00
renovate[bot]
8b89329e5c fix(deps): update dependency eslint-plugin-jest to v27.2.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 01:26:06 +00:00
renovate[bot]
2c2fa4eee7 fix(deps): update dependency stylelint to v15.8.0 (#46) 2023-06-21 13:38:31 +03:00
renovate[bot]
e7f5fc5ce0 fix(deps): update dependency markdownlint-cli to v0.35.0 (#45) 2023-06-21 13:36:22 +03:00
renovate[bot]
dc93d70ec6 fix(deps): update dependency eslint to v8.43.0 (#44) 2023-06-21 13:35:04 +03:00
ivuorinen
70ab004b6e chore(release): publish
- @ivuorinen/browserslist-config@0.1.5
2023-06-18 19:11:12 +00:00
renovate[bot]
235eef133f fix(deps): update dependency browserslist to v4.21.9 (#43)
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-06-18 22:10:29 +03:00
renovate[bot]
c189a8c9e2 chore(release): publish
- @ivuorinen/browserslist-config@0.1.4
2023-06-16 05:11:40 +00:00
renovate[bot]
3f72210752 fix(deps): update dependency browserslist to v4.21.8
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-16 05:10:55 +00:00
renovate[bot]
fa8e83d2df chore(release): publish
- @ivuorinen/semantic-release-config@0.1.5
2023-06-13 05:11:12 +00:00
renovate[bot]
0e25283572 fix(deps): update dependency semantic-release to v21.0.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-13 05:10:21 +00:00
ivuorinen
6fedfd6d0c chore(release): publish
- @ivuorinen/stylelint-config@0.1.16
2023-06-10 22:06:55 +00:00
renovate[bot]
3728f034c5 fix(deps): update dependency stylelint-scss to v5.0.1 (#39) 2023-06-11 01:06:00 +03:00
renovate[bot]
bf53e433fe chore(deps): update actions/checkout action to v3.5.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-10 00:21:33 +00:00
22 changed files with 2044 additions and 1152 deletions

View File

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

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0

View File

@@ -42,8 +42,8 @@
"deps:update": "lernaupdate",
"eslint:fix": "eslint --format=pretty '**/*.{js,tsx,ts}' --fix",
"eslint:report": "eslint --format=pretty '**/*.{js,tsx,ts}'",
"lerna:bootstrap:ci": "lerna bootstrap -- --frozen-lockfile --ignore-engines",
"lerna:bootstrap": "lerna bootstrap",
"lerna:bootstrap:ci": "yarn --frozen-lockfile --ignore-engines",
"lerna:bootstrap": "yarn",
"lerna:publish": "lerna publish from-package",
"lerna:version": "lerna version",
"markdownlint:fix": "markdownlint '**/*.md' --fix",
@@ -64,9 +64,9 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^47.0.0",
"lerna": "^6.1.0",
"lerna": "^7.0.0",
"lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.34.0",
"markdownlint-cli": "^0.35.0",
"prettier": "^2.8.0",
"simple-git-hooks": "^2.8.1"
}

View File

@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.5...@ivuorinen/browserslist-config@0.1.6) (2023-06-26)
### Bug Fixes
- **deps:** update dependencies ([7203d40](https://github.com/ivuorinen/base-configs/commit/7203d40f7ddcf1d5c84e2049bd4c23a837dd6eb6))
## [0.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.4...@ivuorinen/browserslist-config@0.1.5) (2023-06-18)
### Bug Fixes
- **deps:** update dependency browserslist to v4.21.9 ([#43](https://github.com/ivuorinen/base-configs/issues/43)) ([235eef1](https://github.com/ivuorinen/base-configs/commit/235eef133ffb8717a4569534fe83a25c0c0581d3))
## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.3...@ivuorinen/browserslist-config@0.1.4) (2023-06-16)
### Bug Fixes
- **deps:** update dependency browserslist to v4.21.8 ([3f72210](https://github.com/ivuorinen/base-configs/commit/3f722107521164fd04e0e01ead45c7fc3fa1713a))
## [0.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.1.2...@ivuorinen/browserslist-config@0.1.3) (2023-06-03)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.1.3",
"version": "0.1.6",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,7 +38,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"browserslist": "4.21.7"
"browserslist": "4.21.9"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -0,0 +1,46 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
browserslist@4.21.9:
version "4.21.9"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635"
integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==
dependencies:
caniuse-lite "^1.0.30001503"
electron-to-chromium "^1.4.431"
node-releases "^2.0.12"
update-browserslist-db "^1.0.11"
caniuse-lite@^1.0.30001503:
version "1.0.30001507"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001507.tgz#fae53f6286e7564783eadea9b447819410a59534"
integrity sha512-SFpUDoSLCaE5XYL2jfqe9ova/pbQHEmbheDf5r4diNwbAgR3qxM9NQtfsiSscjqoya5K7kFcHPUQ+VsUkIJR4A==
electron-to-chromium@^1.4.431:
version "1.4.440"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.440.tgz#d3b1eeb36b717eb479a240c0406ac1fa67901762"
integrity sha512-r6dCgNpRhPwiWlxbHzZQ/d9swfPaEJGi8ekqRBwQYaR3WmA5VkqQfBWSDDjuJU1ntO+W9tHx8OHV/96Q8e0dVw==
escalade@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
node-releases@^2.0.12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==
picocolors@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
update-browserslist-db@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
dependencies:
escalade "^3.1.1"
picocolors "^1.0.0"

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.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.5...@ivuorinen/commitlint-config@0.1.6) (2023-06-26)
### Bug Fixes
- **deps:** update dependencies ([7203d40](https://github.com/ivuorinen/base-configs/commit/7203d40f7ddcf1d5c84e2049bd4c23a837dd6eb6))
## [0.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.4...@ivuorinen/commitlint-config@0.1.5) (2023-06-25)
### Bug Fixes
- **deps:** update devdependencies (patch) to v17.6.6 ([#48](https://github.com/ivuorinen/base-configs/issues/48)) ([5b31615](https://github.com/ivuorinen/base-configs/commit/5b31615647a369b70b7272cf4527d3e8d1fc386a))
## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.3...@ivuorinen/commitlint-config@0.1.4) (2023-06-03)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.1.4",
"version": "0.1.6",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,8 +37,8 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5"
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.8...@ivuorinen/eslint-config@0.1.9) (2023-06-26)
### Bug Fixes
- **deps:** update dependencies ([7203d40](https://github.com/ivuorinen/base-configs/commit/7203d40f7ddcf1d5c84e2049bd4c23a837dd6eb6))
## [0.1.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.7...@ivuorinen/eslint-config@0.1.8) (2023-06-24)
### Bug Fixes
- **deps:** update dependency eslint to v8.43.0 ([#44](https://github.com/ivuorinen/base-configs/issues/44)) ([dc93d70](https://github.com/ivuorinen/base-configs/commit/dc93d70ec67d0e47ae5cf12f01b4fbb275405e00))
- **deps:** update dependency eslint-plugin-jest to v27.2.2 ([8b89329](https://github.com/ivuorinen/base-configs/commit/8b89329e5cb20d05987bf9f30eecb96d7538a1b2))
## [0.1.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.6...@ivuorinen/eslint-config@0.1.7) (2023-06-07)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.1.7",
"version": "0.1.9",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,11 +38,11 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",

View File

@@ -29,10 +29,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"
"@eslint/js@8.42.0":
version "8.42.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.42.0.tgz#484a1d638de2911e6f5a30c12f49c7e4a3270fb6"
integrity sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==
"@eslint/js@8.43.0":
version "8.43.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.43.0.tgz#559ca3d9ddbd6bf907ad524320a0d14b85586af0"
integrity sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==
"@humanwhocodes/config-array@^0.11.10":
version "0.11.10"
@@ -470,10 +470,10 @@ eslint-plugin-import@2.27.5:
semver "^6.3.0"
tsconfig-paths "^3.14.1"
eslint-plugin-jest@27.2.1:
version "27.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.1.tgz#b85b4adf41c682ea29f1f01c8b11ccc39b5c672c"
integrity sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==
eslint-plugin-jest@27.2.2:
version "27.2.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.2.2.tgz#be4ded5f91905d9ec89aa8968d39c71f3b072c0c"
integrity sha512-euzbp06F934Z7UDl5ZUaRPLAc9MKjh0rMPERrHT7UhlCEwgb25kBj37TvMgWeHZVkR5I9CayswrpoaqZU1RImw==
dependencies:
"@typescript-eslint/utils" "^5.10.0"
@@ -534,15 +534,15 @@ eslint-visitor-keys@^3.4.1:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
eslint@8.42.0:
version "8.42.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.42.0.tgz#7bebdc3a55f9ed7167251fe7259f75219cade291"
integrity sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==
eslint@8.43.0:
version "8.43.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.43.0.tgz#3e8c6066a57097adfd9d390b8fc93075f257a094"
integrity sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
"@eslint-community/regexpp" "^4.4.0"
"@eslint/eslintrc" "^2.0.3"
"@eslint/js" "8.42.0"
"@eslint/js" "8.43.0"
"@humanwhocodes/config-array" "^0.11.10"
"@humanwhocodes/module-importer" "^1.0.1"
"@nodelib/fs.walk" "^1.2.8"

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.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.3...@ivuorinen/markdownlint-config@0.1.4) (2023-06-26)
### Bug Fixes
- **deps:** update dependencies ([7203d40](https://github.com/ivuorinen/base-configs/commit/7203d40f7ddcf1d5c84e2049bd4c23a837dd6eb6))
## [0.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.2...@ivuorinen/markdownlint-config@0.1.3) (2023-06-24)
### Bug Fixes
- **deps:** update dependency markdownlint-cli to v0.35.0 ([#45](https://github.com/ivuorinen/base-configs/issues/45)) ([e7f5fc5](https://github.com/ivuorinen/base-configs/commit/e7f5fc5ce0a3ea73d3c395a2667b53a57d21e205))
## [0.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.1...@ivuorinen/markdownlint-config@0.1.2) (2023-05-05)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/markdownlint-config",
"version": "0.1.2",
"version": "0.1.4",
"description": "ivuorinen's shareable configuration for markdownlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,7 +38,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"markdownlint-cli": "0.34.0"
"markdownlint-cli": "0.35.0"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -70,10 +70,10 @@ color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
commander@~10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
commander@~11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-11.0.0.tgz#43e19c25dbedc8256203538e8d7e9346877a6f67"
integrity sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==
cross-spawn@^7.0.0:
version "7.0.3"
@@ -122,15 +122,15 @@ get-stdin@~9.0.0:
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==
glob@~10.2.2:
version "10.2.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.2.tgz#ce2468727de7e035e8ecf684669dc74d0526ab75"
integrity sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==
glob@~10.2.7:
version "10.2.7"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.2.7.tgz#9dd2828cd5bc7bd861e7738d91e7113dda41d7d8"
integrity sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==
dependencies:
foreground-child "^3.1.0"
jackspeak "^2.0.3"
minimatch "^9.0.0"
minipass "^5.0.0"
minimatch "^9.0.1"
minipass "^5.0.0 || ^6.0.2"
path-scurry "^1.7.0"
ignore@~5.2.4:
@@ -197,43 +197,43 @@ markdown-it@13.0.1:
mdurl "^1.0.1"
uc.micro "^1.0.5"
markdownlint-cli@0.34.0:
version "0.34.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.34.0.tgz#d7a4ae8e59911de6dfb01782a7cd554e8a245947"
integrity sha512-4G9I++VBTZkaye6Yfc/7dU6HQHcyldZEVB+bYyQJLcpJOHKk/q5ZpGqK80oKMIdlxzsA3aWOJLZ4DkoaoUWXbQ==
markdownlint-cli@0.35.0:
version "0.35.0"
resolved "https://registry.yarnpkg.com/markdownlint-cli/-/markdownlint-cli-0.35.0.tgz#1a6386777c6f20681e1425c0b7a056cf130bc46f"
integrity sha512-lVIIIV1MrUtjoocgDqXLxUCxlRbn7Ve8rsWppfwciUNwLlNS28AhNiyQ3PU7jjj4Qvj+rWTTvwkqg7AcdG988g==
dependencies:
commander "~10.0.1"
commander "~11.0.0"
get-stdin "~9.0.0"
glob "~10.2.2"
glob "~10.2.7"
ignore "~5.2.4"
js-yaml "^4.1.0"
jsonc-parser "~3.2.0"
markdownlint "~0.28.2"
minimatch "~9.0.0"
markdownlint "~0.29.0"
minimatch "~9.0.1"
run-con "~1.2.11"
markdownlint-micromark@0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.2.tgz#5520e04febffa46741875a2f297509ffdb561f5c"
integrity sha512-jRxlQg8KpOfM2IbCL9RXM8ZiYWz2rv6DlZAnGv8ASJQpUh6byTBnEsbuMZ6T2/uIgntyf7SKg/mEaEBo1164fQ==
markdownlint-micromark@0.1.5:
version "0.1.5"
resolved "https://registry.yarnpkg.com/markdownlint-micromark/-/markdownlint-micromark-0.1.5.tgz#a23400b101be32cd4336f2b6b4c47da31825524c"
integrity sha512-HvofNU4QCvfUCWnocQP1IAWaqop5wpWrB0mKB6SSh0fcpV0PdmQNS6tdUuFew1utpYlUvYYzz84oDkrD76GB9A==
markdownlint@~0.28.2:
version "0.28.2"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.28.2.tgz#ea31586a02fe3a06403ecafbbe22d77e363c8ed5"
integrity sha512-yYaQXoKKPV1zgrFsyAuZPEQoe+JrY9GDag9ObKpk09twx4OCU5lut+0/kZPrQ3W7w82SmgKhd7D8m34aG1unVw==
markdownlint@~0.29.0:
version "0.29.0"
resolved "https://registry.yarnpkg.com/markdownlint/-/markdownlint-0.29.0.tgz#9647478b7d5485965c557502fe54ee5a550033f2"
integrity sha512-ASAzqpODstu/Qsk0xW5BPgWnK/qjpBQ4e7IpsSvvFXcfYIjanLTdwFRJK1SIEEh0fGSMKXcJf/qhaZYHyME0wA==
dependencies:
markdown-it "13.0.1"
markdownlint-micromark "0.1.2"
markdownlint-micromark "0.1.5"
mdurl@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==
minimatch@^9.0.0, minimatch@~9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
minimatch@^9.0.1, minimatch@~9.0.1:
version "9.0.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057"
integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==
dependencies:
brace-expansion "^2.0.1"
@@ -247,6 +247,11 @@ minipass@^5.0.0:
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
"minipass@^5.0.0 || ^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
path-key@^3.1.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -288,6 +293,7 @@ signal-exit@^4.0.1:
integrity sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
name string-width-cjs
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -306,6 +312,7 @@ string-width@^5.0.1, string-width@^5.1.2:
strip-ansi "^7.0.1"
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

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.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.4...@ivuorinen/semantic-release-config@0.1.5) (2023-06-13)
### Bug Fixes
- **deps:** update dependency semantic-release to v21.0.5 ([0e25283](https://github.com/ivuorinen/base-configs/commit/0e25283572ffaef56e29b909d2bdbc41d10d1695))
## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.1.3...@ivuorinen/semantic-release-config@0.1.4) (2023-06-06)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/semantic-release-config",
"version": "0.1.4",
"version": "0.1.5",
"description": "ivuorinen's shareable configuration for semantic-release.",
"author": {
"name": "Ismo Vuorinen",
@@ -40,7 +40,7 @@
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"semantic-release": "21.0.3"
"semantic-release": "21.0.5"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -403,6 +403,11 @@
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-3.0.0.tgz#30a3b97bbb5844d695eb22f9d3aa40f6a92770c2"
integrity sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==
"@semantic-release/error@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-4.0.0.tgz#692810288239637f74396976a9340fbc0aa9f6f9"
integrity sha512-mgdxrHTLOjOddRVYIYDo0fR3/v61GNN1YGkfbrjuIKg/uMgCd+Qzo3UAXJ+woLQQpos4pl5Esuw5A7AoNlzjUQ==
"@semantic-release/git@10.0.1":
version "10.0.1"
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-10.0.1.tgz#c646e55d67fae623875bf3a06a634dd434904498"
@@ -2145,10 +2150,10 @@ marked-terminal@^5.1.1:
node-emoji "^1.11.0"
supports-hyperlinks "^2.2.0"
marked@^4.1.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
marked@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-5.1.0.tgz#cf51f03ba04dfb3469774029fd0106d258658767"
integrity sha512-z3/nBe7aTI8JDszlYLk7dDVNpngjw0o1ZJtrA9kIfkkHcIF+xH7mO23aISl4WxP83elU+MFROgahqdpd05lMEQ==
meow@^8.0.0:
version "8.1.2"
@@ -3154,13 +3159,13 @@ safe-buffer@~5.2.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
semantic-release@21.0.3:
version "21.0.3"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-21.0.3.tgz#e1c584dd045024a1372a5bf51b60d23fe5e26893"
integrity sha512-DS/0P1DrL8cKpkhN7JCzhkbOge9sURSRqUlmEAjeXTzK0lOSWhp+oJJcji0bLFEIyu3DuYEeQrWCdJNwRHrFdw==
semantic-release@21.0.5:
version "21.0.5"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-21.0.5.tgz#3a95c44df8c4cb0bdc4e483f3c14ba3d8f04f1bd"
integrity sha512-mCc7Hx9Ro/1Clk9tLLgwQIQuiEzx+1OX12EazvNysnx1VG4eaNJE9b9IyWtTxyFxaFYi7nM5VB5ZDVzheHTDPA==
dependencies:
"@semantic-release/commit-analyzer" "^10.0.0"
"@semantic-release/error" "^3.0.0"
"@semantic-release/error" "^4.0.0"
"@semantic-release/github" "^9.0.0"
"@semantic-release/npm" "^10.0.2"
"@semantic-release/release-notes-generator" "^11.0.0"
@@ -3176,7 +3181,7 @@ semantic-release@21.0.3:
hook-std "^3.0.0"
hosted-git-info "^6.0.0"
lodash-es "^4.17.21"
marked "^4.1.0"
marked "^5.0.0"
marked-terminal "^5.1.1"
micromatch "^4.0.2"
p-each-series "^3.0.0"

View File

@@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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
- **deps:** update dependencies ([7203d40](https://github.com/ivuorinen/base-configs/commit/7203d40f7ddcf1d5c84e2049bd4c23a837dd6eb6))
## [0.1.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.17...@ivuorinen/stylelint-config@0.1.18) (2023-06-25)
### Bug Fixes
- **deps:** update dependency stylelint to v15.9.0 ([#49](https://github.com/ivuorinen/base-configs/issues/49)) ([fde55eb](https://github.com/ivuorinen/base-configs/commit/fde55eb3a7b7d5233e0daddc3447c2ba00d7380e))
## [0.1.17](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.16...@ivuorinen/stylelint-config@0.1.17) (2023-06-24)
### Bug Fixes
- **deps:** update dependency stylelint to v15.8.0 ([#46](https://github.com/ivuorinen/base-configs/issues/46)) ([2c2fa4e](https://github.com/ivuorinen/base-configs/commit/2c2fa4eee7ee8803f916d7d5331334aebd822b29))
## [0.1.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.15...@ivuorinen/stylelint-config@0.1.16) (2023-06-10)
### Bug Fixes
- **deps:** update dependency stylelint-scss to v5.0.1 ([#39](https://github.com/ivuorinen/base-configs/issues/39)) ([3728f03](https://github.com/ivuorinen/base-configs/commit/3728f034c59c9764b29603161c569ae67df69fd2))
## [0.1.15](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.14...@ivuorinen/stylelint-config@0.1.15) (2023-06-09)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.1.15",
"version": "0.1.19",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,11 +39,11 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"stylelint": "15.7.0",
"stylelint": "15.9.0",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-standard": "33.0.0",
"stylelint-order": "6.0.3",
"stylelint-scss": "5.0.0"
"stylelint-scss": "5.0.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -1045,7 +1045,17 @@ stylelint-order@6.0.3:
postcss "^8.4.21"
postcss-sorting "^8.0.2"
stylelint-scss@5.0.0, stylelint-scss@^5.0.0:
stylelint-scss@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.0.1.tgz#b33a6580b5734eace083cfc2cc3021225e28547f"
integrity sha512-n87iCRZrr2J7//I/QFsDXxFLnHKw633U4qvWZ+mOW6KDAp/HLj06H+6+f9zOuTYy+MdGdTuCSDROCpQIhw5fvQ==
dependencies:
postcss-media-query-parser "^0.2.3"
postcss-resolve-nested-selector "^0.1.1"
postcss-selector-parser "^6.0.13"
postcss-value-parser "^4.2.0"
stylelint-scss@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.0.0.tgz#2ec6323bac8003fa64871f3fbb75108270e99b83"
integrity sha512-5Ee5kG3JIcP2jk2PMoFMiNmW/815V+wK5o37X5ke90ihWMpPXI9iyqeA6zEWipWSRXeQc0kqbd7hKqiR+wPKNA==
@@ -1055,10 +1065,10 @@ stylelint-scss@5.0.0, stylelint-scss@^5.0.0:
postcss-selector-parser "^6.0.11"
postcss-value-parser "^4.2.0"
stylelint@15.7.0:
version "15.7.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.7.0.tgz#945939a2ce9516998a198580e69b1ceef8a7c5f3"
integrity sha512-fQRwHwWuZsDn4ENyE9AsKkOkV9WlD2CmYiVDbdZPdS3iZh0ceypOn1EuwTNuZ8xTrHF+jVeIEzLtFFSlD/nJHg==
stylelint@15.8.0:
version "15.8.0"
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.8.0.tgz#c1e8a85d6f9e24670c4385ce0b79103e9b1b3e81"
integrity sha512-x9qBk84F3MEjMEUNCE7MtWmfj9G9y5XzJ0cpQeJdy2l/IoqjC8Ih0N0ytmOTnXE4Yv0J7I1cmVRQUVNSPCxTsA==
dependencies:
"@csstools/css-parser-algorithms" "^2.2.0"
"@csstools/css-tokenizer" "^2.1.1"
@@ -1100,7 +1110,6 @@ stylelint@15.7.0:
supports-hyperlinks "^3.0.0"
svg-tags "^1.0.0"
table "^6.8.1"
v8-compile-cache "^2.3.0"
write-file-atomic "^5.0.1"
supports-color@^5.3.0:
@@ -1185,11 +1194,6 @@ util-deprecate@^1.0.2:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
v8-compile-cache@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
validate-npm-package-license@^3.0.1:
version "3.0.4"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

1537
yarn.lock

File diff suppressed because it is too large Load Diff