Skip to content

Commit

Permalink
chore: updated dependencies and package manager to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-jerkovic committed Oct 9, 2024
1 parent 5ccfe9c commit 54887d8
Show file tree
Hide file tree
Showing 3 changed files with 515 additions and 508 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
53 changes: 18 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
"name": "@rimac-technology/semantic-release-monorepo",
"version": "1.2.1",
"description": "Enhanced semantic-release by enabling simplified and automatic package publishing in multi-package repositories",
"keywords": [
"release",
"semantic-release",
"monorepo",
"workspace"
],
"keywords": ["release", "semantic-release", "monorepo", "workspace"],
"homepage": "https://github.com/RimacTechnology/semantic-release-monorepo#readme",
"bugs": {
"url": "https://github.com/RimacTechnology/semantic-release-monorepo/issues"
Expand All @@ -18,9 +13,7 @@
"type": "module",
"main": "dist/cli.js",
"bin": "dist/cli.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "turbo run build:all",
"build:ts": "tsup --config tsup.config.ts",
Expand All @@ -36,20 +29,10 @@
"release": "semantic-release"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"extends": ["@commitlint/config-conventional"],
"rules": {
"header-max-length": [
2,
"always",
500
],
"body-max-line-length": [
2,
"always",
500
]
"header-max-length": [2, "always", 500],
"body-max-line-length": [2, "always", 500]
}
},
"config": {
Expand All @@ -65,30 +48,30 @@
"signale": "^1.4.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@biomejs/biome": "^1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.6",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/node": "^20.15.0",
"@types/node": "^20.16.11",
"@types/signale": "^1.4.7",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cspell": "^8.14.1",
"husky": "^9.1.4",
"cspell": "^8.14.4",
"husky": "^9.1.6",
"pinst": "^3.0.0",
"semantic-release": "^24.1.0",
"tsup": "^8.2.4",
"turbo": "^2.0.14",
"typescript": "^5.5.4"
"semantic-release": "^24.1.2",
"tsup": "^8.3.0",
"turbo": "^2.1.3",
"typescript": "^5.6.3"
},
"peerDependencies": {
"semantic-release": ">=20"
},
"packageManager": "yarn@4.4.0",
"packageManager": "yarn@4.5.0",
"engines": {
"node": ">=20"
},
Expand Down
Loading

0 comments on commit 54887d8

Please sign in to comment.