Skip to content

Fix missing error handling for 404 errors for personalized links actions#1561

Merged
Sabr1n4W merged 2 commits intodevelopfrom
1559-missing-error-handling-for-404-errors-for-roomsviewpersonalizedlinks-actions
Nov 14, 2024
Merged

Fix missing error handling for 404 errors for personalized links actions#1561
Sabr1n4W merged 2 commits intodevelopfrom
1559-missing-error-handling-for-404-errors-for-roomsviewpersonalizedlinks-actions

Conversation

@Sabr1n4W
Copy link
Copy Markdown
Contributor

@Sabr1n4W Sabr1n4W commented Nov 14, 2024

Fixes #1559

Type (Highlight the corresponding type)

  • Bugfix
  • Feature
  • Documentation
  • Refactoring (e.g. Style updates, Test implementation, etc.)
  • Other (please describe):

Checklist

  • Code updated to current develop branch head
  • Passes CI checks
  • Is a part of an issue
  • Tests added for the bugfix or newly implemented feature, describe below why if not
  • Changelog is updated
  • Documentation of code and features exists

Changes

  • Fix missing error handling for 404 errors for personalized links actions

@Sabr1n4W Sabr1n4W added the frontend Pull requests that update Javascript code label Nov 14, 2024
@Sabr1n4W Sabr1n4W self-assigned this Nov 14, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 21 lines in your changes missing coverage. Please review.

Project coverage is 75.21%. Comparing base (c9e6b67) to head (4317c49).
Report is 6 commits behind head on develop.

Files with missing lines Patch % Lines
.../components/RoomTabPersonalizedLinksEditButton.vue 0.00% 12 Missing ⚠️
...omponents/RoomTabPersonalizedLinksDeleteButton.vue 0.00% 9 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1561      +/-   ##
=============================================
- Coverage      75.32%   75.21%   -0.12%     
  Complexity      1322     1322              
=============================================
  Files            358      358              
  Lines           9120     9134      +14     
  Branches         844      845       +1     
=============================================
  Hits            6870     6870              
- Misses          2250     2264      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cypress
Copy link
Copy Markdown

cypress Bot commented Nov 14, 2024

PILOS    Run #1044

Run Properties:  status check failed Failed #1044  •  git commit 5ba63f0e25: Fix missing error handling for 404 errors for personalized links actions (#1561)
Project PILOS
Branch Review develop
Run status status check failed Failed #1044
Run duration 03m 50s
Commit git commit 5ba63f0e25: Fix missing error handling for 404 errors for personalized links actions (#1561)
Committer Sabrina Wüst
View all properties for this run ↗︎

Test results
Tests that failed  Failures 1
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 177
View all changes introduced in this branch ↗︎

Tests for review

Failed  tests/Frontend/e2e/RoomsViewDescription.cy.js • 1 failed test • Frontend tests

View Output

Test Artifacts
Rooms view description > edit description Test Replay Screenshots

@Sabr1n4W Sabr1n4W marked this pull request as ready for review November 14, 2024 06:26
@Sabr1n4W Sabr1n4W requested a review from samuelwei November 14, 2024 06:26
@samuelwei samuelwei added this to the v4.1 milestone Nov 14, 2024
@Sabr1n4W Sabr1n4W merged commit 5ba63f0 into develop Nov 14, 2024
@Sabr1n4W Sabr1n4W deleted the 1559-missing-error-handling-for-404-errors-for-roomsviewpersonalizedlinks-actions branch November 14, 2024 13:10
samuelwei added a commit that referenced this pull request Nov 20, 2024
commit 4bdc7aeecad7b047f11d129f329f85f180ecebc1
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Nov 20 16:39:22 2024 +0100

    Update changelog for v4.1.1 release

commit 9afb3a2d800e27df4e1741ab0569355bd205226a
Author: Sabrina Wüst <119059706+Sabr1n4W@users.noreply.github.com>
Date:   Wed Nov 20 16:15:16 2024 +0100

    Reimplement frontend tests with cypress (#1549)

    * Add missing logout test

    * RoomsViewMeetings improve tests

    * Start adding RoomBrowserNotification tests

    * RoomsViewMeetings improve tests

    * Improve RoomBrowserNotification tests

    * Improve RoomBrowserNotification tests

    * Improve RoomBrowserNotification tests

    * Start adding RoomsViewRecordings tests

    * Start adding RoomsViewRecordingsActions tests (view recording)

    * Continue adding RoomsViewRecordingsActions tests (delete, edit, download recording)

    * Improve RoomsViewRecordingsActions tests

    * Improve RoomsViewRecordings tests

    * Improve RoomsViewHistory tests and restructure RoomsView test files

    * Fix cs

    * Start adding RoomsViewPersonalizedLinks tests

    * Improve RoomsViewHistoryMeetingActions tests

    * Start adding RoomsViewPersonalizedLinksTokenActions tests

    * Add tests for errors loading room types (room settings, create new room)

    * Update CHANGELOG.md

    * Update CHANGELOG.md

    * Add missing error tests (RoomsViewPersonalizedLinksTokenActions)

    * Rerun edit description test multiple times to trigger error

    * Add additional button state checks

    * Code cleanup

    * Improve error tests (error loading room types)

    * Code cleanup

    * Adjust stats image with OpenSans font

    ---------

    Co-authored-by: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>

commit c685490c468bd31a1d5c32e62169d89efc37bb33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 20 15:46:25 2024 +0100

    Bump cypress from 13.15.2 to 13.16.0 (#1590)

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.2 to 13.16.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/v13.15.2...v13.16.0)

    ---
    updated-dependencies:
    - dependency-name: cypress
      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>

commit d4ddcd8b67447bb3d390c5aa09b1a35e38f53975
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 20 15:44:35 2024 +0100

    Bump eslint-plugin-jsonc from 2.18.1 to 2.18.2 (#1592)

    Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.18.1 to 2.18.2.
    - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
    - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.18.1...v2.18.2)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsonc
      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>

commit 5d54ca17848b39a27660bd223b4d19a9f75c2c18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 20 15:44:26 2024 +0100

    Bump vue from 3.5.12 to 3.5.13 (#1591)

    Bumps [vue](https://github.com/vuejs/core) from 3.5.12 to 3.5.13.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/vuejs/core/compare/v3.5.12...v3.5.13)

    ---
    updated-dependencies:
    - dependency-name: vue
      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>

commit 6f58ff0a4e1fd821822daa44920a178ec6dee0c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 20 15:43:13 2024 +0100

    Bump laravel/sanctum from 4.0.3 to 4.0.4 (#1594)

    Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 4.0.3 to 4.0.4.
    - [Release notes](https://github.com/laravel/sanctum/releases)
    - [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/sanctum/compare/v4.0.3...v4.0.4)

    ---
    updated-dependencies:
    - dependency-name: laravel/sanctum
      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>

commit b3103683285d5a96f3f193712829090b2a0c8382
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Nov 20 15:42:25 2024 +0100

    Use OpenSans as default font for UI and Charts (#1569)

    * Use OpenSans as default font for UI and Charts

    * Update changelog

commit 3373736ce552f4fcda36450c707c98114f1e26f7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 19 17:51:02 2024 +0100

    Bump laravel-vite-plugin from 1.0.5 to 1.0.6 (#1586)

    Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.0.5 to 1.0.6.
    - [Release notes](https://github.com/laravel/vite-plugin/releases)
    - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/vite-plugin/compare/v1.0.5...v1.0.6)

    ---
    updated-dependencies:
    - dependency-name: laravel-vite-plugin
      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>

commit e07c1d614cbec5e05da34c738dfa886cb332d6c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 19 17:50:50 2024 +0100

    Bump @eslint/json from 0.6.0 to 0.7.0 (#1585)

    Bumps [@eslint/json](https://github.com/eslint/json) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/eslint/json/releases)
    - [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/json/compare/json-v0.6.0...json-v0.7.0)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/json"
      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>

commit a32ef17dfa35bc2e5c59b7fa7ce2d1ebb624c3d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 19 17:50:38 2024 +0100

    Bump @fortawesome/fontawesome-free from 6.6.0 to 6.7.0 (#1584)

    Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 6.6.0 to 6.7.0.
    - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
    - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
    - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.6.0...6.7.0)

    ---
    updated-dependencies:
    - dependency-name: "@fortawesome/fontawesome-free"
      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>

commit 3a7fbc607aa188fe2fbdab32adde561fc3c986c2
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Mon Nov 18 14:05:56 2024 +0100

    Fix docs version

commit 2818c1e1f62eec87a17287f3ff63d65cb78e8a35
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Mon Nov 18 14:04:06 2024 +0100

    Fix docs

commit 46131fb554291b6dd5331e6a39ee6c39370f5f96
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Mon Nov 18 11:11:09 2024 +0000

    Simply git branches for latest version

commit 9999407688199d4cd1d4fdb45226f95d50de2e19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 18 11:12:48 2024 +0100

    Bump cross-spawn from 7.0.3 to 7.0.5 in /docs (#1583)

    Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
    - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

    ---
    updated-dependencies:
    - dependency-name: cross-spawn
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 940112285513f73b137672d305cad6521ca5417d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 18 09:01:19 2024 +0100

    Bump eslint from 9.14.0 to 9.15.0 (#1576)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.14.0 to 9.15.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v9.14.0...v9.15.0)

    ---
    updated-dependencies:
    - dependency-name: eslint
      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>

commit 2e584706a0441a7d0714651bc8791aeec4f78360
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 18 09:00:51 2024 +0100

    Bump dompurify from 3.1.7 to 3.2.0 (#1577)

    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.7 to 3.2.0.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.7...3.2.0)

    ---
    updated-dependencies:
    - dependency-name: dompurify
      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>

commit 7625cde082433f32af53d3f701061521f41df232
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 18 09:00:38 2024 +0100

    Bump sass from 1.80.6 to 1.81.0 (#1578)

    Bumps [sass](https://github.com/sass/dart-sass) from 1.80.6 to 1.81.0.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/sass/dart-sass/compare/1.80.6...1.81.0)

    ---
    updated-dependencies:
    - dependency-name: sass
      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>

commit 8b97ed79237fa66d9aa36d0aa8c1360348641b60
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 18 08:59:41 2024 +0100

    Bump squizlabs/php_codesniffer from 3.11.0 to 3.11.1 (#1580)

    Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.11.0 to 3.11.1.
    - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
    - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.0...3.11.1)

    ---
    updated-dependencies:
    - dependency-name: squizlabs/php_codesniffer
      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>

commit 171c3cc58ea516d62a9b14634713b903233f6270
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 18 08:58:50 2024 +0100

    Bump laravel/framework from 11.31.0 to 11.32.0 (#1581)

    Bumps [laravel/framework](https://github.com/laravel/framework) from 11.31.0 to 11.32.0.
    - [Release notes](https://github.com/laravel/framework/releases)
    - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/framework/compare/v11.31.0...v11.32.0)

    ---
    updated-dependencies:
    - dependency-name: laravel/framework
      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>

commit 87300f12d2d29586dca960a489f528c8d65e4bc3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Nov 15 10:24:54 2024 +0100

    Bump eslint-plugin-jsonc from 2.16.0 to 2.18.1 (#1570)

    Bumps [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) from 2.16.0 to 2.18.1.
    - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
    - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.1)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsonc
      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>

commit fe75f2f6a9a0cb9072059361635204a279586c2a
Author: Sabrina Wüst <119059706+Sabr1n4W@users.noreply.github.com>
Date:   Fri Nov 15 10:24:31 2024 +0100

    Fix different emit names 404,410 error handling (#1575)

commit 5eacd4500556fbbf0b600dcd60c1fbd14d5e5a3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Nov 15 10:23:43 2024 +0100

    Bump tailwindcss from 3.4.14 to 3.4.15 (#1572)

    Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.14 to 3.4.15.
    - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
    - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
    - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)

    ---
    updated-dependencies:
    - dependency-name: tailwindcss
      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>

commit fac6e4206d7088cc7187a922fbff822993f98ed2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Nov 15 10:23:11 2024 +0100

    Bump cypress from 13.15.1 to 13.15.2 (#1573)

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.1 to 13.15.2.
    - [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/v13.15.1...v13.15.2)

    ---
    updated-dependencies:
    - dependency-name: cypress
      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>

commit 67044426398eab60a727c5fb8232f8c0865d307f
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Fri Nov 15 10:22:58 2024 +0100

    [Room Description Editor] Fix toolbar item styles (#1565)

    * Fix: Correct TipTap Editor dropdown button background color for dark mode

    * Update changelog

    * Fix mobile layout

    * Improve responsive style and layout of tiptap drop down buttons

commit 3932aa7f9fc72b4891aae3b480e89699060fe030
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Fri Nov 15 10:20:57 2024 +0100

    (DX) Fix double negation on global API error handler option (#1566)

commit e60c8f96d306ba830093ee53e22da33c37435c85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Nov 15 10:13:58 2024 +0100

    Bump postcss from 8.4.47 to 8.4.49 (#1574)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.4.49.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.4.49)

    ---
    updated-dependencies:
    - dependency-name: postcss
      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>

commit 90a80746ca219906f78e5cce3be445a716fbe758
Author: Sabrina Wüst <119059706+Sabr1n4W@users.noreply.github.com>
Date:   Thu Nov 14 16:10:52 2024 +0100

    RoomTypeChangeButton fix error and loading state (#1548)

    * RoomTypeChangeButton fix error and loading state

    * Update CHANGELOG.md

    * Add label for RoomTypeSelect

    * Fix reset dialog inconsistencies

    * Remove redirect to login inside room

commit f5fdff1f8d9e77455d5b73b460df4ddf3651c423
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Thu Nov 14 16:03:44 2024 +0100

    Fix naming scheme for modal state and open action (#1567)

commit 5ba63f0e25f186bd04eb19165371b2ac8c75a105
Author: Sabrina Wüst <119059706+Sabr1n4W@users.noreply.github.com>
Date:   Thu Nov 14 13:54:55 2024 +0100

    Fix missing error handling for 404 errors for personalized links actions (#1561)

    * Fix missing error handling for 404 errors for personalized links actions

    * Update CHANGELOG

commit 8a1efe8dbbaad863e421681a95a24592f1939fc5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 14 10:02:55 2024 +0100

    Bump @vitejs/plugin-vue from 5.1.4 to 5.2.0 (#1564)

    Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 5.1.4 to 5.2.0.
    - [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
    - [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.2.0/packages/plugin-vue)

    ---
    updated-dependencies:
    - dependency-name: "@vitejs/plugin-vue"
      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>

commit a8dc0e7a360288efdd64bb9f98ff370e759ec903
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 14 10:02:45 2024 +0100

    Bump eslint-plugin-cypress from 4.0.0 to 4.1.0 (#1562)

    Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
    - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.0.0...v4.1.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-cypress
      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>

commit 7db60ba830e9c871cc710bb88ab623ea452ee43a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 14 09:18:50 2024 +0100

    Bump @vueuse/components from 11.1.0 to 11.2.0 (#1540)

    Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 11.1.0 to 11.2.0.
    - [Release notes](https://github.com/vueuse/vueuse/releases)
    - [Commits](https://github.com/vueuse/vueuse/commits/v11.2.0/packages/components)

    ---
    updated-dependencies:
    - dependency-name: "@vueuse/components"
      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>

commit aba49ce185187d4d0e5aa4717cf74741fc54a005
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 14 09:18:31 2024 +0100

    Bump eslint from 9.13.0 to 9.14.0 (#1563)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.13.0 to 9.14.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0)

    ---
    updated-dependencies:
    - dependency-name: eslint
      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>

commit 25dd7cf53a8c9f8f4fc85d1d56c8bd40c7ac1407
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Nov 14 09:18:11 2024 +0100

    Bump laravel/prompts from 0.1.25 to 0.3.2 (#1560)

    Bumps [laravel/prompts](https://github.com/laravel/prompts) from 0.1.25 to 0.3.2.
    - [Release notes](https://github.com/laravel/prompts/releases)
    - [Changelog](https://github.com/laravel/prompts/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/laravel/prompts/compare/v0.1.25...v0.3.2)

    ---
    updated-dependencies:
    - dependency-name: laravel/prompts
      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>

commit c9e6b677828d0ea4a968bc8784a82ab36b05a1a6
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Nov 13 16:45:56 2024 +0100

    Update CHANGELOG

commit 646914448a4666d3574525da47543efb93ff5410
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:34:27 2024 +0100

    Bump @vueuse/core from 11.1.0 to 11.2.0 (#1541)

    Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 11.1.0 to 11.2.0.
    - [Release notes](https://github.com/vueuse/vueuse/releases)
    - [Commits](https://github.com/vueuse/vueuse/commits/v11.2.0/packages/core)

    ---
    updated-dependencies:
    - dependency-name: "@vueuse/core"
      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>

commit ac09b2b956854950e77be8a80891c521d7b9c030
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:33:55 2024 +0100

    Bump @eslint/json from 0.5.0 to 0.6.0 (#1534)

    Bumps [@eslint/json](https://github.com/eslint/json) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/eslint/json/releases)
    - [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/json/compare/json-v0.5.0...json-v0.6.0)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/json"
      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>

commit d5a3c122237b11624dcb5df1b012ab6d1d30d053
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:33:46 2024 +0100

    Bump squizlabs/php_codesniffer from 3.10.3 to 3.11.0 (#1555)

    Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.10.3 to 3.11.0.
    - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
    - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.3...3.11.0)

    ---
    updated-dependencies:
    - dependency-name: squizlabs/php_codesniffer
      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>

commit 39372eed1da585faef7c452cc50d6f04f7365e19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:32:36 2024 +0100

    Bump vite from 5.4.10 to 5.4.11 (#1551)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.11.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      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>

commit 1ede6a32b5041437ba77496e91db0ff64e0b9d0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:32:16 2024 +0100

    Bump laravel/horizon from 5.29.2 to 5.29.3 (#1552)

    Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.29.2 to 5.29.3.
    - [Release notes](https://github.com/laravel/horizon/releases)
    - [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/horizon/compare/v5.29.2...v5.29.3)

    ---
    updated-dependencies:
    - dependency-name: laravel/horizon
      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>

commit aebfdbd1864b62027657ff70a87c16ca3538025c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:29:13 2024 +0100

    Bump laravel/telescope from 5.2.4 to 5.2.5 (#1553)

    Bumps [laravel/telescope](https://github.com/laravel/telescope) from 5.2.4 to 5.2.5.
    - [Release notes](https://github.com/laravel/telescope/releases)
    - [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/telescope/compare/v5.2.4...v5.2.5)

    ---
    updated-dependencies:
    - dependency-name: laravel/telescope
      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>

commit fd4e4ed8e18ef9b4a83a2cd11d1a30240342522a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 16:28:55 2024 +0100

    Bump laravel/pulse from 1.2.5 to 1.2.6 (#1554)

    Bumps [laravel/pulse](https://github.com/laravel/pulse) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/laravel/pulse/releases)
    - [Changelog](https://github.com/laravel/pulse/blob/1.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/pulse/compare/v1.2.5...v1.2.6)

    ---
    updated-dependencies:
    - dependency-name: laravel/pulse
      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>

commit 57faa87a7875f5ec0386a749cb236ea0554f67f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 13 15:27:06 2024 +0100

    Bump laravel/framework from 11.30.0 to 11.31.0 (#1550)

    Bumps [laravel/framework](https://github.com/laravel/framework) from 11.30.0 to 11.31.0.
    - [Release notes](https://github.com/laravel/framework/releases)
    - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/framework/compare/v11.30.0...v11.31.0)

    ---
    updated-dependencies:
    - dependency-name: laravel/framework
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5b0b00a1ef7054861c6792ac697d50d949a495a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 12 12:30:40 2024 +0100

    Bump maatwebsite/excel from 3.1.58 to 3.1.60 (#1545)

    Bumps [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) from 3.1.58 to 3.1.60.
    - [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
    - [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
    - [Commits](https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.58...3.1.60)

    ---
    updated-dependencies:
    - dependency-name: maatwebsite/excel
      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>

commit 287c3019f2fdce4b2443767ed70b3c145d015d0d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 12 12:29:15 2024 +0100

    Bump fakerphp/faker from 1.23.1 to 1.24.0 (#1543)

    Bumps [fakerphp/faker](https://github.com/FakerPHP/Faker) from 1.23.1 to 1.24.0.
    - [Release notes](https://github.com/FakerPHP/Faker/releases)
    - [Changelog](https://github.com/FakerPHP/Faker/blob/2.0/CHANGELOG.md)
    - [Commits](https://github.com/FakerPHP/Faker/compare/v1.23.1...v1.24.0)

    ---
    updated-dependencies:
    - dependency-name: fakerphp/faker
      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>

commit fd80de8d597cb3a5a7f4e7837d57400fd6c468b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 12 12:28:17 2024 +0100

    Bump symfony/process from 7.1.6 to 7.1.7 (#1539)

    Bumps [symfony/process](https://github.com/symfony/process) from 7.1.6 to 7.1.7.
    - [Release notes](https://github.com/symfony/process/releases)
    - [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
    - [Commits](https://github.com/symfony/process/compare/v7.1.6...v7.1.7)

    ---
    updated-dependencies:
    - dependency-name: symfony/process
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 2767290c8b838d08835ced870e59beb7e3298bcc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 12 12:27:48 2024 +0100

    Bump eslint-plugin-vue from 9.29.1 to 9.31.0 (#1546)

    Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.29.1 to 9.31.0.
    - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
    - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.31.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-vue
      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>

commit 0698c8c91741a1e47fedf2d1fae78c8c12939494
Author: Sabrina Wüst <119059706+Sabr1n4W@users.noreply.github.com>
Date:   Wed Nov 6 17:21:42 2024 +0100

    Fix change room type no expert (#1495)

    * Fix RoomTypeChangeConfirmationModal

    * Change RoomTypeChangeConfirmationModal visibility

    * Change getCurrentSettingValue for access code

    * Fix tests

    * Fix reset of settings

    * Update CHANGELOG

commit 6f99ae075750d6098782295c2518808ac1a1fdbb
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Nov 6 16:44:14 2024 +0100

    Fix responsive chart sizing (#1537)

    * Fix responsive chart sizing

    * Adjust changelog

    * Fix cs

commit b8f70c1982b584151256b91b6844cfeac070a47a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 6 13:54:47 2024 +0100

    Bump @cypress/code-coverage from 3.13.4 to 3.13.6 (#1533)

    Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 3.13.4 to 3.13.6.
    - [Release notes](https://github.com/cypress-io/code-coverage/releases)
    - [Changelog](https://github.com/cypress-io/code-coverage/blob/master/.releaserc)
    - [Commits](https://github.com/cypress-io/code-coverage/compare/v3.13.4...v3.13.6)

    ---
    updated-dependencies:
    - dependency-name: "@cypress/code-coverage"
      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>

commit eb4ba8b0590576ffbac65eedf8bd5813b8353b70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 6 13:54:27 2024 +0100

    Bump @eslint/js from 9.13.0 to 9.14.0 (#1532)

    Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.13.0 to 9.14.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js)

    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      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>

commit da6516301eec58079fd69f1b98b7235657dc7992
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 5 11:58:05 2024 +0100

    Bump globals from 15.11.0 to 15.12.0 (#1527)

    Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 15.12.0.
    - [Release notes](https://github.com/sindresorhus/globals/releases)
    - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0)

    ---
    updated-dependencies:
    - dependency-name: globals
      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>

commit 0a7201e7412d388c40802a575dc3dcff806c04b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 5 11:57:45 2024 +0100

    Bump vue-chartjs from 5.3.1 to 5.3.2 (#1528)

    Bumps [vue-chartjs](https://github.com/apertureless/vue-chartjs) from 5.3.1 to 5.3.2.
    - [Release notes](https://github.com/apertureless/vue-chartjs/releases)
    - [Changelog](https://github.com/apertureless/vue-chartjs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/apertureless/vue-chartjs/compare/v5.3.1...v5.3.2)

    ---
    updated-dependencies:
    - dependency-name: vue-chartjs
      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>

commit 8efe0ec92c4f0586c8adb6b60c0f61b914b2f607
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 5 11:56:57 2024 +0100

    Bump laravel/telescope from 5.2.3 to 5.2.4 (#1531)

    Bumps [laravel/telescope](https://github.com/laravel/telescope) from 5.2.3 to 5.2.4.
    - [Release notes](https://github.com/laravel/telescope/releases)
    - [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/telescope/compare/v5.2.3...v5.2.4)

    ---
    updated-dependencies:
    - dependency-name: laravel/telescope
      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>

commit 08128e8c6228e193a10732de93af0500efd11561
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 5 11:56:44 2024 +0100

    Bump pinia from 2.2.4 to 2.2.6 (#1530)

    Bumps [pinia](https://github.com/vuejs/pinia) from 2.2.4 to 2.2.6.
    - [Release notes](https://github.com/vuejs/pinia/releases)
    - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.4...pinia@2.2.6)

    ---
    updated-dependencies:
    - dependency-name: pinia
      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>

commit 44fa681c6cc83de746e6baefc7a2407f6f6374ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 12:19:54 2024 +0100

    Bump the tiptap group with 9 updates (#1508)

    Bumps the tiptap group with 9 updates:

    | Package | From | To |
    | --- | --- | --- |
    | [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `2.9.0` | `2.9.1` |
    | [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `2.9.0` | `2.9.1` |
    | [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `2.9.0` | `2.9.1` |
    | [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.9.0` | `2.9.1` |
    | [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `2.9.0` | `2.9.1` |
    | [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.9.0` | `2.9.1` |
    | [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.9.0` | `2.9.1` |
    | [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.9.0` | `2.9.1` |
    | [@tiptap/vue-3](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3) | `2.9.0` | `2.9.1` |

    Updates `@tiptap/extension-color` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-color/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-color@2.9.1/packages/extension-color)

    Updates `@tiptap/extension-highlight` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-highlight@2.9.1/packages/extension-highlight)

    Updates `@tiptap/extension-image` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-image@2.9.1/packages/extension-image)

    Updates `@tiptap/extension-link` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-link@2.9.1/packages/extension-link)

    Updates `@tiptap/extension-text-align` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-align/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-text-align@2.9.1/packages/extension-text-align)

    Updates `@tiptap/extension-text-style` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-style/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-text-style@2.9.1/packages/extension-text-style)

    Updates `@tiptap/extension-underline` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-underline@2.9.1/packages/extension-underline)

    Updates `@tiptap/starter-kit` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/starter-kit@2.9.1/packages/starter-kit)

    Updates `@tiptap/vue-3` from 2.9.0 to 2.9.1
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/vue-3/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/vue-3@2.9.1/packages/vue-3)

    ---
    updated-dependencies:
    - dependency-name: "@tiptap/extension-color"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-highlight"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-image"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-link"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-text-align"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-text-style"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-underline"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/starter-kit"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    - dependency-name: "@tiptap/vue-3"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: tiptap
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9876b4fd3490fc97c059d2d33e2cca1fb50d1978
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 12:18:29 2024 +0100

    Bump chart.js from 4.4.5 to 4.4.6 (#1517)

    Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.5 to 4.4.6.
    - [Release notes](https://github.com/chartjs/Chart.js/releases)
    - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.5...v4.4.6)

    ---
    updated-dependencies:
    - dependency-name: chart.js
      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>

commit b74f374a1464fa4021b5044bbd19c3e94bb11cdd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 12:18:12 2024 +0100

    Bump symfony/var-exporter from 7.1.2 to 7.1.6 (#1514)

    Bumps [symfony/var-exporter](https://github.com/symfony/var-exporter) from 7.1.2 to 7.1.6.
    - [Release notes](https://github.com/symfony/var-exporter/releases)
    - [Changelog](https://github.com/symfony/var-exporter/blob/7.1/CHANGELOG.md)
    - [Commits](https://github.com/symfony/var-exporter/compare/v7.1.2...v7.1.6)

    ---
    updated-dependencies:
    - dependency-name: symfony/var-exporter
      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>

commit c3170f975ac2ef6d0e4af8ad59d0741281200090
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 12:18:00 2024 +0100

    Bump barryvdh/laravel-ide-helper from 3.2.0 to 3.2.2 (#1519)

    Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 3.2.0 to 3.2.2.
    - [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
    - [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v3.2.0...v3.2.2)

    ---
    updated-dependencies:
    - dependency-name: barryvdh/laravel-ide-helper
      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>

commit 68c72ce573fe9ea9dbabca82792977faa587daf6
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Mon Nov 4 12:07:45 2024 +0100

    Fix wrong icon and tooltip for participant count

commit 76734ec2ba7005d9e9c81fb704d5e037f9bd312f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 12:03:14 2024 +0100

    Bump laravel/framework from 11.28.1 to 11.30.0 (#1524)

    Bumps [laravel/framework](https://github.com/laravel/framework) from 11.28.1 to 11.30.0.
    - [Release notes](https://github.com/laravel/framework/releases)
    - [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/framework/compare/v11.28.1...v11.30.0)

    ---
    updated-dependencies:
    - dependency-name: laravel/framework
      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>

commit 00d7cb28a16e1cfeee7d757b1df86f47d5726d4a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 09:38:04 2024 +0100

    Bump phpunit/phpunit from 11.4.2 to 11.4.3 (#1516)

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.4.2 to 11.4.3.
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.3/ChangeLog-11.4.md)
    - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.4.2...11.4.3)

    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      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>

commit a6facfee660bf2ab11919365f10730ff219a5823
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 09:20:52 2024 +0100

    Bump axe-core from 4.10.1 to 4.10.2 (#1510)

    Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.10.1 to 4.10.2.
    - [Release notes](https://github.com/dequelabs/axe-core/releases)
    - [Changelog](https://github.com/dequelabs/axe-core/blob/v4.10.2/CHANGELOG.md)
    - [Commits](https://github.com/dequelabs/axe-core/compare/v4.10.1...v4.10.2)

    ---
    updated-dependencies:
    - dependency-name: axe-core
      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>

commit 3c916dab5a0398360070b7cc3abd72f0e84b887d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 09:19:43 2024 +0100

    Bump cypress from 13.15.0 to 13.15.1 (#1513)

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.15.0 to 13.15.1.
    - [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/v13.15.0...v13.15.1)

    ---
    updated-dependencies:
    - dependency-name: cypress
      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>

commit ee3fe8fa4d2d5dbc0f6b97193d41e5c5c7833591
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 09:19:16 2024 +0100

    Bump sass from 1.80.3 to 1.80.6 (#1525)

    Bumps [sass](https://github.com/sass/dart-sass) from 1.80.3 to 1.80.6.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/sass/dart-sass/compare/1.80.3...1.80.6)

    ---
    updated-dependencies:
    - dependency-name: sass
      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>

commit 92210b71d460498df66be8297e77a2cb1e7fe3e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 4 09:16:07 2024 +0100

    Bump laravel/horizon from 5.29.1 to 5.29.2 (#1505)

    Bumps [laravel/horizon](https://github.com/laravel/horizon) from 5.29.1 to 5.29.2.
    - [Release notes](https://github.com/laravel/horizon/releases)
    - [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
    - [Commits](https://github.com/laravel/horizon/compare/v5.29.1...v5.29.2)

    ---
    updated-dependencies:
    - dependency-name: laravel/horizon
      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>

commit df4945e65c853d2ebde2bbd9c6f7ff2874262c25
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 23 18:22:34 2024 +0200

    Bump the tiptap group with 9 updates (#1506)

    Bumps the tiptap group with 9 updates:

    | Package | From | To |
    | --- | --- | --- |
    | [@tiptap/extension-color](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-color) | `2.8.0` | `2.9.0` |
    | [@tiptap/extension-highlight](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-highlight) | `2.8.0` | `2.9.0` |
    | [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) | `2.8.0` | `2.9.0` |
    | [@tiptap/extension-link](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-link) | `2.8.0` | `2.9.0` |
    | [@tiptap/extension-text-align](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-align) | `2.8.0` | `2.9.0` |
    | [@tiptap/extension-text-style](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-text-style) | `2.8.0` | `2.9.0` |
    | [@tiptap/extension-underline](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-underline) | `2.8.0` | `2.9.0` |
    | [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) | `2.8.0` | `2.9.0` |
    | [@tiptap/vue-3](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/vue-3) | `2.8.0` | `2.9.0` |

    Updates `@tiptap/extension-color` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-color/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-color@2.9.0/packages/extension-color)

    Updates `@tiptap/extension-highlight` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-highlight/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-highlight@2.9.0/packages/extension-highlight)

    Updates `@tiptap/extension-image` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-image/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-image@2.9.0/packages/extension-image)

    Updates `@tiptap/extension-link` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-link/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-link@2.9.0/packages/extension-link)

    Updates `@tiptap/extension-text-align` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-align/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-text-align@2.9.0/packages/extension-text-align)

    Updates `@tiptap/extension-text-style` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-text-style/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-text-style@2.9.0/packages/extension-text-style)

    Updates `@tiptap/extension-underline` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/extension-underline/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/extension-underline@2.9.0/packages/extension-underline)

    Updates `@tiptap/starter-kit` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/starter-kit@2.9.0/packages/starter-kit)

    Updates `@tiptap/vue-3` from 2.8.0 to 2.9.0
    - [Release notes](https://github.com/ueberdosis/tiptap/releases)
    - [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/vue-3/CHANGELOG.md)
    - [Commits](https://github.com/ueberdosis/tiptap/commits/@tiptap/vue-3@2.9.0/packages/vue-3)

    ---
    updated-dependencies:
    - dependency-name: "@tiptap/extension-color"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-highlight"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-image"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-link"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-text-align"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-text-style"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/extension-underline"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/starter-kit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    - dependency-name: "@tiptap/vue-3"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: tiptap
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d48101023994da0a02069a42f168e783817d6a0e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 23 18:20:49 2024 +0200

    Bump vite from 5.4.9 to 5.4.10 (#1507)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.9 to 5.4.10.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

    ---
    updated-dependencies:
    - dependency-name: vite
      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>

commit fac1c5fc4824c94c01cc2a09d911c37958713cbb
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Oct 23 18:20:08 2024 +0200

    Update .prettierignore to ignore dependencies lock files

commit 88f8e7f1d4e59020bc5ca42e8f9dc812882be7d7
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 23 18:16:17 2024 +0200

    Update locales (#1503)

    Co-authored-by: SamuelWei <SamuelWei@users.noreply.github.com>

commit 607bd250fef4ccc971c229815f1a884c2b8bbe4e
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Oct 23 16:54:21 2024 +0200

    Code cleanup

    State cannot be reached, where notifications can be disabled and a notification is shown at the same time

commit 0b92d86f3d6a3138dcd19ddac57b5e43b592014c
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Wed Oct 23 16:45:23 2024 +0200

    Fix missing info toast after browser notification has been granted on request

    Discovered by @Sabr1n4W while testing with cypress

commit bdea1c8441a24dc8e88bf01a3dc0a1bb6268f984
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 22 13:36:16 2024 +0200

    Bump eslint-plugin-cypress from 3.6.0 to 4.0.0 (#1500)

    Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
    - [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v4.0.0)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-cypress
      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>

commit e669c9e740ccf24269f1ad8a33e47d07c402ee1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Oct 22 13:36:04 2024 +0200

    Bump eslint-plugin-vue from 9.29.0 to 9.29.1 (#1496)

    Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.29.0 to 9.29.1.
    - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
    - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1)

    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-vue
      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>

commit b103f3b1f775fbd107a64fdd50adbf31905cab4c
Author: Samuel Weirich <4281791+SamuelWei@users.noreply.github.com>
Date:   Mon Oct 21 17:47:28 2024 +0200

    Upgrade eslint, add prettier (#1494)

    * Upgrade eslint, add prettier

    * Fix component prop warnings

    * Remove standard

    * Add commands

    * Code format

    * Fix cs

    * Code cleanup

    * Format code

    * Sort tailwind classes

    * Silence deprecations

    * Add prettier to CI

    * Fix cs

    * Cleanup

    * Fix cs

    * Adjust docs

    * Fix old laravel urls in docs

commit 577e5cf88aaa95a935156d99e9a45a3ca3c6923a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 21 16:32:30 2024 +0200

    Bump barryvdh/laravel-ide-helper from 3.1.0 to 3.2.0 (#1499)

    Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
    - [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/barryvdh/laravel-ide-helper/compare/v3.1.0...v3.2.0)

    ---
    updated-dependencies:
    - dependency-name: barryvdh/laravel-ide-helper
      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>

commit 915677b7a9828b2f4aa63678079a0c2a314c0e7b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 21 16:31:59 2024 +0200

    Bump phpunit/phpunit from 11.4.1 to 11.4.2 (#1498)

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.4.1 to 11.4.2.
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.2/ChangeLog-11.4.md)
    - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.4.1...11.4.2)

    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      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>

commit db6ee825f0badc1327aff20655956132217fd6a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
D…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing error handling for 404 errors for RoomsViewPersonalizedLinks actions

2 participants