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 mix-patching group with 6 updates #358

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the mix-patching group with 6 updates:

Package From To
castore 1.0.5 1.0.6
credo 1.7.3 1.7.5
nebulex 2.5.2 2.6.1
phoenix_live_reload 1.4.1 1.5.3
plug_cowboy 2.6.1 2.7.0
swoosh 1.14.3 1.16.3

Updates castore from 1.0.5 to 1.0.6

Commits

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 nebulex from 2.5.2 to 2.6.1

Release notes

Sourced from nebulex's releases.

v2.6.1

To see what's new, check the CHANGELOG

v2.6.0

To see what's new check the CHANGELOG

Changelog

Sourced from nebulex's changelog.

v2.6.1 (2024-02-24)

Full Changelog

Merged pull requests:

  • Improve variable handing in key generators #221 (hissssst)

v2.6.0 (2024-01-21)

Full Changelog

Fixed bugs:

  • Fix compatibility with Elixir 1.15 and 1.16 #220

Closed issues:

  • Multilevel inclusive cache doesn't duplicate entries backwards on get_all/2 #219
  • Empty arguments list passed to generate/3 in Elixir 1.16 #218
  • Regression on decorated functions and Elixir 1.16 #216
  • Bug on Local adapter when using delete_all and keys are nested tuples: not a valid match specification #211
  • Nebulex.RegistryLookupError #207
  • Docs on Migrating to v2 from Nebulex.Adapters.Dist.Cluster #198

Merged pull requests:

  • Partitioned Adapter supports two-item tuples as keys #214 (twinn)
  • Adds nebulex Ecto adapter #212 (hissssst)
Commits

Updates phoenix_live_reload from 1.4.1 to 1.5.3

Changelog

Sourced from phoenix_live_reload's changelog.

1.5.3 (2024-03-27)

  • Bug fixes
    • Fix warnings on earlier Elixir versions
    • Use darkcyan for log levels

1.5.2 (2024-03-11)

  • Bug fixes
    • Fix CSS updates failing with errors
    • Fix logging errors caused by unknown server log types

1.5.1 (2024-02-29)

  • Bug fixes
    • Fix regression on Elixir v1.14 and earlier

1.5.0 (2024-02-29)

  • Improvements
    • Introduce streaming server logs to the browser's web console with the new :web_console_logger endpoint configuration
    • Introduce openEditorAtCaller and openEditorAtDef client functions for opening the developer's configured PLUG_EDITOR to the elixir source file/line given a DOM element
    • Dispatch "phx:live_reload:attached" to parent window when live reload is attached to server and awaiting changes
Commits

Updates plug_cowboy from 2.6.1 to 2.7.0

Changelog

Sourced from plug_cowboy's changelog.

v2.7.0

Enhancements

  • Do not allow Cowboy 2.11 due to backwards incompatible changes

v2.6.2

Enhancements

  • Fix warnings on Elixir v1.15+
Commits

Updates swoosh from 1.14.3 to 1.16.3

Release notes

Sourced from swoosh's releases.

v1.16.3 🚀

✨ Features

🐛 Bug Fixes

Full Changelog: swoosh/swoosh@v1.16.3...v1.16.3

v1.16.2 🚀

🐛 Bug Fixes

New Contributors

Full Changelog: swoosh/swoosh@v1.16.1...v1.16.2

v1.16.1 🚀

With #877 Mailgun adapter now supports API Clients other than Hackney.

🐛 Bug Fixes

⛓️ Dependency

New Contributors

Full Changelog: swoosh/swoosh@v1.16.0...v1.16.1

v1.16.0 🚀

⛓️ Dependency

New Contributors

... (truncated)

Changelog

Sourced from swoosh's changelog.

1.16.3

✨ Features

🐛 Bug Fixes

1.16.2

🐛 Bug Fixes

1.16.1

With #877 Mailgun adapter now supports API Clients other than Hackney. Mailgun users, please add :multipart to your dependency list.

🐛 Bug Fixes

1.16.0

✨ Features

Thank you @​ruslandoga very much for throwing in this gem.

1.15.3

✨ Features

  • [SMTP2GO] Pass more info down from the API response

1.15.2

✨ Features

📝 Documentation

... (truncated)

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

@dependabot dependabot bot added Dependencies Pull requests that update a dependency file Elixir Pull requests that update Elixir code labels Apr 1, 2024
@lewisgoddard
Copy link
Member

@dependabot rebase

@lewisgoddard lewisgoddard enabled auto-merge (squash) April 1, 2024 11:48
Bumps the mix-patching group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [castore](https://github.com/elixir-mint/castore) | `1.0.5` | `1.0.6` |
| [credo](https://github.com/rrrene/credo) | `1.7.3` | `1.7.5` |
| [nebulex](https://github.com/cabol/nebulex) | `2.5.2` | `2.6.1` |
| [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) | `1.4.1` | `1.5.3` |
| [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) | `2.6.1` | `2.7.0` |
| [swoosh](https://github.com/swoosh/swoosh) | `1.14.3` | `1.16.3` |


Updates `castore` from 1.0.5 to 1.0.6
- [Commits](elixir-mint/castore@v1.0.5...v1.0.6)

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 `nebulex` from 2.5.2 to 2.6.1
- [Release notes](https://github.com/cabol/nebulex/releases)
- [Changelog](https://github.com/cabol/nebulex/blob/master/CHANGELOG.md)
- [Commits](cabol/nebulex@v2.5.2...v2.6.1)

Updates `phoenix_live_reload` from 1.4.1 to 1.5.3
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_reload@v1.4.1...v1.5.3)

Updates `plug_cowboy` from 2.6.1 to 2.7.0
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/plug_cowboy@v2.6.1...v2.7.0)

Updates `swoosh` from 1.14.3 to 1.16.3
- [Release notes](https://github.com/swoosh/swoosh/releases)
- [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md)
- [Commits](swoosh/swoosh@v1.14.3...v1.16.3)

---
updated-dependencies:
- dependency-name: castore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patching
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mix-patching
- dependency-name: nebulex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-patching
- dependency-name: phoenix_live_reload
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mix-patching
- dependency-name: plug_cowboy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-patching
- dependency-name: swoosh
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mix-patching
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/mix-patching-92fe55eee4 branch from a496599 to 93ce7c8 Compare April 1, 2024 11:57
@lewisgoddard lewisgoddard merged commit 8a1a4d3 into master Apr 1, 2024
6 checks passed
@lewisgoddard lewisgoddard deleted the dependabot/hex/mix-patching-92fe55eee4 branch April 1, 2024 11:59
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