Skip to content

Update dependency prism to v1.9.0#11320

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prism-1.x-lockfile
Open

Update dependency prism to v1.9.0#11320
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prism-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 15, 2026

This PR contains the following updates:

Package Change Age Confidence
prism (changelog) 1.6.01.9.0 age confidence

Release Notes

ruby/prism (prism)

v1.9.0

Compare Source

Added
  • Lots of work on the Ripper translation layer to make it more compatible and efficient.
  • Alias Prism::Node#breadth_first_search to Prism::Node#find.
  • Add Prism::Node#breadth_first_search_all/Prism::Node#find_all for finding all nodes matching a condition.
Changed
  • Fixed location of opening tokens when invalid syntax is parsed.
  • Fix RBI for parsing options.

v1.8.1

Compare Source

Changed
  • Fix not binding power in endless methods.
  • Correctly handle and? and similar on Ruby 4.0.
  • Fix error message for block/lambda with ... argument.
  • Fix in handling.

v1.8.0

Compare Source

Added
  • Optimize ruby visitor.
  • Report unterminated construct errors at opening token.
Changed
  • Correctly expose ripper state.
  • Use one file for versioned parser classes.
  • Fix denominator of rational float literal.
  • Decouple ripper translator from ripper library.
  • Sync Prism::Translation::ParserCurrent with Ruby 4.0.

v1.7.0

Compare Source

Added
  • Support 4.1 as a version option.
  • Add equal_loc to CallNode.
  • Add len()/is_empty() to ConstantList and NodeList in the Rust API.
Changed
  • Rename version 3.5 to version 4.0.
  • Fix compiling the gem from source on Windows.
  • Fix parsing of unary method calls like 42.~@​.
  • Reject def f a, (b) = 1.
  • Reject endless method as a block parameter default.
  • Reject variable capture in alternative pattern.
  • Many fixes in regards to memory safety, found through fuzzing.
  • Many fixes to better handle invalid syntax, also found through fuzzing.
  • Fix the ruby version used by the ripper translator.
  • Fix ruby_parser translation comment processing.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/prism-1.x-lockfile branch 2 times, most recently from b32f40b to b2cf81d Compare April 16, 2026 15:02
@renovate renovate Bot force-pushed the renovate/prism-1.x-lockfile branch 11 times, most recently from 1f3a052 to c0e8ccb Compare April 24, 2026 16:53
@renovate renovate Bot force-pushed the renovate/prism-1.x-lockfile branch from c0e8ccb to 2f7a3b9 Compare April 24, 2026 22:15
@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
Overall Coverage 🟢 53.13% 🟢 53.13% ⚪ 0%

Minimum allowed coverage is 0%, this run produced 53.13%

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants