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 #353

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the mix-patching group with 6 updates:

Package From To
credo 1.7.3 1.7.5
nebulex 2.5.2 2.6.1
phoenix_live_reload 1.4.1 1.5.0
plug_cowboy 2.6.1 2.7.0
swoosh 1.14.3 1.15.3
telemetry_metrics 0.6.1 0.6.2

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.0

Changelog

Sourced from phoenix_live_reload's changelog.

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
  • 2166f18 Release 1.5.0
  • f434a13 Merge pull request #147 from phoenixframework/cm-web-logger
  • 80e6b5d s/connected/attached
  • d7039e4 Remove unused join key
  • e6078a2 Guard Mix.Project at runtime
  • 759a2fc Support umbrellas and deps
  • 45c0f03 openEditorAtCaller and openEditorAtDef
  • 8ef154b PLUG_EDITOR
  • c3b13a1 better error
  • d2775ff Only support ELIXIR_EDITOR_URL export and warn if missing on openEditor
  • Additional commits viewable in compare view

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.15.3

Release notes

Sourced from swoosh's releases.

v1.15.3 🚀

✨ Features

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

⛓️ Dependency

Full Changelog: swoosh/swoosh@v1.15.2...v1.15.3

v1.15.2 🚀

✨ Features

📝 Documentation

⛓️ Dependency

New Contributors

Full Changelog: swoosh/swoosh@v1.15.1...v1.15.2

v1.15.1 🚀

✨ Features

⛓️ Dependency

New Contributors

Full Changelog: swoosh/swoosh@v1.15.0...v1.15.1

v1.15.0 🚀

... (truncated)

Changelog

Sourced from swoosh's changelog.

1.15.3

✨ Features

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

1.15.2

✨ Features

📝 Documentation

1.15.1

✨ Features

1.15.0

✨ Features

📝 Documentation

  • Improve docs on adapter functions and deliver_many in general

1.14.4

✨ Features

  • AmazonSES: add :ses_source option to set Source API parameter @​adamu (#846)

📝 Documentation

Commits

Updates telemetry_metrics from 0.6.1 to 0.6.2

Changelog

Sourced from telemetry_metrics's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Commits
  • 0c55984 Release v0.6.2
  • 7a52d58 Update console_reporter.ex
  • b869701 Use function capture for attaching handle_event/4 (#107)
  • 084a430 Remove duplicated words in the module doc (#106)
  • 61ee7ef Fix incompatibility Elixir/Erlang OTP error in GitHub CI (#104)
  • 27a73a6 Make validate_recording_rule_fun_options!/2 private (#103)
  • 2c298dc Make keep_fun/2 private (#102)
  • 578be9c Fix tag example with duration instead of count (#101)
  • c1cb90e Migrate GitHub Actions to erlef/setup-beam (#99)
  • 6c37698 Fix grammar in Metrics moduledoc (#98)
  • Additional commits viewable in compare view

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

| Package | From | To |
| --- | --- | --- |
| [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.0` |
| [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.15.3` |
| [telemetry_metrics](https://github.com/beam-telemetry/telemetry_metrics) | `0.6.1` | `0.6.2` |


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.0
- [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_reload@v1.4.1...v1.5.0)

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.15.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.15.3)

Updates `telemetry_metrics` from 0.6.1 to 0.6.2
- [Changelog](https://github.com/beam-telemetry/telemetry_metrics/blob/main/CHANGELOG.md)
- [Commits](beam-telemetry/telemetry_metrics@v0.6.1...v0.6.2)

---
updated-dependencies:
- 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
- dependency-name: telemetry_metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mix-patching
...

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
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

Superseded by #354.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/hex/mix-patching-d711be6e77 branch March 11, 2024 08:58
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.

0 participants