Skip to content

Commit b7e258a

Browse files
authored
Merge pull request #10 from webdeveric/chore/deps
Update dev dependencies and CI configuration
2 parents 4487ecf + 63f950e commit b7e258a

6 files changed

Lines changed: 1084 additions & 1145 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ concurrency:
99
env:
1010
HUSKY: 0
1111

12+
permissions:
13+
contents: read # for checkout
14+
1215
jobs:
1316
ci:
1417
name: Continuous Integration
@@ -18,7 +21,7 @@ jobs:
1821
uses: actions/checkout@v6
1922

2023
- name: Setup pnpm
21-
uses: pnpm/action-setup@v4
24+
uses: pnpm/action-setup@v6
2225

2326
- name: Use Node.js
2427
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v4
33+
uses: pnpm/action-setup@v6
3434

3535
- name: Use Node.js
3636
uses: actions/setup-node@v6

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "module",
2525
"main": "./dist/mjs/plugin.js",
2626
"types": "./dist/types/plugin.d.ts",
27-
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
27+
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499",
2828
"engines": {
2929
"node": ">=20.0.0"
3030
},
@@ -68,27 +68,27 @@
6868
"esbuild-plugin-define": "^0.6.0"
6969
},
7070
"devDependencies": {
71-
"@commitlint/config-conventional": "^20.5.0",
72-
"@commitlint/types": "^20.5.0",
73-
"@types/node": "^22.19.15",
74-
"@vitest/coverage-v8": "^4.1.2",
71+
"@commitlint/config-conventional": "21.0.1",
72+
"@commitlint/types": "21.0.1",
73+
"@types/node": "^22.19.19",
74+
"@vitest/coverage-v8": "^4.1.6",
7575
"@webdeveric/eslint-config-ts": "^0.12.0",
7676
"@webdeveric/prettier-config": "^0.4.0",
77-
"commitlint": "^20.5.0",
78-
"commitlint-plugin-cspell": "^0.7.0",
79-
"cspell": "^9.7.0",
80-
"esbuild": "^0.27.4",
77+
"commitlint": "21.0.1",
78+
"commitlint-plugin-cspell": "^0.9.1",
79+
"cspell": "^10.0.0",
80+
"esbuild": "^0.28.0",
8181
"eslint": "^8.57.1",
8282
"eslint-config-prettier": "^10.1.8",
8383
"eslint-import-resolver-typescript": "^3.10.1",
8484
"eslint-plugin-import": "^2.32.0",
8585
"husky": "^9.1.7",
86-
"lint-staged": "^16.4.0",
87-
"prettier": "^3.8.1",
86+
"lint-staged": "^17.0.4",
87+
"prettier": "^3.8.3",
8888
"rimraf": "^6.1.3",
8989
"semantic-release": "^25.0.3",
90-
"typescript": "^6.0.2",
91-
"validate-package-exports": "^0.23.0",
92-
"vitest": "^4.1.2"
90+
"typescript": "^6.0.3",
91+
"validate-package-exports": "^0.25.0",
92+
"vitest": "^4.1.6"
9393
}
9494
}

0 commit comments

Comments
 (0)