Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps moralis from 2.2.0 to 2.8.1.

Release notes

Sourced from moralis's releases.

moralis@2.8.1

Patch Changes

  • Updated dependencies []:
    • @​moralisweb3/api-utils@​2.8.1
    • @​moralisweb3/auth@​2.8.1
    • @​moralisweb3/common-auth-utils@​2.8.1
    • @​moralisweb3/common-core@​2.8.1
    • @​moralisweb3/common-evm-utils@​2.8.1
    • @​moralisweb3/common-sol-utils@​2.8.1
    • @​moralisweb3/common-streams-utils@​2.8.1
    • @​moralisweb3/evm-api@​2.8.1
    • @​moralisweb3/sol-api@​2.8.1
    • @​moralisweb3/streams@​2.8.1

moralis@2.8.0

Minor Changes

  • #777 f1336a35 Thanks @​ErnoW! - Move @moralisweb3/core package to @moralisweb3/common-core

  • #846 1374573d Thanks @​ErnoW! - # Api responses (breaking change)

    For any api call, you get a resultAdapter response. The value of the toJSON() value has changed. Now it is the same value as .raw. Previously this caused a lot of confusion, and as both return a json. The value of this method has changed. So if you used .toJSON() on an api result you can:

    • Use .result, this will probably contain dataTypes with lots of utility functions. If you only care about the data, you can call .format() or .toJSON() on this datatype. This is the prefered way as it provides you wilt additional utilites and extra properties. We suggest you to use Typescript, to easily see the available properties/methods on these datatypes.
    • Or. use the new values (or values from .raw), these values are identical as they are provided by the internal api, without any data transformation. The types might be different than before, so please check this (we suggest to use Typescript, as all responses are typed, otherwise you can log the output and see any differences)

    Package name changes (deprecated, upcomming breaking change)

    If you're using some of our internal packages @​moralisweb3/core for example then these names have been changed to differentiate between server-side packages, and packages that are compatible with client-side and server-side. We name these common-*. This is a first step to provide better client-side support:

    Migration guide

    • @moralisweb3/core -> @moralisweb3/common-core
    • @moralisweb3/evm-utils -> @moralisweb3/common-evm-utils
    • @moralisweb3/sol-utils -> @moralisweb3/common-sol-utils

    Change your dependencies in package.json and the corresponding imports in your code to the new names.

    For the time being, the old packages will remain, and we use them to forward to the common-* package, this will be removed in a future version, so please update to the new package name.

    NextJs package

    For easy integration we created a nextJs package. See packages/next. This contains:

    • hooks to all api endpoints
    • adapter to integrate into NextJs authentication via Moralis Auth

    For a demo check out demos/nextjs

... (truncated)

Commits
  • e70100b Merge pull request #860 from MoralisWeb3/changeset-release/main
  • 2992c49 Version Packages
  • d9acf3a Merge pull request #859 from MoralisWeb3/fix/nextjs-rerenders
  • 8c7ea29 Update .changeset/purple-bananas-give.md
  • 3b58486 changeset
  • a8b8db6 next: bugfix
  • 81c18af Merge pull request #630 from MoralisWeb3/dependabot/npm_and_yarn/ethersprojec...
  • 339e1b0 fix(deps): bump @​ethersproject/address from 5.6.1 to 5.7.0
  • f949ef0 docs: update intro
  • 9779f5c docs: update correct import paths
  • 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 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 [moralis](https://github.com/MoralisWeb3/Moralis-JS-SDK) from 2.2.0 to 2.8.1.
- [Release notes](https://github.com/MoralisWeb3/Moralis-JS-SDK/releases)
- [Changelog](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MoralisWeb3/Moralis-JS-SDK/compare/moralis@2.2.0...moralis@2.8.1)

---
updated-dependencies:
- dependency-name: moralis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 1, 2022

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #61.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-moralis-2.8.1 branch January 1, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant