feat: upgrade yarn, automation, configs, docs (#74)

* feat(ci): new release flow, linting

* feat: upgrade yarn, workflows, cleanup and lint
This commit is contained in:
2025-12-04 01:07:42 +02:00
committed by GitHub
parent bb701ad260
commit 839b08b173
21 changed files with 1071 additions and 705 deletions

View File

@@ -44,7 +44,7 @@
"dependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@ivuorinen/config-checker": "^1.1.12"
"@ivuorinen/config-checker": "^2"
},
"peerDependencies": {
"typescript": ">=4"
@@ -52,5 +52,5 @@
"devDependencies": {
"@types/node": "*"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
"packageManager": "yarn@4.12.0"
}