Skip to content

Update activemodel 8.1.2.1 → 8.1.3 (minor) - #49

Merged
tcannonfodder merged 1 commit into
mainfrom
depfu/update/group/rails-8.1.3
Jul 25, 2026
Merged

Update activemodel 8.1.2.1 → 8.1.3 (minor)#49
tcannonfodder merged 1 commit into
mainfrom
depfu/update/group/rails-8.1.3

Conversation

@depfu

@depfu depfu Bot commented Mar 25, 2026

Copy link
Copy Markdown
Contributor

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ activemodel (8.1.2.1 → 8.1.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 2 commits:

✳️ actionpack (8.1.2.1 → 8.1.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 2 commits:

✳️ activerecord (8.1.2.1 → 8.1.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 2 commits:

✳️ activesupport (8.1.2.1 → 8.1.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ actionview (indirect, 8.1.2.1 → 8.1.3) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ concurrent-ruby (indirect, 1.3.7 → 1.3.8) · Repo · Changelog

Release Notes

1.3.8

What's Changed

New Contributors

Full Changelog: v1.3.7...v1.3.8

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

↗️ i18n (indirect, 1.14.8 → 1.15.2) · Repo · Changelog

Release Notes

1.15.2

What's Changed

Full Changelog: v1.15.1...v1.15.2

1.15.1

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.15.1

1.15.0

What's Changed

  • Make lazy loading of I18n translations thread safe ( part 2 ) by @chaadow in #729
  • Add support to not replace non-ASCII chars not in map by @sobrinho in #720
  • Add transliteration for O with ogonek by @radar in #733
  • CI: exclude Ruby 3.2 from rails-main matrix by @radar in #734
  • Fiber-aware I18n config storage by @lee266 in #731

New Contributors

Full Changelog: v1.14.8...v1.15.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 26 commits:

↗️ json (indirect, 2.19.9 → 2.21.1) · Repo · Changelog

Release Notes

2.21.1 (from changelog)

  • Fix a compilation issue on Window and Microsoft Visual C++.

2.21.0

What's Changed

  • JSON.generate now accept a sort_keys option, which takes either a boolean or a block.
  • Added #empty? and #partial_value? methods on JSON::ResumableParser.
  • Numerous correctness and performance fixes for JSON::ResumableParser.
  • Avoid triggering Ruby's float out of range warning when parsing out of range numbers.
  • Declare C types with Ruby 4.1 RUBY_TYPED_THREAD_SAFE_FREE.

Full Changelog: v2.20.0...v2.21.0

2.20.0

What's Changed

  • Both C and Java parsers are no longer recursive, so parsing very deep documents with max_nesting: false will no longer
    result in SystemStackError stack level too deep errors.
    • The :max_nesting option still defaults to 100.
  • Optimized floating point number parsing further by replacing the ryu algorithm by a port of Eisel-Lemire Fast Float.
  • Added JSON::ResumableParser to parse streams of JSON documents. Not yet available on JRuby.
  • Deprecate default support of JavaScript comments in the parser and add allow_comments: true parsing option.
  • Integrate with Ruby 4.1 ruby_sized_xfree.

Full Changelog: v2.19.8...v2.20.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Mar 25, 2026
@depfu
depfu Bot force-pushed the depfu/update/group/rails-8.1.3 branch from 3cbb180 to 9642651 Compare July 25, 2026 01:40
@depfu depfu Bot changed the title Update activemodel 8.1.2.1 → 8.1.3 (minor) 🚨 [security] Update activemodel 8.1.2.1 → 8.1.3 (minor) Jul 25, 2026
@depfu
depfu Bot force-pushed the depfu/update/group/rails-8.1.3 branch from 9642651 to 1f242cb Compare July 25, 2026 02:30
@depfu depfu Bot changed the title 🚨 [security] Update activemodel 8.1.2.1 → 8.1.3 (minor) Update activemodel 8.1.2.1 → 8.1.3 (minor) Jul 25, 2026
@tcannonfodder
tcannonfodder merged commit db4baed into main Jul 25, 2026
1 check was pending
@depfu
depfu Bot deleted the depfu/update/group/rails-8.1.3 branch July 25, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant