Skip to content

Bump statesman from 13.2.0 to 13.3.0 - #966

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/statesman-13.3.0
Open

Bump statesman from 13.2.0 to 13.3.0#966
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/statesman-13.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps statesman from 13.2.0 to 13.3.0.

Release notes

Sourced from statesman's releases.

v13.3.0

What's Changed

Full Changelog: gocardless/statesman@v13.2.0...v13.3.0

Changelog

Sourced from statesman's changelog.

v13.3.0 4th August 2026

Added

  • Statesman::Adapters::ConfigureCachedCurrentState, a model mixin to maintain a denormalised current-state column on the parent model without a separate join or query, via configure_cached_current_state. The write happens inside the ActiveRecord storage adapter itself (shared by every Machine subclass and every adapter instance for a model), so it also works for models driven by several different machine classes chosen dynamically (e.g. per scheme), and fires reliably under mysql_gaplock_protection. Exposes the configured column via Model.cached_state_column_name for generic tooling. Only updates via real transition_to! calls - a transition row created directly, bypassing the machine, does not update the cache. The initial-state seed on create only applies if the column is nil, so a record explicitly created into a given state (e.g. a test factory) keeps that value.
  • configure_state_machine now exposes transition_class and initial_state as class readers.
Commits

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 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 [statesman](https://github.com/gocardless/statesman) from 13.2.0 to 13.3.0.
- [Release notes](https://github.com/gocardless/statesman/releases)
- [Changelog](https://github.com/gocardless/statesman/blob/master/CHANGELOG.md)
- [Commits](gocardless/statesman@v13.2.0...v13.3.0)

---
updated-dependencies:
- dependency-name: statesman
  dependency-version: 13.3.0
  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 Aug 14, 2026
Copilot AI lite review requested due to automatic review settings August 14, 2026 09:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 14, 2026
@cla-bot cla-bot Bot added the cla-signed label Aug 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions

Copy link
Copy Markdown

Test coverage

92.26% line coverage reported by SimpleCov.
Run: https://github.com/RaspberryPiFoundation/editor-api/actions/runs/31787850401

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed 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.

2 participants