bcc-code / directus-schema-sync

The better way to sync your Directus schema and data between environments
Apache License 2.0
90 stars 4 forks source link

Bump express, @directus/extensions-sdk and @directus/types #34

Open dependabot[bot] opened 3 months ago

dependabot[bot] commented 3 months ago

Removes express. It's no longer used after updating ancestor dependencies express, @directus/extensions-sdk and @directus/types. These dependencies need to be updated together.

Removes express

Updates @directus/extensions-sdk from 10.1.11 to 10.3.4

Release notes

Sourced from @​directus/extensions-sdk's releases.

v10.3.0

✨ New Features & Improvements

  • @​directus/api
    • Integrated Websockets Subscriptions for REST and GraphQL in Directus 🕸️🧦 (#14737 by @​br41nslug)
      • A CRUD implementation over WebSockets
      • A REST Subscriptions implementation
      • GraphQL Subscriptions over WebSockets
      • Three authentication modes: public, handshake, strict
      • Authentication refresh with an open socket
      • Heartbeat signal to keep the connection alive
      • Follows the Directus permission model
      • Message rate limiting and connection limiting
      • Horizontal scaling with the Messenger
      • Extensible event driven design
  • @​directus/stores
  • @​directus/release-notes-generator

🐛 Bug Fixes & Optimizations

... (truncated)

Commits


Updates @directus/types from 10.1.6 to 11.0.7

Release notes

Sourced from @​directus/types's releases.

v10.10.4

🐛 Bug Fixes & Optimizations

  • @​directus/api
    • Fixed an issue that could cause the graphql system endpoint to use the wrong schema (#21821 by @​rijkvanzanten)
  • @​directus/specs
    • Corrected the type of the filter query parameter in OpenAPI specs (#21802 by @​paescuj)

📦 Published Versions

  • @directus/app@11.0.4
  • @directus/api@18.2.1
  • @directus/specs@10.2.8

v10.10.3

✨ New Features & Improvements

🐛 Bug Fixes & Optimizations

  • @​directus/api
    • Improved the performance of repeat calls to graphql endpoint by caching the graphql schema in an lru cache (#21783 by @​rijkvanzanten)
    • Fixed sandboxed operation extensions to return the payload (#21789 by @​paescuj)
  • @​directus/sdk
    • Fixed logout SDK auth composable to include auth mode in request (#21793 by @​paescuj)

📝 Documentation

📦 Published Versions

  • @directus/app@11.0.3
  • @directus/api@18.2.0
  • @directus/env@1.1.0
  • @directus/sdk@15.0.3

v10.10.2

🐛 Bug Fixes & Optimizations

  • @​directus/app
    • Prevented leaving the edit mode of a Flow via save shortcut while editing the trigger or adding a new operation (#21736 by @​fanmingfei)
    • Fixed the height of list items which do have thumbnails (#21756 by @​formfcw)
  • @​directus/api
    • Prevented an error which could occur when sandboxed extensions are reloaded (for example via extensions auto reload) (#21781 by @​paescuj)
    • Fixed loading of Sandbox Operation Extensions (#21751 by @​paescuj)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bcc-code/directus-schema-sync/network/alerts).