5861 Commits

Author SHA1 Message Date
Brainslug
844d4e7f33 v10.13.0 (#22903) 2024-07-02 17:38:58 +02:00
Rijk van Zanten
a683f2e738 New Crowdin updates (#22824)
* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Spanish, Latin America)

* New translations en-us.yaml (Spanish, Chile)

* New translations en-us.yaml (Spanish, Mexico)

* Update source file en-US.yaml

* New translations en-us.yaml (Croatian)

* New translations en-us.yaml (Korean)

* New translations en-us.yaml (Spanish)
2024-07-02 17:24:13 +02:00
Brainslug
266e043c0e Add support for the TUS protocol (#22673)
* WIP initial TUS tests

* WIP further tus integration

* WIP authenticate uploads

* boilerplate stuff

* Migrated handlers

* resolving type errors

* tackle some build errors

* WIP moving resumable uploads to its own package

* added migration and integrated local file storage into directus files

* cleaned up local store

* cleaned up failed experiments

* prettier

* Add tus_data and tus_id to system data

* Improve file upload progress estimation for multiple files

* bypass creating a revision per uploaded chunk

* fixed accidental commit

* Fix pause/resume for multiple uploads

* Null coalesce all the way

* Added directus locking logic

* prettier

* Small tweak (added resume uploads dialog)

* authentication

* Add remove to resumable uploads

* added delete endpoint and cleaned old service setup

* WIP s3 storage adapter

* Less breaking of interfaces, more breaking of text

* Moved local adapter to its own package

* Prettying some things up

* Sort resumable uploads by creation time

* Fix resumable uploads dialog popping up on second file upload

* Move buttons around & properly handle error

* s3

* A few changes

- Make S3 driver work more reliable
- Move common logic to tus driver class
- Respect `folder` when uploading from a different folder
- Implement cleanup for both local and S3

* synced dependencies

* accept presets

* Remove extra code for folder, as this is handled in presets now

* Rename migration to most recent date

* updated lcokfile

* prettier

* dont fully rely on the sudo service

* removed unused import

* Hide partial file uploads from the API

* satisfy linter

* Refactor tus into storage driver

* Fix merge conflicts

* Update pnpm-lock

* Fix typing issue

* nuked tus driver packages

* updated environment vars

* prettier

* Change type import style

* Fix S3 cleanup

* Use `modified_on` instead of tus creation date

* Pass chunk size to storage drivers

* Add sudo service to scheduled job

* Make cleanup work even if no upload was done before

* Remove "Resume Uploads" interface

* Update packages/env/src/constants/defaults.ts

Co-authored-by: ian <licitdev@gmail.com>

* Add config docs

* Add resumable to dictionary

* moved chunk filter to service

* simplify middleware

* use lodash

* Update api/src/services/tus/data-store.ts

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

* move to devDeps

* package lock

* fixed import

* updated test mocking

* Create a new TUS server handler for every request instead of one global one

* Allow for tree-shaking tus-client

* Rename resumable-uploads.ts to tus.ts

* Extract meta data from uploaded file

* Only consider full parts or the final part for bytesUploaded in S3

* Add additional sanity check to S3 driver

* Remove pause/resume functionality

* fixed file replacement

* Remove unused expose

* Reintroduce defineExpose and expose abort

* Broken file replace

* fixed replacement

* prettier

* added filesize in replace

* update metadata extraction

* Remove unused import

* updated package-lock

* extra validation check

* oops

---------

Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com>
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-07-02 17:00:59 +02:00
dependabot[bot]
cf35dfcb04 Bump @types/lodash from 4.17.5 to 4.17.6 (#22891)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.5 to 4.17.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  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>
2024-07-02 07:41:53 +02:00
dependabot[bot]
147678f288 Bump apexcharts from 3.49.1 to 3.49.2 (#22878)
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.49.1 to 3.49.2.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.49.1...v3.49.2)

---
updated-dependencies:
- dependency-name: apexcharts
  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>
2024-07-01 09:13:35 +02:00
Hannes Küttner
b0d1ad4a16 Fix tooltip arrow (#22858)
* Fix tooltip arrow for high resolutions

* Add changeset

* Account for changed size in offset
2024-06-27 14:58:32 +02:00
dependabot[bot]
22ef4a4dc3 Bump vue-tsc from 2.0.19 to 2.0.22 (#22856)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.19 to 2.0.22.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.22/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  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>
2024-06-27 08:09:42 +02:00
drennvinn
a42633b657 collapse/expand all collections (#22780)
* collapse/expand all collections

* Update contributors.yml

* collapse/expand all collections

* change btn placement and design

* run prettier

* change expand All/None mechanics and design

* Improved expand/collapse state management

* run prettier

* removing unnecessary array

* Simplify state management

* Update visual style

* Add changeset

* Remove unused setter

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2024-06-25 15:38:23 -04:00
Matthew Rumery
4c3af9ba0d Include image extension in image URL when uploading image through WYSIWYG (#22789)
* fix: use image extension in image url when uploading image

* fix: get file extension from directus_file type
2024-06-24 15:10:41 -04:00
dependabot[bot]
05939121be Bump @editorjs/paragraph from 2.11.4 to 2.11.5 (#22830)
Bumps [@editorjs/paragraph](https://github.com/editor-js/paragraph) from 2.11.4 to 2.11.5.
- [Commits](https://github.com/editor-js/paragraph/commits)

---
updated-dependencies:
- dependency-name: "@editorjs/paragraph"
  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>
2024-06-24 12:26:19 +02:00
dependabot[bot]
a5ddd4deb6 Bump happy-dom from 14.12.0 to 14.12.3 (#22808)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.12.0 to 14.12.3.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.12.0...v14.12.3)

---
updated-dependencies:
- dependency-name: happy-dom
  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>
2024-06-21 05:54:25 +02:00
Daniel Biegler
fc8801f0c0 Fix clipboard copy notification for blocked environments (#22797)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-06-19 11:22:02 +00:00
dependabot[bot]
9c73014ca1 Bump @editorjs/embed from 2.7.2 to 2.7.4 (#22777)
Bumps [@editorjs/embed](https://github.com/editor-js/embed) from 2.7.2 to 2.7.4.
- [Commits](https://github.com/editor-js/embed/commits)

---
updated-dependencies:
- dependency-name: "@editorjs/embed"
  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>
2024-06-18 10:43:27 +02:00
Hannes Küttner
6fad0576c8 Add translate option to the formatted value display (#22762) 2024-06-17 11:21:33 +02:00
Pascal Jufer
0b936dab69 Fix pattern check in filter component (#22697)
* Fix pattern check in filter component

* Add changeset
2024-06-14 15:09:53 -04:00
Pascal Jufer
94698aa891 Improve field arrangement in bookmark edit view (#22701)
* Improve field arrangement in bookmark edit view

* Add changeset
2024-06-14 15:01:37 -04:00
Pascal Jufer
f6627b1f6f Add a default preset for bookmarks (#22699)
* Add a default preset for bookmarks

* Add changeset
2024-06-14 14:58:45 -04:00
dependabot[bot]
9e9341c609 Bump vue-router from 4.3.2 to 4.3.3 (#22758)
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.3.2...v4.3.3)

---
updated-dependencies:
- dependency-name: vue-router
  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>
2024-06-14 07:06:24 +02:00
dependabot[bot]
d24bf268df Bump sass from 1.77.4 to 1.77.5 (#22733)
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.77.5.
- [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.77.4...1.77.5)

---
updated-dependencies:
- dependency-name: sass
  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>
2024-06-12 08:02:35 +02:00
dependabot[bot]
8420c9a743 Bump @types/lodash from 4.17.1 to 4.17.5 (#22719)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.1 to 4.17.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  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>
2024-06-11 09:39:11 +02:00
Brainslug
3fec817d7b Release 10.12.1 (#22712) 2024-06-10 17:16:51 +02:00
Rijk van Zanten
3284f7815f New translations en-us.yaml (Turkish) (#22704) 2024-06-10 17:04:25 +02:00
Hannes Küttner
300be55497 Fix junction relation lookup in the relations store (#22653) 2024-06-10 14:54:02 +02:00
dependabot[bot]
f2a4db2418 Bump sass from 1.77.2 to 1.77.4 (#22680)
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.4.
- [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.77.2...1.77.4)

---
updated-dependencies:
- dependency-name: sass
  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>
2024-06-06 14:40:29 +02:00
dependabot[bot]
b9ee121882 Bump tinymce from 7.1.0 to 7.1.1 (#22661)
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 7.1.0 to 7.1.1.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.1.1/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  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>
2024-06-05 02:53:06 +02:00
José Varela
163f0ade6e App: Omit fake fields from requests (#22646)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-06-05 00:56:27 +02:00
Brainslug
e469b49583 release 10.12 (#22652) 2024-06-04 17:34:36 +02:00
Rijk van Zanten
1cd833dfd8 New Crowdin updates (#22629)
* New translations en-us.yaml (Persian)

* New translations en-us.yaml (Portuguese, Brazilian)

* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Chinese Simplified)
2024-06-04 17:20:34 +02:00
dependabot[bot]
10b8b3b2a4 Bump dompurify from 3.1.2 to 3.1.5 (#22643)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.2 to 3.1.5.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.2...3.1.5)

---
updated-dependencies:
- dependency-name: dompurify
  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>
2024-06-04 09:52:10 +02:00
dependabot[bot]
25f8fa9724 Bump vue-tsc from 2.0.16 to 2.0.19 (#22644)
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.16 to 2.0.19.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.19/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  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>
2024-06-04 09:51:26 +02:00
dependabot[bot]
b026f96b93 Bump happy-dom from 14.11.0 to 14.12.0 (#22636)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.11.0 to 14.12.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.11.0...v14.12.0)

---
updated-dependencies:
- dependency-name: happy-dom
  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>
2024-06-03 10:15:10 +02:00
Brainslug
b7794870f5 release update (#22594) 2024-05-28 17:01:27 +00:00
Rijk van Zanten
bf61ba1044 New Crowdin updates (#22544)
* New translations en-us.yaml (Greek)

* New translations en-us.yaml (Ukrainian)

* New translations en-us.yaml (Vietnamese)

* New translations en-us.yaml (Vietnamese)
2024-05-28 18:40:43 +02:00
dependabot[bot]
184eea5e97 Bump @editorjs/embed from 2.7.1 to 2.7.2 (#22592)
Bumps [@editorjs/embed](https://github.com/editor-js/embed) from 2.7.1 to 2.7.2.
- [Commits](https://github.com/editor-js/embed/commits)

---
updated-dependencies:
- dependency-name: "@editorjs/embed"
  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>
2024-05-28 11:39:52 +02:00
dependabot[bot]
2bcd7b0b0d Bump axios from 1.6.8 to 1.7.2 (#22580)
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.8...v1.7.2)

---
updated-dependencies:
- dependency-name: axios
  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>
2024-05-27 11:27:37 +02:00
dependabot[bot]
76c8a635f1 Bump sass from 1.77.1 to 1.77.2 (#22559)
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.1 to 1.77.2.
- [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.77.1...1.77.2)

---
updated-dependencies:
- dependency-name: sass
  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>
2024-05-24 12:05:53 +02:00
Brainslug
7b212f8f1e v10.11.1 (#22537) 2024-05-21 16:51:19 +00:00
Rijk van Zanten
67f07fcc6c New translations en-us.yaml (Dutch) (#22538) 2024-05-21 12:43:18 -04:00
Rijk van Zanten
deb5c9522d New Crowdin updates (#22444)
* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Polish)

* New translations en-us.yaml (Dutch)

* Update source file en-US.yaml

* New translations en-us.yaml (Portuguese, Brazilian)

* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Arabic)

* Update source file en-US.yaml

* New translations en-us.yaml (Polish)

* New translations en-us.yaml (Ukrainian)

* New translations en-us.yaml (Romanian)

* New translations en-us.yaml (French)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Bulgarian)

* New translations en-us.yaml (Catalan)

* New translations en-us.yaml (Czech)

* New translations en-us.yaml (Danish)

* New translations en-us.yaml (German)

* New translations en-us.yaml (Finnish)

* New translations en-us.yaml (Hungarian)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Japanese)

* New translations en-us.yaml (Korean)

* New translations en-us.yaml (Lithuanian)

* New translations en-us.yaml (Dutch)

* New translations en-us.yaml (Norwegian)

* New translations en-us.yaml (Portuguese)

* New translations en-us.yaml (Russian)

* New translations en-us.yaml (Slovak)

* New translations en-us.yaml (Slovenian)

* New translations en-us.yaml (Albanian)

* New translations en-us.yaml (Swedish)

* New translations en-us.yaml (Turkish)

* New translations en-us.yaml (Chinese Simplified)

* New translations en-us.yaml (Chinese Traditional)

* New translations en-us.yaml (Vietnamese)

* New translations en-us.yaml (Portuguese, Brazilian)

* New translations en-us.yaml (Indonesian)

* New translations en-us.yaml (Persian)

* New translations en-us.yaml (Spanish, Chile)

* New translations en-us.yaml (Spanish, Mexico)

* New translations en-us.yaml (Thai)

* New translations en-us.yaml (Croatian)

* New translations en-us.yaml (Estonian)

* New translations en-us.yaml (English, Canada)

* New translations en-us.yaml (English, United Kingdom)

* New translations en-us.yaml (French, Canada)

* New translations en-us.yaml (Breton)

* New translations en-us.yaml (Bosnian)

* New translations en-us.yaml (Serbian (Latin))

* New translations en-us.yaml (Nepali)

* New translations en-us.yaml (Sorani (Kurdish))

* New translations en-us.yaml (Spanish, Latin America)

* New translations en-us.yaml (Portuguese, Brazilian)

* New translations en-us.yaml (Portuguese, Brazilian)

* New translations en-us.yaml (German)

* New translations en-us.yaml (Albanian)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Vietnamese)

* New translations en-us.yaml (Vietnamese)

---------

Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
2024-05-21 11:39:09 -04:00
Hannes Küttner
900d3a76c4 Fix file selection drawer failing when some files fail loading (#22530)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-05-21 10:49:58 +00:00
Pascal Jufer
c849947751 Fix item fetching in calendar layout when switching view (#22517) 2024-05-21 12:42:30 +02:00
dependabot[bot]
4932bd878d Bump happy-dom from 14.10.1 to 14.11.0 (#22513)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.10.1 to 14.11.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.10.1...v14.11.0)

---
updated-dependencies:
- dependency-name: happy-dom
  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>
2024-05-21 10:32:57 +02:00
dependabot[bot]
e87b9e0435 Bump semver from 7.6.1 to 7.6.2 (#22514)
Bumps [semver](https://github.com/npm/node-semver) from 7.6.1 to 7.6.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.6.1...v7.6.2)

---
updated-dependencies:
- dependency-name: semver
  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>
2024-05-21 10:32:26 +02:00
dependabot[bot]
e6b75b332e Bump @types/lodash from 4.17.0 to 4.17.1 (#22496)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  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>
2024-05-16 10:03:36 +02:00
dependabot[bot]
1ca7d7a2d8 Bump sass from 1.76.0 to 1.77.1 (#22498)
Bumps [sass](https://github.com/sass/dart-sass) from 1.76.0 to 1.77.1.
- [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.76.0...1.77.1)

---
updated-dependencies:
- dependency-name: sass
  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>
2024-05-16 10:03:19 +02:00
ian
2ecee4ee76 Reduce access token refreshing if it is still fresh (#22464)
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com>
2024-05-14 10:03:25 +02:00
dependabot[bot]
10967942b3 Bump @vue/test-utils from 2.4.5 to 2.4.6 (#22485)
Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 2.4.5 to 2.4.6.
- [Release notes](https://github.com/vuejs/test-utils/releases)
- [Commits](https://github.com/vuejs/test-utils/compare/v2.4.5...v2.4.6)

---
updated-dependencies:
- dependency-name: "@vue/test-utils"
  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>
2024-05-14 08:39:42 +02:00
ian
18ba6b44cc Add reload button when the app errors out (#22462)
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2024-05-13 14:29:35 +02:00
dependabot[bot]
bdf3613144 Bump tinymce from 7.0.1 to 7.1.0 (#22477)
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 7.0.1 to 7.1.0.
- [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md)
- [Commits](https://github.com/tinymce/tinymce/commits/7.1.0/modules/tinymce)

---
updated-dependencies:
- dependency-name: tinymce
  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>
2024-05-13 10:56:27 +02:00
dependabot[bot]
9bf88ef507 Bump apexcharts from 3.49.0 to 3.49.1 (#22476)
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.49.0 to 3.49.1.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/commits)

---
updated-dependencies:
- dependency-name: apexcharts
  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>
2024-05-13 10:49:37 +02:00