Skip to content

chore(deps): bump positioning from 0.3.0 to 0.4.7 - #308

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/bundler/positioning-0.4.7
Closed

chore(deps): bump positioning from 0.3.0 to 0.4.7#308
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/bundler/positioning-0.4.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 19, 2025

Copy link
Copy Markdown
Contributor

Bumps positioning from 0.3.0 to 0.4.7.

Changelog

Sourced from positioning's changelog.

[0.4.7] - 2025-08-09

  • Fix solidify_position so that it properly raises an error for an invalid string position.

[0.4.6] - 2025-05-01

  • Fix healing for positioning with nullable scope (parent in trees, for example). Thanks @​pyromaniac!

[0.4.5] - 2024-12-04

  • Fix healing a list with a default scope :order and/or :select. Thanks @​LukasSkywalker!

[0.4.4] - 2024-11-20

  • Add funding_uri to gemspec.

[0.4.3] - 2024-11-18

  • Add support for polymorphic belongs_to where we add both the id and the type to the scope.

[0.4.2] - 2024-11-08

NOTE: Versions 0.4.0 and 0.4.1 contain fatal flaws with the locking logic. Upgrade as soon as you can.

  • Fix cases where locking wasn't executed where there were no associated scopes.
  • Fix locking causing the in-memory record to be reloaded from the database. We only need the lock, not the reloaded record.

[0.4.1] - 2024-11-07

  • Fix locking where a belongs_to association is optional: true.

[0.4.0] - 2024-11-07

  • BREAKING CHANGE: Advisory Lock has been removed. If you explicitly define advisory_lock: false in your positioned call, you'll need to remove this.
  • CAUTION: The Advisory Lock replacement is row locking. Where belongs_to associations exist, we lock the associated record(s), and that limits the locking scope down to the record's current scope, and potentially the scope it belonged to before a change in scope. If there are no belongs_to associations then the records that belong to the current (and potentially new) scope are locked, or all the records in the table are locked if there is no scope. Please report any deadlock issues.
Commits
  • 2a8766e Version 0.4.7
  • fb488ec Fix error handling in solidify_position method
  • 0591475 Merge pull request #46 from MSILycanthropy/document_sti_limitations
  • 9aa7193 docs: limitations around STI and abstract classes
  • 9d08e12 Version 0.4.6
  • 1768f61 Merge pull request #42 from pyromaniac/fix-nil-scope
  • 403d73c Add changelog entry
  • 521bce3 Revert RBS removal
  • 5ba9154 Try to fix logger loading
  • e2eb0c1 Address review comments
  • 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 [positioning](https://github.com/brendon/positioning) from 0.3.0 to 0.4.7.
- [Changelog](https://github.com/brendon/positioning/blob/main/CHANGELOG.md)
- [Commits](brendon/positioning@v0.3.0...v0.4.7)

---
updated-dependencies:
- dependency-name: positioning
  dependency-version: 0.4.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Nov 19, 2025
@dependabot @github

dependabot Bot commented on behalf of github Nov 20, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/bundler/positioning-0.4.7 branch November 20, 2025 01:01
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant