Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

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: turt2live/matrix-bot-sdk@v0.6.5...v0.6.6

v0.6.5

What's Changed

New Contributors

Full Changelog: turt2live/matrix-bot-sdk@v0.6.4...v0.6.5

v0.6.4

What's Changed

New Contributors

Full Changelog: turt2live/matrix-bot-sdk@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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2023
@max298
Copy link
Collaborator

max298 commented May 16, 2023

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.

@max298 max298 marked this pull request as draft May 16, 2023 10:06
@bertybuttface
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/matrix-bot-sdk-0.6.6 branch from 6c7c521 to ed89395 Compare June 11, 2023 15:14
@bertybuttface
Copy link
Collaborator

Related: turt2live/matrix-bot-sdk#321

@bertybuttface
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/matrix-bot-sdk-0.6.6 branch from ed89395 to 7fb930c Compare June 18, 2023 14:32
@bertybuttface
Copy link
Collaborator

[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
Copy link
Collaborator

@dependabot rebase

Bumps [matrix-bot-sdk](https://github.com/turt2live/matrix-bot-sdk) from 0.6.3 to 0.6.6.
- [Release notes](https://github.com/turt2live/matrix-bot-sdk/releases)
- [Changelog](https://github.com/turt2live/matrix-bot-sdk/blob/main/tsconfig-release.json)
- [Commits](turt2live/matrix-bot-sdk@v0.6.3...v0.6.6)

---
updated-dependencies:
- dependency-name: matrix-bot-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/matrix-bot-sdk-0.6.6 branch from 7fb930c to 6b64d7c Compare October 27, 2023 19:11
@bertybuttface bertybuttface changed the title Bump matrix-bot-sdk from 0.6.3 to 0.6.6 Bump matrix-bot-sdk from 0.6.5 to 0.6.6 Oct 28, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

Superseded by #240.

@dependabot dependabot bot closed this Oct 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/matrix-bot-sdk-0.6.6 branch October 31, 2023 16:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants