dependabot[bot]
e61e3c6fef
build(deps-dev): bump ts-jest from 29.2.6 to 29.4.0 in /backend
...
---
updated-dependencies:
- dependency-name: ts-jest
dependency-version: 29.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:28:49 +00:00
dependabot[bot]
d1449e795c
build(deps-dev): bump eslint-plugin-yml in /backend
...
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases )
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-yml
dependency-version: 1.18.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:25:18 +00:00
dependabot[bot]
edb305d8bf
build(deps-dev): bump eslint-plugin-react in /backend
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.37.4 to 7.37.5.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.4...v7.37.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-version: 7.37.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:22:55 +00:00
dependabot[bot]
8354261ec8
build(deps-dev): bump typescript from 5.7.3 to 5.8.3 in /backend
...
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.8.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:20:17 +00:00
dependabot[bot]
49c36e21d8
build(deps-dev): bump eslint-plugin-react-refresh in /backend
...
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh ) from 0.4.19 to 0.4.20.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases )
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.19...v0.4.20 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
dependency-version: 0.4.20
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:17:35 +00:00
dependabot[bot]
cf31a1e06d
build(deps-dev): bump eslint-plugin-prettier in /backend
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.3 to 5.5.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.3...v5.5.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-version: 5.5.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:15:17 +00:00
dependabot[bot]
0fa8305562
build(deps-dev): bump eslint-plugin-import in /backend
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-version: 2.32.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 20:11:11 +00:00
ba389e3527
fix start command ( #400 )
2025-07-12 14:07:51 +00:00
b0574c1f38
some types are required for tsc to work ( #399 )
2025-07-12 13:58:42 +00:00
83a1b69b8a
security update for backend packages ( #268 )
2025-03-17 07:09:14 +01:00
73f51b8bc4
feat(other): backend - mail api for it4c ( #231 )
...
* backend - mail api for it4c
Implements an fastify backend service with an email service.
This allows to send us emails received via contact form on the website.
* optional telephone
* missing text delimiter
* start command and correct build method to classicjs
* deploy for backend & adjust README.md
* debug deploy [1]
* debug deploy [2]
* debug deploy [3]
* debug deploy [4]
* debug deploy [5]
* finish deploy script
* watch when running npm run dev
* fix format validation
* debug sendmail[1]
* debug sendmail[2]
* debug sendmail[3]
* debug sendmail[4]
* debug sendmail[5]
* env for MAIL_HOST
* referece name in email subject
* fix format string
* eslint
* backend build & lint workflows
* order comments
* unit tests
* unit test workflow
* prettier
* alias paths
* fix esm support
* 100% tests
* corrected nodejs version
* use beforeEach to clearAllMocks
This simplifies the code and reduces redundancy
* fix wrong import
2025-03-07 10:32:56 +01:00