Skip to content

Commit ee9a569

Browse files
chore(deps): update all non-major dependencies (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9035d1d commit ee9a569

File tree

9 files changed

+158
-158
lines changed

9 files changed

+158
-158
lines changed

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
run: |
1515
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1616
- name: Setup pnpm cache
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
path: ${{ env.STORE_PATH }}
2020
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
- name: Setup Tools
2323
uses: ./.github/setup
2424
- name: Fix formatting

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
fetch-depth: 0
3333
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Tools

integrations/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"test:build": "vite build && vitest && publint --strict"
2626
},
2727
"dependencies": {
28-
"@tanstack/query-core": "^5.59.0",
28+
"@tanstack/query-core": "^5.59.13",
2929
"react": "^18.3.1",
3030
"react-dom": "^18.3.1"
3131
},
3232
"devDependencies": {
3333
"@tanstack/config": "workspace:*",
3434
"@types/react": "^18.3.11",
35-
"@types/react-dom": "^18.3.0",
35+
"@types/react-dom": "^18.3.1",
3636
"@vitejs/plugin-react": "^4.3.2"
3737
}
3838
}

integrations/vue/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-
"vue": "^3.5.11"
28+
"vue": "^3.5.12"
2929
},
3030
"devDependencies": {
3131
"@tanstack/config": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
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": "[email protected].0",
8+
"packageManager": "[email protected].1",
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",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@
6666
"current-git-branch": "^1.1.0",
6767
"esbuild-register": "^3.6.0",
6868
"eslint-plugin-import-x": "^4.3.1",
69-
"eslint-plugin-n": "^17.10.3",
70-
"globals": "^15.10.0",
69+
"eslint-plugin-n": "^17.11.1",
70+
"globals": "^15.11.0",
7171
"interpret": "^3.1.1",
7272
"jsonfile": "^6.1.0",
7373
"liftoff": "^5.0.0",
7474
"minimist": "^1.2.8",
7575
"rollup-plugin-preserve-directives": "^0.4.0",
7676
"semver": "^7.6.3",
7777
"simple-git": "^3.27.0",
78-
"typedoc": "^0.26.8",
78+
"typedoc": "^0.26.9",
7979
"typedoc-plugin-frontmatter": "^1.0.0",
8080
"typedoc-plugin-markdown": "^4.2.9",
81-
"typescript-eslint": "^8.8.0",
81+
"typescript-eslint": "^8.8.1",
8282
"v8flags": "^4.0.1",
8383
"vite-plugin-dts": "4.0.3",
8484
"vite-plugin-externalize-deps": "^0.8.0",

0 commit comments

Comments
 (0)