File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - name : Setup pnpm
77 uses : pnpm/action-setup@v4.0.0
88 - name : Setup Node
9- uses : actions/setup-node@v4.0.4
9+ uses : actions/setup-node@v4.1.0
1010 with :
1111 node-version-file : .nvmrc
1212 - name : Get pnpm store directory
1313 shell : bash
1414 run : |
1515 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1616 - name : Setup pnpm cache
17- uses : actions/cache@v4.1.1
17+ uses : actions/cache@v4.1.2
1818 with :
1919 path : ${{ env.STORE_PATH }}
2020 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4.2.1
21+ uses : actions/checkout@v4.2.2
2222 - name : Setup Tools
2323 uses : ./.github/setup
2424 - name : Fix formatting
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4.2.1
30+ uses : actions/checkout@v4.2.2
3131 with :
3232 fetch-depth : 0
3333 - name : Setup Tools
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4.2.1
22+ uses : actions/checkout@v4.2.2
2323 with :
2424 fetch-depth : 0
2525 - name : Setup Tools
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4.2.1
38+ uses : actions/checkout@v4.2.2
3939 with :
4040 fetch-depth : 0
4141 - name : Setup Tools
Original file line number Diff line number Diff line change 2525 "test:build" : " vite build && vitest && publint --strict"
2626 },
2727 "dependencies" : {
28- "@tanstack/query-core" : " ^5.59.13 " ,
28+ "@tanstack/query-core" : " ^5.59.16 " ,
2929 "react" : " ^18.3.1" ,
3030 "react-dom" : " ^18.3.1"
3131 },
3232 "devDependencies" : {
3333 "@tanstack/config" : " workspace:*" ,
34- "@types/react" : " ^18.3.11 " ,
34+ "@types/react" : " ^18.3.12 " ,
3535 "@types/react-dom" : " ^18.3.1" ,
3636 "@vitejs/plugin-react" : " ^4.3.3"
3737 }
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@9.12.2 " ,
8+ "packageManager" : " pnpm@9.12.3 " ,
99 "type" : " module" ,
1010 "scripts" : {
1111 "preinstall" : " node -e \" if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm" ,
2525 "devDependencies" : {
2626 "@types/node" : " ^20.16.2" ,
2727 "jsdom" : " ^25.0.1" ,
28- "nx" : " ^19.8.6 " ,
28+ "nx" : " ^19.8.8 " ,
2929 "prettier" : " ^3.3.3" ,
30- "publint" : " ^0.2.11 " ,
30+ "publint" : " ^0.2.12 " ,
3131 "sherif" : " ^1.0.1" ,
3232 "typescript" : " ^5.5.3" ,
33- "vite" : " ^5.4.9 " ,
33+ "vite" : " ^5.4.10 " ,
3434 "vitest" : " ^2.1.3"
3535 }
3636}
Original file line number Diff line number Diff line change 7878 "typedoc" : " ^0.26.10" ,
7979 "typedoc-plugin-frontmatter" : " ^1.0.0" ,
8080 "typedoc-plugin-markdown" : " ^4.2.9" ,
81- "typescript-eslint" : " ^8.10 .0" ,
81+ "typescript-eslint" : " ^8.11 .0" ,
8282 "v8flags" : " ^4.0.1" ,
8383 "vite-plugin-dts" : " 4.0.3" ,
8484 "vite-plugin-externalize-deps" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments