[READ-ONLY] Mirror of https://github.com/danielroe/dev-mode.dev. A site to toggle your developer mode on and off with ONE CLICK! dev-mode.dev
dev-mode developer dx
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update pnpm to 10.21 and enable trust policy

+3 -23
-22
.github/workflows/provenance.yml
··· 1 - name: ci 2 - 3 - on: 4 - push: 5 - branches: 6 - - main 7 - pull_request: 8 - branches: 9 - - main 10 - permissions: 11 - contents: read 12 - jobs: 13 - check-provenance: 14 - runs-on: ubuntu-latest 15 - steps: 16 - - uses: actions/checkout@v4 17 - with: 18 - fetch-depth: 0 19 - - name: Check provenance downgrades 20 - uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0 21 - with: 22 - fail-on-provenance-change: true
+1 -1
package.json
··· 56 56 "npx eslint --fix" 57 57 ] 58 58 }, 59 - "packageManager": "pnpm@10.11.1" 59 + "packageManager": "pnpm@10.21.0" 60 60 }
+2
pnpm-workspace.yaml
··· 4 4 onlyBuiltDependencies: 5 5 - sharp 6 6 - simple-git-hooks 7 + trustPolicy: no-downgrade 8 +