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 with 2 updates #692

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the production-dependencies group with 2 updates: floki and image.

Updates floki from 0.36.3 to 0.37.0

Release notes

Sourced from floki's releases.

v0.37.0

Added

Fixed

  • Fix bug propagating identity encoder in raw_html/2 - thanks @​andyleclair.

Removed

  • Remove support for Elixir 1.13 and OTP 22.

Pull requests

New Contributors

Full Changelog: philss/floki@v0.36.3...v0.37.0

Changelog

Sourced from floki's changelog.

[0.37.0] - 2024-12-06

Added

Fixed

  • Fix bug propagating identity encoder in raw_html/2 - thanks @​andyleclair.

Removed

  • Remove support for Elixir 1.13 and OTP 22.
Commits

Updates image from 0.54.4 to 0.55.2

Release notes

Sourced from image's releases.

Image version 0.55.2

Image 0.55.2

This is the changelog for Image version 0.55.2 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Update the version number only so that there is no retired version as the latest on hex.

Image 0.55.1

This is the changelog for Image version 0.55.1 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Deprecated and retired.

Image version 0.55.0

Bug Fixes

  • Fixes Image.mutate/4 to correctly interpret the return results of mutation functions in Image.Draw. Thanks to @​ramyma for the issue and the PR. Closes #173, closes #174.

  • Fix spec for Image.crop!/4. Thanks to @​BobbyMcWho for the PR. Closes #171.

Enhancements

  • Support the :pyramid option for saving .tiff files. Thanks to @​dersmon for the suggestion. Closes #172.
Changelog

Sourced from image's changelog.

Image 0.55.2

This is the changelog for Image version 0.55.2 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Update the version number only so that there is no retired version as the latest on hex.

Image 0.55.1

This is the changelog for Image version 0.55.1 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Deprecated and retired.

Image 0.55.0

This is the changelog for Image version 0.55.0 released on December 8th, 2024. For older changelogs please consult the release tag on GitHub

Bug Fixes

  • Fixes Image.mutate/4 to correctly interpret the return results of mutation functions in Image.Draw. Thanks to @​ramyma for the issue and the PR. Closes #173, closes #174.

  • Fix spec for Image.crop!/4. Thanks to @​BobbyMcWho for the PR. Closes #171.

Enhancements

  • Support the :pyramid option for saving .tiff files. Thanks to @​dersmon for the suggestion. Closes #172.
Commits
  • 4159325 Update changelog
  • 15f897a Version 0.55.2 to ensure a non-retired version as the latest
  • e23ae70 Correct version and changelog
  • 438b048 Update version and changelog
  • 1b93f72 Mix format
  • 9434dde Fix Image.Draw.flood/4. Closes #173
  • 3722b3b Add usage notes to Image.from_binary/1
  • 401e3e9 Support :pyramid option in Image.write/3 for TIFF files
  • 7ece5e7 Merge pull request #171 from BobbyMcWho/fix-crop-location-left-and-top-types
  • 1a6cbed Adjust crop/5 typing to match crop/5
  • 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 2 updates: [floki](https://github.com/philss/floki) and [image](https://github.com/kipcole9/image).


Updates `floki` from 0.36.3 to 0.37.0
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.36.3...v0.37.0)

Updates `image` from 0.54.4 to 0.55.2
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](elixir-image/image@v0.54.4...v0.55.2)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: image
  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 Dec 9, 2024
@leandrocp leandrocp merged commit ba5e3be into main Dec 10, 2024
3 checks passed
@leandrocp leandrocp deleted the dependabot/hex/production-dependencies-837fcfc24f branch December 10, 2024 16:05
leandrocp pushed a commit that referenced this pull request Dec 10, 2024
Bumps the production-dependencies group with 2 updates: [floki](https://github.com/philss/floki) and [image](https://github.com/kipcole9/image).


Updates `floki` from 0.36.3 to 0.37.0
- [Release notes](https://github.com/philss/floki/releases)
- [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
- [Commits](philss/floki@v0.36.3...v0.37.0)

Updates `image` from 0.54.4 to 0.55.2
- [Release notes](https://github.com/kipcole9/image/releases)
- [Changelog](https://github.com/elixir-image/image/blob/main/CHANGELOG.md)
- [Commits](elixir-image/image@v0.54.4...v0.55.2)

---
updated-dependencies:
- dependency-name: floki
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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