Compare commits

..

4 Commits

Author SHA1 Message Date
semantic-release-bot
100e51b279 chore(release): 1.0.10 [skip ci]
## [1.0.10](https://github.com/ivuorinen/base-configs/compare/v1.0.9...v1.0.10) (2026-03-06)
2026-03-06 02:39:37 +00:00
renovate[bot]
74a0d402e7 chore(deps): lock file maintenance (#485)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-06 04:35:39 +02:00
renovate[bot]
44a71a4341 chore(deps): update ivuorinen/actions action (v2026.03.02 → v2026.03.05) (#484)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-06 04:35:20 +02:00
renovate[bot]
9bb988cbc4 chore(deps): update github/codeql-action action (v4.32.5 → v4.32.6) (#483)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-06 04:35:00 +02:00
8 changed files with 51 additions and 49 deletions

View File

@@ -39,13 +39,13 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }} build-mode: ${{ matrix.build-mode }}
queries: security-and-quality queries: security-and-quality
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with: with:
category: '/language:${{matrix.language}}' category: '/language:${{matrix.language}}'

View File

@@ -49,7 +49,7 @@ jobs:
- name: Run PR Lint - name: Run PR Lint
# https://github.com/ivuorinen/actions # https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02 uses: ivuorinen/actions/pr-lint@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -27,7 +27,7 @@ jobs:
steps: steps:
- name: Run PR Lint - name: Run PR Lint
# https://github.com/ivuorinen/actions # https://github.com/ivuorinen/actions
uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02 uses: ivuorinen/actions/pr-lint@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
publish: publish:
name: Publish name: Publish

View File

@@ -23,4 +23,4 @@ jobs:
issues: write issues: write
pull-requests: write pull-requests: write
steps: steps:
- uses: ivuorinen/actions/stale@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02 - uses: ivuorinen/actions/stale@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05

View File

@@ -39,4 +39,4 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: ⤵️ Sync Latest Labels Definitions - name: ⤵️ Sync Latest Labels Definitions
uses: ivuorinen/actions/sync-labels@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02 uses: ivuorinen/actions/sync-labels@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05

View File

@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. See All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.10](https://github.com/ivuorinen/base-configs/compare/v1.0.9...v1.0.10) (2026-03-06)
## [1.0.9](https://github.com/ivuorinen/base-configs/compare/v1.0.8...v1.0.9) (2026-03-05) ## [1.0.9](https://github.com/ivuorinen/base-configs/compare/v1.0.8...v1.0.9) (2026-03-05)
## [1.0.8](https://github.com/ivuorinen/base-configs/compare/v1.0.7...v1.0.8) (2026-03-05) ## [1.0.8](https://github.com/ivuorinen/base-configs/compare/v1.0.7...v1.0.8) (2026-03-05)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ivuorinen/base-configs", "name": "@ivuorinen/base-configs",
"version": "1.0.9", "version": "1.0.10",
"type": "module", "type": "module",
"description": "ivuorinen's shareable configurations meta package", "description": "ivuorinen's shareable configurations meta package",
"author": { "author": {

View File

@@ -298,9 +298,9 @@ __metadata:
linkType: hard linkType: hard
"@csstools/css-syntax-patches-for-csstree@npm:^1.0.27": "@csstools/css-syntax-patches-for-csstree@npm:^1.0.27":
version: 1.0.29 version: 1.1.0
resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.0.29" resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.1.0"
checksum: 10c0/cedba88cd96a824ffa6fe411446fae51301fe5f6644c528e4bd56faa5fd22c3aeb618be8aebfd3759727654bbe8860d866eb0d2187c40e9f62e4e9994c02e889 checksum: 10c0/ef84e09ead31d204e238eb674016b34a54083344348b4e4fd63cb03486dcaa5b53feeff74a6c246763973cca0eb3213a70f49ca8545ce26a3b3d9c97255f4dd1
languageName: node languageName: node
linkType: hard linkType: hard
@@ -547,15 +547,15 @@ __metadata:
linkType: hard linkType: hard
"@ivuorinen/commitlint-config@npm:^1.0.0": "@ivuorinen/commitlint-config@npm:^1.0.0":
version: 1.0.4 version: 1.0.6
resolution: "@ivuorinen/commitlint-config@npm:1.0.4" resolution: "@ivuorinen/commitlint-config@npm:1.0.6"
dependencies: dependencies:
"@commitlint/cli": "npm:^20.2.0" "@commitlint/cli": "npm:^20.2.0"
"@commitlint/config-conventional": "npm:^20.2.0" "@commitlint/config-conventional": "npm:^20.2.0"
"@ivuorinen/config-checker": "npm:^2" "@ivuorinen/config-checker": "npm:^2"
peerDependencies: peerDependencies:
typescript: ">=4" typescript: ">=4"
checksum: 10c0/381690d0120c9223e2e4ed224597371e7c6f52d3d18df166ef0199862e1085df2416c9318208e0a9f360cfb6a31b785b955c0c6db1571dce10390302051ecad8 checksum: 10c0/fb0fc53f94399266036deae76eff437127e4112c987d3677c2080756936561fb68b729c25e3f4928f447921e31317b8f1e7b53be9befff13e9bc38b0ec5f3759
languageName: node languageName: node
linkType: hard linkType: hard
@@ -567,8 +567,8 @@ __metadata:
linkType: hard linkType: hard
"@ivuorinen/eslint-config@npm:^1.0.0": "@ivuorinen/eslint-config@npm:^1.0.0":
version: 1.0.3 version: 1.0.4
resolution: "@ivuorinen/eslint-config@npm:1.0.3" resolution: "@ivuorinen/eslint-config@npm:1.0.4"
dependencies: dependencies:
"@eslint/js": "npm:^10.0.0" "@eslint/js": "npm:^10.0.0"
"@ivuorinen/config-checker": "npm:^2.1.1" "@ivuorinen/config-checker": "npm:^2.1.1"
@@ -581,46 +581,46 @@ __metadata:
eslint-plugin-promise: "npm:^7.2.1" eslint-plugin-promise: "npm:^7.2.1"
globals: "npm:^17.0.0" globals: "npm:^17.0.0"
typescript: "npm:>=4.2.0" typescript: "npm:>=4.2.0"
checksum: 10c0/6f3e9f08311e66a681b8bb6b11de9ef210b81790abb9d7e28666ead26d09f95b261b8f498aff46bff58f0701537a70df1f987aeeef0b145b5d3524a9cc77e20f checksum: 10c0/9e218a3db582674d7190f81ad3b68d780c541573645ae4ecce16aae4d2744282f0aff48ec92372bc33bf48f26374c4d51d7208ef9db8442c9b4eaa33645a2bee
languageName: node languageName: node
linkType: hard linkType: hard
"@ivuorinen/markdownlint-config@npm:^1.0.1": "@ivuorinen/markdownlint-config@npm:^1.0.1":
version: 1.0.11 version: 1.0.13
resolution: "@ivuorinen/markdownlint-config@npm:1.0.11" resolution: "@ivuorinen/markdownlint-config@npm:1.0.13"
dependencies: dependencies:
"@ivuorinen/config-checker": "npm:^2.1.2" "@ivuorinen/config-checker": "npm:^2.1.2"
markdownlint-cli: "npm:^0.47.0" markdownlint-cli: "npm:^0.48.0"
minimatch: "npm:^10.2.4" minimatch: "npm:^10.2.4"
checksum: 10c0/68408f32a2306c85e9dd0ee676268fe3756d5eab57ee8f93669ab88734aee404aeb1268f629708e5395aa2a7633733d76a7726497210a3fcf0d30adce5d641e8 checksum: 10c0/ea06fd5923fad19c7aa24ea97476aa93015c9724cea021c90b86295175c2634ae403c187d0283d3a3b5517715838db5a743fa8af558f80c2279bb6f246f3bc47
languageName: node languageName: node
linkType: hard linkType: hard
"@ivuorinen/prettier-config@npm:^1.0.0": "@ivuorinen/prettier-config@npm:^1.0.0":
version: 1.0.1 version: 1.0.3
resolution: "@ivuorinen/prettier-config@npm:1.0.1" resolution: "@ivuorinen/prettier-config@npm:1.0.3"
dependencies: dependencies:
"@ivuorinen/config-checker": "npm:^2.1.1" "@ivuorinen/config-checker": "npm:^2.1.1"
prettier: "npm:^3" prettier: "npm:^3"
checksum: 10c0/a1eff98f8c7d4718dc5aa71300ecea2397403d8cc04581ee3fa9e2fa1a53270079bd64450b733b3a7ef46315a65615cf19784604e71da6748b77860c675c2672 checksum: 10c0/a6843aafd40178a3d18b45da01327ad04bcfef2b35c3f75cb4809af06ad3e643ce7777c3fd06d072a30958aa674303356b4a9d4cc2bb7bd85d672c171eab1213
languageName: node languageName: node
linkType: hard linkType: hard
"@ivuorinen/semantic-release-config@npm:^1.1.1": "@ivuorinen/semantic-release-config@npm:^1.1.1":
version: 1.1.8 version: 1.1.10
resolution: "@ivuorinen/semantic-release-config@npm:1.1.8" resolution: "@ivuorinen/semantic-release-config@npm:1.1.10"
dependencies: dependencies:
"@ivuorinen/config-checker": "npm:^2.0.0" "@ivuorinen/config-checker": "npm:^2.0.0"
"@semantic-release/changelog": "npm:^6.0.3" "@semantic-release/changelog": "npm:^6.0.3"
"@semantic-release/git": "npm:^10.0.1" "@semantic-release/git": "npm:^10.0.1"
semantic-release: "npm:^25.0.2" semantic-release: "npm:^25.0.2"
checksum: 10c0/583705e5833ec7162882f9653af9c4e4dfcd1655a9058b824920e121d6541bee7b59a85440d1fb8d04c8c039a4dba35b1cefe969768d674cb87bffc5cb48fde6 checksum: 10c0/8444e2b569a2993ad24ccc061e1f973a5b994fec25f10dc3a39a0fabfa993b8b5c8ca4285f5606b4b86d1465b0f33a8233c3f01eafda202258838c714935cc1d
languageName: node languageName: node
linkType: hard linkType: hard
"@ivuorinen/stylelint-config@npm:^1.0.6": "@ivuorinen/stylelint-config@npm:^1.0.6":
version: 1.0.8 version: 1.0.10
resolution: "@ivuorinen/stylelint-config@npm:1.0.8" resolution: "@ivuorinen/stylelint-config@npm:1.0.10"
dependencies: dependencies:
"@ivuorinen/config-checker": "npm:^2.1.1" "@ivuorinen/config-checker": "npm:^2.1.1"
postcss: "npm:^8.5.6" postcss: "npm:^8.5.6"
@@ -629,7 +629,7 @@ __metadata:
stylelint-config-standard: "npm:^40.0.0" stylelint-config-standard: "npm:^40.0.0"
stylelint-order: "npm:^7.0.0" stylelint-order: "npm:^7.0.0"
stylelint-scss: "npm:^7.0.0" stylelint-scss: "npm:^7.0.0"
checksum: 10c0/e3525a3b9dd6ea63c403dc1e88a636ff7ff6f9c62962b399996fa7b5d4dc0be988d234c405389cb8b67cee52665486b2a9c1cd53eb528d8fa0655806653a899c checksum: 10c0/00819a5e1fad46728c159642840797e3d3d17b956efd8fe0324de9ed241e8f2186bfef29a65855a93067628e80eb2a01e4d99a855bf8eda486db46b564e63142
languageName: node languageName: node
linkType: hard linkType: hard
@@ -1330,11 +1330,11 @@ __metadata:
linkType: hard linkType: hard
"@types/node@npm:*": "@types/node@npm:*":
version: 25.3.3 version: 25.3.5
resolution: "@types/node@npm:25.3.3" resolution: "@types/node@npm:25.3.5"
dependencies: dependencies:
undici-types: "npm:~7.18.0" undici-types: "npm:~7.18.0"
checksum: 10c0/63e1d3816a9f4a706ab5d588d18cb98aa824b97748ff585537d327528e9438f58f69f45c7762e7cd3a1ab32c1619f551aabe8075d13172f9273cf10f6d83ab91 checksum: 10c0/4cf0834a6f6933bf0aca6afead117ae3db3b8f02a5f7187a24f871db0fb9344e5e46573ba387bc53b7505e1e219c4c535cbe67221ced95bb5ad98573223b19d0
languageName: node languageName: node
linkType: hard linkType: hard
@@ -2103,7 +2103,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"commander@npm:~14.0.2": "commander@npm:~14.0.3":
version: 14.0.3 version: 14.0.3
resolution: "commander@npm:14.0.3" resolution: "commander@npm:14.0.3"
checksum: 10c0/755652564bbf56ff2ff083313912b326450d3f8d8c85f4b71416539c9a05c3c67dbd206821ca72635bf6b160e2afdefcb458e86b317827d5cb333b69ce7f1a24 checksum: 10c0/755652564bbf56ff2ff083313912b326450d3f8d8c85f4b71416539c9a05c3c67dbd206821ca72635bf6b160e2afdefcb458e86b317827d5cb333b69ce7f1a24
@@ -4638,13 +4638,13 @@ __metadata:
linkType: hard linkType: hard
"katex@npm:^0.16.0": "katex@npm:^0.16.0":
version: 0.16.34 version: 0.16.35
resolution: "katex@npm:0.16.34" resolution: "katex@npm:0.16.35"
dependencies: dependencies:
commander: "npm:^8.3.0" commander: "npm:^8.3.0"
bin: bin:
katex: cli.js katex: cli.js
checksum: 10c0/967b0cd64e712405d1b9fde692404dea3dee189929758a52b5b974386592c3de93b6a8eadac44d06e382e605016e04dafeb00d5dca6dff58afb95b3c38039d0e checksum: 10c0/f0354e827b0845c33fb6b2188994b7207d199a7420f9fe549b750502f96cc5b723f88940957d6063012233dbeeea8be858b52e9a4ff621784dfab247be268514
languageName: node languageName: node
linkType: hard linkType: hard
@@ -5013,7 +5013,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"markdown-it@npm:~14.1.0": "markdown-it@npm:~14.1.1":
version: 14.1.1 version: 14.1.1
resolution: "markdown-it@npm:14.1.1" resolution: "markdown-it@npm:14.1.1"
dependencies: dependencies:
@@ -5029,25 +5029,25 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"markdownlint-cli@npm:^0.47.0": "markdownlint-cli@npm:^0.48.0":
version: 0.47.0 version: 0.48.0
resolution: "markdownlint-cli@npm:0.47.0" resolution: "markdownlint-cli@npm:0.48.0"
dependencies: dependencies:
commander: "npm:~14.0.2" commander: "npm:~14.0.3"
deep-extend: "npm:~0.6.0" deep-extend: "npm:~0.6.0"
ignore: "npm:~7.0.5" ignore: "npm:~7.0.5"
js-yaml: "npm:~4.1.1" js-yaml: "npm:~4.1.1"
jsonc-parser: "npm:~3.3.1" jsonc-parser: "npm:~3.3.1"
jsonpointer: "npm:~5.0.1" jsonpointer: "npm:~5.0.1"
markdown-it: "npm:~14.1.0" markdown-it: "npm:~14.1.1"
markdownlint: "npm:~0.40.0" markdownlint: "npm:~0.40.0"
minimatch: "npm:~10.1.1" minimatch: "npm:~10.2.4"
run-con: "npm:~1.3.2" run-con: "npm:~1.3.2"
smol-toml: "npm:~1.5.2" smol-toml: "npm:~1.6.0"
tinyglobby: "npm:~0.2.15" tinyglobby: "npm:~0.2.15"
bin: bin:
markdownlint: markdownlint.js markdownlint: markdownlint.js
checksum: 10c0/466e2e0f288844a129bfcbdbfb1f08fef81e42f6c0d9760fc3d9a8e668cfc34fdfd055f08d780b9bc73abad7d5827eb94ec100405b38cde1eadadca66bfe0188 checksum: 10c0/dc4da23adeb3a5b466bdce1be8aad58daf9b1be5be7de082d1ca22a6842e85000327ac592df038a9c89ef397bedb0ffd5c6c345fc245f9017572a24db25fac20
languageName: node languageName: node
linkType: hard linkType: hard
@@ -7302,10 +7302,10 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"smol-toml@npm:~1.5.2": "smol-toml@npm:~1.6.0":
version: 1.5.2 version: 1.6.0
resolution: "smol-toml@npm:1.5.2" resolution: "smol-toml@npm:1.6.0"
checksum: 10c0/ccfe5dda80c1d0c45869140b1e695a13a81ba7c57c1ca083146fe2f475d6f57031c12410f95d53a5acb3a1504e8e8e12cab36871909e8c8ce0c7011ccd22a2ac checksum: 10c0/baf33bb6cd914d481329e31998a12829cd126541458ba400791212c80f1245d5b27dac04a56a52c02b287d2a494f1628c05fc19643286b258b2e0bb9fe67747c
languageName: node languageName: node
linkType: hard linkType: hard