-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reimplement frontend tests with cypress #1549
Reimplement frontend tests with cypress #1549
Conversation
…alent-frontend-test-scope-in-cypress
…alent-frontend-test-scope-in-cypress
…alent-frontend-test-scope-in-cypress
…alent-frontend-test-scope-in-cypress
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1549 +/- ##
=============================================
+ Coverage 75.22% 80.85% +5.63%
Complexity 1322 1322
=============================================
Files 359 359
Lines 9141 9141
Branches 845 845
=============================================
+ Hits 6876 7391 +515
+ Misses 2265 1750 -515 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
PILOS Run #1128
Run Properties:
|
Project |
PILOS
|
Branch Review |
develop
|
Run status |
Passed #1128
|
Run duration | 04m 46s |
Commit |
9afb3a2d80: Reimplement frontend tests with cypress (#1549)
|
Committer | Sabrina Wüst |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
236
|
View all changes introduced in this branch ↗︎ |
@Sabr1n4W Can you please have a look at https://cloud.cypress.io/projects/w8t3fx/runs/1042/overview/ddfd84fa-4c5e-4aac-bc82-0bf912a60572?roarHideRunsWithDiffGroupsAndTags=1 |
…alent-frontend-test-scope-in-cypress # Conflicts: # CHANGELOG.md
I hope that the changes I made will fix this issue. Test passed 50 times after the changes without fail. |
…alent-frontend-test-scope-in-cypress # Conflicts: # CHANGELOG.md # resources/js/components/RoomTabHistoryAttendanceButton.vue # resources/js/components/RoomTabHistoryStatisticButton.vue # resources/js/components/RoomTabPersonalizedLinksAddButton.vue # resources/js/components/RoomTabPersonalizedLinksDeleteButton.vue # resources/js/components/RoomTabPersonalizedLinksEditButton.vue # resources/js/components/RoomTabRecordingsDeleteButton.vue # resources/js/components/RoomTabRecordingsEditButton.vue # resources/js/components/RoomTabRecordingsViewButton.vue
…alent-frontend-test-scope-in-cypress
31cd1c3
to
fc816b2
Compare
…alent-frontend-test-scope-in-cypress # Conflicts: # CHANGELOG.md
commit 4bdc7aeecad7b047f11d129f329f85f180ecebc1 Author: Samuel Weirich <[email protected]> Date: Wed Nov 20 16:39:22 2024 +0100 Update changelog for v4.1.1 release commit 9afb3a2d800e27df4e1741ab0569355bd205226a Author: Sabrina Wüst <[email protected]> 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 <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit b3103683285d5a96f3f193712829090b2a0c8382 Author: Samuel Weirich <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 3a7fbc607aa188fe2fbdab32adde561fc3c986c2 Author: Samuel Weirich <[email protected]> Date: Mon Nov 18 14:05:56 2024 +0100 Fix docs version commit 2818c1e1f62eec87a17287f3ff63d65cb78e8a35 Author: Samuel Weirich <[email protected]> Date: Mon Nov 18 14:04:06 2024 +0100 Fix docs commit 46131fb554291b6dd5331e6a39ee6c39370f5f96 Author: Samuel Weirich <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fe75f2f6a9a0cb9072059361635204a279586c2a Author: Sabrina Wüst <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 67044426398eab60a727c5fb8232f8c0865d307f Author: Samuel Weirich <[email protected]> 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 <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 90a80746ca219906f78e5cce3be445a716fbe758 Author: Sabrina Wüst <[email protected]> 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 <[email protected]> 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 <[email protected]> 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/[email protected]/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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit c9e6b677828d0ea4a968bc8784a82ab36b05a1a6 Author: Samuel Weirich <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 0698c8c91741a1e47fedf2d1fae78c8c12939494 Author: Sabrina Wüst <[email protected]> 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 <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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/[email protected]@2.2.6) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> 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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 68c72ce573fe9ea9dbabca82792977faa587daf6 Author: Samuel Weirich <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit fac1c5fc4824c94c01cc2a09d911c37958713cbb Author: Samuel Weirich <[email protected]> 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 <[email protected]> commit 607bd250fef4ccc971c229815f1a884c2b8bbe4e Author: Samuel Weirich <[email protected]> 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 <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit b103f3b1f775fbd107a64fdd50adbf31905cab4c Author: Samuel Weirich <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit db6ee825f0badc1327aff20655956132217fd6a5 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: …
Partially implements #1150
Type (Highlight the corresponding type)
Checklist
Changes