Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps aasm from 5.0.5 to 5.2.0.

Changelog

Sourced from aasm's changelog.

5.2.0

  • fix: timestamp will work with named machine #739, thanks to RolandStuder
  • Create namespaced scopes in PR #735, thanks to caiohsramos
  • Fix multiple state machines example per class on README in PR #732, thanks to RodrigoVitiello
  • Update version in recommendation to add after_commit_everywhere in PR #729, thanks to Envek
  • Fix i18n Event translations failing #721 in PR #723, thanks to the-spectator
  • Add documentation to the Readme about how parameters are handled in AASM events in PR #722, thanks to dstuebe
  • Fix human_state cached across locales #709 in PR 716, thanks to the-spectator
  • Relocate DslHelper from root namespace to under AASM namespace in PR #711 thank to yujideveloper
  • Document how to define transitions from any state in in PR #699 thanks to hedgesky
  • Add simple option for auto-generated timestamps in PR #677, thanks to jaynetics

5.1.1

  • Fix Depreciation message for after_commit_everywhere #695 in PR #696
  • Fix human_state to use display option #684 in PR #697
  • Remove support for ruby 2.3

5.1.0

  • Fix after_commit in nested transactions #536 without explicit AR dependency in PR #668, thanks to stokarenko
  • Remove support for Rails 3.2

5.0.8

  • Revert Fix for :after_commit within nested transaction because it adds after_commit_action dependency which is dependent on many gems.

5.0.7

  • Fix :after_commit within nested transaction #666, thanks to stokarenko
  • Add permitted_transitions to group permitted event with state #664, thanks to dnamsons
  • Add Ruby 2.7.0 & 2.6.5 to Travis CI Test Matrix #661, thanks to the-spectator
  • Handle InvalidTransition in transition_from matcher #653, thanks to ryanwood

5.0.6

  • Fix no_direct_assignment, couldn't be turned off pragmatically #636
  • Add instance level validation skip option #644, thanks to Nitin-Salunke
  • Fixed aasm.current_event incorrectly yields nil when calling aasm.fire!(:event) #551 in #638, thanks to DoubleJarvis
  • Code Refactor #634 , thanks to rahulknojha
  • Fixed callback argument for :before_success & :success callback, #630
Commits
  • 8ba44d6 Add changelog for 5.2.0 and update version
  • ad8fa48 fix: timestamp will work with named machine
  • 252ade3 Add #to_s to event
  • 6a3aef9 Adds spec for #human_event_name to accept event object
  • adfeeb5 refactor to decrease complexity
  • ca5bbfc add implementation
  • baddd13 add specs
  • 8622d3e fix typo in readme
  • 5856e3a Fix ambiguity in Readme for callback and gaurds params
  • 143eedc Add simple option for auto-generated timestamps
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [aasm](https://github.com/aasm/aasm) from 5.0.5 to 5.2.0.
- [Release notes](https://github.com/aasm/aasm/releases)
- [Changelog](https://github.com/aasm/aasm/blob/master/CHANGELOG.md)
- [Commits](aasm/aasm@v5.0.5...v5.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 3, 2021
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant