Skip to content

Commit 9d5a5cd

Browse files
authored
Merge pull request #1107 from chantouchsek/dependabot/github_actions/pnpm/action-setup-6
fix(deps): bump pnpm/action-setup from 5 to 6
2 parents 9d0d05c + aed93dd commit 9d5a5cd

3 files changed

Lines changed: 2163 additions & 2343 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v6
2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v5
22+
uses: pnpm/action-setup@v6
2323
with:
2424
version: 10.26.0
2525
run_install: false

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test": "vitest --run",
4545
"test:watch": "vitest watch",
4646
"test:cov": "vitest run --coverage",
47-
"release": "standard-version && git push --follow-tags origin main && pnpm publish",
47+
"release": "changelogen --release && git push --follow-tags origin main && pnpm publish",
4848
"lint": "eslint .",
4949
"lint:fix": "eslint . --fix",
5050
"prepare": "husky",
@@ -60,11 +60,11 @@
6060
"@types/lodash-es": "^4.17.12",
6161
"@types/node": "^25.0.3",
6262
"@vitest/coverage-v8": "^4.0.16",
63+
"changelogen": "^0.5.7",
6364
"eslint": "^9.39.2",
6465
"husky": "^9.1.7",
6566
"lint-staged": "^16.2.7",
6667
"node-notifier": "^10.0.1",
67-
"standard-version": "^9.5.0",
6868
"ts-node": "^10.9.2",
6969
"typescript": "^5.9.3",
7070
"unbuild": "^3.6.1",

0 commit comments

Comments
 (0)