Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @automerge/automerge from 2.0.3 to 2.2.4 #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps @automerge/automerge from 2.0.3 to 2.2.4.

Release notes

Sourced from @​automerge/automerge's releases.

Automerge v2.2.4

  • Add Automerge.hasHeads

Automerge v2.2.3

This release reorganises the WebAssembly packaging to make it easier to use Automerge in environments where you can't import WebAssembly modules. For existing users nothing changes, but we now have these additional capabilities:

  • You can use the subpath export @automerge/automerge/slim and @automerge/automerge/slim/next to import automerge without importing the WebAssembly module
  • You can use the subpath exports @automerge/automerge/automerge.wasm to obtain the bytes of the WebAssembly module and @automerge/automerge/automerge.wasm.base64.js to obtain a file with a single export called automergeWasmBase64 which contains the base64 encoded bytes of the WebAssembly module
  • You can initialize the WebAssemby manually by calling Automerge.initializeWasm(<wasm module>) or Automerge.initializeBase64Wasm(<base64 string>)
  • You can wait for the WebAssembly to be initialized elsewhere in the application by waiting on Automerge.wasmInitialized

If you are writing a library which uses automerge you should always use the /slim imports because this leaves the question of WebAssembly initialization up to your users.

The @automerge/automerge-wasm package is deprecated.

automerge v2.2.3 - packaging test release 4

No release notes provided.

automerge v2.2.3 - packaging test release 3

No release notes provided.

Automerge v2.2.3-alpha.0

No release notes provided.

Automerge v2.2.2

No release notes provided.

Automerge v2.2.1

No release notes provided.

Automerge v2.2.0

No release notes provided.

Automerge v2.2.0-rc.2

No release notes provided.

Automerge v2.2.0-rc1

No release notes provided.

Automerge v2.1.13

No release notes provided.

Automerge v2.1.12

No release notes provided.

Automerge v2.1.11

No release notes provided.

Automerge v2.1.10

No release notes provided.

... (truncated)

Commits
  • 51b5c1e v2.2.4
  • 39d18fb js: Add Automerge.hasHeads
  • ab3f299 v2.2.3
  • 0dd45ad Reorganise WebAssembly packaging
  • 1f68b0b tests documenting behavior when assigning null & undefined
  • 535af81 update tests to reflect error messages
  • be535f9 more helpful error messages when setting value to undefined
  • 4e95748 chore: update release Github Action to Node 18
  • 7b4bc8a Correctly pass context parameter to import_value
  • b517bfb Better check for plain objects
  • 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 <dependency name> 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)

Bumps [@automerge/automerge](https://github.com/automerge/automerge) from 2.0.3 to 2.2.4.
- [Release notes](https://github.com/automerge/automerge/releases)
- [Commits](automerge/automerge@js/automerge-2.0.3...js/automerge-2.2.4)

---
updated-dependencies:
- dependency-name: "@automerge/automerge"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants