Brainslug
844d4e7f33
v10.13.0 ( #22903 )
v10.13.0
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
3cc349982f
TUS changeset ( #22901 )
...
* changeset
* updated changeset
* updated docs
* more prettier
* dictionary
2024-07-02 17:23:20 +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
Mohammad Quadri
61466e722e
Fix code in "Create A Radio Selector With Icons, SVG, or Images" guide ( #22892 )
2024-07-02 08:52:38 +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]
bbf3c3b2fe
Bump @changesets/cli from 2.27.5 to 2.27.7 ( #22890 )
...
Bumps [@changesets/cli](https://github.com/changesets/changesets ) from 2.27.5 to 2.27.7.
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.5...@changesets/cli@2.27.7 )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
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:40:56 +02:00
dependabot[bot]
13cf4551d7
Bump @supabase/storage-js from 2.5.5 to 2.6.0 ( #22889 )
...
Bumps [@supabase/storage-js](https://github.com/supabase/storage-js ) from 2.5.5 to 2.6.0.
- [Release notes](https://github.com/supabase/storage-js/releases )
- [Changelog](https://github.com/supabase/storage-js/blob/main/.releaserc.json )
- [Commits](https://github.com/supabase/storage-js/compare/v2.5.5...v2.6.0 )
---
updated-dependencies:
- dependency-name: "@supabase/storage-js"
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-07-02 07:38:30 +02:00
Rijk van Zanten
6f393ff50d
Set uploaded_on through Directus flag ( #22885 )
...
* Set uploaded_on date in flag
Fixes #22884
* Add changeset
* Fix quotes
* Update .changeset/neat-grapes-kick.md
Co-authored-by: ian <licitdev@gmail.com >
* Improve changeset
---------
Co-authored-by: ian <licitdev@gmail.com >
2024-07-01 13:58:24 -04: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
dependabot[bot]
e5f111b219
Bump undici from 6.18.2 to 6.19.2 ( #22880 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 6.18.2 to 6.19.2.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.18.2...v6.19.2 )
---
updated-dependencies:
- dependency-name: undici
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-07-01 09:11:35 +02:00
Ivo Kovačević
a79a2cb67e
Fix session verification for shares ( #22865 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-29 01:06:09 +02:00
PoHsun611
6a4413c7bd
Docs: Fix code issue in Interactive Panel Guide ( #22864 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-28 11:38:08 +02:00
dependabot[bot]
45e1d3e73b
Bump graphql from 16.8.2 to 16.9.0 ( #22870 )
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 16.8.2 to 16.9.0.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0 )
---
updated-dependencies:
- dependency-name: graphql
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-06-28 08:47:32 +02:00
dependabot[bot]
5f1838fd3a
Bump pg from 8.11.5 to 8.12.0 ( #22871 )
...
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg ) from 8.11.5 to 8.12.0.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.12.0/packages/pg )
---
updated-dependencies:
- dependency-name: pg
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-06-28 08:46:38 +02:00
Pascal Jufer
7ff5da6522
Account for share when updating stateful sessions ( #22867 )
...
* Account for share when updating stateful sessions
* Add changeset
2024-06-27 10:57:29 -04:00
Rijk van Zanten
440d9aa91c
Rename feature-requests.yml to draft-feature-requests.yml
2024-06-27 10:55:22 -04:00
Rijk van Zanten
8c8521cf26
Only set default filename disk if none is provided ( #22848 )
2024-06-27 16:51:05 +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
Rijk van Zanten
d6ce1d88f4
Update note on review process ( #22853 )
2024-06-26 08:50:36 -04:00
dependabot[bot]
27b06a0df2
Bump liquidjs from 10.13.1 to 10.14.0 ( #22850 )
...
Bumps [liquidjs](https://github.com/harttle/liquidjs ) from 10.13.1 to 10.14.0.
- [Release notes](https://github.com/harttle/liquidjs/releases )
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harttle/liquidjs/compare/v10.13.1...v10.14.0 )
---
updated-dependencies:
- dependency-name: liquidjs
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-06-26 09:24:44 +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
Hannes Küttner
68898441f1
Added missing relations to system-data ( #22844 )
2024-06-25 15:27:57 +02:00
Pascal Jufer
60c5ab3461
Bump pnpm to 9.4.0 & relax engine check to v9 ( #22842 )
2024-06-25 09:54:13 +00:00
dependabot[bot]
c191be8a85
Bump typedoc-plugin-zod from 1.1.2 to 1.2.0 ( #22838 )
...
Bumps [typedoc-plugin-zod](https://github.com/Gerrit0/typedoc-plugin-zod ) from 1.1.2 to 1.2.0.
- [Commits](https://github.com/Gerrit0/typedoc-plugin-zod/compare/v1.1.2...v1.2.0 )
---
updated-dependencies:
- dependency-name: typedoc-plugin-zod
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-25 09:29:54 +02:00
dependabot[bot]
1c29cec5eb
Bump tar from 7.2.0 to 7.4.0 ( #22837 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.2.0 to 7.4.0.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.2.0...v7.4.0 )
---
updated-dependencies:
- dependency-name: tar
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-06-25 09:22:02 +02:00
dependabot[bot]
29b9a8f234
Bump @aws-sdk/client-ses from 3.568.0 to 3.600.0 ( #22836 )
...
Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses ) from 3.568.0 to 3.600.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ses/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/clients/client-ses )
---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ses"
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-06-25 09:18:26 +02: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
Brainslug
454cb534d6
Merge pull request from GHSA-jgf4-vwc3-r46v
...
* naive fix for enumeration
* re-added explicit provider check
* Remove user suspended error as well
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-06-24 14:51:07 -04:00
dependabot[bot]
9594d04fe3
Bump ws from 8.17.0 to 8.17.1 ( #22829 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
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-06-24 12:27:40 +02: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]
0aafbe10de
Bump listr2 from 8.2.1 to 8.2.3 ( #22831 )
...
Bumps [listr2](https://github.com/listr2/listr2 ) from 8.2.1 to 8.2.3.
- [Release notes](https://github.com/listr2/listr2/releases )
- [Changelog](https://github.com/listr2/listr2/blob/master/release.config.cjs )
- [Commits](https://github.com/listr2/listr2/compare/listr2@8.2.1...listr2@8.2.3 )
---
updated-dependencies:
- dependency-name: listr2
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:25:04 +02:00
Mohammad Quadri
d0b8205990
Fix user register endpoint in documentation ( #22832 )
2024-06-24 08:29:57 +02:00
Rijk van Zanten
8f0729b5e1
Update data-model.md
...
Fixes #22821
2024-06-22 13:53:59 -04:00
dependabot[bot]
2c6ae52afc
Bump eslint-plugin-react from 7.34.2 to 7.34.3 ( #22810 )
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.34.2 to 7.34.3.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
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>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-21 04:01:48 +00:00
dependabot[bot]
436eb4023d
Bump joi from 17.13.1 to 17.13.3 ( #22809 )
...
Bumps [joi](https://github.com/hapijs/joi ) from 17.13.1 to 17.13.3.
- [Commits](https://github.com/hapijs/joi/compare/v17.13.1...v17.13.3 )
---
updated-dependencies:
- dependency-name: joi
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-06-21 05:55:22 +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
dependabot[bot]
1bdc185fbd
Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 ( #22802 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace ) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/replace-v5.0.7/packages/replace )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-replace"
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-06-20 08:33:12 +02:00
dependabot[bot]
41385db3e3
Bump nodemailer from 6.9.13 to 6.9.14 ( #22803 )
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 6.9.13 to 6.9.14.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.13...v6.9.14 )
---
updated-dependencies:
- dependency-name: nodemailer
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-06-20 08:31:59 +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]
a321a1f462
Bump @rollup/plugin-commonjs from 25.0.7 to 25.0.8 ( #22793 )
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 25.0.7 to 25.0.8.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.8/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
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-06-19 06:02:14 +02:00
dependabot[bot]
b901386027
Bump zod-validation-error from 3.2.0 to 3.3.0 ( #22791 )
...
Bumps [zod-validation-error](https://github.com/causaly/zod-validation-error ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/causaly/zod-validation-error/releases )
- [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md )
- [Commits](https://github.com/causaly/zod-validation-error/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: zod-validation-error
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-06-19 06:01:22 +02:00
Pascal Jufer
4510a1742f
Add breaking change notice for service integrity change ( #22786 )
...
* Add breaking change notice for service integrity change
* Update docs/releases/breaking-changes.md
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-06-18 14:10:03 -04:00
Pascal Jufer
53b3c1fa00
Fix remaining blackbox test issues ( #22759 )
...
* Fix remaining blackbox test issues
* Temporary activation of blackbox tests (sqlite)
* Enable hanging-process reporter for now
* Revert "Enable hanging-process reporter for now"
This reverts commit ce490ba229 .
* Fix hanging by cleaning up sequential list
Also prevent this issue in future by logging invalid files in list
* Switch remaining tests to `getPort`
To get random, available ports
* Revert "Temporary activation of blackbox tests (sqlite)"
This reverts commit a8687a095a .
2024-06-18 17:37:20 +08: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
dependabot[bot]
a125fc6fa3
Bump pino-pretty from 11.0.0 to 11.2.1 ( #22778 )
...
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty ) from 11.0.0 to 11.2.1.
- [Release notes](https://github.com/pinojs/pino-pretty/releases )
- [Commits](https://github.com/pinojs/pino-pretty/compare/v11.0.0...v11.2.1 )
---
updated-dependencies:
- dependency-name: pino-pretty
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-06-18 10:41:02 +02:00
dependabot[bot]
b7d871d48d
Bump eslint-plugin-vue from 9.25.0 to 9.26.0 ( #22776 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.25.0 to 9.26.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.25.0...v9.26.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>
2024-06-18 09:52:38 +02:00
Hannes Küttner
6fad0576c8
Add translate option to the formatted value display ( #22762 )
2024-06-17 11:21:33 +02:00
dependabot[bot]
ff94cf4088
Bump pino from 9.1.0 to 9.2.0 ( #22768 )
...
* Bump pino from 9.1.0 to 9.2.0
Bumps [pino](https://github.com/pinojs/pino ) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/pinojs/pino/releases )
- [Commits](https://github.com/pinojs/pino/compare/v9.1.0...v9.2.0 )
---
updated-dependencies:
- dependency-name: pino
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update peer dep version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-06-17 09:16:59 +00:00