Skip to content

Commit 26dc2db

Browse files
chore(deps): update all non-major dependencies (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b60e60 commit 26dc2db

File tree

6 files changed

+87
-88
lines changed

6 files changed

+87
-88
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Tools
2626
uses: ./.github/setup
2727
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/nx-set-shas@v4.0.6
28+
uses: nrwl/nx-set-shas@v4.1.0
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.52.0",
28+
"@tanstack/query-core": "^5.52.3",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},

integrations/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
},
3030
"devDependencies": {
3131
"@tanstack/config": "workspace:*",
32-
"@vitejs/plugin-vue": "^5.1.2"
32+
"@vitejs/plugin-vue": "^5.1.3"
3333
}
3434
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/TanStack/config.git"
77
},
8-
"packageManager": "pnpm@9.8.0",
8+
"packageManager": "pnpm@9.9.0",
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",
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/node": "^20.14.10",
2727
"jsdom": "^24.1.3",
28-
"nx": "^19.6.2",
28+
"nx": "^19.6.4",
2929
"prettier": "^3.3.3",
3030
"publint": "^0.2.10",
3131
"sherif": "^0.11.0",

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@commitlint/parse": "^19.0.3",
6363
"@eslint/js": "^8.57.0",
64-
"@stylistic/eslint-plugin-js": "^2.6.4",
64+
"@stylistic/eslint-plugin-js": "^2.7.1",
6565
"commander": "^12.1.0",
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
@@ -86,14 +86,14 @@
8686
},
8787
"devDependencies": {
8888
"@types/current-git-branch": "^1.1.6",
89-
"@types/eslint": "^8.56.11",
89+
"@types/eslint": "^8.56.12",
9090
"@types/interpret": "^1.1.3",
9191
"@types/jsonfile": "^6.1.4",
9292
"@types/liftoff": "^4.0.3",
9393
"@types/minimist": "^1.2.5",
9494
"@types/semver": "^7.5.8",
9595
"@types/v8flags": "^3.1.3",
9696
"eslint": "^8.57.0",
97-
"type-fest": "^4.25.0"
97+
"type-fest": "^4.26.0"
9898
}
9999
}

0 commit comments

Comments
 (0)