Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps the deps group in /hello_wifi with 1 update: nerves_runtime.

Updates nerves_runtime from 0.13.9 to 0.13.10

Release notes

Sourced from nerves_runtime's releases.

v0.13.10

  • Changes
    • Support overriding or disabling data partition initialization. See the :init_module option documentation.
    • Support passing extra options to fwup to enable fwup to run third party programs. See the :fwup_extra_options option documentation.
    • Defer Nerves KV loading until actually needed. This removes many unnecessary loads, but most importantly defers work that could potentially fail from early initialization. This allows it to fail in places that are easier to debug.
    • Support passing arguments to rngd and haveged if you're using them. See rngd_args and haveged_args in the application config. This is a rare use case especially since Linux kernels have improved their support for early entropy.
Changelog

Sourced from nerves_runtime's changelog.

v0.13.10 - 2025-12-01

  • Changes
    • Support overriding or disabling data partition initialization. See the :init_module option documentation.
    • Support passing extra options to fwup to enable fwup to run third party programs. See the :fwup_extra_options option documentation.
    • Defer Nerves KV loading until actually needed. This removes many unnecessary loads, but most importantly defers work that could potentially fail from early initialization. This allows it to fail in places that are easier to debug.
    • Support passing arguments to rngd and haveged if you're using them. See rngd_args and haveged_args in the application config. This is a rare use case especially since Linux kernels have improved their support for early entropy.
Commits
  • b1ed62e v0.13.10 release
  • 792d824 Disable ANSI for logger test
  • d69a0f1 ci: test with Elixir 1.19
  • 59d1af0 Add codeowners
  • 1c7f151 Add :fwup_extra_options to summary
  • 6ecaf14 Add :init_module option to summary table
  • 4835152 Document rngd/haveged application config
  • 19226db Bump dialyxir from 1.4.6 to 1.4.7
  • e9c1e3f Add fwup_extra_options config
  • bf19178 Lazy load KV values
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Dec 2, 2025
@dependabot dependabot bot force-pushed the dependabot/hex/hello_wifi/deps-e9de1371e0 branch 2 times, most recently from e027543 to c88922c Compare December 3, 2025 00:12
Bumps the deps group in /hello_wifi with 1 update: [nerves_runtime](https://github.com/nerves-project/nerves_runtime).


Updates `nerves_runtime` from 0.13.9 to 0.13.10
- [Release notes](https://github.com/nerves-project/nerves_runtime/releases)
- [Changelog](https://github.com/nerves-project/nerves_runtime/blob/main/CHANGELOG.md)
- [Commits](nerves-project/nerves_runtime@v0.13.9...v0.13.10)

---
updated-dependencies:
- dependency-name: nerves_runtime
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/hello_wifi/deps-e9de1371e0 branch from c88922c to 21cb363 Compare December 4, 2025 00:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2025

Looks like nerves_runtime is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 4, 2025
@dependabot dependabot bot deleted the dependabot/hex/hello_wifi/deps-e9de1371e0 branch December 4, 2025 00:11
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant