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 production-dependencies group across 1 directory with 6 updates #218

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
credo 1.7.8 1.7.10
dialyxir 1.4.4 1.4.5
ex_doc 0.34.2 0.35.1
expression 2.37.0 2.38.0
open_telemetry_decorator 1.4.13 1.5.8
tesla 1.12.1 1.13.2

Updates credo from 1.7.8 to 1.7.10

Release notes

Sourced from credo's releases.

v1.7.10

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

  • Maintenance release

v1.7.9

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

  • Credo.Check.Refactor.ABCSize fixed false positive for pin operator (^)
  • Credo.Check.Readability.FunctionNames fixed false positive for pow operator (**)
  • Fixed a bug in Credo.Code.Parameters when couting parameters for functions with guards
Changelog

Sourced from credo's changelog.

1.7.10

  • Maintenance release

1.7.9

  • Credo.Check.Refactor.ABCSize fixed false positive for pin operator (^)
  • Credo.Check.Readability.FunctionNames fixed false positive for pow operator (**)
  • Fixed a bug in Credo.Code.Parameters when couting parameters for functions with guards
Commits
  • c6276a3 Bump version to 1.7.10
  • 7298cc1 Update CHANGELOG
  • c99499b Remove unsupported formats from Diff command help text
  • f7c44d9 Merge branch 'Eiji7-patch-1'
  • 0f02b02 Add missing parens to function call
  • 6ca48ad Merge branch 'patch-1' of github.com:Eiji7/credo into Eiji7-patch-1
  • f53941c Fix runtime warnings test
  • 271714f Add rudimentary grep for runtime warnings in CI
  • f8955df Update Elixir version
  • b408c22 fix missing parentheses warning in Credo.Check.Params.category/2
  • Additional commits viewable in compare view

Updates dialyxir from 1.4.4 to 1.4.5

Release notes

Sourced from dialyxir's releases.

1.4.5

Fixed

  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict
Changelog

Sourced from dialyxir's changelog.

Unreleased changes post [1.4.5]

[1.4.5] - 2024-11-17

Fixed

  • Crash when default ignore file missing and custom file specified
  • Revert format option ignore_file_string to ignore_file_strict
Commits
  • 501ecd7 Release 1.4.5
  • 7fadd55 Merge pull request #549 from pdm-jd/pdm-jd/fix/crash-on-custom-ignore-file
  • 621fc4a fix: mix dialyzer crashes when a custom ignore file provided that doesn't mat...
  • b960c7d Merge pull request #547 from neel-desh/bugfix/rename-format-option
  • bc8852e Bugfix: Revert format option ignore_file_string to ignore_file_strict
  • See full diff in compare view

Updates ex_doc from 0.34.2 to 0.35.1

Changelog

Sourced from ex_doc's changelog.

v0.35.1 (2024-11-21)

  • Bug fixes
    • Make sure symlinks are copied from assets directory
    • Discard private functions documented by EDoc

v0.35.0 (2024-11-19)

  • Enhancements

    • Store proglang in searchdata.js
    • Allow searching for atoms inside backticks
    • Add support for nominal types from Erlang/OTP 28
    • Support a new :redirects option which allows configuring redirects in the sidebar
    • Improve warning when referencing type from a private module
    • Rename "Search HexDocs package" modal to "Go to package docs"
    • Support built-in Erlang/OTP apps in "Go to package docs"
  • Bug fixes

    • Switch anchor title to aria-label
    • Convert admonition blockquotes to sections for screen reader users
    • Fix code copy buttons within tabsets
Commits

Updates expression from 2.37.0 to 2.38.0

Commits
  • bfbfef7 v2.38.0
  • 608e722 Merge pull request #227 from turnhub/dependabot/hex/production-dependencies-a...
  • 3f184bf Bump the production-dependencies group across 1 directory with 2 updates
  • d8f8ddf Merge pull request #225 from turnhub/bugfix/has-phonenumber
  • f3240e1 fix has_phonenumber digit checking
  • See full diff in compare view

Updates open_telemetry_decorator from 1.4.13 to 1.5.8

Release notes

Sourced from open_telemetry_decorator's releases.

v1.5.8

  • Update o11y and credo dependencies

Full Changelog: marcdel/open_telemetry_decorator@v1.5.7...v1.5.8

v1.5.7

  • Update dependencies
  • Add pid as a default span attribute

Full Changelog: marcdel/open_telemetry_decorator@v1.5.6...v1.5.7

v1.5.6

  • 🐞BUG FIX: v1.5.4 introduced a bug where exits were being caught and the span annotated, but then control flow continued as if the exit had not occurred. We now exit with the same reason that was caught, so control flow is unchanged.

Full Changelog: marcdel/open_telemetry_decorator@v1.5.5...v1.5.6

v1.5.5

What's Changed

Full Changelog: marcdel/open_telemetry_decorator@v1.5.4...v1.5.5

v1.5.4

Catch unhandled Erlang exits and add an error status to the span.

What's Changed

New Contributors

Full Changelog: marcdel/open_telemetry_decorator@v1.5.3...v1.5.4

v1.5.3

  • Bumps o11y version to v0.2.4 which includes an add_event method that processes the attributes given to it the same way with_span does.

Full Changelog: marcdel/open_telemetry_decorator@v1.5.2...v1.5.3

v1.5.2

  • Fixes a bug which included input parameters you didn't ask for in the span attributes.

Full Changelog: marcdel/open_telemetry_decorator@v1.5.1...v1.5.2

v1.5.1

  • Fixes a bug with missing attrs_version

Full Changelog: marcdel/open_telemetry_decorator@v1.5.0...v1.5.1

... (truncated)

Changelog

Sourced from open_telemetry_decorator's changelog.

v1.5.8

  • Update o11y and credo dependencies

v1.5.7

  • Update dependencies
  • Add pid as a default span attribute

v1.5.6

  • 🐞BUG FIX: v1.5.4 introduced a bug where exits were being caught and the span annotated, but then control flow continued as if the exit had not occurred. We now exit with the same reason that was caught, so control flow is unchanged.

v1.5.5

  • Decorator will catch throws as well as exits and add an error status to the span.

v1.5.4

  • Catch unhandled Erlang exits and add an error status to the span.

v1.5.3

  • Bumps o11y version to v0.2.4 which includes an add_event method that processes the attributes given to it the same way with_span does.

v1.5.2

  • Fixes a bug which included input parameters you didn't ask for in the span attributes.

v1.5.1

  • Fixes a bug with missing attrs_version

v1.5.0

  • 🚨 The decorator now uses the O11y.set_attribute(s) functions to set attributes on spans. This means that the attribute processing logic that was here previously has been migrated there. However, there are some backwards incompatible changes listed below.
  • 🚨 The decorator no longer supports nested attributes in the include option. The O11y set_attribute and set_attributes functions should now be used to handle more complex attribute specifications. The SpanAttributes protocol in particular is what I recommend if you need to extract a subset of fields from an object. The example below will add only user.id and user.name to the span attributes.
defmodule User do
  @derive {O11y.SpanAttributes, only: [:id, :name]}
  defstruct [:id, :name, :email, :password]
end
defmodule UserFactory do
use OpenTelemetryDecorator
@decorate with_span("UserFactory.create", include: [:user])
def create() do
user = %User{id: 1, name: "Bob", email: "[email protected]", password: "secret"}
</tr></table>

... (truncated)

Commits

Updates tesla from 1.12.1 to 1.13.2

Release notes

Sourced from tesla's releases.

v1.13.2

What's Changed

Full Changelog: elixir-tesla/tesla@v1.13.1...v1.13.2

v1.13.1

What's Changed

New Contributors

Full Changelog: elixir-tesla/tesla@v1.13.0...v1.13.1

v1.13.0

Feature

  • Added Tesla.Test module, please check the How-To Guides, and module documentation

What's Changed

Full Changelog: elixir-tesla/tesla@v1.12.3...v1.13.0

v1.12.3

What's Changed

Full Changelog: elixir-tesla/tesla@v1.12.2...v1.12.3

v1.12.2

What's Changed

... (truncated)

Commits
  • 90ef3ba chore: versioning
  • 0b79b0c fix: dialyzer typespec issue with partial env (#727)
  • dd9f0a1 chore: versioning
  • 564d3df fix: typespec for test module (#726)
  • 1fca7c3 chore: improve logger docs
  • 6f0f2c0 feat: allow to specify encoding strategy for query params (#558)
  • 428043b chore: improve mox how-to
  • ad0dd52 chore: improve client explanation guide
  • f4e6f28 chore: fixing example and removing reminder use Tesla showcasing (#723)
  • 7370a10 chore: improve adapters docs (#722)
  • 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 production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [credo](https://github.com/rrrene/credo) | `1.7.8` | `1.7.10` |
| [dialyxir](https://github.com/jeremyjh/dialyxir) | `1.4.4` | `1.4.5` |
| [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.34.2` | `0.35.1` |
| [expression](https://github.com/turnhub/expression) | `2.37.0` | `2.38.0` |
| [open_telemetry_decorator](https://github.com/marcdel/open_telemetry_decorator) | `1.4.13` | `1.5.8` |
| [tesla](https://github.com/elixir-tesla/tesla) | `1.12.1` | `1.13.2` |



Updates `credo` from 1.7.8 to 1.7.10
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.8...v1.7.10)

Updates `dialyxir` from 1.4.4 to 1.4.5
- [Release notes](https://github.com/jeremyjh/dialyxir/releases)
- [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md)
- [Commits](jeremyjh/dialyxir@1.4.4...1.4.5)

Updates `ex_doc` from 0.34.2 to 0.35.1
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.34.2...v0.35.1)

Updates `expression` from 2.37.0 to 2.38.0
- [Commits](turnhub/expression@v2.37.0...v2.38.0)

Updates `open_telemetry_decorator` from 1.4.13 to 1.5.8
- [Release notes](https://github.com/marcdel/open_telemetry_decorator/releases)
- [Changelog](https://github.com/marcdel/open_telemetry_decorator/blob/main/CHANGELOG.md)
- [Commits](marcdel/open_telemetry_decorator@v1.4.13...v1.5.8)

Updates `tesla` from 1.12.1 to 1.13.2
- [Release notes](https://github.com/elixir-tesla/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.12.1...v1.13.2)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: dialyxir
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: expression
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: open_telemetry_decorator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

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 Nov 25, 2024
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