Skip to content

Commit a3fc540

Browse files
authored
chore: update pnpm to v10.22 and enable trust policy (#136)
1 parent f566e80 commit a3fc540

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

.github/workflows/provenance.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-sfc-transformer",
33
"type": "module",
44
"version": "0.1.17",
5-
"packageManager": "pnpm@10.21.0",
5+
"packageManager": "pnpm@10.22.0",
66
"description": "Tools for minimal TypeScript transpilation of Vue SFCs",
77
"license": "MIT",
88
"repository": "nuxt-contrib/vue-sfc-transformer",

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ ignoredBuiltDependencies:
55
- esbuild
66
onlyBuiltDependencies:
77
- simple-git-hooks
8+
trustPolicy: no-downgrade
9+
trustPolicyExclude:
10+
- chokidar@4.0.3

0 commit comments

Comments
 (0)