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

build(deps): Bump active_storage_validations from 1.3.4 to 2.0.1 #2494

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps active_storage_validations from 1.3.4 to 2.0.1.

Release notes

Sourced from active_storage_validations's releases.

2.0.1

2.0.0

What's Changed

We are happy to release the active_storage_validations version 2! This major version add several features such as:

  • Add support for video & audio files
    • dimension validator now supports video files
    • aspect_ratio validator now supports video files
    • processable_image validator is now processable_file validator and supports image/video/audio
  • New validator added:
    • duration validator has been added for audio / video files
  • Major performance improvement have been added: we now only perform the expensive io analysis operation on the newly attached files
  • All error messages have been given an upgrade and new variables that you can use
  • Complete rewrite of gem README
  • To upgrade from version 1.x to 2.x, please read the upgrade guide in the readme
  • Find the associated PRs here:

Full Changelog: igorkasyanchuk/active_storage_validations@1.4.0...2.0.0

1.4.0

What's Changed

New Contributors

Full Changelog: igorkasyanchuk/active_storage_validations@1.3.4...1.4.0

Changelog

Sourced from active_storage_validations's changelog.

Commits
  • 9466e97 new release
  • b9f13e3 Merge pull request #353 from igorkasyanchuk/update-rails-load-hook
  • 878f9c6 [Blob] Correct Rails hook
  • 1396c53 [Metadata] Fix nasty bug due to AWS not allowing anything apart from String (...
  • c473600 Merge pull request #351 from igorkasyanchuk/350-20-aspect-ratio-validator-bre...
  • a1807ba [Doc] Update CHANGES.md
  • f745619 [Matcher] Fix issue when several matchers using metadata (#350)
  • 996edfc Merge pull request #349 from igorkasyanchuk/348-cannot-use-duration-validatio...
  • 7a536f6 [Doc] Update CHANGES.md
  • cd539ae [Test] Handle Rails < v7 for custom metadata
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) from 1.3.4 to 2.0.1.
- [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases)
- [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md)
- [Commits](igorkasyanchuk/active_storage_validations@1.3.4...2.0.1)

---
updated-dependencies:
- dependency-name: active_storage_validations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jan 29, 2025
@dependabot dependabot bot requested a review from toshimaru January 29, 2025 18:35
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #2497.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/bundler/active_storage_validations-2.0.1 branch February 3, 2025 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants