Skip to content

Commit cbf8b85

Browse files
committed
Merge branch 'master' into feat/ty
2 parents 59ef24d + 8bf0025 commit cbf8b85

File tree

5 files changed

+16
-30
lines changed

5 files changed

+16
-30
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626
# For pull requests it's not necessary to checkout the code but for the main branch it is
27-
- uses: dorny/paths-filter@v3
27+
- uses: dorny/paths-filter@v4
2828
id: filter
2929
with:
3030
filters: |

bun.lock

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"@biomejs/biome": "^2.3.14",
5353
"@hey-api/openapi-ts": "0.73.0",
5454
"@playwright/test": "1.58.2",
55-
"@tanstack/router-devtools": "^1.159.10",
55+
"@tanstack/router-devtools": "^1.166.7",
5656
"@tanstack/router-plugin": "^1.140.0",
57-
"@types/node": "^25.3.2",
57+
"@types/node": "^25.5.0",
5858
"@types/react": "^19.2.7",
5959
"@types/react-dom": "^19.2.3",
6060
"@vitejs/plugin-react-swc": "^4.2.3",

release-notes.md

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

1818
### Internal
1919

20+
* ⬆ Bump dorny/paths-filter from 3 to 4. PR [#2230](https://github.com/fastapi/full-stack-fastapi-template/pull/2230) by [@dependabot[bot]](https://github.com/apps/dependabot).
21+
* ⬆ Bump pyjwt from 2.10.1 to 2.12.0. PR [#2231](https://github.com/fastapi/full-stack-fastapi-template/pull/2231) by [@dependabot[bot]](https://github.com/apps/dependabot).
22+
* ⬆ Bump @types/node from 25.3.2 to 25.5.0. PR [#2233](https://github.com/fastapi/full-stack-fastapi-template/pull/2233) by [@dependabot[bot]](https://github.com/apps/dependabot).
23+
* ⬆ Bump @tanstack/router-devtools from 1.159.10 to 1.166.7. PR [#2234](https://github.com/fastapi/full-stack-fastapi-template/pull/2234) by [@dependabot[bot]](https://github.com/apps/dependabot).
2024
* ⬆ Bump tailwindcss from 4.2.0 to 4.2.1. PR [#2226](https://github.com/fastapi/full-stack-fastapi-template/pull/2226) by [@dependabot[bot]](https://github.com/apps/dependabot).
2125
* ⬆ 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).
2226
* ⬆ 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).

0 commit comments

Comments
 (0)