chore(deps-dev): bump exsync from 0.2.3 to 0.4.1
Bumps exsync from 0.2.3 to 0.4.1.
Changelog
Sourced from exsync's changelog.
[0.4.1] - 2024-05-05
No longer refuse to start when run when
Mix.env() == :dev[0.4.0] - 2024-04-06
Fix compilation warnings
Allow using file_system 1.0
Update minimum Elixir version to 1.11
Remove the need to use
ExSync.register_group_leadersince the functionality it provided is no longer needed on newer Elixir/Erlang versions.This also removes the
ExSync.Logger.Servermodule but that is an internal module that shouldn't have been accessed by user code.[0.3.0] - 2023-08-12
Improvements:
- Add support for Elixir 1.15 and OTP 26 #54
- Remove excess newlines #44
- Make logging configurable and make logging (optionally) not overwrite the IEx prompt #32
- Ensure that compilation errors are displayed in the console #33
- Add a supervision hierarchy #35
- Handle terminals that don't support ANSI colors #38
- Improvement to stderr output #39
Bug fixes:
- Fix log when there are no configured group leaders #36
Breaking Changes
- Update umbrella instructions #47
- Increase minimum supported Elixir version from 1.3 to 1.4
[0.2.4] - 2019-07-22
Commits
1176c99Bump version to 0.4.15ea05fcUpdate version of exsync in mix.exs368cbccDon't check Mix.env on startupffabe49Update local deps74eb5a1Update minimum Elixir version to 1.112cab36bBump version to 0.4.01a77b95Add myself to the maintainers lista76b45cUpdate changelog881e40dRemove ExSync.Logger.Server757eb93Allow usage with file_system 1.0- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase