Rijk van Zanten
e5ba369c24
v10.13.2
2024-08-06 14:26:11 -04:00
Matthew Rumery
175f654e0c
Update filename_disk extension when mimetype changes on overwrite ( #23127 )
...
* fix: update filename_disk extension when mimetype changes on overwrite
* updated changeset
---------
Co-authored-by: Jan Arends <jan.arends@mailbox.org >
2024-08-06 11:26:08 +02:00
dependabot[bot]
cba149e16e
Bump @types/node from 18.19.42 to 18.19.43 ( #23186 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.19.42 to 18.19.43.
- [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-08-06 09:47:21 +02:00
dependabot[bot]
3db63e3c30
Bump axios from 1.7.2 to 1.7.3 ( #23171 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.2 to 1.7.3.
- [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.7.2...v1.7.3 )
---
updated-dependencies:
- dependency-name: axios
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-08-05 19:48:00 +02:00
ian
3ef539d2d2
Add null filtering to equality operators ( #23163 )
...
* Add null filtering to equality operators
* Add changeset
2024-08-04 12:43:07 -04:00
ian
2e893f9c57
Merge commit from fork
...
* Redact `access_token` in the query string when `LOG_STYLE=raw`
* Add changeset
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-08-02 14:05:18 -04:00
dependabot[bot]
5d55382472
Bump tsx from 4.12.0 to 4.16.5 ( #23153 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.12.0 to 4.16.5.
- [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.12.0...v4.16.5 )
---
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-08-02 14:27:57 +02:00
dependabot[bot]
fbc2ffdea3
Bump @types/node from 18.19.33 to 18.19.42 ( #23121 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.19.33 to 18.19.42.
- [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-08-01 17:05:40 +02:00
José Varela
c4a2f18381
API: Only prevent infinite loop if the schema is not cached ( #23141 )
...
* Only prevent loop if the schema is not cached
* Add changeset
2024-07-31 15:22:22 -04:00
Gerard Lamusse
f2930e6ebd
Cache column info ( #19480 )
...
* Cache column info
* checked if cache is enabled
* formatting
* temp activation of bb tests
* deactivated bb tests again
* used schema cache configuration
* changeset
* changeset wording
* switched to schema cache
---------
Co-authored-by: Jan Arends <jan.arends@mailbox.org >
2024-07-26 12:20:06 +02:00
Gerard Lamusse
bb382c89cb
Cache foreign keys ( #19391 )
...
* Cache foreign keys
* Formatting
* take cache settings into account
* tmp activation of bb tests
* formatting fix
* used more specific cache configuration
* deactivated bb tests again
* changeset
* changeset wording
* used schema cache instead of system cache
* use local schema cache
---------
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com >
Co-authored-by: Jan Arends <jan.arends@mailbox.org >
2024-07-26 12:14:08 +02:00
dependabot[bot]
bc4fd56861
Bump tar from 7.4.0 to 7.4.2 ( #23112 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.4.0 to 7.4.2.
- [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.4.0...v7.4.2 )
---
updated-dependencies:
- dependency-name: tar
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-26 09:54:12 +02:00
ian
3f26839906
Simplify schema caching ( #23098 )
...
* Simplify schema caching
* Add changeset
* Temporarily enable blackbox tests
* Revert "Temporarily enable blackbox tests"
This reverts commit 9cbdaebec4 .
---------
Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com >
2024-07-25 09:05:36 -04:00
Pascal Jufer
156bfcb524
Fix "Update Files Date Fields" migration for MySQL ( #23094 )
...
* Fix "Update Files Date Fields" migration for MySQL
* Remove unnecessary await
2024-07-24 10:43:44 -04:00
Pascal Jufer
6a59bf2c95
Fix query trace logger for failing queries ( #23095 )
...
* Fix query logger for failing queries
* Further optimization
- Use map instead of object for times
- Handle case when time is not available
- Print empty brackets instead of '[undefined]' when no bindings
* Add changeset
2024-07-24 10:42:32 -04:00
Hannes Küttner
9cb927f5c7
Transmit Directus-File-Id when creating TUS upload ( #23086 )
2024-07-24 15:46:03 +02:00
Pascal Jufer
141b8adbf4
Simplify date generation for uploaded_on files field ( #23093 )
...
* Simplify logic for `uploaded_on` files field
* Update & simplify test
2024-07-24 09:08:37 -04:00
dependabot[bot]
632a00feb2
Bump qs from 6.12.2 to 6.12.3 ( #23088 )
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.12.2 to 6.12.3.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.12.2...v6.12.3 )
---
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-24 08:50:08 +00:00
dependabot[bot]
5a0f488432
Bump openapi3-ts from 4.3.2 to 4.3.3 ( #23090 )
...
Bumps [openapi3-ts](https://github.com/metadevpro/openapi3-ts ) from 4.3.2 to 4.3.3.
- [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-07-24 10:41:43 +02:00
Pascal Jufer
a9cca2cea6
Introduce created_on date field for files and adjust uploaded_on to be updated with every upload ( #23035 )
...
* Update date fields on directus_files
* Add changeset
* Use knex update instead of raw
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-23 13:00:25 -04:00
Rijk van Zanten
0f92bdc576
Don't prevent uploads on failure to extract file metadata ( #23075 )
2024-07-22 16:00:42 -04:00
insomnia.exe
3a69bb7d02
Apply consistent Sharp library configuration ( #23064 )
...
* Apply consistent Sharp library configuration (#20995 )
* rename useSharp to getSharpInstance
* Update changeset
* Update export style
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-22 15:09:03 -04:00
dependabot[bot]
91e4d60cb1
Bump @types/ws from 8.5.10 to 8.5.11 ( #23069 )
...
Bumps [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws ) from 8.5.10 to 8.5.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws )
---
updated-dependencies:
- dependency-name: "@types/ws"
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-22 10:31:08 +02:00
dependabot[bot]
82f061558f
Bump minimatch from 9.0.4 to 9.0.5 ( #23059 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 9.0.4 to 9.0.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.4...v9.0.5 )
---
updated-dependencies:
- dependency-name: minimatch
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-19 09:59:31 +02:00
José Varela
c816c50e75
Api: Emit filter for email.send ( #23024 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2024-07-16 16:02:12 +02:00
Pascal Jufer
5203ca47cb
Update logger import in error-handler test ( #23030 )
2024-07-16 09:17:39 -04:00
Pascal Jufer
ce6463a4cd
Clean-up error handler & fix message for unknown API errors ( #22379 )
...
Co-authored-by: Hannes Küttner <4376726+hanneskuettner@users.noreply.github.com >
Co-authored-by: Brainslug <tim@brainslug.nl >
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-15 12:15:52 +02:00
dependabot[bot]
d25b87a4bf
Bump liquidjs from 10.14.0 to 10.15.0 ( #23013 )
...
Bumps [liquidjs](https://github.com/harttle/liquidjs ) from 10.14.0 to 10.15.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.14.0...v10.15.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-07-15 11:28:38 +02:00
dependabot[bot]
7ed03bacb1
Bump inquirer from 9.3.2 to 9.3.5 ( #23015 )
...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js ) from 9.3.2 to 9.3.5.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases )
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.2...inquirer@9.3.5 )
---
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-07-15 11:16:25 +02:00
dependabot[bot]
eab7128697
Bump @aws-sdk/client-ses from 3.600.0 to 3.614.0 ( #22977 )
...
Bumps [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses ) from 3.600.0 to 3.614.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.614.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-07-11 09:25:17 +02:00
Rijk van Zanten
2f6815d7c6
Fix logger erroring on invalid URLs ( #22960 )
...
* Move logger to folder, extract redact fn
* Update imports
* Add changeset
* Fix missing import
2024-07-09 15:37:53 -04:00
Hannes Küttner
ab218a2a62
Fix parsing of byte values in environment variables ( #22957 )
2024-07-09 19:30:02 +02:00
Brainslug
65f5e96127
v10.13.1 ( #22956 )
2024-07-09 16:06:10 +00:00
Hannes Küttner
ecf47a4b65
Added single line error log to TUS datastore ( #22954 )
...
* Add error logging on write failure
* Add changeset
* Update with style
* It really doesn't matter.
2024-07-09 15:43:37 +00:00
Vincent Kempers
ac44525852
Fix truncating of results when sorted by relational field ( #22787 )
...
* Add QUERY_LIMIT_MAX to the inner query
* Add QUERY_LIMIT_MAX to the inner query
* Add newlines to fix linter
* Add my username to the contributers.yml
* Different approach for correct relation sort results that keeps the inner query limit
* Update comment
* Trigger blackbox
* Apply query sort after row number sort
* Improve comment slightly
* Revert "Trigger blackbox"
This reverts commit a04f738ac6 .
* Add changeset
---------
Co-authored-by: Hannes Küttner <kuettner.hannes@gmail.com >
Co-authored-by: ian <licitdev@gmail.com >
2024-07-09 13:41:12 +08: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
Hannes Küttner
3e3d28760c
Only add tus_id filter if TUS_ENABLED is true ( #22929 )
2024-07-04 13:43:30 -04: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
burka
c38d7d4897
Allow to specify ADMIN_TOKEN in ENV ( #22059 ) ( #22724 )
...
* Allow to specify ADMIN_TOKEN in ENV (#22059 )
* Add changeset
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-03 11:39:29 -04:00
Brainslug
6628a3032a
Allow for cookie authentication in websocket strict mode ( #22912 )
2024-07-03 14:35:23 +00:00
Aprilia
cbb0c4f541
Prioritize access_token in searchparam over access_token in the cookies when using "strict" mode for websocket authentication ( #22888 )
...
* changes
* prioritize query token if present
* prioritize cookie over handshake
* Create moody-bees-pay.md
* Update moody-bees-pay.md
---------
Co-authored-by: Brainslug <tim@brainslug.nl >
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com >
2024-07-03 12:56:33 +00: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
Dominic Preap
e4140deff3
enhance: add collection string generic in ItemService ( #22896 )
...
* feat: add collection string generic in ItemService
* Update contributors.yml
* Add changeset
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2024-07-02 16:08:40 -04: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
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
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