Skip to content

Commit 10c5c9a

Browse files
authored
Merge branch 'master' into master
2 parents a9859e4 + 8a584ca commit 10c5c9a

8 files changed

Lines changed: 58 additions & 51 deletions

File tree

.github/workflows/issue-manager.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
"delay": 2628000,
4141
"message": "As this PR has been waiting for the original user for a while but seems to be inactive, it's now going to be closed. But if there's anyone interested, feel free to create a new PR.",
4242
"reminder": {
43-
"before": "P3D",
44-
"message": "Heads-up: this will be closed in 3 days unless there’s new activity."
43+
"before": "P3D",
44+
"message": "Heads-up: this will be closed in 3 days unless there's new activity."
45+
}
4546
},
4647
"invalid": {
4748
"delay": 0,

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- run: docker compose down -v --remove-orphans
7979
- name: Upload blob report to GitHub Actions Artifacts
8080
if: ${{ !cancelled() }}
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: blob-report-${{ matrix.shardIndex }}
8484
path: frontend/blob-report
@@ -101,7 +101,7 @@ jobs:
101101
run: npm ci
102102
working-directory: frontend
103103
- name: Download blob reports from GitHub Actions Artifacts
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105
with:
106106
path: frontend/all-blob-reports
107107
pattern: blob-report-*
@@ -110,7 +110,7 @@ jobs:
110110
run: npx playwright merge-reports --reporter html ./all-blob-reports
111111
working-directory: frontend
112112
- name: Upload HTML report
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v5
114114
with:
115115
name: html-report--attempt-${{ github.run_attempt }}
116116
path: frontend/playwright-report

.github/workflows/smokeshow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: "3.10"
2121
- run: pip install smokeshow
22-
- uses: actions/download-artifact@v5
22+
- uses: actions/download-artifact@v6
2323
with:
2424
name: coverage-html
2525
path: backend/htmlcov

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: backend
3535
- run: docker compose down -v --remove-orphans
3636
- name: Store coverage files
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: coverage-html
4040
path: backend/htmlcov

backend/uv.lock

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

frontend/package-lock.json

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

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react": "^19.1.1",
2323
"react-dom": "^19.2.0",
2424
"react-error-boundary": "^6.0.0",
25-
"react-hook-form": "7.62.0",
25+
"react-hook-form": "7.66.0",
2626
"react-icons": "^5.5.0"
2727
},
2828
"devDependencies": {
@@ -31,10 +31,10 @@
3131
"@playwright/test": "1.56.1",
3232
"@tanstack/router-devtools": "^1.131.42",
3333
"@tanstack/router-plugin": "^1.133.15",
34-
"@types/node": "^24.5.2",
34+
"@types/node": "^24.10.0",
3535
"@types/react": "^19.1.16",
3636
"@types/react-dom": "^19.2.1",
37-
"@vitejs/plugin-react-swc": "^4.1.0",
37+
"@vitejs/plugin-react-swc": "^4.2.1",
3838
"dotenv": "^17.2.2",
3939
"typescript": "^5.2.2",
4040
"vite": "^7.1.11"

release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@
5353

5454
### Internal
5555

56+
* ⬆ Bump @vitejs/plugin-react-swc from 4.1.0 to 4.2.0 in /frontend. PR [#1958](https://github.com/fastapi/full-stack-fastapi-template/pull/1958) by [@dependabot[bot]](https://github.com/apps/dependabot).
57+
* ⬆ Bump actions/download-artifact from 5 to 6. PR [#1959](https://github.com/fastapi/full-stack-fastapi-template/pull/1959) by [@dependabot[bot]](https://github.com/apps/dependabot).
58+
* ⬆ Bump @types/node from 24.5.2 to 24.9.1 in /frontend. PR [#1961](https://github.com/fastapi/full-stack-fastapi-template/pull/1961) by [@dependabot[bot]](https://github.com/apps/dependabot).
59+
* ⬆ Bump actions/upload-artifact from 4 to 5. PR [#1962](https://github.com/fastapi/full-stack-fastapi-template/pull/1962) by [@dependabot[bot]](https://github.com/apps/dependabot).
60+
* ⬆ Bump react-hook-form from 7.62.0 to 7.65.0 in /frontend. PR [#1964](https://github.com/fastapi/full-stack-fastapi-template/pull/1964) by [@dependabot[bot]](https://github.com/apps/dependabot).
61+
* ⬆ Bump alembic from 1.17.0 to 1.17.1 in /backend. PR [#1970](https://github.com/fastapi/full-stack-fastapi-template/pull/1970) by [@dependabot[bot]](https://github.com/apps/dependabot).
62+
* 🔧 Fix issue-manager config for reminder. PR [#1972](https://github.com/fastapi/full-stack-fastapi-template/pull/1972) by [@tiangolo](https://github.com/tiangolo).
5663
* ⬆ Bump @vitejs/plugin-react-swc from 4.0.1 to 4.1.0 in /frontend. PR [#1897](https://github.com/fastapi/full-stack-fastapi-template/pull/1897) by [@dependabot[bot]](https://github.com/apps/dependabot).
5764
* ⬆ Bump playwright from v1.55.0-noble to v1.56.1-noble in /frontend. PR [#1943](https://github.com/fastapi/full-stack-fastapi-template/pull/1943) by [@dependabot[bot]](https://github.com/apps/dependabot).
5865
* 🔧 Configure reminder for `waiting` label in `issue-manager`. PR [#1939](https://github.com/fastapi/full-stack-fastapi-template/pull/1939) by [@YuriiMotov](https://github.com/YuriiMotov).

0 commit comments

Comments
 (0)