Skip to content

Commit 8a64c71

Browse files
authored
Merge branch 'master' into premium-template-library
2 parents 06f9468 + 4c63a66 commit 8a64c71

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
lines changed

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run: docker compose down -v --remove-orphans
7474
- name: Upload blob report to GitHub Actions Artifacts
7575
if: ${{ !cancelled() }}
76-
uses: actions/upload-artifact@v6
76+
uses: actions/upload-artifact@v7
7777
with:
7878
name: blob-report-${{ matrix.shardIndex }}
7979
path: frontend/blob-report
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install dependencies
9494
run: bun ci
9595
- name: Download blob reports from GitHub Actions Artifacts
96-
uses: actions/download-artifact@v7
96+
uses: actions/download-artifact@v8
9797
with:
9898
path: frontend/all-blob-reports
9999
pattern: blob-report-*
@@ -102,7 +102,7 @@ jobs:
102102
run: bunx playwright merge-reports --reporter html ./all-blob-reports
103103
working-directory: frontend
104104
- name: Upload HTML report
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: html-report--attempt-${{ github.run_attempt }}
108108
path: frontend/playwright-report

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: "3.13"
2020
- run: pip install smokeshow
21-
- uses: actions/download-artifact@v7
21+
- uses: actions/download-artifact@v8
2222
with:
2323
name: coverage-html
2424
path: backend/htmlcov

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: backend
3434
- run: docker compose down -v --remove-orphans
3535
- name: Store coverage files
36-
uses: actions/upload-artifact@v6
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: coverage-html
3939
path: backend/htmlcov

bun.lock

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@tailwindcss/vite": "^4.1.18",
3030
"@tanstack/react-query": "^5.90.21",
3131
"@tanstack/react-query-devtools": "^5.91.1",
32-
"@tanstack/react-router": "^1.157.3",
32+
"@tanstack/react-router": "^1.163.3",
3333
"@tanstack/react-router-devtools": "^1.163.3",
3434
"@tanstack/react-table": "^8.21.3",
3535
"axios": "1.13.5",

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717

1818
### Internal
1919

20+
* ⬆ Bump actions/download-artifact from 7 to 8. PR [#2208](https://github.com/fastapi/full-stack-fastapi-template/pull/2208) by [@dependabot[bot]](https://github.com/apps/dependabot).
21+
* ⬆ Bump actions/upload-artifact from 6 to 7. PR [#2207](https://github.com/fastapi/full-stack-fastapi-template/pull/2207) by [@dependabot[bot]](https://github.com/apps/dependabot).
22+
* ⬆ Bump @tanstack/react-router from 1.157.3 to 1.163.3. PR [#2215](https://github.com/fastapi/full-stack-fastapi-template/pull/2215) by [@dependabot[bot]](https://github.com/apps/dependabot).
2023
* ⬆ Bump @tanstack/react-router-devtools from 1.159.10 to 1.163.3. PR [#2212](https://github.com/fastapi/full-stack-fastapi-template/pull/2212) by [@dependabot[bot]](https://github.com/apps/dependabot).
2124
* ⬆ Bump @tanstack/react-query from 5.90.20 to 5.90.21. PR [#2213](https://github.com/fastapi/full-stack-fastapi-template/pull/2213) by [@dependabot[bot]](https://github.com/apps/dependabot).
2225
* ⬆ Bump @types/node from 25.1.0 to 25.3.2. PR [#2214](https://github.com/fastapi/full-stack-fastapi-template/pull/2214) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)