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

Bump vintage_net from 0.13.5 to 0.13.6 #11

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 Jan 8, 2025

Bumps vintage_net from 0.13.5 to 0.13.6.

Release notes

Sourced from vintage_net's releases.

v0.13.6

  • Fixes

    • The internet connectivity checker pets the network interface watchdog now when the interface is known to be connected to the LAN or internet. If you're using the watchdog to reset an interface (like a WiFi module) when it hasn't had connectivity for a while, this may let you remove user code that did the same thing. If you have a better check that the network interface is working ok when disconnected, then stick with what you have. Thanks to Connor Rigby for this change.
  • Changed

    • Relax the PropertyTables dependency to allow v0.3 since the backwards incompatibilities don't affect VintageNet.
    • Incorporate various documentation updates that accumulated
    • Only support Elixir 1.13 and later
Changelog

Sourced from vintage_net's changelog.

[v0.13.6] - 2025-01-06

  • Fixes

    • The internet connectivity checker pets the network interface watchdog now when the interface is known to be connected to the LAN or internet. If you're using the watchdog to reset an interface (like a WiFi module) when it hasn't had connectivity for a while, this may let you remove user code that did the same thing. If you have a better check that the network interface is working ok when disconnected, then stick with what you have. Thanks to Connor Rigby for this change.
  • Changed

    • Relax the PropertyTables dependency to allow v0.3 since the backwards incompatibilities don't affect VintageNet.
    • Incorporate various documentation updates that accumulated
    • Only support Elixir 1.13 and later
Commits
  • 1d9840e v0.13.6 release
  • 95f9cf2 Fix whitespace
  • bfad965 Support property_table v0.3.0
  • 010ac1d Don't test IPv6 on CI on Elixir 1.18
  • b144b3c Fix another reference to neverssl.com
  • e1dea74 Test with Elixir 1.18; Fix deprecation
  • 37dac77 Bump ex_doc from 0.35.1 to 0.36.1
  • 4b658d3 Fix website used by unit test to be more reliable
  • ad8968a Bump all deps to latest
  • 9d213b3 Bump dialyxir from 1.4.3 to 1.4.4
  • 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 [vintage_net](https://github.com/nerves-networking/vintage_net) from 0.13.5 to 0.13.6.
- [Release notes](https://github.com/nerves-networking/vintage_net/releases)
- [Changelog](https://github.com/nerves-networking/vintage_net/blob/main/CHANGELOG.md)
- [Commits](nerves-networking/vintage_net@v0.13.5...v0.13.6)

---
updated-dependencies:
- dependency-name: vintage_net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 8, 2025
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