Magickbase / godwoken_explorer

Godwoken Explorer
https://v1.gwscan.com
18 stars 9 forks source link

build(deps): bump jsonapi from 1.4.0 to 1.6.2 #1487

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jsonapi from 1.4.0 to 1.6.2.

Release notes

Sourced from jsonapi's releases.

Additional malformed request error handling

What's Changed

New Contributors

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.6.1...1.6.2

Missing Fixes

What's Changed

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.6.0...1.6.1

Including Me

What's Changed

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.5.1...1.6.0

1.5.1

What's Changed

Specifically, already-camilized strings will no longer be turned to all-lowercase by the :camelize transformation; they will be left alone.

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.5.0...1.5.1

Underscored

What's Changed

Improvements

New Contributors

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.4.0...v1.5.0

Changelog

Sourced from jsonapi's changelog.

1.6.2 (2023-07-03)

What's Changed

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.6.1...1.6.2

1.6.1 (2023-06-26)

What's Changed

The features of #270 were broken in two ways that this release fixes.

  1. The @spec for the relationships callback for JSONAPI.View actually did not allow for the various new structures a relationships callback is allowed to return under the above PR.
  2. The PR was intended to support (among other more general purposes) remapping of an attribute field to a relationship -- this is niche, but sometimes quite useful. The above PR and its tests failed to fully realize that goal by missing one small detail (lost in a merge conflict resolution, as it turns out).

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.6.0...1.6.1

1.6.0 (2023-06-12)

What's Changed

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.5.1...1.6.0

1.5.1 (2023-05-19)

What's Changed

Specifically, already-camilized strings will no longer be turned to all-lowercase by the :camelize transformation; they will be left alone.

Full Changelog: https://github.com/beam-community/jsonapi/compare/1.5.0...1.5.1

1.5.0 (2023-01-25)

What's Changed

Improvements

New Contributors

... (truncated)

Commits
  • 828284e bump patch version for next release (#301)
  • 6b7f3ef Format required checks for relationships (#299)
  • d25c532 Update CI action configs (#300)
  • ed63b29 Update CHANGELOG.md (#297)
  • bda587a Bump patch version & Add Elixir 1.14 to test matrix (#296)
  • a2728f5 Fix relationships spec & external relationship use-case (#295)
  • 1f236ef bump mix version in same PR; it is difficult to get PR reviews, so this will ...
  • 1e51225 Add support for a JSON:API includes allowlist.
  • 5e23b93 Bump mix version
  • 93bd618 Use trim option
  • 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)
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build aa199ba69a711dd675c8eb1142227dd772a00a46-PR-1487


Files with Coverage Reduction New Missed Lines %
lib/godwoken_explorer/graphql/types/custom/bigint.ex 1 0%
lib/godwoken_explorer/graphql/types/custom/custom.ex 2 3.33%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 8549bd3dfada8f09d5a5fe9626f35917cb294f09: -0.05%
Covered Lines: 3298
Relevant Lines: 6007

💛 - Coveralls
dependabot[bot] commented 1 year ago

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.