Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent fce2968 commit ebdabea
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 401 deletions.
4 changes: 2 additions & 2 deletions .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
uses: pnpm/action-setup@v4.1.0
- name: Setup Node
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.2.0
with:
node-version-file: .nvmrc
- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"@tanstack/query-core": "^5.64.2",
"@tanstack/query-core": "^5.66.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/TanStack/config.git"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"type": "module",
"scripts": {
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm",
Expand All @@ -25,12 +25,12 @@
"devDependencies": {
"@types/node": "^22.10.1",
"jsdom": "^26.0.0",
"nx": "^20.3.3",
"prettier": "^3.4.2",
"publint": "^0.3.2",
"sherif": "^1.2.0",
"nx": "^20.4.2",
"prettier": "^3.5.0",
"publint": "^0.3.4",
"sherif": "^1.3.0",
"typescript": "^5.5.3",
"vite": "^6.0.11",
"vitest": "^3.0.4"
"vite": "^6.1.0",
"vitest": "^3.0.5"
}
}
14 changes: 7 additions & 7 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@commitlint/parse": "^19.5.0",
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@stylistic/eslint-plugin-js": "^2.13.0",
"commander": "^13.1.0",
"esbuild-register": "^3.6.0",
Expand All @@ -72,12 +72,12 @@
"liftoff": "^5.0.0",
"minimist": "^1.2.8",
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.3",
"semver": "^7.7.1",
"simple-git": "^3.27.0",
"typedoc": "^0.27.6",
"typedoc": "^0.27.7",
"typedoc-plugin-frontmatter": "^1.1.2",
"typedoc-plugin-markdown": "^4.4.1",
"typescript-eslint": "^8.21.0",
"typedoc-plugin-markdown": "^4.4.2",
"typescript-eslint": "^8.23.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "4.0.3",
"vite-plugin-externalize-deps": "^0.9.0",
Expand All @@ -92,7 +92,7 @@
"@types/minimist": "^1.2.5",
"@types/semver": "^7.5.8",
"@types/v8flags": "^3.1.3",
"eslint": "^9.19.0",
"type-fest": "^4.33.0"
"eslint": "^9.20.0",
"type-fest": "^4.34.1"
}
}
Loading

0 comments on commit ebdabea

Please sign in to comment.