Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps graalvm.version from 22.3.2 to 23.0.0.
Updates graal-sdk from 22.3.2 to 23.0.0

Commits
  • f9ef31f GraalVM 23.0.0.
  • 89d126a [GR-45794] Introduce component dependencies for EE standalones.
  • 427d7af Revert "Disable javadoc publisher"
  • 5f39879 Update Python import.
  • 5b55cd7 Introduce component dependencies for EE standalones.
  • 538dd6e [GR-46116] Upgraded trufflejson library.
  • df58d34 [GR-43648] Backport: Document recommendation for quick build mode.
  • 6a49ed5 Upgraded trufflejson library. (GR-46116)
  • 0f2cd7d [GR-46383] Backport: Improve compatibility with urllib3
  • f22ab63 [GR-45962] Backport: Use markWord::lock_mask_in_place in identity hash code f...
  • Additional commits viewable in compare view

Updates js from 22.3.2 to 23.0.0

Release notes

Sourced from js's releases.

GraalJS - GraalVm Community 23.0.0

GraalVM provides an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.

More information is available on the GraalVM website: http://www.graalvm.org/reference-manual/js/

Changelog

Sourced from js's changelog.

Version 23.0.0

  • Implemented the WebAssembly reference types proposal.
  • Implemented the Iterator Helpers proposal. It is available behind the experimental option --js.iterator-helpers.
  • Implemented the ShadowRealm proposal. It is available behind the experimental option --js.shadow-realm.
  • Removed experimental option v8-legacy-const.
  • Removed non-standard SharedArrayBuffer.isView.
  • Updated Node.js to version 18.14.1.
  • Implemented the Symbols as WeakMap keys proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the ArrayBuffer.prototype.transfer and friends proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Change Array by copy proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Added BigInteger interop support. Note that foreign BigIntegers require an explicit type cast using the BigInt function to opt into JS BigInt semantics. The default semantics is to treat all foreign numbers like JS Number values, regardless of the original value or type. Arithmetic operators perform an implicit lossy conversion to double; mixing a JS BigInt with any non-JS number always throws. Comparison operators attempt to do a precise value comparison where possible. JS BigInt values can now be converted to java.math.BigInteger host objects, although a target type mapping may still be necessary to ensure consistent type mapping if the target type is ambiguous or absent.

Version 22.3.0

  • Implemented the WebAssembly multi-value proposal.
  • Added an experimental option --js.unhandled-rejections=handler that allows to use a custom callback to track unhandled promise rejections.
  • Updated Node.js to version 16.17.1.
  • ECMA-402 Internationalization API has been enabled by default. It can be disabled by --js.intl-402=false option.
  • Implemented the Decorators (stage 3) proposal.

Version 22.2.0

  • GraalVM JavaScript is now an installable component of GraalVM. It can be installed with gu install js.
  • Enabled option js.foreign-object-prototype by default. Polyglot Interop objects now get a fitting JavaScript prototype assigned unless explicitly turned off using this flag.
  • Added intermediate prototype for foreign objects to simplify adapting functionality.
  • Removed deprecated experimental option experimental-foreign-object-prototype.
  • Removed experimental option commonjs-global-properties. The same functionality can be achieved in user code with a direct call to require() after context creation.
  • Added an experimental option --js.zone-rules-based-time-zones that allows to use timezone-related data from ZoneRulesProvider (instead of ICU4J data files).
  • Temporal objects can be converted to compatible Java objects when possible, using the Value API's methods like asDate().

Version 22.1.0

  • Updated Node.js to version 16.14.2.
  • Graal.js now requires Java 11+ and no longer supports Java 8.
  • Implemented the Intl.NumberFormat v3 proposal.
  • Implemented the Array Grouping v3 proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Temporal proposal. It is available behind the experimental option --js.temporal.
  • Implemented the Array Find from Last proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Optimized closures to only keep references on variables in the lexical environment that are needed by (one or more) closures. This optimization can be disabled with the experimental option --js.scope-optimization=false.
  • Moved the internal string representation to the new TruffleString type.
  • Added option --js.string-lazy-substrings (default: true) to allow toggling the copying behavior of string slices. When enabled, string slices internally create string views instead of copying the given string region, which increases performance but may also increase memory utilization.

Version 22.0.0

... (truncated)

Commits
  • 940f9a3 GraalVM 23.0.0
  • da30923 [GR-45673] Backport: Drop max heap flag from native-image.properties.
  • c74c02e [GR-43146] Fix dynamic import in an indirect eval/dynamic function (23.0).
  • da0a749 Convert CachedSourceKey record to normal class.
  • 2c03245 Skip transiently failing test/parallel/test-worker-init-failure.js.
  • 1e8b8af Update testv8 status file.
  • 8a62818 Simplify test.
  • bdc8060 Fix assertion.
  • 41510ec Load resumption call target when materializing async/generator function expre...
  • 65817f2 Test dynamic import() from eval/dynamic function.
  • Additional commits viewable 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `graalvm.version` from 22.3.2 to 23.0.0.

Updates `graal-sdk` from 22.3.2 to 23.0.0
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-22.3.2...vm-23.0.0)

Updates `js` from 22.3.2 to 23.0.0
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-22.3.2...vm-23.0.0)

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jun 19, 2023
@lvca lvca merged commit a6f2188 into main Jun 20, 2023
@lvca lvca added this to the 23.6.1 milestone Jun 20, 2023
@lvca lvca self-assigned this Jun 20, 2023
@dependabot dependabot bot deleted the dependabot/maven/graalvm.version-23.0.0 branch June 20, 2023 22:20
lvca added a commit that referenced this pull request Jun 20, 2023
mergify bot added a commit that referenced this pull request Feb 3, 2025
Bumps `jline.version` from 3.28.0 to 3.29.0.
Updates `org.jline:jline-terminal` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([#1148](https://github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([#1138](https://github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [#1051](https://github.com/jline/jline3/issues/1051) ([#1132](https://github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [#1160](https://github.com/jline/jline3/issues/1160)) ([#1161](https://github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([#1137](https://github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([#1149](https://github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([#1144](https://github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([#1142](https://github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([#1135](https://github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([#1148](https://github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [#1160](https://github.com/jline/jline3/issues/1160)) ([#1161](https://github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([#1149](https://github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

Updates `org.jline:jline-reader` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([#1148](https://github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([#1138](https://github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [#1051](https://github.com/jline/jline3/issues/1051) ([#1132](https://github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [#1160](https://github.com/jline/jline3/issues/1160)) ([#1161](https://github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([#1137](https://github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([#1149](https://github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([#1144](https://github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([#1142](https://github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([#1135](https://github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([#1148](https://github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [#1160](https://github.com/jline/jline3/issues/1160)) ([#1161](https://github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([#1149](https://github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

Updates `org.jline:jline-terminal-jni` from 3.28.0 to 3.29.0
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> 3.29.0
> ------
> 
> 💥 Breaking changes
> -----------------------
> 
> * Undeprecate ConsolePrompt methods et al ([#1148](https://github.com/jline/jline3/pull/1148)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🚀 New features and improvements
> -------------------------------
> 
> * Add text-only prompt element for console-ui ([#1138](https://github.com/jline/jline3/pull/1138)) [`@​quintesse`](https://github.com/quintesse)
> * Dynamic console-ui prompt improvements, see [#1051](https://github.com/jline/jline3/issues/1051) ([#1132](https://github.com/jline/jline3/pull/1132)) [`@​quintesse`](https://github.com/quintesse)
> 
> 🐛 Bug Fixes
> -----------
> 
> * AnsiConsole should always obey the terminal (fixes [#1160](https://github.com/jline/jline3/issues/1160)) ([#1161](https://github.com/jline/jline3/pull/1161)) [`@​cstamas`](https://github.com/cstamas)
> * Add overloaded no-arg compile method ([#1137](https://github.com/jline/jline3/pull/1137)) [`@​iflan`](https://github.com/iflan)
> * Move catch to proper place ([#1133](https://github.com/jline/jline3/pull/1133)) [`@​cstamas`](https://github.com/cstamas)
> 
> 📦 Dependency updates
> --------------------
> 
> * Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://github.com/jline/jline3/pull/1163)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://github.com/jline/jline3/pull/1159)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://github.com/jline/jline3/pull/1155)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 ([#1149](https://github.com/jline/jline3/pull/1149)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://github.com/jline/jline3/pull/1147)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://github.com/jline/jline3/pull/1146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 ([#1144](https://github.com/jline/jline3/pull/1144)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump net.java.dev.jna:jna from 5.15.0 to 5.16.0 ([#1142](https://github.com/jline/jline3/pull/1142)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump junit.version from 5.11.3 to 5.11.4 ([#1135](https://github.com/jline/jline3/pull/1135)) @[dependabot[bot]](https://github.com/apps/dependabot)
> 
> 👻 Maintenance
> -------------
> 
> * Replace `Path.toFile()` ([#1158](https://github.com/jline/jline3/pull/1158)) [`@​snazy`](https://github.com/snazy)


Commits

* [`c095db8`](jline/jline3@c095db8) [maven-release-plugin] prepare release jline-3.29.0
* [`a6a7786`](jline/jline3@a6a7786) Undeprecate ConsolePrompt methods ([#1148](https://github.com/jline/jline3/issues/1148))
* [`ee5ac1b`](jline/jline3@ee5ac1b) Bump groovy.version from 4.0.24 to 4.0.25 ([#1163](https://github.com/jline/jline3/issues/1163))
* [`57030d4`](jline/jline3@57030d4) Replace `Path.toFile()` ([#1158](https://github.com/jline/jline3/issues/1158))
* [`f869217`](jline/jline3@f869217) AnsiConsole should always obey the terminal (fixes [#1160](https://github.com/jline/jline3/issues/1160)) ([#1161](https://github.com/jline/jline3/issues/1161))
* [`c7f7fbe`](jline/jline3@c7f7fbe) Bump org.graalvm.sdk:graal-sdk from 24.1.1 to 24.1.2 ([#1159](https://github.com/jline/jline3/issues/1159))
* [`ddfb352`](jline/jline3@ddfb352) Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 ([#1155](https://github.com/jline/jline3/issues/1155))
* [`4504b46`](jline/jline3@4504b46) Bump org.sonatype.central:central-publishing-maven-plugin ([#1149](https://github.com/jline/jline3/issues/1149))
* [`5e6aa3e`](jline/jline3@5e6aa3e) Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 ([#1147](https://github.com/jline/jline3/issues/1147))
* [`1e70700`](jline/jline3@1e70700) Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1 ([#1146](https://github.com/jline/jline3/issues/1146))
* Additional commits viewable in [compare view](jline/jline3@jline-3.28.0...jline-3.29.0)

  

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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify bot added a commit that referenced this pull request Sep 21, 2025
… [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.5.1 to 11.6.0.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v11.6.0
> -------
>
> Changes
> -------
>
> 🚀 Features
> ----------
>
> * Skip checking registry on credential helper list [`@​karol-bochenski`](https://github.com/karol-bochenski) ([#1121](https://github.com/testcontainers/testcontainers-node/issues/1121))
> * Add username option to Valkey container [`@​rqbazan`](https://github.com/rqbazan) ([#1117](https://github.com/testcontainers/testcontainers-node/issues/1117))
>
> 📖 Documentation
> ---------------
>
> * Fix typo in usage example (RedisContainer) [`@​lightningspirit`](https://github.com/lightningspirit) ([#1132](https://github.com/testcontainers/testcontainers-node/issues/1132))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 1 directory with 22 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1137](https://github.com/testcontainers/testcontainers-node/issues/1137))
> * Bump the dependencies group across 1 directory with 15 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1123](https://github.com/testcontainers/testcontainers-node/issues/1123))
> * Bump mkdocs-material from 9.6.17 to 9.6.18 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1118](https://github.com/testcontainers/testcontainers-node/issues/1118))
> * Bump mkdocs-material from 9.6.16 to 9.6.17 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1110](https://github.com/testcontainers/testcontainers-node/issues/1110))
> * Bump the dependencies group across 1 directory with 16 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1111](https://github.com/testcontainers/testcontainers-node/issues/1111))
> * Bump actions/checkout from 4 to 5 in the actions group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1112](https://github.com/testcontainers/testcontainers-node/issues/1112))
> * Remove msw override [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1114](https://github.com/testcontainers/testcontainers-node/issues/1114))


Commits

* [`ab7fbdd`](testcontainers/testcontainers-node@ab7fbdd) Bump mkdocs-material from 9.6.18 to 9.6.19 in the dependencies group ([#1128](https://github.com/testcontainers/testcontainers-node/issues/1128))
* [`785e1b2`](testcontainers/testcontainers-node@785e1b2) Fix typo in usage example (RedisContainer) ([#1132](https://github.com/testcontainers/testcontainers-node/issues/1132))
* [`7c3d53b`](testcontainers/testcontainers-node@7c3d53b) Bump the dependencies group across 1 directory with 22 updates ([#1137](https://github.com/testcontainers/testcontainers-node/issues/1137))
* [`82d1109`](testcontainers/testcontainers-node@82d1109) Fix image name logging when pulling
* [`c81b942`](testcontainers/testcontainers-node@c81b942) Bump the dependencies group across 1 directory with 15 updates ([#1123](https://github.com/testcontainers/testcontainers-node/issues/1123))
* [`13a4dc0`](testcontainers/testcontainers-node@13a4dc0) Bump mkdocs-material from 9.6.17 to 9.6.18 in the dependencies group ([#1118](https://github.com/testcontainers/testcontainers-node/issues/1118))
* [`9ae6d5e`](testcontainers/testcontainers-node@9ae6d5e) Skip checking registry on credential helper list ([#1121](https://github.com/testcontainers/testcontainers-node/issues/1121))
* [`553d238`](testcontainers/testcontainers-node@553d238) Add username option to Valkey container ([#1117](https://github.com/testcontainers/testcontainers-node/issues/1117))
* [`0e85014`](testcontainers/testcontainers-node@0e85014) Bump mkdocs-material from 9.6.16 to 9.6.17 in the dependencies group ([#1110](https://github.com/testcontainers/testcontainers-node/issues/1110))
* [`e11ca7b`](testcontainers/testcontainers-node@e11ca7b) Bump the dependencies group across 1 directory with 16 updates ([#1111](https://github.com/testcontainers/testcontainers-node/issues/1111))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v11.5.1...v11.6.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=11.5.1&new-version=11.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify bot added a commit that referenced this pull request Oct 11, 2025
…udio [skip ci]

[//]: # (dependabot-start)
⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.2.1 to 11.7.1.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v11.7.1
> -------
>
> Changes
> -------
>
> 🐛 Bug Fixes
> -----------
>
> * Return empty registry credentials when none found [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1153](https://github.com/testcontainers/testcontainers-node/issues/1153))
>
> v11.7.0
> -------
>
> Changes
> -------
>
> 🚀 Features
> ----------
>
> * Bump ryuk image version to 0.14 [`@​digital88`](https://github.com/digital88) ([#1148](https://github.com/testcontainers/testcontainers-node/issues/1148))
> * Add CouchDB module [`@​botflux`](https://github.com/botflux) ([#1136](https://github.com/testcontainers/testcontainers-node/issues/1136))
>
> 🐛 Bug Fixes
> -----------
>
> * Fix MongoDB container excessive CPU usage [`@​digital88`](https://github.com/digital88) ([#1146](https://github.com/testcontainers/testcontainers-node/issues/1146))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump mkdocs-material from 9.6.19 to 9.6.20 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1142](https://github.com/testcontainers/testcontainers-node/issues/1142))
> * Bump the dependencies group with 15 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1141](https://github.com/testcontainers/testcontainers-node/issues/1141))
>
> v11.6.0
> -------
>
> Changes
> -------
>
> 🚀 Features
> ----------
>
> * Skip checking registry on credential helper list [`@​karol-bochenski`](https://github.com/karol-bochenski) ([#1121](https://github.com/testcontainers/testcontainers-node/issues/1121))
> * Add username option to Valkey container [`@​rqbazan`](https://github.com/rqbazan) ([#1117](https://github.com/testcontainers/testcontainers-node/issues/1117))
>
> 📖 Documentation
> ---------------
>
> * Fix typo in usage example (RedisContainer) [`@​lightningspirit`](https://github.com/lightningspirit) ([#1132](https://github.com/testcontainers/testcontainers-node/issues/1132))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump the dependencies group across 1 directory with 22 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1137](https://github.com/testcontainers/testcontainers-node/issues/1137))
> * Bump the dependencies group across 1 directory with 15 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1123](https://github.com/testcontainers/testcontainers-node/issues/1123))
> * Bump mkdocs-material from 9.6.17 to 9.6.18 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1118](https://github.com/testcontainers/testcontainers-node/issues/1118))
> * Bump mkdocs-material from 9.6.16 to 9.6.17 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1110](https://github.com/testcontainers/testcontainers-node/issues/1110))
> * Bump the dependencies group across 1 directory with 16 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1111](https://github.com/testcontainers/testcontainers-node/issues/1111))
> * Bump actions/checkout from 4 to 5 in the actions group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1112](https://github.com/testcontainers/testcontainers-node/issues/1112))
> * Remove msw override [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1114](https://github.com/testcontainers/testcontainers-node/issues/1114))
>
> v11.5.1
> -------
>
> Changes
> -------
>
> 🐛 Bug Fixes
> -----------

... (truncated)


Commits

* [`c243f8e`](testcontainers/testcontainers-node@c243f8e) Return empty registry credentials when none found ([#1153](https://github.com/testcontainers/testcontainers-node/issues/1153))
* [`8d320dc`](testcontainers/testcontainers-node@8d320dc) v11.7.0
* [`e5f28f8`](testcontainers/testcontainers-node@e5f28f8) Bump mkdocs-material from 9.6.19 to 9.6.20 in the dependencies group ([#1142](https://github.com/testcontainers/testcontainers-node/issues/1142))
* [`e7399ee`](testcontainers/testcontainers-node@e7399ee) Bump the dependencies group with 15 updates ([#1141](https://github.com/testcontainers/testcontainers-node/issues/1141))
* [`9c68c18`](testcontainers/testcontainers-node@9c68c18) Bump ryuk to 0.14 ([#1148](https://github.com/testcontainers/testcontainers-node/issues/1148))
* [`dc79944`](testcontainers/testcontainers-node@dc79944) Fix MongoDB container excessive CPU usage ([#1146](https://github.com/testcontainers/testcontainers-node/issues/1146))
* [`9271e97`](testcontainers/testcontainers-node@9271e97) Add CouchDB module ([#1136](https://github.com/testcontainers/testcontainers-node/issues/1136))
* [`885e117`](testcontainers/testcontainers-node@885e117) v11.6.0
* [`ab7fbdd`](testcontainers/testcontainers-node@ab7fbdd) Bump mkdocs-material from 9.6.18 to 9.6.19 in the dependencies group ([#1128](https://github.com/testcontainers/testcontainers-node/issues/1128))
* [`785e1b2`](testcontainers/testcontainers-node@785e1b2) Fix typo in usage example (RedisContainer) ([#1132](https://github.com/testcontainers/testcontainers-node/issues/1132))
* Additional commits viewable in [compare view](testcontainers/testcontainers-node@v11.2.1...v11.7.1)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=11.2.1&new-version=11.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant