Bump the mix-minor-and-patch group with 8 updates - #49
Merged
Conversation
Bumps the mix-minor-and-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/mtrudel/bandit) | `1.12.4` | `1.12.5` | | [phoenix](https://github.com/phoenixframework/phoenix) | `1.8.11` | `1.8.12` | | [phoenix_live_dashboard](https://github.com/phoenixframework/phoenix_live_dashboard) | `0.8.7` | `0.9.0` | | [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.2.9` | `1.2.11` | | [req](https://github.com/wojtekmach/req) | `0.7.2` | `0.7.3` | | [sentry](https://github.com/getsentry/sentry-elixir) | `13.4.2` | `13.5.0` | | [swoosh](https://github.com/swoosh/swoosh) | `1.27.0` | `1.28.0` | | [telemetry_metrics](https://github.com/beam-telemetry/telemetry_metrics) | `1.1.0` | `1.2.0` | Updates `bandit` from 1.12.4 to 1.12.5 - [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md) - [Commits](mtrudel/bandit@1.12.4...1.12.5) Updates `phoenix` from 1.8.11 to 1.8.12 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.12/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.8.11...v1.8.12) Updates `phoenix_live_dashboard` from 0.8.7 to 0.9.0 - [Release notes](https://github.com/phoenixframework/phoenix_live_dashboard/releases) - [Changelog](https://github.com/phoenixframework/phoenix_live_dashboard/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_dashboard@v0.8.7...v0.9.0) Updates `phoenix_live_view` from 1.2.9 to 1.2.11 - [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases) - [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_view@v1.2.9...v1.2.11) Updates `req` from 0.7.2 to 0.7.3 - [Release notes](https://github.com/wojtekmach/req/releases) - [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md) - [Commits](wojtekmach/req@v0.7.2...v0.7.3) Updates `sentry` from 13.4.2 to 13.5.0 - [Release notes](https://github.com/getsentry/sentry-elixir/releases) - [Changelog](https://github.com/getsentry/sentry-elixir/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-elixir@13.4.2...13.5.0) Updates `swoosh` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/swoosh/swoosh/releases) - [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md) - [Commits](swoosh/swoosh@v1.27.0...v1.28.0) Updates `telemetry_metrics` from 1.1.0 to 1.2.0 - [Changelog](https://github.com/beam-telemetry/telemetry_metrics/blob/main/CHANGELOG.md) - [Commits](https://github.com/beam-telemetry/telemetry_metrics/commits) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-minor-and-patch - dependency-name: phoenix dependency-version: 1.8.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-minor-and-patch - dependency-name: phoenix_live_dashboard dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mix-minor-and-patch - dependency-name: phoenix_live_view dependency-version: 1.2.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-minor-and-patch - dependency-name: req dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-minor-and-patch - dependency-name: sentry dependency-version: 13.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mix-minor-and-patch - dependency-name: swoosh dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mix-minor-and-patch - dependency-name: telemetry_metrics dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mix-minor-and-patch ... 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 mix-minor-and-patch group with 8 updates:
1.12.41.12.51.8.111.8.120.8.70.9.01.2.91.2.110.7.20.7.313.4.213.5.01.27.01.28.01.1.01.2.0Updates
banditfrom 1.12.4 to 1.12.5Changelog
Sourced from bandit's changelog.
Commits
9571499Version bump to 1.12.5f6914aaBound and cancel HTTP/2 sends blocked on the connection window (GHSA-xj8g-532...d38cf04Validate HTTP/2 header field values for CR/LF/NUL (GHSA-x3gh-xhj4-3vq8) (#670)cce7c5fHonor Accept-Encoding q-values, the wildcard, and case-insensitive codings (#...eca1713Fixup recent test noiseb65c235Consolidate Plug.Conn.Adapter calling-process tests into adapter_test.exs (#667)4ccc008Treat abortive-close posix reasons as client closures in logging (#663)274eb55Lazily precompile the invalid-field-value match pattern (#662)10710deEnforce the chunk-size grammar in a single pass (#661)d69202eUnify case-insensitive comma-separated header token checks (#660)Updates
phoenixfrom 1.8.11 to 1.8.12Release notes
Sourced from phoenix's releases.
Changelog
Sourced from phoenix's changelog.
Commits
a27a032Release v1.8.1211e30afClear :return_to session key after logging in (#6799)a2bda2djoin_ref can be nil on non-join messages (#6800)ce109c9Fix release date for v1.8.11 (#6795)7e9fb23update deps3765e81Add markdown formatter to docs output (#6794)Updates
phoenix_live_dashboardfrom 0.8.7 to 0.9.0Changelog
Sourced from phoenix_live_dashboard's changelog.
Commits
6ef6963Release v0.9.0f110b3dAllow custom info module for Ecto repos (#491)4be4a33Bump and pin GHA workflows (#490)ed1ee7fInclude more recent OTP versions in CI (#489)64cad40Update assetsae6ed89Merge pull request #487 from nathanl/list_view8f7b6abAdd a nested list view of application processes4468d13Merge pull request #485 from phoenixframework/sd-runtime-hookfed9e58document runtime colocated hook usagefab5e4fUpdate assetsUpdates
phoenix_live_viewfrom 1.2.9 to 1.2.11Release notes
Sourced from phoenix_live_view's releases.
Changelog
Sourced from phoenix_live_view's changelog.
Commits
eba3493Release v1.2.119326d2dupdate depsb01930cEnsure formatter does not migrate expressions that close early (#4410)49132a9Optimize live stream option lookup (#4408)0ea75c5Cancel async tasks of components removed from the treedeee8e6Streamline external upload consumption (#4406)fdfa1d2fix some new warnings on 1.21a7dc7b6Update assets1702278Tag pending diffs and discard outdated ones (#4405)d7f327cRelease v1.2.10Updates
reqfrom 0.7.2 to 0.7.3Release notes
Sourced from req's releases.
Changelog
Sourced from req's changelog.
Commits
2901181Release v0.7.3e857078Revert "encode_body: Automatically change GET to POST when request body is ...Updates
sentryfrom 13.4.2 to 13.5.0Release notes
Sourced from sentry's releases.
Changelog
Sourced from sentry's changelog.
Commits
ba0da43Update CHANGELOG for version 13.5.09144acbrelease: 13.5.0e0aec0frefactor(oban/cron): consider attempts when reporting failed checkins (#1173)b932bb7test(tracing): add e2e scenarios for trace continuation (#1011, #1166) (#1168)033aff8fix(tracing): report spans whose parent lives on another node (#1166) (#1171)e7534b5fix(tracing): report spans that outlive their sent parent (#1011) (#1163)bd187f0refactor(tracing): Unify OpenTelemetry trace context extraction (#1177)2728c46fix(tracing): attach trace context to capture events (#1176)88caccechore(deps): Refresh mix.lock files (#1175)4e6ccf2chore(deps): Refresh mix.lock files (#1165)Updates
swooshfrom 1.27.0 to 1.28.0Release notes
Sourced from swoosh's releases.
Changelog
Sourced from swoosh's changelog.
Commits
200187eBump release metadata and changelogeab4387Regenerate styles with Tailwind CSS485a58aReturn an error tuple for any unexpected status44e6e44Revert decode_json extraction8c04b50Address review feedback on TurboSMTP adapter7a3d33cReference the PR in the changelog entry120504cAdd TurboSMTP adapter3985f9ebuild(deps): bump bandit from 1.12.0 to 1.12.4 (#1179)ffa34f6build(deps): bump cowboy from 2.17.0 to 2.18.0 (#1180)90f66ecbuild(deps): bump hackney from 4.5.2 to 4.7.3 (#1187)Updates
telemetry_metricsfrom 1.1.0 to 1.2.0Changelog
Sourced from telemetry_metrics's changelog.
Commits
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 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