xmtp / xmtp-node-js-tools

A collection of tools for running high quality XMTP bots in Node.js
MIT License
6 stars 3 forks source link

build(deps): Bump @xmtp/xmtp-js from 11.3.12 to 12.0.0 #247

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps @xmtp/xmtp-js from 11.3.12 to 12.0.0.

Release notes

Sourced from @​xmtp/xmtp-js's releases.

@​xmtp/xmtp-js@​12.0.0

Major Changes

  • 9619322:
    • Removed internal content types and their primitives
    • Added content types and primitives from their respective packages
    • Removed ContentTypeComposite, see XIP-19 for more details
    • Removed ContentTypeFallback

BREAKING CHANGES

With this update, the following are no longer exported from the JS SDK: ContentTypeId, CodecRegistry, ContentCodec, EncodedContent, ContentTypeFallback, TextCodec, ContentTypeText, Composite, CompositeCodec, ContentTypeComposite

For content type primitives, use the new @xmtp/content-type-primitives package. It exports ContentTypeId, CodecRegistry, ContentCodec, and EncodedContent.

The text content type and codec can now be found at @xmtp/content-type-text. It exports ContentTypeText, Encoding, and TextCodec.

@​xmtp/xmtp-js@​11.6.3

Patch Changes

  • aec9641: Updated priorities on newConversation method

@​xmtp/xmtp-js@​11.6.2

Patch Changes

  • dc7e2f0: Upgrade @xmtp/consent-proof-signature for CommonJS support
Changelog

Sourced from @​xmtp/xmtp-js's changelog.

12.0.0

Major Changes

  • 9619322:
    • Removed internal content types and their primitives
    • Added content types and primitives from their respective packages
    • Removed ContentTypeComposite, see XIP-19 for more details
    • Removed ContentTypeFallback

BREAKING CHANGES

With this update, the following are no longer exported from the JS SDK: ContentTypeId, CodecRegistry, ContentCodec, EncodedContent, ContentTypeFallback, TextCodec, ContentTypeText, Composite, CompositeCodec, ContentTypeComposite

For content type primitives, use the new @xmtp/content-type-primitives package. It exports ContentTypeId, CodecRegistry, ContentCodec, and EncodedContent.

The text content type and codec can now be found at @xmtp/content-type-text. It exports ContentTypeText, Encoding, and TextCodec.

11.6.3

Patch Changes

  • aec9641: Updated priorities on newConversation method

11.6.2

Patch Changes

  • dc7e2f0: Upgrade @xmtp/consent-proof-signature for CommonJS support
Commits
  • 27b572b Format changelog
  • f896555 Update CHANGELOG.md
  • 20bc859 release: version packages
  • 4f86be5 Remove CompositeContentType
  • b5d9ff6 Fix rollup config
  • 540af31 Update README
  • 2018fd2 Decouple content types from the JS SDK
  • 510f99e release: version packages
  • 76a1c7e Merge branch 'main' into ar/new-conversation-priorities
  • e847174 fix: update priority in newConversation method
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: b89981c1db6de5116e9d76d79ce4d9b91c56db0f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR