Brainslug
65f5e96127
v10.13.1 ( #22956 )
2024-07-09 16:06:10 +00:00
dependabot[bot]
779977e40d
Bump @keyv/redis from 2.8.4 to 2.8.5 ( #22933 )
...
Bumps [@keyv/redis](https://github.com/jaredwray/keyv ) from 2.8.4 to 2.8.5.
- [Release notes](https://github.com/jaredwray/keyv/releases )
- [Commits](https://github.com/jaredwray/keyv/commits )
---
updated-dependencies:
- dependency-name: "@keyv/redis"
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-07-05 09:22:55 +02:00
dependabot[bot]
b2bd6b74f3
Bump ws from 8.17.1 to 8.18.0 ( #22931 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.17.1 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0 )
---
updated-dependencies:
- dependency-name: ws
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-05 09:20:42 +02:00
dependabot[bot]
48cb2c1656
Bump qs from 6.12.1 to 6.12.2 ( #22921 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.12.1 to 6.12.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.12.1...v6.12.2 )
---
updated-dependencies:
- dependency-name: qs
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-07-04 08:18:39 +02:00
dependabot[bot]
74992cabfa
Bump inquirer from 9.2.23 to 9.3.2 ( #22907 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 9.2.23 to 9.3.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.23...inquirer@9.3.2 )
---
updated-dependencies:
- dependency-name: inquirer
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-03 09:40:43 +02:00
dependabot[bot]
3aff577d33
Bump @types/express-serve-static-core from 4.19.3 to 4.19.5 ( #22908 )
...
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core ) from 4.19.3 to 4.19.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core )
---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
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-03 08:12:39 +02:00
Brainslug
844d4e7f33
v10.13.0 ( #22903 )
2024-07-02 17:38:58 +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]
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
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
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
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]
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]
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
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
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]
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
dependabot[bot]
78a124f5a4
Bump graphql from 16.8.1 to 16.8.2 ( #22769 )
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 16.8.1 to 16.8.2.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2 )
---
updated-dependencies:
- dependency-name: graphql
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-17 09:44:13 +02:00
dependabot[bot]
15bfa570c7
Bump sharp from 0.33.3 to 0.33.4 ( #22731 )
...
Bumps [sharp](https://github.com/lovell/sharp ) from 0.33.3 to 0.33.4.
- [Release notes](https://github.com/lovell/sharp/releases )
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md )
- [Commits](https://github.com/lovell/sharp/compare/v0.33.3...v0.33.4 )
---
updated-dependencies:
- dependency-name: sharp
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-12 08:02:07 +02:00
dependabot[bot]
c934cdb0e9
Bump oracledb from 6.5.0 to 6.5.1 ( #22717 )
...
Bumps [oracledb](https://github.com/oracle/node-oracledb ) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/oracle/node-oracledb/releases )
- [Changelog](https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oracle/node-oracledb/compare/v6.5.0...v6.5.1 )
---
updated-dependencies:
- dependency-name: oracledb
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-11 09:40:53 +02:00
Brainslug
3fec817d7b
Release 10.12.1 ( #22712 )
2024-06-10 17:16:51 +02:00
dependabot[bot]
b5c4c6dc7c
Bump tsx from 4.9.3 to 4.12.0 ( #22689 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.9.3 to 4.12.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.9.3...v4.12.0 )
---
updated-dependencies:
- dependency-name: tsx
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-07 07:10:19 +02:00
dependabot[bot]
9e29d994d5
Bump inquirer from 9.2.22 to 9.2.23 ( #22690 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 9.2.22 to 9.2.23.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.22...inquirer@9.2.23 )
---
updated-dependencies:
- dependency-name: inquirer
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-07 06:56:46 +02:00
dependabot[bot]
8d853d6dbf
Bump tar from 7.1.0 to 7.2.0 ( #22679 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.1.0 to 7.2.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.1.0...v7.2.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-06 14:53:02 +02:00
dependabot[bot]
320804c757
Bump @types/express-serve-static-core from 4.19.0 to 4.19.3 ( #22663 )
...
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core ) from 4.19.0 to 4.19.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core )
---
updated-dependencies:
- dependency-name: "@types/express-serve-static-core"
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 08:58:42 +02:00
dependabot[bot]
8bf9805645
Bump argon2 from 0.40.1 to 0.40.3 ( #22660 )
...
Bumps [argon2](https://github.com/ranisalt/node-argon2 ) from 0.40.1 to 0.40.3.
- [Release notes](https://github.com/ranisalt/node-argon2/releases )
- [Commits](https://github.com/ranisalt/node-argon2/commits )
---
updated-dependencies:
- dependency-name: argon2
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-05 02:52:19 +02:00
Brainslug
e469b49583
release 10.12 ( #22652 )
2024-06-04 17:34:36 +02:00
dependabot[bot]
426092d6d0
Bump pino from 9.0.0 to 9.1.0 ( #22645 )
...
Bumps [pino](https://github.com/pinojs/pino ) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/pinojs/pino/releases )
- [Commits](https://github.com/pinojs/pino/compare/v9.0.0...v9.1.0 )
---
updated-dependencies:
- dependency-name: pino
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-04 09:51:04 +02:00
dependabot[bot]
45ae215897
Bump liquidjs from 10.12.0 to 10.13.1 ( #22623 )
...
Bumps [liquidjs](https://github.com/harttle/liquidjs ) from 10.12.0 to 10.13.1.
- [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.12.0...v10.13.1 )
---
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-05-31 02:42:42 +02:00
dependabot[bot]
9e4fbe0c67
Bump openapi3-ts from 4.3.1 to 4.3.2 ( #22610 )
...
Bumps [openapi3-ts](https://github.com/metadevpro/openapi3-ts ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/metadevpro/openapi3-ts/releases )
- [Changelog](https://github.com/metadevpro/openapi3-ts/blob/master/Changelog.md )
- [Commits](https://github.com/metadevpro/openapi3-ts/commits )
---
updated-dependencies:
- dependency-name: openapi3-ts
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-30 10:49:44 +02:00
Brainslug
b7794870f5
release update ( #22594 )
2024-05-28 17:01:27 +00: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]
ef54f4b7d9
Bump inquirer from 9.2.20 to 9.2.22 ( #22579 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 9.2.20 to 9.2.22.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.20...inquirer@9.2.22 )
---
updated-dependencies:
- dependency-name: inquirer
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-27 11:03:19 +02:00
dependabot[bot]
333f0173b7
Bump graphql-compose from 9.0.10 to 9.0.11 ( #22547 )
...
Bumps [graphql-compose](https://github.com/graphql-compose/graphql-compose ) from 9.0.10 to 9.0.11.
- [Release notes](https://github.com/graphql-compose/graphql-compose/releases )
- [Changelog](https://github.com/graphql-compose/graphql-compose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/graphql-compose/graphql-compose/compare/v9.0.10...v9.0.11 )
---
updated-dependencies:
- dependency-name: graphql-compose
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-23 10:14:55 +02:00
Brainslug
7b212f8f1e
v10.11.1 ( #22537 )
2024-05-21 16:51:19 +00:00
dependabot[bot]
cc9b095f2d
Bump zod from 3.23.6 to 3.23.8 ( #22454 )
...
* Bump zod from 3.23.6 to 3.23.8
Bumps [zod](https://github.com/colinhacks/zod ) from 3.23.6 to 3.23.8.
- [Release notes](https://github.com/colinhacks/zod/releases )
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md )
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.6...v3.23.8 )
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update changeset
---------
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-05-11 09:50:06 +00:00
dependabot[bot]
fee7e9dfc8
Bump tar from 7.0.1 to 7.1.0 ( #22455 )
...
* Bump tar from 7.0.1 to 7.1.0
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.0.1 to 7.1.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.0.1...v7.1.0 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update changeset
---------
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-05-10 21:28:29 +00:00
dependabot[bot]
66cf968a5d
Bump @types/node from 18.19.31 to 18.19.33 ( #22453 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.19.31 to 18.19.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 06:46:48 +02:00
Rijk van Zanten
0d6c6b90b0
v10.11.0
2024-05-07 18:01:38 -04:00
dependabot[bot]
78546678d0
Bump tsx from 4.9.0 to 4.9.3 ( #22407 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.9.0 to 4.9.3.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.9.0...v4.9.3 )
---
updated-dependencies:
- dependency-name: tsx
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-07 13:20:05 +02:00
Pascal Jufer
cf83f33939
Patch Tuesday 🐸 (Light Edition) ( #22376 )
2024-05-03 11:19:23 +02:00
dependabot[bot]
a50460c005
Bump @types/nodemailer from 6.4.14 to 6.4.15 ( #22368 )
...
Bumps [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer ) from 6.4.14 to 6.4.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemailer )
---
updated-dependencies:
- dependency-name: "@types/nodemailer"
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-03 02:31:50 +02:00
Pascal Jufer
160b982928
Patch Tuesday 🐸 ( #22063 )
...
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com >
2024-04-30 10:49:20 +02:00
Pascal Jufer
a3051b3de4
Downgrade samlify to fix issue with allowCreate attribute ( #22340 )
2024-04-30 09:39:17 +02:00
Rijk van Zanten
98589cca6d
v10.10.7
2024-04-17 17:09:17 -04:00
Brainslug
9aa4e703b2
v10.10.6
2024-04-17 17:37:11 +02:00
dependabot[bot]
549bfb641e
Bump openapi3-ts from 4.2.2 to 4.3.1 ( #22217 )
...
Bumps [openapi3-ts](https://github.com/metadevpro/openapi3-ts ) from 4.2.2 to 4.3.1.
- [Release notes](https://github.com/metadevpro/openapi3-ts/releases )
- [Changelog](https://github.com/metadevpro/openapi3-ts/blob/master/Changelog.md )
- [Commits](https://github.com/metadevpro/openapi3-ts/commits )
---
updated-dependencies:
- dependency-name: openapi3-ts
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-04-17 08:10:44 +02:00
dependabot[bot]
91a029e893
Bump @aws-sdk/client-ses from 3.533.0 to 3.552.0 ( #22150 )
...
Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses ) from 3.533.0 to 3.552.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.552.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-04-10 01:13:26 +00:00