chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates#146
Merged
zachdaniel merged 1 commit intomainfrom Dec 2, 2025
Merged
Conversation
…ith 5 updates Bumps the dev-dependencies group with 4 updates in the / directory: [ash_postgres](https://github.com/ash-project/ash_postgres), [credo](https://github.com/rrrene/credo), [dialyxir](https://github.com/jeremyjh/dialyxir) and [ex_doc](https://github.com/elixir-lang/ex_doc). Updates `ash_postgres` from 2.6.22 to 2.6.26 - [Release notes](https://github.com/ash-project/ash_postgres/releases) - [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md) - [Commits](ash-project/ash_postgres@v2.6.22...v2.6.26) Updates `credo` from 1.7.12 to 1.7.13 - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](rrrene/credo@v1.7.12...v1.7.13) Updates `dialyxir` from 1.4.6 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.4.6...1.4.7) Updates `ex_doc` from 0.38.4 to 0.39.1 - [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.38.4...v0.39.1) Updates `igniter` from 0.6.30 to 0.7.0 - [Release notes](https://github.com/ash-project/igniter/releases) - [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md) - [Commits](ash-project/igniter@v0.6.30...v0.7.0) --- updated-dependencies: - dependency-name: ash_postgres dependency-version: 2.6.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: credo dependency-version: 1.7.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: dialyxir dependency-version: 1.4.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ex_doc dependency-version: 0.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: igniter dependency-version: 0.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dev-dependencies group with 4 updates in the / directory: ash_postgres, credo, dialyxir and ex_doc.
Updates
ash_postgresfrom 2.6.22 to 2.6.26Release notes
Sourced from ash_postgres's releases.
Changelog
Sourced from ash_postgres's changelog.
Commits
cb2c8cbchore: release version v2.6.265dc0558chore: update ash_sql, use new select bindinga4930batest: add complex calculation tests with filtered aggregates (#652)d19d4ceimprovement: add generator to tsvector type (#655)e7530aatest: add failing test for aggregate filtering on nested first aggregate (#653)d801d31chore: update ash_sql and add testede4cc6docs: Mention :define_ecto_repo? option of use AshPostgres.Repo macro in gett...e07b602improvement: verify check constraint attributes at compile timec89a4bcchore: update ash4b6463bchore: reuse complianceUpdates
credofrom 1.7.12 to 1.7.13Release notes
Sourced from credo's releases.
Changelog
Sourced from credo's changelog.
Commits
40627c5Bump version to 1.7.13e47e4dcUpdate CHANGELOG9f31412Revert "increase line number for nested alias check"84e41b2Remove Stickler CI from README62bd7e4Remove unused requiresdb534beAdd Elixir 1.19.0-rc.2 to GitHub actionsfdc365bMerge pull request #1214 from georgeguimaraes/patch-122249b7Remove SourceLevel mention on README1f601f1Refactor StrictModuleLayout tests slightly684a353Add more tests for StrictModuleLayoutUpdates
dialyxirfrom 1.4.6 to 1.4.7Release notes
Sourced from dialyxir's releases.
Changelog
Sourced from dialyxir's changelog.
Commits
b57d69fRelease version 1.4.7608b355Bump Erlex (#583)ab9bd59Fix issue template.9e73fa8Fixup changelog.Updates
ex_docfrom 0.38.4 to 0.39.1Changelog
Sourced from ex_doc's changelog.
Commits
c0f0773Release v0.39.13ec9a23Italics for autocompletion header to not confuse with resultsf7d60a5Fix admonition on small screens4c0fd35Improve box shadow, minimize search button spaceeb5362bRelease v0.39.08bcfd08Search style1dcbd9eTags are a list of atoms, closes #2159b9d190eUpdate GitHub organization for Ecto in README (#2158)d1c0c96Support specifying packages under search868fa8bValidate extra fieldsUpdates
igniterfrom 0.6.30 to 0.7.0Release notes
Sourced from igniter's releases.
Changelog
Sourced from igniter's changelog.
Commits
e41f7e0chore: release version v0.7.01cb6f21build(deps-dev): bump the dev-dependencies group with 3 updates (#350)4930cd4Fix:put_in_map/set_map_keynot setting keys properly (#348)bd2b582doc: fix type link (#346)d90eb60docs: Update docs to indicate behavior of List.map/2, add tests (#345)5c43202docs: Clarify Elixir version requirements (#344)6153ea0feat: Add support for SiteEncrypt.Phoenix.Endpoint detection (#339)435cde1chore: Fix REUSE license attribution0127832build(deps): bump rewrite in the production-dependencies group (#342)a866ab5chore: Fix failing test (#340)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 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 <dependency name> major versionwill 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 versionwill 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