Skip to content

[bundler] Bump json from 2.18.1 to 2.19.0 in the monthly group#168

Merged
ahaverbuch merged 2 commits intomainfrom
dependabot/bundler/monthly-4f1ea03748
Mar 6, 2026
Merged

[bundler] Bump json from 2.18.1 to 2.19.0 in the monthly group#168
ahaverbuch merged 2 commits intomainfrom
dependabot/bundler/monthly-4f1ea03748

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps the monthly group with 1 update: json.

Updates json from 2.18.1 to 2.19.0

Release notes

Sourced from json's releases.

v2.19.0

What's Changed

  • Fix allow_blank parsing option to no longer allow invalid types (e.g. load([], allow_blank: true) now raise a type error).
  • Add allow_invalid_escape parsing option to ignore backslashes that aren't followed by one of the valid escape characters.

Full Changelog: ruby/json@v2.18.1...v2.19.0

Changelog

Sourced from json's changelog.

2026-03-06 (2.19.0)

  • Fix allow_blank parsing option to no longer allow invalid types (e.g. load([], allow_blank: true) now raise a type error).
  • Add allow_invalid_escape parsing option to ignore backslashes that aren't followed by one of the valid escape characters.
Commits
  • a11acc1 Release 2.19.0
  • 0a4fb79 fbuffer.h: Use size_t over unsigned long
  • a29fcdc Add depth validation to Jruby and TruffleRuby implementations
  • de993aa Reject negative depth; add overflow guards to prevent hang/crash
  • 6ccc102 Fix allow_blank parsing option to only consider strings.
  • 3f32c47 Reimplement to_json methods in Ruby
  • 93bc1b3 Remove unused load_uint8x16_4 function.
  • a888d6d Use single quotes for allow_invalid_escape doc
  • 05cec0c Add allow_invalid_escape parsing option
  • e7245b7 Remove bignum warnings
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note

Medium Risk
Moderate risk because this updates core parsing/sanitization dependencies (json, rails-html-sanitizer) and test tooling (minitest) across multiple appraisal lockfiles, which can subtly change runtime behavior or raise new errors.

Overview
Dependency lock refresh: bumps json from 2.18.1 to 2.19.0 in Gemfile.lock and the Rails 8.1 appraisal lockfiles.

Also updates locked dependencies across the appraisal matrices, notably rails-html-sanitizer (1.6.21.7.0), minitest (6.0.16.0.2 with drb dependency), and BUNDLED WITH (4.0.64.0.7).

Written by Cursor Bugbot for commit 76ce21a. This will update automatically on new commits. Configure here.

Bumps the monthly group with 1 update: [json](https://github.com/ruby/json).


Updates `json` from 2.18.1 to 2.19.0
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.18.1...v2.19.0)

---
updated-dependencies:
- dependency-name: json
  dependency-version: 2.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: monthly
...

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 Mar 6, 2026
@ahaverbuch ahaverbuch merged commit e054c00 into main Mar 6, 2026
6 checks passed
@ahaverbuch ahaverbuch deleted the dependabot/bundler/monthly-4f1ea03748 branch March 6, 2026 14:16
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