Skip to content

Commit 7288e8b

Browse files
houkeCopilot
andcommitted
chore(deps): apply all dependabot updates from open PRs
npm packages: - @vitest/coverage-v8: ^4.1.0 → ^4.1.2 - typescript-eslint: ^8.57.1 → ^8.57.2 - @sentry/react: ^10.44.0 → ^10.46.0 - @tanstack/react-query: ^5.90.21 → ^5.95.2 - react-router-dom: ^7.13.1 → ^7.13.2 (web + landing) - recharts: ^3.8.0 → ^3.8.1 GitHub Actions: - actions/checkout: v4 → v6 - actions/setup-node: v4 → v6 - actions/configure-pages: v5 → v6 - actions/deploy-pages: v4 → v5 - actions/download-artifact: v4 → v8 Cargo: - tar: 0.4.44 → 0.4.45 Closes #19, #21, #22, #23, #26, #27, #28, #29 --- Developed by Claude Sonnet 4.6 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 05de03d commit 7288e8b

10 files changed

Lines changed: 226 additions & 226 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v4
@@ -54,10 +54,10 @@ jobs:
5454

5555
steps:
5656
- name: Checkout repository
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v6
5858

5959
- name: Setup Node.js
60-
uses: actions/setup-node@v4
60+
uses: actions/setup-node@v6
6161
with:
6262
node-version: '22'
6363
cache: 'npm'

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
# When triggered by a release (tag), always checkout main so the
3535
# github-pages environment protection rules (branch-only) are satisfied.
3636
ref: ${{ github.event_name == 'release' && 'main' || github.ref }}
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: '22'
4242
cache: 'npm'
@@ -60,7 +60,7 @@ jobs:
6060
# No VITE_BASE_URL needed - custom domain (fluxby.app) serves from root /
6161

6262
- name: Setup Pages
63-
uses: actions/configure-pages@v5
63+
uses: actions/configure-pages@v6
6464

6565
- name: Upload artifact
6666
uses: actions/upload-pages-artifact@v4
@@ -76,4 +76,4 @@ jobs:
7676
steps:
7777
- name: Deploy to GitHub Pages
7878
id: deployment
79-
uses: actions/deploy-pages@v4
79+
uses: actions/deploy-pages@v5

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: '22'
2626
cache: 'npm'

.github/workflows/fluxby-pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: '22'
2626
cache: 'npm'
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@v6
8787

8888
- name: Setup Node.js
89-
uses: actions/setup-node@v4
89+
uses: actions/setup-node@v6
9090
with:
9191
node-version: '22'
9292
cache: 'npm'

.github/workflows/fluxby-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
uses: actions/checkout@v6
228228

229229
- name: Download changelog artifact
230-
uses: actions/download-artifact@v4
230+
uses: actions/download-artifact@v8
231231
with:
232232
name: changelog
233233

@@ -302,7 +302,7 @@ jobs:
302302
ref: v${{ needs.initialize-release.outputs.version }}
303303

304304
- name: Setup Node.js
305-
uses: actions/setup-node@v4
305+
uses: actions/setup-node@v6
306306
with:
307307
node-version: '22'
308308
cache: 'npm'

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tailwindcss/vite": "^4.2.1",
1616
"react": "^19.2.4",
1717
"react-dom": "^19.2.4",
18-
"react-router-dom": "^7.13.1",
18+
"react-router-dom": "^7.13.2",
1919
"tailwindcss": "^4.2.1"
2020
},
2121
"devDependencies": {

apps/tauri/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@radix-ui/react-slot": "^1.1.1",
2828
"@radix-ui/react-tabs": "^1.1.2",
2929
"@radix-ui/react-tooltip": "^1.1.6",
30-
"@sentry/react": "^10.44.0",
30+
"@sentry/react": "^10.46.0",
3131
"@tailwindcss/vite": "^4.2.1",
32-
"@tanstack/react-query": "^5.90.21",
32+
"@tanstack/react-query": "^5.95.2",
3333
"@tanstack/react-table": "^8.20.6",
3434
"@tanstack/react-virtual": "^3.13.23",
3535
"@tauri-apps/plugin-process": "^2.0.0",
@@ -45,9 +45,9 @@
4545
"react-day-picker": "^9.14.0",
4646
"react-dom": "^19.2.4",
4747
"react-dropzone": "^14.4.1",
48-
"react-router-dom": "^7.13.1",
48+
"react-router-dom": "^7.13.2",
4949
"react-window": "^2.2.7",
50-
"recharts": "^3.8.0",
50+
"recharts": "^3.8.1",
5151
"tailwind-merge": "^3.5.0",
5252
"tailwindcss": "^4.2.1",
5353
"tailwindcss-animate": "^1.0.7"

0 commit comments

Comments
 (0)