dependabot[bot]
6ee8b2f662
build(deps-dev): bump eslint-config-it4c in /backend ( #662 )
...
Bumps eslint-config-it4c from 0.11.2 to 0.12.0.
---
updated-dependencies:
- dependency-name: eslint-config-it4c
dependency-version: 0.12.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-28 07:36:53 +00:00
dependabot[bot]
f986fb5a25
build(deps): bump @types/nodemailer from 7.0.9 to 7.0.11 in /backend ( #656 )
...
Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ) from 7.0.9 to 7.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: "@types/nodemailer"
dependency-version: 7.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-24 02:28:24 +01:00
ea469efea3
use tsup ( #652 )
2026-02-14 21:51:59 +00:00
e074d52e8a
fix(backend): fix build for backend without dev dependencies ( #651 )
...
* fix build for backend without dev dependencies
* fix lint
2026-02-14 21:28:09 +00:00
33310a43c5
refactor(other): eslint config it4c advanced ( #650 )
...
* rename test:lint:eslint to lint and update eslint-config-it4c package
* simplify config and make it ts
* jest update & ts
* suppress server logging output in tests
* remove test node_env as it is default for jest
* use eslint-config-it4c
* packages = module
* fix tailwind as ts
* eslitn autofix
* more fixes
* tsconfig & some eslint rules
* fixes
* more fixes
* more exceptions
* do not allow warnings
* fix config
* ignore vuepress generated configs
* ts include fix
2026-02-14 17:34:37 +01:00
dependabot[bot]
aa09b62ac5
build(deps-dev): bump eslint-config-it4c in /backend ( #648 )
...
Bumps eslint-config-it4c from 0.8.0 to 0.10.0.
---
updated-dependencies:
- dependency-name: eslint-config-it4c
dependency-version: 0.10.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-14 03:17:59 +01:00
8b6064bd59
fix(backend): fix typebox package & update packages ( #638 )
...
* update packages & audit fix
* fix typebox
* fix jest running esm
* fix package update correctly
* fix esm jest types
* fix lint
* exclude tests from build
* ffix lintfix lint
2026-02-09 12:28:29 +01:00
dependabot[bot]
5096ad1e68
build(deps): bump fastify from 5.7.2 to 5.7.4 in /backend ( #645 )
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.7.2 to 5.7.4.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.7.2...v5.7.4 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.7.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-08 18:33:50 +01:00
dependabot[bot]
0df83d14fe
build(deps): bump nodemailer from 7.0.13 to 8.0.0 in /backend ( #646 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.13 to 8.0.0.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.13...v8.0.0 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-08 18:06:54 +01:00
dependabot[bot]
e94222f959
build(deps-dev): bump eslint-config-it4c from 0.7.2 to 0.8.0 in /backend ( #643 )
...
Bumps eslint-config-it4c from 0.7.2 to 0.8.0.
---
updated-dependencies:
- dependency-name: eslint-config-it4c
dependency-version: 0.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-08 06:11:50 +01:00
f00e9f8558
feat(backend): configure eslint to use eslint-config-it4c ( #634 )
...
* configure eslint to use eslint-config-it4c
* update node version (note: this requires an update on the hosting alpine)
* use node 24.13.0
* another transitive package
* update eslint-config-it4c
* fix lint
* fix config
* fix packages
* update eslint-config-it4c package
* another package update
* update package
* update package
* lint fixes
* use prettier config from eslint-config-it4c
* package update
* package update
* update package
* reduce config
* fix lint
* remove node_modules from ignore as it is the default for eslint9
* update package
* fix lint
2026-02-06 06:53:45 +01:00
dependabot[bot]
2f5a59abf9
build(deps): bump nodemailer and @types/nodemailer in /backend ( #630 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ). These dependencies needed to be updated together.
Updates `nodemailer` from 7.0.12 to 7.0.13
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.12...v7.0.13 )
Updates `@types/nodemailer` from 7.0.5 to 7.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.13
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/nodemailer"
dependency-version: 7.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-31 18:13:52 +01:00
dependabot[bot]
a7206b539c
build(deps): bump fastify from 5.7.1 to 5.7.2 in /backend ( #631 )
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-31 16:37:18 +01:00
dependabot[bot]
65393dd607
build(deps): bump fastify from 5.6.2 to 5.7.1 in /backend ( #617 )
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.6.2 to 5.7.1.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.6.2...v5.7.1 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.7.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-24 10:39:13 +00:00
dependabot[bot]
8c3d17776c
build(deps-dev): bump eslint-plugin-prettier in /backend ( #613 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.5.4 to 5.5.5.
- [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.5.4...v5.5.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-version: 5.5.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 08:46:03 +00:00
dependabot[bot]
0095e22ff5
build(deps): bump @types/nodemailer from 7.0.4 to 7.0.5 in /backend ( #615 )
...
Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: "@types/nodemailer"
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 07:29:15 +00:00
dependabot[bot]
684a7e4ce0
build(deps-dev): bump @eslint-community/eslint-plugin-eslint-comments ( #616 )
...
Bumps [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases )
- [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: "@eslint-community/eslint-plugin-eslint-comments"
dependency-version: 4.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 07:20:02 +00:00
dependabot[bot]
787a1dfed7
build(deps): bump nodemailer from 7.0.11 to 7.0.12 in /backend ( #596 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.11...v7.0.12 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 08:43:10 +00:00
dependabot[bot]
592cbb5b2e
build(deps-dev): bump eslint-plugin-yml in /backend ( #589 )
...
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml ) from 1.19.0 to 1.19.1.
- [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.19.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-yml
dependency-version: 1.19.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 04:26:01 +01:00
dependabot[bot]
d9dc52f7b1
build(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 in /backend ( #578 )
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.4.5 to 29.4.6.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.5...v29.4.6 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-version: 29.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-13 09:35:41 +00:00
dependabot[bot]
9c9baae882
build(deps-dev): bump tsx from 4.20.6 to 4.21.0 in /backend ( #577 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.20.6 to 4.21.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.6...v4.21.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-version: 4.21.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-13 09:28:52 +00:00
dependabot[bot]
2894f17046
build(deps): bump nodemailer from 7.0.10 to 7.0.11 in /backend ( #568 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.10 to 7.0.11.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.10...v7.0.11 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-13 09:08:07 +00:00
dependabot[bot]
124cab2c1a
build(deps): bump @types/nodemailer from 7.0.3 to 7.0.4 in /backend ( #561 )
...
Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ) from 7.0.3 to 7.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: "@types/nodemailer"
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-22 12:50:41 +01:00
dependabot[bot]
48758507fe
build(deps): bump fastify from 5.6.1 to 5.6.2 in /backend ( #551 )
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.6.1...v5.6.2 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-18 01:37:04 +00:00
dependabot[bot]
9ae009497c
build(deps): bump nodemailer and @types/nodemailer in /backend ( #533 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) and [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ). These dependencies needed to be updated together.
Updates `nodemailer` from 7.0.6 to 7.0.10
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.6...v7.0.10 )
Updates `@types/nodemailer` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/nodemailer"
dependency-version: 7.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-25 20:10:47 +02:00
dependabot[bot]
7258101c8b
build(deps-dev): bump ts-jest from 29.4.4 to 29.4.5 in /backend
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.4.4 to 29.4.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.4...v29.4.5 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-version: 29.4.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-11 01:06:02 +00:00
dependabot[bot]
7e03a3f70c
build(deps-dev): bump jest from 30.1.3 to 30.2.0 in /backend
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.1.3 to 30.2.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 18:39:08 +00:00
dependabot[bot]
1fdac7ebb1
build(deps-dev): bump eslint-plugin-yml in /backend
...
Bumps [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml ) from 1.18.0 to 1.19.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.18.0...v1.19.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-yml
dependency-version: 1.19.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 18:24:21 +00:00
dependabot[bot]
392e684c2a
build(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /backend
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 18:20:21 +00:00
dependabot[bot]
6cd1e1a017
build(deps): bump fastify from 5.6.0 to 5.6.1 in /backend
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.6.0...v5.6.1 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-27 01:09:53 +00:00
dependabot[bot]
4d9359c7a6
build(deps-dev): bump tsx from 4.20.5 to 4.20.6 in /backend
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.20.5 to 4.20.6.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.5...v4.20.6 )
---
updated-dependencies:
- dependency-name: tsx
dependency-version: 4.20.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-27 01:07:21 +00:00
dependabot[bot]
5c07d8e27d
build(deps-dev): bump ts-jest from 29.4.1 to 29.4.4 in /backend
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.4.1 to 29.4.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.1...v29.4.4 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-version: 29.4.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-20 01:06:40 +00:00
dependabot[bot]
acbcccfd21
build(deps-dev): bump jest from 30.1.2 to 30.1.3 in /backend
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.1.2 to 30.1.3.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 12:27:35 +00:00
dependabot[bot]
9d26b1f731
build(deps): bump nodemailer from 7.0.5 to 7.0.6 in /backend
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.5...v7.0.6 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 12:24:10 +00:00
dependabot[bot]
f59d6c2552
build(deps): bump fastify from 5.5.0 to 5.6.0 in /backend
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.5.0...v5.6.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 12:20:59 +00:00
dependabot[bot]
e9a2090b8d
build(deps-dev): bump tsx from 4.20.4 to 4.20.5 in /backend
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.20.4 to 4.20.5.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.4...v4.20.5 )
---
updated-dependencies:
- dependency-name: tsx
dependency-version: 4.20.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 07:54:31 +00:00
dependabot[bot]
aa53764d87
build(deps-dev): bump jest from 30.0.5 to 30.1.1 in /backend
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.0.5 to 30.1.1.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.1.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.1.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-02 07:37:55 +00:00
4de206c796
remove linting for react as this is not part of the project ( #464 )
...
remove more react
2025-08-25 10:55:35 +02:00
dependabot[bot]
984130b241
build(deps): bump @types/nodemailer from 6.4.17 to 7.0.1 in /backend ( #462 )
...
Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ) from 6.4.17 to 7.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: "@types/nodemailer"
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-24 23:02:33 +02:00
dependabot[bot]
a1e4ad2e98
build(deps-dev): bump tsx from 4.20.3 to 4.20.4 in /backend
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.20.3 to 4.20.4.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.3...v4.20.4 )
---
updated-dependencies:
- dependency-name: tsx
dependency-version: 4.20.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-16 01:15:46 +00:00
dependabot[bot]
50a81c10f0
build(deps): bump fastify from 5.4.0 to 5.5.0 in /backend
...
Bumps [fastify](https://github.com/fastify/fastify ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/fastify/fastify/releases )
- [Commits](https://github.com/fastify/fastify/compare/v5.4.0...v5.5.0 )
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-16 01:13:14 +00:00
dependabot[bot]
4266549074
build(deps-dev): bump ts-jest from 29.4.0 to 29.4.1 in /backend
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.4.0 to 29.4.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.0...v29.4.1 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-version: 29.4.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-09 01:55:41 +00:00
dependabot[bot]
74d2ab56f3
build(deps-dev): bump eslint-plugin-prettier in /backend
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.5.3 to 5.5.4.
- [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.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-version: 5.5.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-09 01:52:56 +00:00
dependabot[bot]
fa1b8aa849
build(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /backend
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.8.3 to 5.9.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-02 01:41:40 +00:00
dependabot[bot]
5293ee3102
build(deps): bump jest and @types/jest in /backend ( #428 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ). These dependencies needed to be updated together.
Updates `jest` from 29.7.0 to 30.0.5
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest )
Updates `@types/jest` from 29.5.14 to 30.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.0.5
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: "@types/jest"
dependency-version: 30.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 17:15:38 +00:00
dependabot[bot]
426d609691
build(deps-dev): bump eslint-import-resolver-typescript in /backend ( #415 )
...
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-version: 4.4.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-19 13:03:16 +02:00
dependabot[bot]
a6a7faad66
build(deps): bump nodemailer from 6.10.0 to 7.0.5 in /backend ( #416 )
...
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-19 13:00:46 +02:00
dependabot[bot]
985df31775
build(deps-dev): bump @eslint-community/eslint-plugin-eslint-comments ( #421 )
...
---
updated-dependencies:
- dependency-name: "@eslint-community/eslint-plugin-eslint-comments"
dependency-version: 4.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-19 10:54:18 +00:00
dependabot[bot]
d6cc89db9b
build(deps-dev): bump eslint-config-prettier in /backend ( #423 )
...
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-19 12:38:50 +02:00
dependabot[bot]
ada23582a5
build(deps): bump fastify from 5.2.1 to 5.4.0 in /backend
...
---
updated-dependencies:
- dependency-name: fastify
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-19 07:48:03 +00:00