Skip to content

build(deps): bump org.mozilla:rhino from 1.8.1 to 1.9.1 in /mockserver#2081

Merged
jamesdbloom merged 1 commit intomasterfrom
dependabot/maven/mockserver/org.mozilla-rhino-1.9.1
May 7, 2026
Merged

build(deps): bump org.mozilla:rhino from 1.8.1 to 1.9.1 in /mockserver#2081
jamesdbloom merged 1 commit intomasterfrom
dependabot/maven/mockserver/org.mozilla-rhino-1.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps org.mozilla:rhino from 1.8.1 to 1.9.1.

Release notes

Sourced from org.mozilla:rhino's releases.

Rhino 1.9.1

February 15, 2026

This release fixes a few small regressions introduced in Rhino 1.9.0.

  • Ensure that the "global" object is present, necessary for core-js to run
  • Prevent compiled methods from introducing illegal characters in their names
  • Support reserved words like "class" as names of XML attributes
  • Fix a performance regression in the RegExp engine.

Thanks to all who contributed!

Full Changelog: mozilla/rhino@Rhino1_9_0_Release...Rhino1_9_1_Release

Rhino 1.9.0

This release represents about a year of work on Rhino by a growing team of contributors.

Some of the improvements include:

  • Compatibility improvements in areas like destructuring and spread syntax.
  • Performance improvements from 10 to 30% in benchmarks like Delta Blue, Earley-Boyer, and Crypto in both interpreted and compiled mode
  • Better support for generics and other things when Java integration is used.

Some other improvements:

JavaScript Language Updates:

  • ES6+: Significant advancements in destructuring, spread syntax for arrays/objects, Symbol API, and improved let/const scoping. TypedArray.from/of and BigInt.asUintN/asIntN fixes.
  • RegExp: New features like named capture groups, lookbehind assertions, and Unicode mode support.
  • Future ES (ES2024/2025): Early implementation of proposals such as Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and new Set methods.

Core Engine Enhancements:

  • Major Refactoring: Extensive migration of built-in objects to a lambda-based architecture and a comprehensive overhaul of the interpreter bytecodes for better performance and maintainability.
  • Concurrency & Interop: Continued focus on thread safety improvements and enhanced Java interoperability, including better generics support.

Going forward -- we have lots of plans for Rhino, including some changes that may affect compatibility for projects that embed Rhino into larger frameworks. We think that these changes will be worth it because they will unlock better language compatibility and performance.

As such, the next version going forward will be 2.0.0-SNAPSHOT.

... (truncated)

Changelog

Sourced from org.mozilla:rhino's changelog.

Rhino 1.9.0

December 22, 2025

This release represents about a year of work on Rhino by a growing team of contributors.

Some of the improvements include:

  • Compatibility improvements in areas like destructuring and spread syntax.
  • Performance improvements from 10 to 30% in benchmarks like Delta Blue, Earley-Boyer, and Crypto in both interpreted and compiled mode
  • Better support for generics and other things when Java integration is used.

Some other improvements:

JavaScript Language Updates:

  • ES6+: Significant advancements in destructuring, spread syntax for arrays/objects, Symbol API, and improved let/const scoping. TypedArray.from/of and BigInt.asUintN/asIntN fixes.
  • RegExp: New features like named capture groups, lookbehind assertions, and Unicode mode support.
  • Future ES (ES2024/2025): Early implementation of proposals such as Promise.withResolvers, Promise.try, ArrayBuffer transfer methods, and new Set methods.

Core Engine Enhancements:

  • Major Refactoring: Extensive migration of built-in objects to a lambda-based architecture and a comprehensive overhaul of the interpreter bytecodes for better performance and maintainability.
  • Concurrency & Interop: Continued focus on thread safety improvements and enhanced Java interoperability, including better generics support.

Going forward -- we have lots of plans for Rhino, including some changes that may affect compatibility for projects that embed Rhino into larger frameworks. We think that these changes will be worth it because they will unlock better language compatibility and performance.

As such, the next version going forward will be 2.0.0-SNAPSHOT.

Thanks to everyone who contributed!

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 5, 2026
@jamesdbloom
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch from 791cad3 to f3f7094 Compare May 6, 2026 07:43
@jamesdbloom
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch from f3f7094 to 6dc7c58 Compare May 6, 2026 16:05
@jamesdbloom
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch from 6dc7c58 to 41b65eb Compare May 6, 2026 19:47
@jamesdbloom
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch from 41b65eb to 63ba8d3 Compare May 6, 2026 22:40
@jamesdbloom
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch from 63ba8d3 to 5df5460 Compare May 6, 2026 22:55
@jamesdbloom
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/mozilla/rhino/releases)
- [Changelog](https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/mozilla/rhino/commits)

---
updated-dependencies:
- dependency-name: org.mozilla:rhino
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch from 5df5460 to af430ca Compare May 6, 2026 23:19
@jamesdbloom jamesdbloom merged commit 281f244 into master May 7, 2026
5 of 6 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/mockserver/org.mozilla-rhino-1.9.1 branch May 7, 2026 00:06
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant