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 acts_as_list from 0.9.19 to 1.1.0 #2295

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps acts_as_list from 0.9.19 to 1.1.0.

Changelog

Sourced from acts_as_list's changelog.

v1.1.0 - 2023-02-01

Fixed (Possibly Breaking)

  • Use after_save instead of after_commit for clear_scope_changed callback #407 (@​Flixt)
  • Rename add_to_list_top and add_to_list_bottom private methods to avoid_collision that handles both cases as well as the case where :add_new_at is nil. Setting an explicit position when :add_new_at is nil will now shuffle other items out of the way if necessary. This may break existing workarounds you have in place to deal with this bug. #411. ([brendon])

v1.0.4 - 2021-04-20

Fixed

  • Add Tests ruby 2.7 and 3.0 #393 ([QWYNG])

v1.0.3 - 2020-12-24

Fixed

  • Silence deprecation warnings in Rails 6 #384 ([h-lame])
  • Add explicit requirement of ActiveSupport::Inflector #387 ([rdvdijk])

v1.0.2 - 2020-09-14

Fixed

  • Get foreign key from reflections when possible #383 (jefftsang)

Removed

v1.0.1 - 2020-02-27

Fixed

  • Invert order when incrementing to circumvent unique index violations (#368)

v1.0.0 - 2019-09-26

Full Changelog

Removed

  • BREAKING CHANGE: Support for Rails 3.2 > 4.1 has been removed. 0.9.19 is the last version that supports these Rails versions

Added

  • Added Troubleshooting Database Deadlock Errors section to README.md
  • Added support for Rails 6.0 in testing
  • Various README fixes
  • A new method called current_position now exists and returns the integer position of the item it's called on, or nil if the position isn't set.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot force-pushed the dependabot/bundler/acts_as_list-1.1.0 branch 2 times, most recently from 5419fda to 4480e63 Compare March 15, 2023 18:09
@dependabot dependabot bot force-pushed the dependabot/bundler/acts_as_list-1.1.0 branch from 4480e63 to 3275c0c Compare April 4, 2023 15:59
Bumps [acts_as_list](https://github.com/brendon/acts_as_list) from 0.9.19 to 1.1.0.
- [Release notes](https://github.com/brendon/acts_as_list/releases)
- [Changelog](https://github.com/brendon/acts_as_list/blob/master/CHANGELOG.md)
- [Commits](brendon/acts_as_list@v0.9.19...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/acts_as_list-1.1.0 branch from 3275c0c to 99d4cc0 Compare April 4, 2023 16:01
@dependabot dependabot bot changed the base branch from master to main June 13, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants