Wolfgang Huß
16bd62f949
fix(other): leftover hetzner deployment ( #8254 )
...
* Ignore old configuration, still
* Add old branding value descriptions again and refine
b3.2.1-988
2025-04-04 19:59:05 +02:00
Moriz Wahl
0835057cc7
refactor(backend): comment on observed post notification ( #8311 )
...
* all users that observe a post are notified when the post is commented, except of the author of the comment, or users that blocked the commenter
* test to illustrate the behavior of notifications for observed posts
b3.2.1-987
2025-04-04 19:16:50 +02:00
Max
1e6a74b8ce
feat(frontend): observe posts ( #8293 )
...
* After creating the post, the author of it automatically observes it to get notifications when there are interactions
* a user that comments a post, automatically observes that post to get notifications when there are more interactions on that post
* mutation that switches the state of the obeservation of a post on and off
* remove duplicate code
* fix unit tests
* add metric observed users count to posts
* change naming
* Add follow post entry to post menu
* Add FollowButton (WIP), show unfollow in menu when already followed
* Follow/unfollow post => observe
* Update slashed bell
* Add requests to observe/unobserve posts
* Add ObserveButton functionality
* Rename isObservedByMe
* Add observingUsersCount; simplify ObserveButton and menu entries
* Fix locales
* Add snapshot test for ObserveButton (WIP)
* Remove empty routes push
* Add test for ObserveButton
* Add test for ContentMenu, improve ObserveButton test
* Remove unneeded fields from PostQuery
---------
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
b3.2.1-986
2025-04-04 11:54:43 +00:00
81b7d4a09c
expose port so the mailserver can actually be used ( #8319 )
b3.2.1-985
2025-04-04 08:28:35 +00:00
dependabot[bot]
69508cfb98
build(deps-dev): bump eslint-config-prettier in /backend ( #8269 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 10.0.1 to 10.1.1.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v10.0.1...v10.1.1 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
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>
b3.2.1-984
2025-04-04 03:28:40 +00:00
dependabot[bot]
9f67257423
build(deps-dev): bump eslint-plugin-prettier in /backend ( #8300 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.3 to 5.2.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.2.3...v5.2.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
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>
b3.2.1-983
2025-04-04 02:35:20 +00:00
dependabot[bot]
c682bc9b7a
build(deps): bump amannn/action-semantic-pull-request ( #8303 )
...
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request ) from 40166f00814508ec3201fc8595b393d451c8cd80 to 04501d43b574e4c1d23c629ffe4dcec27acfdeff.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases )
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md )
- [Commits](40166f0081...04501d43b5 )
---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-982
2025-04-04 01:49:09 +00:00
dependabot[bot]
6006ed2dbe
build(deps): bump actions/setup-node from 4.2.0 to 4.3.0 ( #8288 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](1d0ff469b7...cdca7365b2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
b3.2.1-981
2025-04-04 01:21:25 +00:00
dependabot[bot]
ea972a2c84
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 ( #8289 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](4cec3d8aa0...ea165f8d65 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
b3.2.1-980
2025-04-04 00:42:20 +00:00
5462a5b4c1
fix(backend): typo in groups resolver ( #8318 )
...
* fix typo
* fixed all related typos in unittests and found another in groups
---------
Co-authored-by: mahula <lenzmath@posteo.de>
b3.2.1-979
2025-04-03 22:01:10 +00:00
ddd46e8304
fix frontend package lock ( #8316 )
b3.2.1-978
2025-04-03 21:22:07 +00:00
Moriz Wahl
72f469d823
migration adds OBSERVES relation between author and post ( #8307 )
b3.2.1-977
2025-04-03 16:46:02 +00:00
Moriz Wahl
130da7509b
fix(backend): users observing post count ( #8295 )
...
* do not count users that are deleted or disbled
b3.2.1-976
2025-04-03 16:03:53 +00:00
01027e42cc
feat(webapp): track online status ( #8312 )
...
* client
* backend
* tests
* also save awaySince timestamp
* remove console.log
b3.2.1-975
2025-04-03 17:19:53 +02:00
Max
4f02060fd7
Replace argfile by slurpfile ( #8309 )
b3.2.1-974
2025-04-02 23:09:53 +02:00
dependabot[bot]
01845928b2
build(deps-dev): Bump cypress from 14.0.3 to 14.1.0 in the cypress group ( #8229 )
...
Bumps the cypress group with 1 update: [cypress](https://github.com/cypress-io/cypress ).
Updates `cypress` from 14.0.3 to 14.1.0
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v14.0.3...v14.1.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: cypress
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b3.2.1-973
2025-04-02 11:23:32 +02:00
Moriz Wahl
316c12bd35
provide information of the observing status of the post after creating a comment ( #8310 )
b3.2.1-972
2025-03-31 20:41:39 +02:00
Moriz Wahl
538f409086
feat(backend): observe posts ( #8292 )
...
* After creating the post, the author of it automatically observes it to get notifications when there are interactions
* a user that comments a post, automatically observes that post to get notifications when there are more interactions on that post
* mutation that switches the state of the observation of a post on and off
b3.2.1-971
2025-03-26 22:16:06 +01:00
54c2e5c131
release: also update helmchart versions ( #8256 )
...
To have congruence a release also updates the helmchart version. This
utilizes sed to replace the coresponding string. The `sed` command is
not present on windows and could prevent a windows user to use the
release functionality out of the box.
The release functionality is also externalized into its own script
`scripts/release.sh`.
b3.2.1-970
2025-03-17 21:49:26 +01:00
292155ea10
v3.2.1 ( #8248 )
...
updated changelog after rebase
b3.2.1-969
3.2.1
2025-03-03 17:04:17 +01:00
cc6aded685
remove the requirement for non-existant job in publish workflow ( #8251 )
b3.2.0-968
2025-03-03 12:59:37 +01:00
51b9bb4315
removed dockerhub related stuff ( #8249 )
2025-03-02 17:42:11 +01:00
Wolfgang Huß
87e5fc6bf8
feat(webapp): implement configurable custom button in header ( #8215 )
...
* Implement configurable custom button in header
* Implement default values for 'headerMenu'
---------
Co-authored-by: mahula <lenzmath@posteo.de>
2025-03-01 08:00:41 +01:00
Robert Schäfer
628b57aa29
feat(other): major improvement of deployment ( #7925 )
...
* feat(other): major improvement of deployment
Motivation
----------
Kubernetes:
* backend becomes a statefulset (exclusive volume mount)
See: https://spacelift.io/blog/statefulset-vs-deployment
* implement neo4j backup with job
Docker:
* consistent targets across all dockerfiles
* remove redundant labels
* remove unnecessary build args
* remove obsolete networks
* remove development dependencies for production
Rebranding:
* add image tags for local tagging and pulling
* use Github's docker build workflows
* use Github container registry
* ONBUILD to simplify caller Dockerfiles
* docker compose for branding
Tooling:
* same node --version as in dockerfile
Docs:
* missing step in README.md
* refactor: remove submodules
It's better to keep them all in a separate repository
* improve kubernetes chart
* better image tag defaults
* split neo4j into its own chart (for re-use)
* use application defaults where possible
* optional resources for all pods
* remove obsolete key/value pair from secrets
* remove obsolete build argsand
and add labels for neo4j enterprise
* env vars for webapp
* allow to define redirect domains
Define a list of Domains that redirect to the domain of the project. The
idea is to provide the ability to redirect eg. www.domain.tld to
domain.tld
* remove maintenance part regarding database
* move backup job outside template folder
* name the ingress
* updated ingress
* handle empty case of middlewares
* try to default the ingress
* use quote
* restore todo-next-update
* fix docu check
* fix naming
* try using prod:migrate
* try using override config
* copy src folder
* try using base as image instead of build
* fix test build
* force build
* comment for the problem
* fix webapp tests (potentially)
---------
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-02-28 18:22:23 +01:00
mahula
925c1d8e81
Merge pull request #8187 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/metascraper-c4e2459cc1
...
Bump the metascraper group across 1 directory with 12 updates
b3.2.0-964
2025-02-25 07:57:18 +01:00
dependabot[bot]
2c7139036c
Bump the metascraper group across 1 directory with 12 updates
...
Bumps the metascraper group with 12 updates in the /backend directory:
| Package | From | To |
| --- | --- | --- |
| [metascraper](https://github.com/microlinkhq/metascraper ) | `5.33.5` | `5.46.7` |
| [metascraper-author](https://github.com/microlinkhq/metascraper ) | `5.33.5` | `5.46.5` |
| [metascraper-date](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-date ) | `5.33.5` | `5.46.5` |
| [metascraper-description](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-description ) | `5.33.5` | `5.46.5` |
| [metascraper-image](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-image ) | `5.33.5` | `5.46.5` |
| [metascraper-lang](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-lang ) | `5.33.5` | `5.46.5` |
| [metascraper-logo](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-logo ) | `5.33.5` | `5.46.5` |
| [metascraper-publisher](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-publisher ) | `5.33.5` | `5.46.5` |
| [metascraper-title](https://github.com/microlinkhq/metascraper ) | `5.34.7` | `5.46.5` |
| [metascraper-url](https://github.com/microlinkhq/metascraper ) | `5.34.2` | `5.46.5` |
| [metascraper-video](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-video ) | `5.33.5` | `5.46.5` |
| [metascraper-youtube](https://github.com/microlinkhq/metascraper/tree/HEAD/packages/metascraper-youtube ) | `5.33.5` | `5.46.5` |
Updates `metascraper` from 5.33.5 to 5.46.7
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.33.5...v5.46.7 )
Updates `metascraper-author` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.33.5...v5.46.5 )
Updates `metascraper-date` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-date/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-date )
Updates `metascraper-description` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-description/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-description )
Updates `metascraper-image` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-image/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-image )
Updates `metascraper-lang` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-lang/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-lang )
Updates `metascraper-logo` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-logo/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-logo )
Updates `metascraper-publisher` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-publisher/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-publisher )
Updates `metascraper-title` from 5.34.7 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.34.7...v5.46.5 )
Updates `metascraper-url` from 5.34.2 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.34.2...v5.46.5 )
Updates `metascraper-video` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-video/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-video )
Updates `metascraper-youtube` from 5.33.5 to 5.46.5
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper-youtube/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/commits/v5.46.5/packages/metascraper-youtube )
---
updated-dependencies:
- dependency-name: metascraper
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-author
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-date
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-description
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-image
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-lang
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-logo
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-publisher
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-title
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-url
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-video
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
- dependency-name: metascraper-youtube
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: metascraper
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 21:50:47 +00:00
mahula
23e5c01c2d
Merge pull request #8206 from Ocelot-Social-Community/dependabot/github_actions/peter-evans/repository-dispatch-b0b38f73c8333be75d585a92b2c630a10d2a78f5
...
Bump peter-evans/repository-dispatch from 39d2331fbbe4be56c4434ca745a23633155f9cdf to b0b38f73c8333be75d585a92b2c630a10d2a78f5
b3.2.0-963
2025-02-24 22:47:05 +01:00
dependabot[bot]
bf04af5377
Bump peter-evans/repository-dispatch
...
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch ) from 39d2331fbbe4be56c4434ca745a23633155f9cdf to b0b38f73c8333be75d585a92b2c630a10d2a78f5.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases )
- [Commits](39d2331fbb...b0b38f73c8 )
---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 20:56:25 +00:00
mahula
80aa677933
Merge pull request #8178 from Ocelot-Social-Community/dependabot/github_actions/gaurav-nelson/github-action-markdown-link-check-1b916f2cf6c36510a6059943104e3c42ce6c16bc
...
Bump gaurav-nelson/github-action-markdown-link-check from 7d83e59a57f3c201c76eed3d33dff64ec4452d27 to 1b916f2cf6c36510a6059943104e3c42ce6c16bc
b3.2.0-962
2025-02-24 21:55:16 +01:00
dependabot[bot]
8d465ef7f1
Bump gaurav-nelson/github-action-markdown-link-check
...
Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check ) from 7d83e59a57f3c201c76eed3d33dff64ec4452d27 to 1b916f2cf6c36510a6059943104e3c42ce6c16bc.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases )
- [Commits](7d83e59a57...1b916f2cf6 )
---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 19:51:28 +00:00
mahula
452798b4e8
Merge pull request #8216 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/xregexp-5.1.2
...
Bump xregexp from 4.3.0 to 5.1.2 in /webapp
b3.2.0-961
2025-02-24 20:50:21 +01:00
dependabot[bot]
9ef957a3fc
Bump xregexp from 4.3.0 to 5.1.2 in /webapp
...
Bumps [xregexp](https://github.com/slevithan/xregexp ) from 4.3.0 to 5.1.2.
- [Release notes](https://github.com/slevithan/xregexp/releases )
- [Commits](https://github.com/slevithan/xregexp/compare/v4.3.0...v5.1.2 )
---
updated-dependencies:
- dependency-name: xregexp
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 19:14:26 +00:00
mahula
8500c4ada3
Merge pull request #8225 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/xregexp-5.1.2
...
Bump xregexp from 4.3.0 to 5.1.2 in /backend
b3.2.0-960
2025-02-24 20:11:08 +01:00
dependabot[bot]
8eee365f68
Bump xregexp from 4.3.0 to 5.1.2 in /backend
...
Bumps [xregexp](https://github.com/slevithan/xregexp ) from 4.3.0 to 5.1.2.
- [Release notes](https://github.com/slevithan/xregexp/releases )
- [Commits](https://github.com/slevithan/xregexp/compare/v4.3.0...v5.1.2 )
---
updated-dependencies:
- dependency-name: xregexp
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 16:53:25 +00:00
mahula
2c80f61833
Merge pull request #8222 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/eslint-import-resolver-typescript-3.8.3
...
Bump eslint-import-resolver-typescript from 3.7.0 to 3.8.3 in /backend
b3.2.0-959
2025-02-24 17:51:08 +01:00
dependabot[bot]
07965b8668
Bump eslint-import-resolver-typescript from 3.7.0 to 3.8.3 in /backend
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.7.0 to 3.8.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.7.0...v3.8.3 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 16:30:55 +00:00
mahula
10f9b21192
Merge pull request #8173 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/nodemailer-6.10.0
...
Bump nodemailer from 6.9.16 to 6.10.0 in /backend
b3.2.0-958
2025-02-24 17:28:29 +01:00
dependabot[bot]
37a4ca1e1e
Bump nodemailer from 6.9.16 to 6.10.0 in /backend
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.9.16 to 6.10.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/v6.9.16...v6.10.0 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 16:11:19 +00:00
mahula
a531fc6f3d
Merge pull request #8204 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/faker-js/faker-9.5.0
...
Bump @faker-js/faker from 9.3.0 to 9.5.0 in /backend
b3.2.0-957
2025-02-24 17:09:02 +01:00
dependabot[bot]
2cd6d09760
Bump @faker-js/faker from 9.3.0 to 9.5.0 in /backend
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 9.3.0 to 9.5.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v9.3.0...v9.5.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 15:52:28 +00:00
mahula
d37c2e477a
Merge pull request #8205 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/babel-f2a6cba48c
...
Bump the babel group across 1 directory with 2 updates
b3.2.0-956
2025-02-24 16:35:46 +01:00
dependabot[bot]
11841ec2a3
Bump the babel group across 1 directory with 2 updates
...
Bumps the babel group with 2 updates in the /backend directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/core` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core )
Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 15:17:23 +00:00
mahula
4c68ea67a2
Merge pull request #8197 from Ocelot-Social-Community/dependabot/npm_and_yarn/babel-f2a6cba48c
...
Bump the babel group across 1 directory with 2 updates
b3.2.0-955
2025-02-24 16:14:06 +01:00
dependabot[bot]
515d84de91
Bump the babel group across 1 directory with 2 updates
...
Bumps the babel group with 2 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ).
Updates `@babel/core` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core )
Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: babel
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 14:36:49 +00:00
mahula
25e4bd6d5c
Merge pull request #8223 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/types/node-22.13.5
...
Bump @types/node from 22.10.2 to 22.13.5 in /backend
b3.2.0-954
2025-02-24 15:34:14 +01:00
dependabot[bot]
4de1b1a8b9
Bump @types/node from 22.10.2 to 22.13.5 in /backend
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.10.2 to 22.13.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 13:45:51 +00:00
mahula
ad8beab73f
Merge pull request #8160 from Ocelot-Social-Community/dependabot/npm_and_yarn/backend/eslint-plugin-jest-28.11.0
...
Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in /backend
b3.2.0-953
2025-02-24 14:43:18 +01:00
dependabot[bot]
77908a85fd
Bump eslint-plugin-jest from 28.10.0 to 28.11.0 in /backend
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 28.10.0 to 28.11.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.11.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 13:24:08 +00:00
mahula
d35508faff
Merge pull request #8211 from Ocelot-Social-Community/dependabot/npm_and_yarn/webapp/faker-js/faker-9.5.0
...
Bump @faker-js/faker from 9.3.0 to 9.5.0 in /webapp
b3.2.0-952
2025-02-24 14:21:52 +01:00
dependabot[bot]
3e38454a72
Bump @faker-js/faker from 9.3.0 to 9.5.0 in /webapp
...
Bumps [@faker-js/faker](https://github.com/faker-js/faker ) from 9.3.0 to 9.5.0.
- [Release notes](https://github.com/faker-js/faker/releases )
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md )
- [Commits](https://github.com/faker-js/faker/compare/v9.3.0...v9.5.0 )
---
updated-dependencies:
- dependency-name: "@faker-js/faker"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 13:05:13 +00:00