chore(deps): bump the mix-production-dependencies group across 1 directory with 6 updates#38
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
…ctory with 6 updates Bumps the mix-production-dependencies group with 6 updates in the /src/flagd-ui directory: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/mtrudel/bandit) | `1.11.0` | `1.11.1` | | [jason](https://github.com/michalmuskala/jason) | `1.4.4` | `1.4.5` | | [phoenix](https://github.com/phoenixframework/phoenix) | `1.8.5` | `1.8.7` | | [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.1.29` | `1.1.30` | | [req](https://github.com/wojtekmach/req) | `0.5.17` | `0.5.18` | | [swoosh](https://github.com/swoosh/swoosh) | `1.25.1` | `1.25.2` | Updates `bandit` from 1.11.0 to 1.11.1 - [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md) - [Commits](mtrudel/bandit@1.11.0...1.11.1) Updates `jason` from 1.4.4 to 1.4.5 - [Release notes](https://github.com/michalmuskala/jason/releases) - [Changelog](https://github.com/michalmuskala/jason/blob/master/CHANGELOG.md) - [Commits](michalmuskala/jason@v1.4.4...v1.4.5) Updates `phoenix` from 1.8.5 to 1.8.7 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.8.5...v1.8.7) Updates `phoenix_live_view` from 1.1.29 to 1.1.30 - [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases) - [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.30/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_view@v1.1.29...v1.1.30) Updates `req` from 0.5.17 to 0.5.18 - [Release notes](https://github.com/wojtekmach/req/releases) - [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md) - [Commits](wojtekmach/req@v0.5.17...v0.5.18) Updates `swoosh` from 1.25.1 to 1.25.2 - [Release notes](https://github.com/swoosh/swoosh/releases) - [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md) - [Commits](swoosh/swoosh@v1.25.1...v1.25.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-production-dependencies - dependency-name: jason dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-production-dependencies - dependency-name: phoenix dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-production-dependencies - dependency-name: phoenix_live_view dependency-version: 1.1.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-production-dependencies - dependency-name: req dependency-version: 0.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-production-dependencies - dependency-name: swoosh dependency-version: 1.25.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mix-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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-production-dependencies group with 6 updates in the /src/flagd-ui directory:
1.11.01.11.11.4.41.4.51.8.51.8.71.1.291.1.300.5.170.5.181.25.11.25.2Updates
banditfrom 1.11.0 to 1.11.1Changelog
Sourced from bandit's changelog.
Commits
40a1b8fVersion bump to 1.11.137b84cfBump ex_doc from 0.40.1 to 0.40.2 (#583)8ff6078Bump telemetry from 1.4.1 to 1.4.2 (#584)ae3520dImprove chunk handling (#585)0f56e10Stop handling . and .. paths specially (#581)Updates
jasonfrom 1.4.4 to 1.4.5Changelog
Sourced from jason's changelog.
Commits
4ede428Bump v1.4.5b8c2185Fix dialyzer joba363975Modernise CI to currently supported versions243c8a8Allow decimal 3.0c8e8d05Revert the experimental 1.5 branch and jason_native experiment0e7a3e2Add example/doctest for Jason.OrderedObject.new/1984bc07fix broken linkf775592Raise if trying to decode decimals without decimal79d59dfRemove unneeded workarounds for xref warningsbaac78eFix warnings by conditionally compiling Decimal supportUpdates
phoenixfrom 1.8.5 to 1.8.7Changelog
Sourced from phoenix's changelog.
Commits
ba3a131Release v1.8.7e74eaccfix invalid status on longpoll window timeout035fde9Update assetseb5f52fCorrectly serialize non ASCII metadata (#6664)a99c5e8Filter token parameters by default (#6665)2190111update installer versionddcdadbRelease v1.8.61a67c61prevent unexpected memory usage on nd-json body splitting8ca76a2fix a couple of typos (#6672)6214d83Bump postcss from 8.5.6 to 8.5.13 (#6671)Updates
phoenix_live_viewfrom 1.1.29 to 1.1.30Release notes
Sourced from phoenix_live_view's releases.
Changelog
Sourced from phoenix_live_view's changelog.
Commits
fdbbe52Release v1.1.30970932bUpdate assetsff31d01Ensure phx-viewport hook does not fail if there's no scrollContainerUpdates
reqfrom 0.5.17 to 0.5.18Changelog
Sourced from req's changelog.
Commits
53c3b99Release v0.5.18dc1f3beUpdate ex_docdbd145cUpdate CHANGELOG.md75f077eretry: Automatically retry on:pool_not_available4cfbf54run_finch: Normalize Finch.TransportError,HTTPError (Finch 0.22+) (#544)1a40841Update CHANGELOGb110a03run_finch: Allow :finch option with IPv6 URLs (#538)Updates
swooshfrom 1.25.1 to 1.25.2Release notes
Sourced from swoosh's releases.
Changelog
Sourced from swoosh's changelog.
Commits
7baea5cBump jason from 1.4.4 to 1.4.5 (#1130)37342cachore: prepare 1.25.2 patch release (#1136)f6eedb4fix(config): prioritize runtime config for Mailer (#1134)5596e97Bump bandit from 1.10.4 to 1.11.0 (#1129)f656c6bFix release comment workflow checkout (#1128)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