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 5 updates #51

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

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

Package From To
credo 1.7.3 1.7.5
floki 0.35.3 0.36.0
phoenix_live_view 0.20.3 0.20.11
polyline 1.3.0 1.4.0
reverse_proxy_plug 2.3.0 2.4.0

Updates credo from 1.7.3 to 1.7.5

Release notes

Sourced from credo's releases.

1.7.5

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

  • Fix --read-from-stdin not respecting :files/:included param
  • Credo.Check.Readability.NestedFunctionCalls no longer crashes for functions with an unquoted name

1.7.4

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

  • Add new check Credo.Check.Refactor.UtcNowTruncate as opt-in check (this is scheduled to become a standard check in v1.8)
  • Add lots of improvements around :trigger in Credo.Issue
  • Add new output format short
  • Improve docs for several checks
  • Fix another, smaller bottleneck in multicore performance
  • Fix --read-from-stdin not respecting :files param
  • Fix SARIF output format for non-string triggers
  • Fix initializing builtin commands twice
  • Fix diff command not recognizing a git ref as first argument
Changelog

Sourced from credo's changelog.

1.7.5

  • Fix --read-from-stdin not respecting :files/:included param
  • Credo.Check.Readability.NestedFunctionCalls no longer crashes for functions with an unquoted name

1.7.4

  • Add new check Credo.Check.Refactor.UtcNowTruncate as opt-in check (this is scheduled to become a standard check in v1.8)
  • Add lots of improvements around :trigger in Credo.Issue
  • Add new output format short
  • Improve docs for several checks
  • Fix another, smaller bottleneck in multicore performance
  • Fix --read-from-stdin not respecting :files param
  • Fix SARIF output format for non-string triggers
  • Fix initializing builtin commands twice
  • Fix diff command not recognizing a git ref as first argument
Commits

Updates floki from 0.35.3 to 0.36.0

Release notes

Sourced from floki's releases.

v0.36.0

Added

  • Add Floki.get_by_id/1 that returns one element by ID or nil. Thanks @​SteffenDE.

Changed

  • Improve options validation with Keyword.validate!/2. This is not a change in APIs, but the error messages and opts validation should be standardized now. Thanks @​vittoriabitton.

Removed

  • Drop support for Elixir v1.12.

Pull requests

New Contributors

Full Changelog: philss/floki@v0.35.4...v0.36.0

v0.35.4

Fixed

  • Fix regression in the order of elements in Floki.find/2

Pull requests

... (truncated)

Changelog

Sourced from floki's changelog.

[0.36.0] - 2024-03-01

Added

  • Add Floki.get_by_id/1 that returns one element by ID or nil. Thanks @​SteffenDE.

Changed

  • Improve options validation with Keyword.validate!/2. This is not a change in APIs, but the error messages and opts validation should be standardized now. Thanks @​vittoriabitton.

Removed

  • Drop support for Elixir v1.12.

[0.35.4] - 2024-02-19

Besides the fix described below, this release also contains more performance improvements, thanks to @​ypconstante.

Fixed

  • Fix order of results for Floki.find/2. This was a regression from the previous version - thanks @​ypconstante.
Commits

Updates phoenix_live_view from 0.20.3 to 0.20.11

Changelog

Sourced from phoenix_live_view's changelog.

0.20.11 (2024-02-29)

Bug fixes

  • Fix auto uploads with invalid entries incorrectly proceeding with a form submit instead of halting, causing entries in progress errors
  • Fix auto upload entries failing to be uploaded on submit after moving into a valid state, such as falling within max_entries
  • Fix TagEngine clause warning

0.20.10 (2024-02-28)

Bug fixes

  • Fix cancelled uploads being re-added
  • Fix form submits for previously submitted invalid upload entries causing errors instead of preflighted new upload entries
  • Fix HTML formatter not respecting phx-no-format for script tags

Enhancements

  • Add additional HEEx debug annotations for the caller locations of function component invocations
  • Abandon form recovery if recovery event fails

0.20.9 (2024-02-19)

Bug fixes

  • Fix error in LiveViewTest when a phx-update="ignore" container is added dynamically to the DOM

0.20.8 (2024-02-19)

Bug fixes

  • Fix live uploader issue when a form contained more than one <.live_file_input>
  • Fix phx-remove on re-added stream items trigging the remove when it should not
  • Fix js error attempting to re-order an element that does not exist in the DOM

Enhancements

  • Align LiveViewTest with JavaScript DOM patching behavior for phx-update="ignore" when updating attributes in LiveViewTest

0.20.7 (2024-02-15)

Bug fixes

  • Fix phx-skip containers leaking into DOM on first patch in some cases (#3117)
  • Fix phx-feedback-for failing to be properly updated in some cases (#3122)

0.20.6 (2024-02-14)

Bug fixes

  • Fix stream items being excluded in LiveViewTest
  • Fix stream items failing to properly update nested streams or LiveComponents
  • Fix debounce/blur regression causing unexpeted events to be sent

0.20.5 (2024-02-08)

Deprecations

... (truncated)

Commits
  • 6873b66 Release 0.20.11
  • 80ddf35 Fix auto upload issues
  • df073b6 Fix warning
  • 6838231 Release 0.20.10
  • add8f28 Bump build
  • 18f876b Fix back to back submit of invalid upload entries causing errors
  • 0537d05 Properly track preflighted uploads on the server (#3133)
  • 62e44de Add clarifications to assign_new sharing, closes #3140
  • bee69cd Clarify assign_new is not a guarantee
  • 77d0cee Abandon form recovery if recovery event fails
  • Additional commits viewable in compare view

Updates polyline from 1.3.0 to 1.4.0

Commits

Updates reverse_proxy_plug from 2.3.0 to 2.4.0

Release notes

Sourced from reverse_proxy_plug's releases.

v2.4.0

New features

  • optional upstream header transform function using the :normalize_headers option (#180)

Fixes

  • refactor stream handling to optional callback per adapter (#186)
  • migrate to Hammox (#181, #183, #184)
  • dependency updates (#185)
  • misc refactoring (#188)

v2.3.1

Fixes

  • rewrite read_body to carry conn forward (#177)
    • Note that this will, for the time being, result in request bodies which may have previously been streamed in certain scenarios now being read entirely into memory before being streamed upstream. tallarium/reverse_proxy_plug#176 tracks the work to restore this behaviour
  • add test coverage reporting to the CI run (#178)
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

breunigs and others added 2 commits March 4, 2024 19:26
Bumps the non-breaking-changes group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.3` | `1.7.5` |
| [floki](https://github.com/philss/floki) | `0.35.3` | `0.36.0` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `0.20.3` | `0.20.11` |
| [polyline](https://github.com/pkinney/polyline_ex) | `1.3.0` | `1.4.0` |
| [reverse_proxy_plug](https://github.com/tallarium/reverse_proxy_plug) | `2.3.0` | `2.4.0` |


Updates `credo` from 1.7.3 to 1.7.5
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.3...v1.7.5)

Updates `floki` from 0.35.3 to 0.36.0
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.35.3...v0.36.0)

Updates `phoenix_live_view` from 0.20.3 to 0.20.11
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v0.20.3...v0.20.11)

Updates `polyline` from 1.3.0 to 1.4.0
- [Commits](https://github.com/pkinney/polyline_ex/commits)

Updates `reverse_proxy_plug` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/tallarium/reverse_proxy_plug/releases)
- [Commits](tallarium/reverse_proxy_plug@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: polyline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking-changes
- dependency-name: reverse_proxy_plug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Mar 4, 2024
@breunigs breunigs force-pushed the v2 branch 2 times, most recently from 2d6f836 to 8290ed9 Compare March 5, 2024 17:23
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 5, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 5, 2024
@dependabot dependabot bot deleted the dependabot/hex/non-breaking-changes-861fbba122 branch March 5, 2024 17:25
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