Skip to content

Commit

Permalink
build(deps): apply updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
jerome-benoit committed May 6, 2024
1 parent e1486a4 commit 47f846b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"git": {
"requireBranch": "main",
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"changelog": "pnpm exec auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"commitMessage": "chore: version ${version}",
"tagAnnotation": "Version ${version}",
"tagExclude": "*[-]*",
Expand All @@ -20,6 +20,6 @@
}
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs"
"after:bump": "pnpm exec auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
}
},
"dependencies": {
"@mikro-orm/core": "^6.2.4",
"@mikro-orm/mariadb": "^6.2.4",
"@mikro-orm/reflection": "^6.2.4",
"@mikro-orm/sqlite": "^6.2.4",
"@mikro-orm/core": "^6.2.5",
"@mikro-orm/mariadb": "^6.2.5",
"@mikro-orm/reflection": "^6.2.5",
"@mikro-orm/sqlite": "^6.2.5",
"ajv": "^8.13.0",
"ajv-formats": "^3.0.1",
"basic-ftp": "^5.0.5",
Expand All @@ -119,7 +119,7 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@mikro-orm/cli": "^6.2.4",
"@mikro-orm/cli": "^6.2.5",
"@release-it/bumper": "^6.0.1",
"@types/node": "^20.12.8",
"@types/semver": "^7.5.8",
Expand Down Expand Up @@ -152,7 +152,7 @@
"rimraf": "^5.0.5",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"tsx": "^4.9.0",
"tsx": "^4.9.3",
"typescript": "~5.4.5"
}
}
110 changes: 55 additions & 55 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47f846b

Please sign in to comment.