Skip to content

Commit daa3017

Browse files
authored
Merge branch 'master' into fix_backend_init_tests
2 parents 7d261cd + 8af907c commit daa3017

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ repos:
2424
args:
2525
- --fix
2626
- id: ruff-format
27+
- repo: local
28+
hooks:
29+
- id: local-biome-check
30+
name: biome check
31+
entry: npx biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
32+
language: system
33+
types: [text]
34+
files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$"
2735

2836
ci:
2937
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

frontend/package-lock.json

Lines changed: 9 additions & 8 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
@@ -17,7 +17,7 @@
1717
"@tanstack/react-query-devtools": "^5.74.9",
1818
"@tanstack/react-router": "1.19.1",
1919
"axios": "1.9.0",
20-
"form-data": "4.0.2",
20+
"form-data": "4.0.4",
2121
"next-themes": "^0.4.6",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",

release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
### Internal
2222

23+
* 🔧 Add frontend linter pre-commit hook. PR [#1791](https://github.com/fastapi/full-stack-fastapi-template/pull/1791) by [@alexrockhill](https://github.com/alexrockhill).
24+
* ⬆ Bump form-data from 4.0.2 to 4.0.4 in /frontend. PR [#1725](https://github.com/fastapi/full-stack-fastapi-template/pull/1725) by [@dependabot[bot]](https://github.com/apps/dependabot).
2325
* ⬆ Bump actions/checkout from 4 to 5. PR [#1768](https://github.com/fastapi/full-stack-fastapi-template/pull/1768) by [@dependabot[bot]](https://github.com/apps/dependabot).
2426
* ⬆ Bump actions/download-artifact from 4 to 5. PR [#1754](https://github.com/fastapi/full-stack-fastapi-template/pull/1754) by [@dependabot[bot]](https://github.com/apps/dependabot).
2527
* ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0. PR [#1744](https://github.com/fastapi/full-stack-fastapi-template/pull/1744) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)