matrixgpt / matrix-chatgpt-bot

Talk to ChatGPT via any Matrix client!
GNU Affero General Public License v3.0
235 stars 63 forks source link

Bump matrix-bot-sdk from 0.6.5 to 0.6.6 #170

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps matrix-bot-sdk from 0.6.3 to 0.6.6.

Release notes

Sourced from matrix-bot-sdk's releases.

v0.6.6

What's Changed

Full Changelog: https://github.com/turt2live/matrix-bot-sdk/compare/v0.6.5...v0.6.6

v0.6.5

What's Changed

New Contributors

Full Changelog: https://github.com/turt2live/matrix-bot-sdk/compare/v0.6.4...v0.6.5

v0.6.4

What's Changed

New Contributors

Full Changelog: https://github.com/turt2live/matrix-bot-sdk/compare/v0.6.3...v0.6.4

Commits
  • 8c2116e v0.6.6
  • 58aa87b Fix docs on RustSdkCryptoStorageProvider (#320)
  • 7bb57ca Raise room.join with an event ID; fix room.leave to check membership (#319)
  • 2f768c4 Update supported NodeJS versions (16, 18, and 20), and rust-sdk bindings to m...
  • b329067 Add external_ids typings to SynapseUser (#296)
  • 943cef4 Allow usage of the SQLite-based crypto store (#315)
  • d4612db Reset version back to "develop" for jsdoc, for now
  • b902df5 v0.6.5
  • ee0cf33 Better interface
  • 1c203f8 Fix key query and claim APIs to support async functionality (#314)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
max298 commented 1 year ago

I've just tested this locally and there appear to be some breaking changes.

I'm seeing:

matrix-chatgpt-app-1  | node:internal/process/promises:289
matrix-chatgpt-app-1  |             triggerUncaughtException(err, true /* fromPromise */);
matrix-chatgpt-app-1  |             ^
matrix-chatgpt-app-1  |
matrix-chatgpt-app-1  | [Error: Failed to deserialize or serialize a JSON value missing field `version` at line 1 column 6886] {
matrix-chatgpt-app-1  |   code: 'GenericFailure'
matrix-chatgpt-app-1  | }
matrix-chatgpt-app-1  |
matrix-chatgpt-app-1  | Node.js v19.7.0
matrix-chatgpt-app-1  | error Command failed with exit code 1.
matrix-chatgpt-app-1  | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

I'll have to look into this, however I think updating the matrix-bot-sdk would be a good idea.

bertybuttface commented 1 year ago

@dependabot rebase

bertybuttface commented 1 year ago

Related: https://github.com/turt2live/matrix-bot-sdk/issues/321

bertybuttface commented 1 year ago

@dependabot rebase

bertybuttface commented 1 year ago

[Error: Failed to deserialize or serialize a JSON value missing field version at line 1 column 6886]

I get the same error, clearing the storage folder solves it but it is not a very nice solution.

bertybuttface commented 11 months ago

@dependabot rebase

dependabot[bot] commented 11 months ago

Superseded by #240.