Skip to content

Commit a43e300

Browse files
chore(deps): update all non-major dependencies
1 parent c28ab1e commit a43e300

48 files changed

Lines changed: 3275 additions & 4690 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@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Tools

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
actions: read # Required for Claude to read CI results on PRs
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 0 # required for Claude Code
2424
- uses: anthropics/claude-code-action@v1

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v6.0.1
16+
uses: actions/checkout@v6.0.2
1717

1818
- name: Setup pnpm
1919
uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.27.0
21+
version: 10.33.3
2222

2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6.0.1
26+
uses: actions/checkout@v6.0.2
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v6.0.1
56+
uses: actions/checkout@v6.0.2
5757
with:
5858
fetch-depth: 0
5959
- name: Setup Tools
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v6.0.1
84+
uses: actions/checkout@v6.0.2
8585
- name: Setup Tools
8686
uses: tanstack/config/.github/setup@main
8787
- name: Build Packages
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v6.0.1
98+
uses: actions/checkout@v6.0.2
9999
- name: Setup Tools
100100
uses: tanstack/config/.github/setup@main
101101
- name: Build Packages

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6.0.1
26+
uses: actions/checkout@v6.0.2
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Tools
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm run lint && pnpm run build && pnpm run test
3333
- name: Run Changesets (version or publish)
3434
id: changesets
35-
uses: changesets/action@v1.5.3
35+
uses: changesets/action@v1.7.0
3636
with:
3737
version: pnpm run changeset:version
3838
publish: pnpm run changeset:publish

.github/workflows/reproduce-and-fix-issue-claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v6.0.1
31+
uses: actions/checkout@v6.0.2
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/review-pr-claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v6.0.1
31+
uses: actions/checkout@v6.0.2
3232
with:
3333
fetch-depth: 0
3434

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pnpm 10.26.0
1+
pnpm 10.33.3
22
nodejs 22.13.1

examples/angular/todos/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
},
2323
"private": true,
2424
"dependencies": {
25-
"@angular/common": "^20.3.16",
26-
"@angular/compiler": "^20.3.16",
27-
"@angular/core": "^20.3.16",
28-
"@angular/forms": "^20.3.16",
29-
"@angular/platform-browser": "^20.3.16",
30-
"@angular/router": "^20.3.16",
25+
"@angular/common": "^20.3.19",
26+
"@angular/compiler": "^20.3.19",
27+
"@angular/core": "^20.3.19",
28+
"@angular/forms": "^20.3.19",
29+
"@angular/platform-browser": "^20.3.19",
30+
"@angular/router": "^20.3.19",
3131
"@tanstack/angular-db": "^0.1.65",
3232
"@tanstack/db": "^0.6.5",
3333
"rxjs": "^7.8.2",
3434
"tslib": "^2.8.1",
35-
"zone.js": "~0.15.0"
35+
"zone.js": "~0.16.1"
3636
},
3737
"devDependencies": {
38-
"@angular/build": "^20.3.16",
39-
"@angular/cli": "^20.3.16",
40-
"@angular/compiler-cli": "^20.3.16",
41-
"@tailwindcss/postcss": "^4.1.18",
38+
"@angular/build": "^20.3.25",
39+
"@angular/cli": "^20.3.25",
40+
"@angular/compiler-cli": "^20.3.19",
41+
"@tailwindcss/postcss": "^4.2.4",
4242
"@types/jasmine": "~5.1.15",
4343
"jasmine-core": "~5.13.0",
4444
"karma": "~6.4.4",
4545
"karma-chrome-launcher": "~3.2.0",
4646
"karma-coverage": "~2.2.1",
4747
"karma-jasmine": "~5.1.0",
48-
"karma-jasmine-html-reporter": "~2.1.0",
49-
"postcss": "^8.5.6",
50-
"tailwindcss": "^4.1.18",
48+
"karma-jasmine-html-reporter": "~2.2.0",
49+
"postcss": "^8.5.14",
50+
"tailwindcss": "^4.2.4",
5151
"typescript": "^5.9.2"
5252
}
5353
}

examples/electron/offline-first/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@
1818
"@tanstack/offline-transactions": "^1.0.30",
1919
"@tanstack/query-db-collection": "^1.0.36",
2020
"@tanstack/react-db": "^0.1.83",
21-
"@tanstack/react-query": "^5.90.20",
22-
"better-sqlite3": "^12.6.2",
23-
"react": "^19.2.4",
24-
"react-dom": "^19.2.4",
21+
"@tanstack/react-query": "^5.100.9",
22+
"better-sqlite3": "^12.9.0",
23+
"react": "^19.2.5",
24+
"react-dom": "^19.2.5",
2525
"zod": "^3.25.76"
2626
},
2727
"devDependencies": {
28-
"@electron/rebuild": "^3.7.1",
28+
"@electron/rebuild": "^3.7.2",
2929
"@types/better-sqlite3": "^7.6.13",
3030
"@types/cors": "^2.8.19",
3131
"@types/express": "^5.0.6",
32-
"@types/react": "^19.2.13",
32+
"@types/react": "^19.2.14",
3333
"@types/react-dom": "^19.2.3",
34-
"@vitejs/plugin-react": "^5.1.3",
34+
"@vitejs/plugin-react": "^5.2.0",
3535
"concurrently": "^9.2.1",
3636
"cors": "^2.8.6",
37-
"electron": "^40.2.1",
37+
"electron": "^40.9.3",
3838
"express": "^5.2.1",
3939
"tsx": "^4.21.0",
4040
"typescript": "^5.9.2",
41-
"vite": "^7.3.0",
42-
"wait-on": "^8.0.3"
41+
"vite": "^7.3.2",
42+
"wait-on": "^8.0.5"
4343
}
4444
}

0 commit comments

Comments
 (0)