Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the non-breaking-changes group with 6 updates #59

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the non-breaking-changes group with 6 updates:

Package From To
credo 1.7.6 1.7.7
jason 1.4.1 1.4.3
phoenix 1.7.12 1.7.14
phoenix_live_view 0.20.14 0.20.17
reverse_proxy_plug 3.0.0 3.0.2
tesla 1.11.0 1.11.1

Updates credo from 1.7.6 to 1.7.7

Release notes

Sourced from credo's releases.

v1.7.7

Check it out on Hex: https://hex.pm/packages/credo/1.7.7

  • Fix compatibility & compiler warnings with Elixir 1.17
  • Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and Credo.Check.Warning.WrongTestFileExtension now work for umrella apps

v1.7.7-rc.0

Check it out on Hex: https://hex.pm/packages/credo/1.7.7-rc.0

  • Fix compatibility & compiler warnings with Elixir 1.17
  • Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and Credo.Check.Warning.WrongTestFileExtension now work for umrella apps
Changelog

Sourced from credo's changelog.

1.7.7

  • Fix compatibility & compiler warnings with Elixir 1.17
  • Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and Credo.Check.Warning.WrongTestFileExtension now work for umrella apps
Commits
  • f602464 Bump version to 1.7.7
  • b721cee Update deps in mix files
  • 91525ad Bump version to 1.7.7-rc.0
  • ede4d99 Update CHANGELOG
  • 04fca3f Fix last commit for files in lib
  • 980f56e Merge pull request #1133 from tomasz-tomczyk/fix-files-included
  • 343aa81 Update GitHub actions
  • 4fbca76 Update GitHub actions
  • b41545a Update min Elixir version to 1.13
  • 5891264 Add explicit steps and remove Backports module
  • Additional commits viewable in compare view

Updates jason from 1.4.1 to 1.4.3

Changelog

Sourced from jason's changelog.

Changelog

1.5.0-alpha.2 (07.07.2023)

  • Add limit to decoded integer sizes of 1024 digits. This can be changed with the decoding_integer_digit_limit app env config.
Commits

Updates phoenix from 1.7.12 to 1.7.14

Changelog

Sourced from phoenix's changelog.

1.7.14 (2024-06-18)

Bug fixes

  • Revert "Add follow_redirect/2 to Phoenix.ConnTest" (#5797) as this conflicts with follow_redirect/2 in LiveView, which is imported with ConnTest by default

1.7.13 (2024-06-18)

Bug fixes

  • Fix Elixir 1.17 warning in Cowboy2Adapter
  • Fix verified routes emitting diagnostics without file and position

JavaScript Client Bug Fixes

  • Fix error when sessionStorage is not available on global namespace

Enhancements

  • Add follow_redirect/2 to Phoenix.ConnTest
  • Use LiveView 1.0.0-rc for newly generated applications
  • Use new Phoenix.Component.used_input? for form errors in generated core_components.ex
  • Allow mix ecto.setup from the umbrella root
  • Bump Endpoint static cache manifest on config_change callback
Commits

Updates phoenix_live_view from 0.20.14 to 0.20.17

Changelog

Sourced from phoenix_live_view's changelog.

0.20.17 (2024-06-21)

Bug fixes

  • Fix formatter adding newlines in script tags

0.20.16 (2024-06-20)

Bug fixes

  • Fix bug introduced in 0.20.15 causing incorrect patching on form elements when awaiting acknowledgements

0.20.15 (2024-06-18)

Enhancements

  • Warn when rendering an input named "id"
  • Warn on mismatched client and server versions
  • Allow form recovery to work on forms in nested LiveViews
  • Allow using form/3 with inputs outside the form
  • Allow setting page title to an empty string
  • Fix warnings on Elixir 1.17

Bug fixes

  • Fix attributes of existing stream items not being updated on reset
  • Fix nested LiveView within streams becoming empty when reset
  • Fix phx-mounted firing twice, first on dead render, then on live render, leading to errors when a LiveComponent has not yet mounted
  • Fix JS.toggle_class error when used with a transition
  • Fix phx-debounce=blur incorrectly sending change event to the next page in some cirumstances
  • Fix race condition when destroying Live Components while transitions are still running
  • Fix page reload when disconnecting LiveSocket if using Bandit
  • Fix formatter changing <% to <%= when it shouldn't
  • Fix updated form values not being sent in some circumstances when phx-trigger-action is used
  • Fix phx-viewport bindings when html or body element has overflow property

Deprecations

  • Deprecate live_flash in favor of Phoenix.Flash.get
  • Deprecate push_redirect in favor of push_navigate

Removal of previously deprecated functionality

  • phx-capture-click has been removed (deprecated in 0.17.0)
  • live_component/2 and live_component/3 helpers (not the function component) have been removed
Commits

Updates reverse_proxy_plug from 3.0.0 to 3.0.2

Release notes

Sourced from reverse_proxy_plug's releases.

v3.0.2

Fixes

  • Correct req dependency (#230)
  • Replace case expression with guard (#231)
  • x-forwarded-for fixes (#232)

v3.0.1

Fixes

  • various fixes for Req adapter compatibility across versions and response modes (#227, #228)
Commits
  • c0b6d24 3.0.2
  • 2af04ad Merge pull request #232 from tallarium/x-forwarded-for-fixes
  • ca83455 regression test for IPv6 x-forwarded-for behaviour
  • d46c808 ntoa supports both IPv4 and IPv6
  • fbfaf42 Merge pull request #231 from tallarium/guard-refactor
  • f4364e0 replace case expression with guard
  • b7f3a30 Merge pull request #230 from tallarium/correct-req-dep-spec
  • 4413657 original intention, since req interface is changeable
  • 5ab871c Merge pull request #229 from tallarium/v3.0.1
  • bdebb81 3.0.1
  • Additional commits viewable in compare view

Updates tesla from 1.11.0 to 1.11.1

Release notes

Sourced from tesla's releases.

v1.11.1

What's Changed

Full Changelog: elixir-tesla/tesla@v1.11.0...v1.11.1

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the non-breaking-changes group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.6` | `1.7.7` |
| [jason](https://github.com/michalmuskala/jason) | `1.4.1` | `1.4.3` |
| [phoenix](https://github.com/phoenixframework/phoenix) | `1.7.12` | `1.7.14` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `0.20.14` | `0.20.17` |
| [reverse_proxy_plug](https://github.com/tallarium/reverse_proxy_plug) | `3.0.0` | `3.0.2` |
| [tesla](https://github.com/teamon/tesla) | `1.11.0` | `1.11.1` |


Updates `credo` from 1.7.6 to 1.7.7
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.6...v1.7.7)

Updates `jason` from 1.4.1 to 1.4.3
- [Release notes](https://github.com/michalmuskala/jason/releases)
- [Changelog](https://github.com/michalmuskala/jason/blob/master/CHANGELOG.md)
- [Commits](michalmuskala/jason@v1.4.1...v1.4.3)

Updates `phoenix` from 1.7.12 to 1.7.14
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.7.12...v1.7.14)

Updates `phoenix_live_view` from 0.20.14 to 0.20.17
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v0.20.17/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v0.20.14...v0.20.17)

Updates `reverse_proxy_plug` from 3.0.0 to 3.0.2
- [Release notes](https://github.com/tallarium/reverse_proxy_plug/releases)
- [Changelog](https://github.com/tallarium/reverse_proxy_plug/blob/master/CHANGELOG.md)
- [Commits](tallarium/reverse_proxy_plug@v3.0.0...v3.0.2)

Updates `tesla` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: jason
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: phoenix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: phoenix_live_view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: reverse_proxy_plug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jul 1, 2024
@breunigs breunigs merged commit d56edf1 into v2 Jul 1, 2024
2 checks passed
@breunigs breunigs deleted the dependabot/hex/non-breaking-changes-d321565811 branch July 1, 2024 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

1 participant