chore(deps-dev): bump the dev-dependencies group with 5 updates - #417
Merged
Conversation
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.10.0` | `2.11.0` | | [ash_sql](https://github.com/ash-project/ash_sql) | `0.6.5` | `0.6.6` | | [igniter](https://github.com/ash-project/igniter) | `0.8.2` | `0.8.3` | | [lazy_html](https://github.com/dashbitco/lazy_html) | `0.1.11` | `0.1.12` | | [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) | `1.6.2` | `1.7.0` | Updates `ash_postgres` from 2.10.0 to 2.11.0 - [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.10.0...v2.11.0) Updates `ash_sql` from 0.6.5 to 0.6.6 - [Release notes](https://github.com/ash-project/ash_sql/releases) - [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md) - [Commits](ash-project/ash_sql@v0.6.5...v0.6.6) Updates `igniter` from 0.8.2 to 0.8.3 - [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.8.2...v0.8.3) Updates `lazy_html` from 0.1.11 to 0.1.12 - [Release notes](https://github.com/dashbitco/lazy_html/releases) - [Changelog](https://github.com/dashbitco/lazy_html/blob/main/CHANGELOG.md) - [Commits](dashbitco/lazy_html@v0.1.11...v0.1.12) Updates `phoenix_live_reload` from 1.6.2 to 1.7.0 - [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_reload@v1.6.2...v1.7.0) --- updated-dependencies: - dependency-name: ash_postgres dependency-version: 2.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ash_sql dependency-version: 0.6.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: igniter dependency-version: 0.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: lazy_html dependency-version: 0.1.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: phoenix_live_reload dependency-version: 1.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 5 updates:
2.10.02.11.00.6.50.6.60.8.20.8.30.1.110.1.121.6.21.7.0Updates
ash_postgresfrom 2.10.0 to 2.11.0Release notes
Sourced from ash_postgres's releases.
Changelog
Sourced from ash_postgres's changelog.
Commits
40673e8chore: release version v2.11.07fc5582chore: update depsa10170cchore: update docs7192a3echore: Add (currently failing) test for aggregates ignoring relationship limi...609db8efix: fix generated reference type value for identity and bigserial (#800)601a993chore: add tests for ash_sql #239 (#797)8f9b5b1feat: allow custom indexes to exclude base filters (#796)7595d11chore: DSL docs7e59115chore: update tool versions1f54832improvement: Add partial index conditions for references (#795)Updates
ash_sqlfrom 0.6.5 to 0.6.6Release notes
Sourced from ash_sql's releases.
Changelog
Sourced from ash_sql's changelog.
Commits
de44252chore: release version v0.6.6ee54634fix: ensure limits/offsets are applied in all aggregates4437706fix: use aggregate read_action instead of using default relationship read (#239)35c712fimprovement: Use relationship read action arguments in joins (#237)467de7cfix: preserve shared context in lateral join source queries (#238)97a7b28chore(deps): bump ash (#236)8a4e6e5chore(deps-dev): bump the dev-dependencies group with 3 updates (#235)Updates
igniterfrom 0.8.2 to 0.8.3Release notes
Sourced from igniter's releases.
Changelog
Sourced from igniter's changelog.
Commits
5a167c0chore: release version v0.8.383e46bafix: ensure verbose is passed all the way down1357303fix: properly checkigniter.rmsin--checke7885c1chore(deps): Update mint to 1.9.3aceac7atest: cover declined igniter.install dependency prompt (#394)e9d0084improvement: addIgniter.Libs.Phoenix.web_module_for_router/2(#393)a4b5364test: Add regression tests for nested keyword config updates (#392)b29e9d6chore: warnings2768e68improvement: update to Elixir 1.20 (#391)479c495improvement: direct users to format command for unless refactorUpdates
lazy_htmlfrom 0.1.11 to 0.1.12Release notes
Sourced from lazy_html's releases.
Changelog
Sourced from lazy_html's changelog.
Commits
f30bc5eRelease v0.1.125e9e3eeBump otp on ci (#39)fd02a1dDo not start elixir_make and fine at runtime (#36)bb64356Relax elixir_make requirement to allow 0.10.0 (#35)e65f0cdUpdate versionUpdates
phoenix_live_reloadfrom 1.6.2 to 1.7.0Changelog
Sourced from phoenix_live_reload's changelog.
Commits
923bc44Release v1.7.093cb716Merge pull request #175 from phoenixframework/sd-log-simplify-shortcut0a818d6fixc53da4adocsd323ac7allow configuring extra keysd7b2562require both keysf332decEmit log event and simplify editor shortcut configurationd76ba2cMerge pull request #176 from phoenixframework/sd-bump-elixir-cif47faddbump CI images11405a8Merge pull request #154 from joshamb/mainDependabot 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 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