mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-06 05:56:03 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
100e51b279 | ||
|
|
74a0d402e7 | ||
|
|
44a71a4341 | ||
|
|
9bb988cbc4 | ||
|
|
aa950c4f19 | ||
|
|
c5c0bc853c |
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -39,13 +39,13 @@ jobs:
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
|
||||
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
queries: security-and-quality
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
|
||||
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
|
||||
with:
|
||||
category: '/language:${{matrix.language}}'
|
||||
|
||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Run PR Lint
|
||||
# https://github.com/ivuorinen/actions
|
||||
uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||
uses: ivuorinen/actions/pr-lint@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js Environment
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||
with:
|
||||
always-auth: true
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
steps:
|
||||
- name: Run PR Lint
|
||||
# https://github.com/ivuorinen/actions
|
||||
uses: ivuorinen/actions/pr-lint@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||
uses: ivuorinen/actions/pr-lint@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
|
||||
|
||||
publish:
|
||||
name: Publish
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node.js Environment
|
||||
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||
with:
|
||||
always-auth: true
|
||||
node-version-file: '.nvmrc'
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: ivuorinen/actions/stale@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||
- uses: ivuorinen/actions/stale@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
|
||||
|
||||
2
.github/workflows/sync-labels.yml
vendored
2
.github/workflows/sync-labels.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: ⤵️ Sync Latest Labels Definitions
|
||||
uses: ivuorinen/actions/sync-labels@6e8f2aae9d0846d901d9eba15b8e94a2900573dc # v2026.03.02
|
||||
uses: ivuorinen/actions/sync-labels@d1af04260d903f572ee953cc790ff7c1410709a6 # v2026.03.05
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
All notable changes to this project will be documented in this file. See
|
||||
[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.8](https://github.com/ivuorinen/base-configs/compare/v1.0.7...v1.0.8) (2026-03-05)
|
||||
|
||||
## [1.0.7](https://github.com/ivuorinen/base-configs/compare/v1.0.6...v1.0.7) (2026-03-04)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ivuorinen/base-configs",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.10",
|
||||
"type": "module",
|
||||
"description": "ivuorinen's shareable configurations meta package",
|
||||
"author": {
|
||||
|
||||
84
yarn.lock
84
yarn.lock
@@ -298,9 +298,9 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@csstools/css-syntax-patches-for-csstree@npm:^1.0.27":
|
||||
version: 1.0.29
|
||||
resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.0.29"
|
||||
checksum: 10c0/cedba88cd96a824ffa6fe411446fae51301fe5f6644c528e4bd56faa5fd22c3aeb618be8aebfd3759727654bbe8860d866eb0d2187c40e9f62e4e9994c02e889
|
||||
version: 1.1.0
|
||||
resolution: "@csstools/css-syntax-patches-for-csstree@npm:1.1.0"
|
||||
checksum: 10c0/ef84e09ead31d204e238eb674016b34a54083344348b4e4fd63cb03486dcaa5b53feeff74a6c246763973cca0eb3213a70f49ca8545ce26a3b3d9c97255f4dd1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -547,15 +547,15 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@ivuorinen/commitlint-config@npm:^1.0.0":
|
||||
version: 1.0.4
|
||||
resolution: "@ivuorinen/commitlint-config@npm:1.0.4"
|
||||
version: 1.0.6
|
||||
resolution: "@ivuorinen/commitlint-config@npm:1.0.6"
|
||||
dependencies:
|
||||
"@commitlint/cli": "npm:^20.2.0"
|
||||
"@commitlint/config-conventional": "npm:^20.2.0"
|
||||
"@ivuorinen/config-checker": "npm:^2"
|
||||
peerDependencies:
|
||||
typescript: ">=4"
|
||||
checksum: 10c0/381690d0120c9223e2e4ed224597371e7c6f52d3d18df166ef0199862e1085df2416c9318208e0a9f360cfb6a31b785b955c0c6db1571dce10390302051ecad8
|
||||
checksum: 10c0/fb0fc53f94399266036deae76eff437127e4112c987d3677c2080756936561fb68b729c25e3f4928f447921e31317b8f1e7b53be9befff13e9bc38b0ec5f3759
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -567,8 +567,8 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@ivuorinen/eslint-config@npm:^1.0.0":
|
||||
version: 1.0.3
|
||||
resolution: "@ivuorinen/eslint-config@npm:1.0.3"
|
||||
version: 1.0.4
|
||||
resolution: "@ivuorinen/eslint-config@npm:1.0.4"
|
||||
dependencies:
|
||||
"@eslint/js": "npm:^10.0.0"
|
||||
"@ivuorinen/config-checker": "npm:^2.1.1"
|
||||
@@ -581,46 +581,46 @@ __metadata:
|
||||
eslint-plugin-promise: "npm:^7.2.1"
|
||||
globals: "npm:^17.0.0"
|
||||
typescript: "npm:>=4.2.0"
|
||||
checksum: 10c0/6f3e9f08311e66a681b8bb6b11de9ef210b81790abb9d7e28666ead26d09f95b261b8f498aff46bff58f0701537a70df1f987aeeef0b145b5d3524a9cc77e20f
|
||||
checksum: 10c0/9e218a3db582674d7190f81ad3b68d780c541573645ae4ecce16aae4d2744282f0aff48ec92372bc33bf48f26374c4d51d7208ef9db8442c9b4eaa33645a2bee
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ivuorinen/markdownlint-config@npm:^1.0.1":
|
||||
version: 1.0.11
|
||||
resolution: "@ivuorinen/markdownlint-config@npm:1.0.11"
|
||||
version: 1.0.13
|
||||
resolution: "@ivuorinen/markdownlint-config@npm:1.0.13"
|
||||
dependencies:
|
||||
"@ivuorinen/config-checker": "npm:^2.1.2"
|
||||
markdownlint-cli: "npm:^0.47.0"
|
||||
markdownlint-cli: "npm:^0.48.0"
|
||||
minimatch: "npm:^10.2.4"
|
||||
checksum: 10c0/68408f32a2306c85e9dd0ee676268fe3756d5eab57ee8f93669ab88734aee404aeb1268f629708e5395aa2a7633733d76a7726497210a3fcf0d30adce5d641e8
|
||||
checksum: 10c0/ea06fd5923fad19c7aa24ea97476aa93015c9724cea021c90b86295175c2634ae403c187d0283d3a3b5517715838db5a743fa8af558f80c2279bb6f246f3bc47
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ivuorinen/prettier-config@npm:^1.0.0":
|
||||
version: 1.0.1
|
||||
resolution: "@ivuorinen/prettier-config@npm:1.0.1"
|
||||
version: 1.0.3
|
||||
resolution: "@ivuorinen/prettier-config@npm:1.0.3"
|
||||
dependencies:
|
||||
"@ivuorinen/config-checker": "npm:^2.1.1"
|
||||
prettier: "npm:^3"
|
||||
checksum: 10c0/a1eff98f8c7d4718dc5aa71300ecea2397403d8cc04581ee3fa9e2fa1a53270079bd64450b733b3a7ef46315a65615cf19784604e71da6748b77860c675c2672
|
||||
checksum: 10c0/a6843aafd40178a3d18b45da01327ad04bcfef2b35c3f75cb4809af06ad3e643ce7777c3fd06d072a30958aa674303356b4a9d4cc2bb7bd85d672c171eab1213
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ivuorinen/semantic-release-config@npm:^1.1.1":
|
||||
version: 1.1.8
|
||||
resolution: "@ivuorinen/semantic-release-config@npm:1.1.8"
|
||||
version: 1.1.10
|
||||
resolution: "@ivuorinen/semantic-release-config@npm:1.1.10"
|
||||
dependencies:
|
||||
"@ivuorinen/config-checker": "npm:^2.0.0"
|
||||
"@semantic-release/changelog": "npm:^6.0.3"
|
||||
"@semantic-release/git": "npm:^10.0.1"
|
||||
semantic-release: "npm:^25.0.2"
|
||||
checksum: 10c0/583705e5833ec7162882f9653af9c4e4dfcd1655a9058b824920e121d6541bee7b59a85440d1fb8d04c8c039a4dba35b1cefe969768d674cb87bffc5cb48fde6
|
||||
checksum: 10c0/8444e2b569a2993ad24ccc061e1f973a5b994fec25f10dc3a39a0fabfa993b8b5c8ca4285f5606b4b86d1465b0f33a8233c3f01eafda202258838c714935cc1d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@ivuorinen/stylelint-config@npm:^1.0.6":
|
||||
version: 1.0.8
|
||||
resolution: "@ivuorinen/stylelint-config@npm:1.0.8"
|
||||
version: 1.0.10
|
||||
resolution: "@ivuorinen/stylelint-config@npm:1.0.10"
|
||||
dependencies:
|
||||
"@ivuorinen/config-checker": "npm:^2.1.1"
|
||||
postcss: "npm:^8.5.6"
|
||||
@@ -629,7 +629,7 @@ __metadata:
|
||||
stylelint-config-standard: "npm:^40.0.0"
|
||||
stylelint-order: "npm:^7.0.0"
|
||||
stylelint-scss: "npm:^7.0.0"
|
||||
checksum: 10c0/e3525a3b9dd6ea63c403dc1e88a636ff7ff6f9c62962b399996fa7b5d4dc0be988d234c405389cb8b67cee52665486b2a9c1cd53eb528d8fa0655806653a899c
|
||||
checksum: 10c0/00819a5e1fad46728c159642840797e3d3d17b956efd8fe0324de9ed241e8f2186bfef29a65855a93067628e80eb2a01e4d99a855bf8eda486db46b564e63142
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1330,11 +1330,11 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*":
|
||||
version: 25.3.3
|
||||
resolution: "@types/node@npm:25.3.3"
|
||||
version: 25.3.5
|
||||
resolution: "@types/node@npm:25.3.5"
|
||||
dependencies:
|
||||
undici-types: "npm:~7.18.0"
|
||||
checksum: 10c0/63e1d3816a9f4a706ab5d588d18cb98aa824b97748ff585537d327528e9438f58f69f45c7762e7cd3a1ab32c1619f551aabe8075d13172f9273cf10f6d83ab91
|
||||
checksum: 10c0/4cf0834a6f6933bf0aca6afead117ae3db3b8f02a5f7187a24f871db0fb9344e5e46573ba387bc53b7505e1e219c4c535cbe67221ced95bb5ad98573223b19d0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2103,7 +2103,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"commander@npm:~14.0.2":
|
||||
"commander@npm:~14.0.3":
|
||||
version: 14.0.3
|
||||
resolution: "commander@npm:14.0.3"
|
||||
checksum: 10c0/755652564bbf56ff2ff083313912b326450d3f8d8c85f4b71416539c9a05c3c67dbd206821ca72635bf6b160e2afdefcb458e86b317827d5cb333b69ce7f1a24
|
||||
@@ -4638,13 +4638,13 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"katex@npm:^0.16.0":
|
||||
version: 0.16.34
|
||||
resolution: "katex@npm:0.16.34"
|
||||
version: 0.16.35
|
||||
resolution: "katex@npm:0.16.35"
|
||||
dependencies:
|
||||
commander: "npm:^8.3.0"
|
||||
bin:
|
||||
katex: cli.js
|
||||
checksum: 10c0/967b0cd64e712405d1b9fde692404dea3dee189929758a52b5b974386592c3de93b6a8eadac44d06e382e605016e04dafeb00d5dca6dff58afb95b3c38039d0e
|
||||
checksum: 10c0/f0354e827b0845c33fb6b2188994b7207d199a7420f9fe549b750502f96cc5b723f88940957d6063012233dbeeea8be858b52e9a4ff621784dfab247be268514
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -5013,7 +5013,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"markdown-it@npm:~14.1.0":
|
||||
"markdown-it@npm:~14.1.1":
|
||||
version: 14.1.1
|
||||
resolution: "markdown-it@npm:14.1.1"
|
||||
dependencies:
|
||||
@@ -5029,25 +5029,25 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"markdownlint-cli@npm:^0.47.0":
|
||||
version: 0.47.0
|
||||
resolution: "markdownlint-cli@npm:0.47.0"
|
||||
"markdownlint-cli@npm:^0.48.0":
|
||||
version: 0.48.0
|
||||
resolution: "markdownlint-cli@npm:0.48.0"
|
||||
dependencies:
|
||||
commander: "npm:~14.0.2"
|
||||
commander: "npm:~14.0.3"
|
||||
deep-extend: "npm:~0.6.0"
|
||||
ignore: "npm:~7.0.5"
|
||||
js-yaml: "npm:~4.1.1"
|
||||
jsonc-parser: "npm:~3.3.1"
|
||||
jsonpointer: "npm:~5.0.1"
|
||||
markdown-it: "npm:~14.1.0"
|
||||
markdown-it: "npm:~14.1.1"
|
||||
markdownlint: "npm:~0.40.0"
|
||||
minimatch: "npm:~10.1.1"
|
||||
minimatch: "npm:~10.2.4"
|
||||
run-con: "npm:~1.3.2"
|
||||
smol-toml: "npm:~1.5.2"
|
||||
smol-toml: "npm:~1.6.0"
|
||||
tinyglobby: "npm:~0.2.15"
|
||||
bin:
|
||||
markdownlint: markdownlint.js
|
||||
checksum: 10c0/466e2e0f288844a129bfcbdbfb1f08fef81e42f6c0d9760fc3d9a8e668cfc34fdfd055f08d780b9bc73abad7d5827eb94ec100405b38cde1eadadca66bfe0188
|
||||
checksum: 10c0/dc4da23adeb3a5b466bdce1be8aad58daf9b1be5be7de082d1ca22a6842e85000327ac592df038a9c89ef397bedb0ffd5c6c345fc245f9017572a24db25fac20
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -7302,10 +7302,10 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"smol-toml@npm:~1.5.2":
|
||||
version: 1.5.2
|
||||
resolution: "smol-toml@npm:1.5.2"
|
||||
checksum: 10c0/ccfe5dda80c1d0c45869140b1e695a13a81ba7c57c1ca083146fe2f475d6f57031c12410f95d53a5acb3a1504e8e8e12cab36871909e8c8ce0c7011ccd22a2ac
|
||||
"smol-toml@npm:~1.6.0":
|
||||
version: 1.6.0
|
||||
resolution: "smol-toml@npm:1.6.0"
|
||||
checksum: 10c0/baf33bb6cd914d481329e31998a12829cd126541458ba400791212c80f1245d5b27dac04a56a52c02b287d2a494f1628c05fc19643286b258b2e0bb9fe67747c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user