File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@changesets/get-release-plan" : " ^4.0.15 "
3+ "@changesets/get-release-plan" : " ^4.0.16 "
44 }
55}
Original file line number Diff line number Diff line change 66 - name : Setup pnpm
77 uses : pnpm/action-setup@v4.4.0
88 - name : Setup Node
9- uses : actions/setup-node@v6.3 .0
9+ uses : actions/setup-node@v6.4 .0
1010 with :
1111 node-version-file : .nvmrc
1212 package-manager-cache : false
1515 run : |
1616 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1717 - name : Setup pnpm cache
18- uses : actions/cache@v5.0.4
18+ uses : actions/cache@v5.0.5
1919 with :
2020 path : ${{ env.STORE_PATH }}
2121 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 3232 run : pnpm run test:ci
3333 - name : Run Changesets (version or publish)
3434 id : changesets
35- uses : changesets/action@v1.7 .0
35+ uses : changesets/action@v1.8 .0
3636 with :
3737 version : pnpm run changeset:version
3838 publish : pnpm run changeset:publish
Original file line number Diff line number Diff line change 55 "type" : " git" ,
66 "url" : " https://github.com/TanStack/config.git"
77 },
8- "packageManager" : " pnpm@10.33.0 " ,
8+ "packageManager" : " pnpm@10.33.4 " ,
99 "type" : " module" ,
1010 "scripts" : {
1111 "clean" : " pnpm --filter \" ./packages/**\" run clean" ,
You can’t perform that action at this time.
0 commit comments