Skip to content

Bump the "all" group with 2 updates across multiple ecosystems#890

Merged
MikeMcQuaid merged 1 commit into
mainfrom
dependabot/all-77db887a79
Jul 28, 2025
Merged

Bump the "all" group with 2 updates across multiple ecosystems#890
MikeMcQuaid merged 1 commit into
mainfrom
dependabot/all-77db887a79

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2025

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates: json, faraday and parser.

Updates json from 2.13.0 to 2.13.1

Release notes

Sourced from json's releases.

v2.13.1

What's Changed

  • Fix support for older compilers without __builtin_cpu_supports.

Full Changelog: ruby/json@v2.13.0...v2.13.1

Changelog

Sourced from json's changelog.

2025-07-24 (2.13.1)

  • Fix support for older compilers without __builtin_cpu_supports.
Commits
  • cfe9337 Release 2.13.1
  • 35e3c09 Merge pull request #828 from byroot/check-builtin-cpu
  • da87843 Don't assume __builtin_cpu_supports exists
  • babdd2c Merge pull request #826 from jhawthorn/wbcheck_configure
  • c24342d Fix missing write barrier on Generator State
  • See full diff in compare view

Updates faraday from 2.13.2 to 2.13.4

Release notes

Sourced from faraday's releases.

v2.13.4

What's Changed

Full Changelog: lostisland/faraday@v2.13.3...v2.13.4

v2.13.3

What's Changed

Full Changelog: lostisland/faraday@v2.13.2...v2.13.3

Commits

Updates parser from 3.3.8.0 to 3.3.9.0

Changelog

Sourced from parser's changelog.

v3.3.9.0 (2025-07-25)

API modifications:

  • Bump maintenance branches to 3.3.9 (#1080) (Koichi ITO)
  • Bump maintenance branches to 3.2.9 (#1079) (Koichi ITO)

v3.3.7.5 (2025-04-14)

API modifications:

  • Bump maintenance branches to 3.3.8 (#1077) (Koichi ITO)
  • YARD docs for Parser::CurrentRuby and Parser::Base#version (#1076) (Vince Broz)

v3.3.7.4 (2025-03-31)

Bugs fixed:

  • lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051) (Earlopain)
  • builder.rb: emit kwargs node for indexasgn when opted in (#1053) (Earlopain)
  • builder.rb: correctly handle ... forwarding to super with explicit block (#1049) (Earlopain)
  • numbered parameters are valid for pattern matching pinning (#1060) (Earlopain)

v3.3.7.3 (2025-03-26)

API modifications:

  • Bump maintenance branches to 3.2.8 and 3.1.7 (#1074) (Koichi ITO)

v3.3.7.2 (2025-03-20)

Features implemented:

  • add prism-specific node types (#1071) (Earlopain)

Bugs fixed:

  • builder.rb: fix hash value omission considering some local vars as constants (#1064) (Earlopain)

v3.3.7.1 (2025-02-05)

API modifications:

  • parser/current: add -dev prefix to 3.4 branch (#1067) (Ilya Bylich)
  • parser/current: bump 3.2 branch to 3.2.7 (#1066) (Ilya Bylich)

v3.3.7.0 (2025-01-16)

API modifications:

  • Bump maintenance branches to 3.3.7 (#1061) (Koichi ITO)

... (truncated)

Commits

Bumps the all group with 1 update: ruby/setup-ruby.

Updates ruby/setup-ruby from 1.247.0 to 1.253.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.253.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.252.0...v1.253.0

v1.252.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.251.0...v1.252.0

v1.251.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.250.0...v1.251.0

v1.250.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.249.0...v1.250.0

v1.249.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.248.0...v1.249.0

v1.248.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.247.0...v1.248.0

Commits
  • bb6434c Add non-null check
  • ba9e71c Add printing of the lockfile after installation
  • 0ecad18 Revert "Add printing of the lockfile after installation"
  • e8621f0 Add printing of the lockfile after installation
  • bd6859c Use core.group() instead of startGroup/endGroup
  • 223e443 Update CRuby releases on Windows
  • 6593790 Add ruby-3.2.9,ruby-3.3.9
  • a9bfc2e Add jruby-10.0.1.0
  • See full diff in compare view

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 <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

Bumps the all group with 3 updates: [json](https://github.com/ruby/json), [faraday](https://github.com/lostisland/faraday) and [parser](https://github.com/whitequark/parser).


Updates `json` from 2.13.0 to 2.13.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.13.0...v2.13.1)

Updates `faraday` from 2.13.2 to 2.13.4
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.13.2...v2.13.4)

Updates `parser` from 3.3.8.0 to 3.3.9.0
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](whitequark/parser@v3.3.8.0...v3.3.9.0)
build(deps): bump ruby/setup-ruby in the all group

Bumps the all group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.247.0 to 1.253.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@4727905...bb6434c)

---
updated-dependencies:
- dependency-name: json
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: faraday
  dependency-version: 2.13.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: parser
  dependency-version: 3.3.9.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ruby/setup-ruby
  dependency-version: 1.253.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code ruby Pull requests that update Ruby code labels Jul 28, 2025
github-actions Bot pushed a commit that referenced this pull request Jul 28, 2025
@MikeMcQuaid MikeMcQuaid merged commit cbeaa3d into main Jul 28, 2025
47 of 48 checks passed
@MikeMcQuaid MikeMcQuaid deleted the dependabot/all-77db887a79 branch July 28, 2025 15:56
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 github_actions Pull requests that update GitHub Actions code ruby Pull requests that update Ruby code

Development

Successfully merging this pull request may close these issues.

1 participant