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

chore(deps): update dependency enumerize from v2.5.0 to v2.8.1 #237

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 27, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
enumerize '2.5.0' -> '2.8.1' age adoption passing confidence

Release Notes

brainspec/enumerize (enumerize)

v2.8.1

Compare Source

bug fix
  • Support enumerization of the same attribute in child classes. (by @​nashby)

v2.8.0

Compare Source

bug fix
  • Fix a bug where the value of a false boolean attribute was not properly serialized because it was
    treated as ruby's false in condition and that condition was never met. (by @​nashby)
  • Make Enumerize::Value#as_json return a string, not an instance of Enumerize::Value (by @​nashby)
  • Fix attribute type casting when Rails master is used (by @​nashby)
  • Fix bug with ActiveRecord#reload when enumerized attribute is an instance of ActiveRecord::Store and it's nil. (by @​4ndypanda)
  • Fix attribute type casting when ActiveRecord#dup is used (by @​mihyaeru21)
enchancements
  • Support only Ruby 3+ and Rails 6.1+. (by @​nashby)
  • Allows the original options specified in enumerize to be retrieved from Enumerize::Attribute. (by @​okoshi-f)

v2.7.0

Compare Source

bug fix
  • Warn about already defined predicate methods only when we generate predicate methods with predicate: true (by @​nashby)
  • Define Type#cast instead of deserialize to fix serialization issue. (by @​nashby)
  • Fix Undefined method 'enumerize' for RSpec::ExampleGroups (by @​softwaregravy)
enchancements
  • Add support for procs as i18n_scope option value. (by @​nashby)

    enumerize :color, in: %w[green blue], i18n_scope: proc { |value| "color" }

v2.6.1

Compare Source

bug fix
  • Require rspec/matchers in enumerize matcher to fix rspec extensions load issue.
  • Fix Ruby 2.7 issue with initializer without keyword args.

v2.6.0

Compare Source

enhancements
  • Add Enumerize::Attribute#value?. This new method prevents the following breakage
    when autocorrecting with Performance/InefficientHashSearch cop. (by @​koic)
  • Allow usage of kwargs with inheritance in Ruby 3.x. Support only Ruby 2.7+. (by @​mortik)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/enumerize-2.x branch from 0d27dcb to 1add779 Compare May 23, 2023 12:23
@renovate renovate bot changed the title Update dependency enumerize from v2.5.0 to '~> 2.6.0' Update dependency enumerize from v2.5.0 to '~> 2.7.0' Jul 7, 2023
@renovate renovate bot force-pushed the renovate/enumerize-2.x branch from 1add779 to 3c9a19b Compare July 7, 2023 21:46
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/enumerize-2.x branch 3 times, most recently from 79b38aa to 15161f9 Compare December 5, 2023 12:37
Copy link

sonarqubecloud bot commented Dec 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update dependency enumerize from v2.5.0 to '~> 2.7.0' chore(deps): update dependency enumerize from v2.5.0 to '~> 2.7.0' Jan 19, 2024
@renovate renovate bot force-pushed the renovate/enumerize-2.x branch from 15161f9 to 75e7d93 Compare March 17, 2024 19:04
@renovate renovate bot changed the title chore(deps): update dependency enumerize from v2.5.0 to '~> 2.7.0' chore(deps): update dependency enumerize from v2.5.0 to '~> 2.8.0' Mar 17, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/enumerize-2.x branch from 75e7d93 to 6ece287 Compare August 19, 2024 20:56
Copy link

@renovate renovate bot force-pushed the renovate/enumerize-2.x branch from 6ece287 to dfacea7 Compare December 11, 2024 08:26
@renovate renovate bot changed the title chore(deps): update dependency enumerize from v2.5.0 to '~> 2.8.0' chore(deps): update dependency enumerize from v2.5.0 to v2.8.1 Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants