Skip to content

chore(deps): bump the dev group across 1 directory with 3 updates#115

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/dev-fb0fda380b
Open

chore(deps): bump the dev group across 1 directory with 3 updates#115
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/dev-fb0fda380b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the dev group with 3 updates in the / directory: dialyxir, ex_doc and stream_data.

Updates dialyxir from 1.1.0 to 1.4.7

Release notes

Sourced from dialyxir's releases.

1.4.7

[1.4.7] - 2025-11-05

Changed

  • Bump Erlex to 0.2.8, fixes #574.

1.4.6

Fixed

  • CallWithoutOpaque function clause error on OTP-28
  • invalid_contract warning showed spec twice instead of success typing

Changed

  • Update ex_doc to the latest version for an improved UI

Docs

  • Add a note about the :unknown flag to the "Default Flags" section in the README
  • Fix dead hex doc links by including CI config docs in mix.exs's :docs
  • Fix a typo in the README

CI

  • Update the Ubuntu version used in CI to 24.04

1.4.5

Fixed

  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict

1.4.4

Fixed

  • Invalid contract formatting failed on OTP 26 & later.
  • Empty ignore files are ignored.
  • Several improvements and corrections to documentation.

Changed

  • Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.

Added

  • Multiple formatters can be used in the same invocation.

1.4.3

Fixed

  • Warnings with line & column.
  • Formatting of :record_match warning.

1.4.1

Bump minimal Elixir version to 1.12.

1.4.0

Added

... (truncated)

Changelog

Sourced from dialyxir's changelog.

Unreleased changes post [1.4.7]

[1.4.7] - 2025-11-05

Changed

  • Bump Erlex to 0.2.8, fixes #574.

[1.4.6] - 2025-08-09

Fixed

  • CallWithoutOpaque function clause error on OTP-28
  • invalid_contract warning showed spec twice instead of success typing

Changed

  • Update ex_doc to the latest version for an improved UI

Docs

  • Add a note about the :unknown flag to the "Default Flags" section in the README
  • Fix dead hex doc links by including CI config docs in mix.exs's :docs
  • Fix a typo in the README

CI

  • Update the Ubuntu version used in CI to 24.04

[1.4.5] - 2024-11-17

Fixed

  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict

[1.4.4] - 2024-09-28

Fixed

  • Invalid contract formatting failed on OTP 26 & later.
  • Empty ignore files are ignored.
  • Several improvements and corrections to documentation.

Changed

  • Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.

Added

  • Multiple formatters can be used in the same invocation.

[1.4.3] - 2023-12-28

Fixed

  • Warnings with line & column.
  • Formatting of :record_match warning.

[1.4.2] - 2023-10-21

... (truncated)

Commits
  • b57d69f Release version 1.4.7
  • 608b355 Bump Erlex (#583)
  • ab9bd59 Fix issue template.
  • 9e73fa8 Fixup changelog.
  • a0e4cf9 Bump version to 1.4.6
  • 51266a5 Merge pull request #569 from dvic/fix/call-without-opaque-otp28-issue-561
  • c564806 Merge branch 'master' into fix/call-without-opaque-otp28-issue-561
  • bf06a92 Merge pull request #570 from pwcsquared/ci-fix-ubuntu-ver
  • d3776d2 Update ubuntu version used in CI to 24.04 (currently supported)
  • 431f6c9 Merge branch 'master' into fix/call-without-opaque-otp28-issue-561
  • Additional commits viewable in compare view

Updates ex_doc from 0.28.2 to 0.40.3

Changelog

Sourced from ex_doc's changelog.

v0.40.3 (2026-05-21)

  • Enhancements
    • Add autolinking for Erlang/OTP 29 native records

v0.40.2 (2026-05-08)

  • Bug fixes
    • Add rel="nofollow" to external links in HTML output
    • Use blockquote in llms.txt description
    • Void elements in epub, such wbr, must be terminated by the matching end-tag
    • Fix content container scrolling in older versions of Safari
    • Skip HTML comments when computing synopsis
    • Fix markdown backend code fence language and opaque type display
    • Fix false positive warning when linking to asset files
    • Prevent #search selector from impacting user content
    • Raise on extras that conflict with reserved filenames
    • Fix styling of admonition blocks

v0.40.1 (2026-01-31)

  • Enhancements

    • Remove link to source from generated .md files
    • Improve word-breaking of module names and sizing of main page titles
    • Include description in llms.txt
  • Bug fixes

    • Fix headers in custom groups

v0.40.0 (2026-01-20)

  • Enhancements

    • Introduce Markdown formatter (thanks to Yordis Prietro)
    • Generate a llms.txt document by default and add a "Copy Markdown" button to the top of every page
    • Run retriever only once per formatter
    • Support anchors on redirects
  • Bug fixes

    • Copy button on erl and iex snippets now include prompts
    • Fix headers having wrong selectors due to whitespace minification
    • Only include .html links on Swup
  • Breaking changes

    • Revamp the ExDoc entrypoint and formatter API. While those have never been made public, others may have relied on it. We have now changed and documented them on the path to standardization
    • The previously deprecated :assets option will raise if given a string, pass a map instead

v0.39.3 (2025-12-09)

  • Enhancements
    • Add the option to trim down the footer

... (truncated)

Commits

Updates stream_data from 0.5.0 to 1.3.0

Changelog

Sourced from stream_data's changelog.

v1.3.0

  • Add StreamData.date/0 and StreamData.date/1.
  • Add StreamData.nullable/2.
  • Add :inspect_opts config for the :stream_data application (documented in ExUnitProperties).

v1.2.0

  • Add StreamData.shuffle/1.

v1.1.3

  • Fix compilation warnings with current Elixir version (1.18) and upcoming Elixir version.

v1.1.2

  • Fix one more Elixir 1.17 warning.

v1.1.1

  • Add warnings-free support for Elixir 1.17.

v1.1.0

  • Drop support for Elixir 1.11 and lower, require Elixir 1.12+ now.

v1.0.0

No changes. This is just the 1.0 release. Happy fuzzying!

v0.6.0

Bug Fixes

  • Consider max chars when generating atoms.
  • Fix some small issues in StreamData.nonempty_improper_list_of/2.

Features

  • Add StreamData.non_negative_integer/0.
  • Add StreamData.repeatedly/1.
  • Add StreamData.chardata/0.
  • Add StreamData.codepoint/1.
  • Add support for not implemented properties (which are just property "some name", without a do//end body). This is on par with ExUnit's test/1.
  • Add support for stepped ranges in StreamData.integer/1.
  • Add support for required keys in StreamData.optional_map/2.
  • Add :utf8 option in StreamData.string/1.
Commits
  • f76e5cf Release v1.3.0
  • 759c7c9 Remove unused require (#222)
  • 0746c34 Add nullable/2 generator (#221)
  • 3320d84 Update Elixir/Erlang versions in CI
  • d775cbe Clean up StreamData.date/0,1
  • 737df91 Date generators (#218)
  • 1f220e8 Remove occurrences of the struct update syntax deprecated in Elixir 1.19 (#216)
  • d749dcf Add ability to customize the inspect options used to show generated values (#...
  • 48a3e60 Release v1.2.0
  • e1be08d Polish docs + spec for shuffle/1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels May 26, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 26, 2026 22:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels May 26, 2026
@github-actions github-actions Bot added the chore label May 26, 2026
Bumps the dev group with 3 updates in the / directory: [dialyxir](https://github.com/jeremyjh/dialyxir), [ex_doc](https://github.com/elixir-lang/ex_doc) and [stream_data](https://github.com/whatyouhide/stream_data).


Updates `dialyxir` from 1.1.0 to 1.4.7
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.1.0...1.4.7)

Updates `ex_doc` from 0.28.2 to 0.40.3
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.28.2...v0.40.3)

Updates `stream_data` from 0.5.0 to 1.3.0
- [Changelog](https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md)
- [Commits](whatyouhide/stream_data@v0.5.0...v1.3.0)

---
updated-dependencies:
- dependency-name: dialyxir
  dependency-version: 1.4.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ex_doc
  dependency-version: 0.40.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: stream_data
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the dev group with 3 updates chore(deps): bump the dev group across 1 directory with 3 updates Jun 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/hex/dev-fb0fda380b branch from 37f5acf to 03ffff7 Compare June 4, 2026 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 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.

0 participants