Thanks for testing out Depfu, we hope it has been useful and saved you some time! Your free trial for private repos has now expired. We're not just going to cut you off right away, but if you want to continue using Depfu, please upgrade your account as soon as possible.
Any questions or feedback, please let us know. Thanks for using Depfu!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
Add defcombinator and support for remote parsec. This allows larger parsers to be broken over multiple modules to speed up compilation by leveraging parallelism.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.
⌛Your trial has expired ⌛
Thanks for testing out Depfu, we hope it has been useful and saved you some time! Your free trial for private repos has now expired. We're not just going to cut you off right away, but if you want to continue using Depfu, please upgrade your account as soon as possible.
Any questions or feedback, please let us know. Thanks for using Depfu!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ absinthe (1.5.3 → 1.5.4) · Repo · Changelog
Release Notes
1.5.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 73 commits:
Changelog entry
Merge pull request #998 from binaryseed/fix-default-value-partial
Fix partial default value input type
Changelog note
Merge pull request #997 from absinthe-graphql/sort-types
Further sorting
Merge pull request #959 from koode/jv-consistent-type-sorting
Changelog entry
Minor tweaks to DirectivesMustBeValid
Merge pull request #954 from maartenvanvliet/issues/directive_must_be_valid
Merge branch 'master' into issues/directive_must_be_valid
Merge pull request #996 from absinthe-graphql/doc-additions
rm old roadmap link
Further doc tweaks
Merge pull request #995 from kianmeng/misc-doc-changes
Misc doc changes
Merge pull request #994 from absinthe-graphql/trigger-doc
section order
simplify
Merge pull request #917 from Adzz/master
Merge branch 'trigger-doc' into master
Merge pull request #993 from absinthe-graphql/doc-fixes
fix curl example
bump ex_doc
all guides links as .md
mix.lock update
Merge pull request #948 from calvinsadewa/link-md-and-html-fix
Merge branch 'doc-fixes' into link-md-and-html-fix
Merge pull request #992 from absinthe-graphql/bump-1.5.4
Merge pull request #932 from maartenvanvliet/issues/doc_fixes
Bump version 1.5.4
Merge branch 'master' into issues/doc_fixes
Additional code block
Merge pull request #988 from jshmrtn/nimble_parsec
Solve Unused Variable Warning
Allow NimbleParsec ~> 1.0
Merge pull request #985 from absinthe-graphql/gh-actions
use comprehensions when easier
formatting fix
Revert "Fix compilation bug with persistent_term backend"
persistent_term again (fails)
Defer persistent_term tests for now
fix badkey
update badges
rm travis
make dialzyer happy
handle interface implements for sdl and macro schemas
fix formatting
Move to GitHub actions
Merge pull request #979 from emeryotopalik/failing_sdl_generation
Remove unused var
Merge pull request #982 from binaryseed/persistent_term-populate
Fix compilation bug with persistent_term backend
Merge pull request #968 from barthez/escape-single-line-description-in-sdl
update travis
update travis
Merge pull request #980 from hoyon/fix-warnings
Fix deprecation warnings in Elixir 1.11
go back to type_definitions to get interface names
get interface names from interfaces key instead of interface_blueprints key
show SDL generation failing for interfaces
Merge pull request #975 from mattmatters/support-decimal-2
Support Decimal v2
Merge pull request #974 from chungwong/doc
Merge pull request #973 from Hermanverschooten/fix_meta_for_field
fix broken links in doc
Allow :meta on field
Merge pull request #972 from hogjosh/remove_inets_dependency
Dialyzer does not require :inets
Prefer built in erlang function over dependency on :httpd_util and :inets
Merge pull request #970 from alanvardy/add_dataloader/2_spec
Add spec for dataloader/2
Escape single-lined description in SDL
↗️ decimal (indirect, 1.9.0 → 2.0.0) · Repo · Changelog
Release Notes
2.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ ecto (indirect, 3.5.4 → 3.5.5) · Repo · Changelog
Release Notes
3.5.5 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release v3.5.5
Nest tests inside describe
Allow nested type :any for non-virtual fields (#3475)
Update grammatical errors in the replica repo guide (#3476)
Small typo in the Polymorphic many-to-many guide (#3473)
Use association source on put_assoc with maps/keywords, closes #3471
Remove useless code (#3468)
Add tests for nil enum cast
Add `cast` clause for nil values on Ecto.Enum (#3467)
Add support for subqueries operators (#3465)
↗️ nimble_parsec (indirect, 0.6.0 → 1.1.0) · Repo · Changelog
Release Notes
1.1.0 (from changelog)
1.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Release v1.1.0
Add coverage to the previous commit
Allow defcombinator and allow external references
Release v1.0.0
Improve docs
Add position (#78)
add recommended Elixir and Erlang/OTP combinations to CI and migrate it from Travis to GitHub Actions (#77)
Update README's Nimble section - Add NimblePublisher
Update README's Nimble section - Add NimbleTOTP
Update Hex package version in README (#74)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.