mirror of
https://github.com/ivuorinen/base-configs-commitlint.git
synced 2026-01-26 03:24:04 +00:00
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-commitlint/issues/2)) ([097517a](097517a276)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#5](https://github.com/ivuorinen/base-configs-commitlint/issues/5)) ([7355b58](7355b5880f)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.5) ([#8](https://github.com/ivuorinen/base-configs-commitlint/issues/8)) ([0568859](0568859674)) * **github-action:** update github/codeql-action (v3.29.5 → v3.29.8) ([#10](https://github.com/ivuorinen/base-configs-commitlint/issues/10)) ([3ebcab9](3ebcab9361)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#13](https://github.com/ivuorinen/base-configs-commitlint/issues/13)) ([dddcf2f](dddcf2febc)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#15](https://github.com/ivuorinen/base-configs-commitlint/issues/15)) ([727dcde](727dcde5ab)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-commitlint/issues/6)) ([ac8730d](ac8730df35)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#7](https://github.com/ivuorinen/base-configs-commitlint/issues/7)) ([32f3980](32f3980cf6)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-commitlint/issues/4)) ([b980bb9](b980bb94ee)) * **github-action:** update ivuorinen/actions (25.8.11 → 25.8.18) ([#16](https://github.com/ivuorinen/base-configs-commitlint/issues/16)) ([20dcc54](20dcc545c1)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#14](https://github.com/ivuorinen/base-configs-commitlint/issues/14)) ([462341e](462341e31a)) * **github-release:** update adrienverge/yamllint (v1.37.0 → v1.37.1) ([#17](https://github.com/ivuorinen/base-configs-commitlint/issues/17)) ([5d615bf](5d615bfdc0)) * **github-release:** update bridgecrewio/checkov (3.2.400 → 3.2.464) ([#18](https://github.com/ivuorinen/base-configs-commitlint/issues/18)) ([2fcc1e5](2fcc1e5f98)) ### Features * **github-action:** update actions/checkout (v4.2.2 → v4.3.0) ([#12](https://github.com/ivuorinen/base-configs-commitlint/issues/12)) ([f029ffa](f029ffaa52)) * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-commitlint/issues/3)) ([301ca8a](301ca8a87a)) * **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#9](https://github.com/ivuorinen/base-configs-commitlint/issues/9)) ([9d2ea4c](9d2ea4c21b)) * **github-release:** update igorshubovych/markdownlint-cli (v0.44.0 → v0.45.0) ([#19](https://github.com/ivuorinen/base-configs-commitlint/issues/19)) ([43c5faf](43c5fafffa)) * **github-release:** update koalaman/shellcheck-precommit (v0.10.0 → v0.11.0) ([#20](https://github.com/ivuorinen/base-configs-commitlint/issues/20)) ([ec65a96](ec65a96642)) * **github-release:** update renovatebot/pre-commit-hooks (39.227.2 → 39.264.0) ([#21](https://github.com/ivuorinen/base-configs-commitlint/issues/21)) ([d9897ab](d9897ab259)) * initial import from base-configs ([83ac19d](83ac19d6b9)) * release pipeline, packages, yarn upgrade ([cf9d8dc](cf9d8dc5a4)) * upgrade yarn, automation, configs, docs ([#74](https://github.com/ivuorinen/base-configs-commitlint/issues/74)) ([839b08b](839b08b173))
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@ivuorinen/commitlint-config",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "ivuorinen's shareable configuration for commitlint.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs-commitlint/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"main": "index.cjs",
|
|
"module": "wrapper.mjs",
|
|
"exports": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./index.js"
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"wrapper.mjs",
|
|
"scripts/*"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs-commitlint#readme",
|
|
"keywords": [
|
|
"commitlint-config",
|
|
"commitlint",
|
|
"config"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs-commitlint.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/cli": "^20.2.0",
|
|
"@commitlint/config-conventional": "^20.2.0",
|
|
"@ivuorinen/config-checker": "^2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4"
|
|
},
|
|
"devDependencies": {
|
|
"@ivuorinen/semantic-release-config": "^1.0.0",
|
|
"@types/node": "*"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|