Skip to content

Commit 8c7aeb0

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

61 files changed

Lines changed: 1372 additions & 1521 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.0
2222
- name: Setup Tools
2323
uses: tanstack/config/.github/setup@main
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/checkout@v4.1.7
30+
uses: actions/checkout@v4.2.0
3131
with:
3232
fetch-depth: 0
3333
- name: Start Nx Agents

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4.1.7
22+
uses: actions/checkout@v4.2.0
2323
with:
2424
fetch-depth: 0
2525
- name: Start Nx Agents
2626
run: npx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yaml"
2727
- name: Setup Tools
2828
uses: tanstack/config/.github/setup@main
2929
- name: Get base and head commits for `nx affected`
30-
uses: nrwl/nx-set-shas@v4.1.0
30+
uses: nrwl/nx-set-shas@v4.1.1
3131
with:
3232
main-branch-name: main
3333
- name: Run Checks
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v4.1.7
43+
uses: actions/checkout@v4.2.0
4444
with:
4545
fetch-depth: 0
4646
- name: Setup Tools

e2e/react-router/basic-file-based-code-splitting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"zod": "^3.23.8"
1919
},
2020
"devDependencies": {
21-
"@playwright/test": "^1.47.1",
21+
"@playwright/test": "^1.47.2",
2222
"@types/react": "^18.2.47",
2323
"@types/react-dom": "^18.2.18",
24-
"@vitejs/plugin-react": "^4.3.1",
24+
"@vitejs/plugin-react": "^4.3.2",
2525
"vite": "^5.4.5"
2626
}
2727
}

e2e/react-router/basic-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"zod": "^3.23.8"
2020
},
2121
"devDependencies": {
22-
"@playwright/test": "^1.47.1",
22+
"@playwright/test": "^1.47.2",
2323
"@types/react": "^18.2.47",
2424
"@types/react-dom": "^18.2.18",
25-
"@vitejs/plugin-react": "^4.3.1",
25+
"@vitejs/plugin-react": "^4.3.2",
2626
"vite": "^5.4.5"
2727
}
2828
}

e2e/react-router/basic-react-query-file-based/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test:e2e": "playwright test --project=chromium"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "^5.56.2",
14-
"@tanstack/react-query-devtools": "^5.56.2",
13+
"@tanstack/react-query": "^5.59.0",
14+
"@tanstack/react-query-devtools": "^5.59.0",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/router-devtools": "workspace:^",
1717
"@tanstack/router-plugin": "workspace:^",
@@ -21,10 +21,10 @@
2121
"zod": "^3.23.8"
2222
},
2323
"devDependencies": {
24-
"@playwright/test": "^1.47.1",
24+
"@playwright/test": "^1.47.2",
2525
"@types/react": "^18.2.47",
2626
"@types/react-dom": "^18.2.18",
27-
"@vitejs/plugin-react": "^4.3.1",
27+
"@vitejs/plugin-react": "^4.3.2",
2828
"vite": "^5.4.5"
2929
}
3030
}

e2e/react-router/basic-react-query/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"test:e2e": "playwright test --project=chromium"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "^5.56.2",
14-
"@tanstack/react-query-devtools": "^5.56.2",
13+
"@tanstack/react-query": "^5.59.0",
14+
"@tanstack/react-query-devtools": "^5.59.0",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/router-devtools": "workspace:^",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
1919
"redaxios": "^0.5.1"
2020
},
2121
"devDependencies": {
22-
"@playwright/test": "^1.47.1",
22+
"@playwright/test": "^1.47.2",
2323
"@types/react": "^18.2.47",
2424
"@types/react-dom": "^18.2.18",
25-
"@vitejs/plugin-react": "^4.3.1",
25+
"@vitejs/plugin-react": "^4.3.2",
2626
"vite": "^5.4.5"
2727
}
2828
}

e2e/react-router/basic-virtual-file-based/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"zod": "^3.23.8"
2121
},
2222
"devDependencies": {
23-
"@playwright/test": "^1.47.1",
23+
"@playwright/test": "^1.47.2",
2424
"@types/react": "^18.2.47",
2525
"@types/react-dom": "^18.2.18",
26-
"@vitejs/plugin-react": "^4.3.1",
26+
"@vitejs/plugin-react": "^4.3.2",
2727
"vite": "^5.4.5"
2828
}
2929
}

e2e/react-router/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"redaxios": "^0.5.1"
1818
},
1919
"devDependencies": {
20-
"@playwright/test": "^1.47.1",
20+
"@playwright/test": "^1.47.2",
2121
"@types/react": "^18.2.47",
2222
"@types/react-dom": "^18.2.18",
23-
"@vitejs/plugin-react": "^4.3.1",
23+
"@vitejs/plugin-react": "^4.3.2",
2424
"vite": "^5.4.5"
2525
}
2626
}

e2e/start/basic-auth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
"test:e2e": "pnpm run prisma-generate && playwright test --project=chromium"
1212
},
1313
"dependencies": {
14-
"@prisma/client": "5.19.1",
14+
"@prisma/client": "5.20.0",
1515
"@tanstack/react-router": "workspace:^",
1616
"@tanstack/router-devtools": "workspace:^",
1717
"@tanstack/start": "workspace:^",
1818
"dotenv": "^16.4.5",
19-
"prisma": "^5.19.1",
19+
"prisma": "^5.20.0",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"redaxios": "^0.5.1",
2323
"remix-auth-form": "^1.5.0",
24-
"tailwind-merge": "^2.5.2",
24+
"tailwind-merge": "^2.5.3",
2525
"vinxi": "0.4.3"
2626
},
2727
"devDependencies": {
28-
"@playwright/test": "^1.47.1",
28+
"@playwright/test": "^1.47.2",
2929
"@types/node": "^22.5.4",
3030
"@types/react": "^18.2.65",
3131
"@types/react-dom": "^18.2.21",
32-
"@vitejs/plugin-react": "^4.3.1",
32+
"@vitejs/plugin-react": "^4.3.2",
3333
"autoprefixer": "^10.4.20",
3434
"postcss": "^8.4.47",
35-
"tailwindcss": "^3.4.11",
35+
"tailwindcss": "^3.4.13",
3636
"typescript": "^5.6.2",
3737
"vite-tsconfig-paths": "^5.0.1"
3838
}

0 commit comments

Comments
 (0)