File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : pnpm run build:all
4949 - name : Publish Previews
5050 run : pnpx pkg-pr-new publish --pnpm './packages/*' --template './examples/*/*'
51+ provenance :
52+ name : Provenance
53+ runs-on : ubuntu-latest
54+ steps :
55+ - name : Checkout
56+ uses : actions/checkout@v5.0.0
57+ with :
58+ fetch-depth : 0
59+ - name : Check Provenance
60+ uses : danielroe/provenance-action@v0.1.1
61+ with :
62+ fail-on-downgrade : true
Original file line number Diff line number Diff line change 1- link-workspace-packages = true
2- prefer-workspace-packages = true
31provenance = true
Original file line number Diff line number Diff line change 1+ cleanupUnusedCatalogs : true
2+ linkWorkspacePackages : true
3+ preferWorkspacePackages : true
4+
15packages :
2- - ' examples/**/*'
3- - ' packages/*'
4- catalog :
5- ' @tanstack/react-devtools ' : ^0.7.0
6- ' @tanstack/react-query ' : ^5.90.1
7- ' @tanstack/react-query-devtools ' : ^5.90.1
8- ' @tanstack/react-router ' : ^1.131.50
9- ' @tanstack/react-router-devtools ' : ^1.131.50
10- ' @types/react ' : ^19.1.13
11- ' @types/react-dom ' : ^19.1.9
12- ' @vitejs/plugin-react ' : ^4.7.0
13- react : ^19.1.1
14- react-dom : ^19.1.1
15- vite : ^7.1.7
6+ - examples/**/*
7+ - packages/*
You can’t perform that action at this time.
0 commit comments