Skip to content

chore(main): release template-fastapi-react 1.5.1 #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 4, 2024

🤖 I have created a release beep boop

1.5.1 (2025-08-06)

Bug Fixes

  • add spacing between list items (82c8970)
  • allow auth disabled -> default to default_user (6649042)
  • avoid prop forwarding to dom using sc prefix (71ad09e)
  • disable csp locally (3703330)
  • mypy error (66303aa)
  • Propagate SIGINT signal (2297b66)
  • replace OpenSensus with OpenTelemetry and fix exception handling (710e9f1)
  • run tests from the src folder (3478a06)
  • use vite-plugin-csp-guard to generate csp and subresource integrity checks (df215da)

Documentation

Miscellaneous Chores

  • 'docker-compose'->'docker compose' (532f123)
  • add 'yarn generate' command (ae135e2)
  • add mypy as dependency (42c9ea8)
  • add new app-reg to .env-template (0ab9351)
  • adjust readme (e9c5d97)
  • biome match installed package version (b145f05)
  • bump python 3.10 -> 3.12 (8b71285)
  • change to correct port in yarn generate (8efab97)
  • enable mypy strict mode (bf282a6)
  • ensure correct python version is used by pre commit (d262023)
  • generate api (7fbdbcf)
  • ignore ruff lint (ba14b02)
  • invalid optional argument typing (542a8b2)
  • make pre-commit output prettier (499eba3)
  • merge .gitignore files (a7ae71e)
  • remove labeler (318e259)
  • remove unused interrogate config (8619a8a)
  • setup dependabot to run monthly (6912a7a)
  • spelling (930c66c)
  • temporarily disable strict mypy (0227646)
  • update docs dependencies (13f030c)
  • update pre commit hooks (9124767)
  • update pre-commit (866cdef)
  • update web packages (2ed7b1d)
  • update yarn dependencies (66f7545)
  • use biome for 'yarn lint' command (8e3abc9)
  • use correct login function (0cc2925)
  • use ghcr.io for all images in docker-compose.yml and update mongo image to 7.0.17 (7f4268a), closes #207
  • use non-deprecated serialization method (77697fa)
  • workflow: update upload artifact action to v4 (c8edeb0)

Code Refactoring

  • 'dict' is deprecated in Pydantic 2 (2ea5cad)
  • add handleError-function to useTodoAPI (ef0991a)
  • add a TodoItem type alias based on AddTodoResponse in TodoContext (990e170)
  • lint web generate script (99bb48f)
  • make the router tagged with "todo" instead of "todos" to ensure "TodoService" name (80c7bd7)
  • move dispatch calls into useTodoAPI calls (dcafe44)
  • moved pydantic class (fe9d4bf)
  • pytest collection and CLI options (7d8fb3a)
  • remove codespell (24b19f4)
  • remove deprecated example field (3ab5a3b)
  • remove unnecessary statusOf-function (5b8a97f)
  • remove unneeded arguments from functions in scoped component (a4d219e)
  • rename todos->todoItems in context (d44e84a)
  • replace "todos" with todoItem in useTodoAPI (7635bae)
  • replace promise.then syntax with await (e0a599f)
  • use LoggerLevel enum (3ff2140)

Build System

  • deps-dev: bump @biomejs/biome from 1.9.4 to 2.1.2 in /web (fdfb74a)
  • deps-dev: bump @types/jest from 29.5.14 to 30.0.0 in /web (9fffb62)
  • deps-dev: bump @types/node from 22.13.5 to 24.1.0 in /web (06db1a2)
  • deps-dev: bump the web group across 2 directories with 3 updates (0230530)
  • deps-dev: bump vite from 6.1.1 to 6.1.6 in /web (16a04c3)
  • deps-dev: bump vite from 6.1.6 to 7.0.6 in /web (57b11cf)
  • deps-dev: bump vitest from 2.1.8 to 3.0.6 in /web (eeb691f)
  • deps: bump @babel/helpers from 7.26.9 to 7.28.2 in /documentation (2254252)
  • deps: bump @babel/runtime from 7.19.0 to 7.28.2 in /documentation (8cb8edf)
  • deps: bump @babel/runtime-corejs3 in /documentation (188c7f9)
  • deps: bump astral-sh/setup-uv from 5 to 6 (466848b)
  • deps: bump brace-expansion in /documentation (51c2b32)
  • deps: bump braces from 3.0.2 to 3.0.3 in /documentation (7ce887e)
  • deps: bump certifi from 2023.11.17 to 2025.1.31 in /api (4dd24b5)
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 in /documentation (94cbb6d)
  • deps: bump estree-util-value-to-estree in /documentation (1f7787f)
  • deps: bump express from 4.18.1 to 4.21.2 in /documentation (0994043)
  • deps: bump follow-redirects in /documentation (85721d0)
  • deps: bump http-proxy-middleware in /documentation (bc3ac82)
  • deps: bump image-size from 1.2.0 to 1.2.1 in /documentation (0e4aea0)
  • deps: bump loader-utils from 2.0.2 to 2.0.4 in /documentation (e362171)
  • deps: bump micromatch from 4.0.5 to 4.0.8 in /documentation (b716238)
  • deps: bump nginx (7f1f1e2)
  • deps: bump nginx (6ce5452)
  • deps: bump node from 22 to 23 in /web (1611388)
  • deps: bump node from 23 to 24 in /web (974df24)
  • deps: bump prismjs from 1.29.0 to 1.30.0 in /documentation (80d059a)
  • deps: bump serialize-javascript in /documentation (74c6567)
  • deps: bump tar-fs from 3.0.8 to 3.1.0 in /documentation (2a9242c)
  • deps: bump the api group across 1 directory with 8 updates (926c41b)
  • deps: bump the api group in /api with 6 updates (14c6628)
  • deps: bump the dockerfile group across 2 directories with 2 updates (d1fd731)
  • deps: bump the web group across 1 directory with 19 updates (8067b9e)
  • deps: bump the web group across 1 directory with 8 updates (4e5ccdc)
  • deps: bump the web group across 2 directories with 10 updates (ff59f2d)
  • deps: bump the web group in /web with 8 updates (f8fc38d)
  • deps: bump undici from 6.21.1 to 6.21.3 in /web (e32fced)

Continuous Integration

  • add bicep files for resource setup (2c4db09)
  • add dependabot (3448e65)
  • Add documentation to dependabot (a5c0a51)
  • add github-action checks to dependabot (4d0bedf)
  • add staging environment (53135ca)
  • change how codeql is run (7534117)
  • move mypy and unit tests (6e14794)
  • Replace poetry with uv (5920fdd)
  • update action versions (896e632)
  • update tests action (0caf81e)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot requested a review from a team as a code owner September 4, 2024 09:50
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from 1254836 to 226ed3d Compare September 5, 2024 10:26
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 6 times, most recently from 533690d to 6f68458 Compare January 16, 2025 08:01
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from 6f68458 to b914465 Compare January 20, 2025 07:48
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from b914465 to 66c41e5 Compare February 4, 2025 16:36
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 2 times, most recently from 1a85e9c to aa12e4d Compare February 14, 2025 12:59
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 17 times, most recently from d35f50f to 7f5933b Compare February 25, 2025 07:55
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 2 times, most recently from d12d10b to 5a3c76f Compare February 27, 2025 13:05
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 2 times, most recently from 1e1fd81 to 23fd7ce Compare June 13, 2025 11:46
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from 23fd7ce to 9a1e2a6 Compare June 24, 2025 07:43
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 23 times, most recently from b7bbe4b to 49ae309 Compare July 29, 2025 11:57
@github-actions github-actions bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from 49ae309 to 63a5115 Compare August 6, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a single container registry (ghcr.io)
0 participants