You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/07/22 20:03:40 UTC

[GitHub] [commons-text] dependabot[bot] opened a new pull request, #342: Bump graalvm.version from 22.0.0.2 to 22.2.0

dependabot[bot] opened a new pull request, #342:
URL: https://github.com/apache/commons-text/pull/342

   Bumps `graalvm.version` from 22.0.0.2 to 22.2.0.
   Updates `js` from 22.0.0.2 to 22.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">js's releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS - GraalVM Community Edition 22.1.0</h2>
   <p>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.</p>
   <p>More information is available on the GraalVM website:
   <a href="http://www.graalvm.org/reference-manual/js/">http://www.graalvm.org/reference-manual/js/</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md">js's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 22.2.0</h2>
   <ul>
   <li>GraalVM JavaScript is now an installable component of GraalVM. It can be installed with <code>gu install js</code>.</li>
   <li>Enabled option <code>js.foreign-object-prototype</code> by default. Polyglot Interop objects now get a fitting JavaScript prototype assigned unless explicitly turned off using this flag.</li>
   <li>Added intermediate prototype for foreign objects to simplify adapting functionality.</li>
   <li>Removed deprecated experimental option <code>experimental-foreign-object-prototype</code>.</li>
   <li>Removed experimental option <code>commonjs-global-properties</code>. The same functionality can be achieved in user code with a direct call to <code>require()</code> after context creation.</li>
   <li>Added an experimental option <code>--js.zone-rules-based-time-zones</code> that allows to use timezone-related data from <code>ZoneRulesProvider</code> (instead of ICU4J data files).</li>
   <li>Temporal objects can be converted to compatible Java objects when possible, using the <code>Value</code> API's methods like <code>asDate()</code>.</li>
   </ul>
   <h2>Version 22.1.0</h2>
   <ul>
   <li>Updated Node.js to version 16.14.2.</li>
   <li>Graal.js now requires Java 11+ and no longer supports Java 8.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-numberformat-v3">Intl.NumberFormat v3</a> proposal.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-array-grouping">Array Grouping v3</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-temporal">Temporal</a> proposal. It is available behind the experimental option <code>--js.temporal</code>.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-array-find-from-last">Array Find from Last</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>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 <code>--js.scope-optimization=false</code>.</li>
   <li>Moved the internal string representation to the new TruffleString type.</li>
   <li>Added option <code>--js.string-lazy-substrings</code> (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.</li>
   </ul>
   <h2>Version 22.0.0</h2>
   <ul>
   <li>ECMAScript 2022 mode/features enabled by default.</li>
   <li>Implemented the <a href="https://github.com/tc39/intl-displaynames-v2">Intl.DisplayNames v2</a> proposal.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-locale-info">Intl Locale Info</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-DateTimeFormat-formatRange">Intl.DateTimeFormat.prototype.formatRange</a> proposal.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-extend-timezonename">Extend TimeZoneName Option</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-enumeration">Intl Enumeration API</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Updated Node.js to version 14.18.1.</li>
   <li>Added option <code>js.esm-bare-specifier-relative-lookup</code> (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.</li>
   <li>ICU4J library moved to <code>truffle</code>.</li>
   </ul>
   <h2>Version 21.3.0</h2>
   <ul>
   <li>Implemented the <a href="https://tc39.es/proposal-private-fields-in-in">Private Fields in <code>in</code></a> proposal. It is available behind the experimental option <code>--js.private-fields-in</code>.</li>
   <li>Implemented the <a href="https://github.com/WebAssembly/JS-BigInt-integration">JavaScript BigInt to WebAssembly i64 integration</a> proposal. It can be disabled using the <code>--js.wasm-bigint=false</code> option.</li>
   <li>Updated Node.js to version 14.17.6.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-error-cause">Error Cause</a> proposal. It is available behind the experimental option <code>--js.error-cause</code>.</li>
   <li>Implemented the <a href="https://tc39.es/proposal-import-assertions">Import Assertions</a> proposal. It is available behind the experimental option <code>--js.import-assertions</code>.</li>
   <li>Added support for <code>collation</code> option of <code>Intl.Collator</code>.</li>
   <li>Added support for <code>dayPeriod</code> and <code>fractionalSecondDigits</code> options of <code>Intl.DateTimeFormat</code>.</li>
   <li>Changed foreign hash map access using <code>map[key]</code> syntax to convert the key to a string or symbol.</li>
   <li>Implemented <code>Object.hasOwn</code> (<a href="https://github.com/tc39/proposal-accessible-object-hasownproperty">Accessible Object.hasOwnProperty</a> proposal). It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li>
   <li>Implemented <a href="https://github.com/tc39/proposal-class-static-block">class static initialization blocks</a> proposal. It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li>
   <li>Added experimental Polyglot <code>Context</code> option <code>--js.esm-eval-returns-exports</code>. When enabled, <code>eval()</code> of an ES module will return a Polyglot <code>Value</code> containing the ES module exported namespace object. The option is disabled by default.</li>
   </ul>
   <h2>Version 21.2.0</h2>
   <ul>
   <li>Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.</li>
   <li>Added the <code>js.unhandled-rejections</code> option to track unhandled promise rejections in a polyglot <code>Context</code>. By default, the option is set to <code>none</code>, and unhandled promise rejections are not tracked.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-set-methods">New Set Methods</a> proposal. It is available behind an experimental flag (<code>--js.new-set-methods</code>).</li>
   <li>Implemented experimental operator overloading support. Use the experimental option <code>--js.operator-overloading</code> to enable it and consult <a href="https://github.com/oracle/graaljs/blob/master/docs/user/OperatorOverloading.md">the documentation</a>.</li>
   <li>Updated RegExp Match Indices proposal with opt-in using the <code>d</code> flag. Available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>). Deprecated <code>--js.regexp-match-indices</code> option.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/oracle/graaljs/commit/023ce05fa61bd563460fd0f737d8420803529f0f"><code>023ce05</code></a> GraalVM 22.2.0</li>
   <li><a href="https://github.com/oracle/graaljs/commit/42006c27f8235fe6c95625a8ef137ac4986e67f7"><code>42006c2</code></a> [GR-39067] Backport fixes around foreign prototype.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/cf1a94562e3bf3796935b5e9d2593fecc45413fc"><code>cf1a945</code></a> address remarks from review, add tests</li>
   <li><a href="https://github.com/oracle/graaljs/commit/77034bc1a562eb4e9f6b280859a9795c5efa6d11"><code>77034bc</code></a> fix foreign instanceof to check prototype hierarchy and extend testing</li>
   <li><a href="https://github.com/oracle/graaljs/commit/99f94880824f2083575ac15726c34a0b0dda8e25"><code>99f9488</code></a> fix copy-paste error in test</li>
   <li><a href="https://github.com/oracle/graaljs/commit/be6860b683e186ca6464bfb5a3f8e02a8ff136af"><code>be6860b</code></a> [GR-39238] Prepare 22.2.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/8660a125853a8d3c9da2f95d6e62d7485cb7615f"><code>8660a12</code></a> update ci overlay</li>
   <li><a href="https://github.com/oracle/graaljs/commit/fccd50f98cf94d4ad8a4d4aff1886829e03e0e6c"><code>fccd50f</code></a> update graal import</li>
   <li><a href="https://github.com/oracle/graaljs/commit/d1e738d442b82b8fe2d736ec761f387924138ca6"><code>d1e738d</code></a> [GR-23997] Backport of missing changes into 22.2.0.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/891ef75b6ab8f3ead7367619027fb92abda85ad8"><code>891ef75</code></a> [GR-39226] Add license files to the Graal.js installable.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-22.0.0.2...vm-ee-22.2.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `js-scriptengine` from 22.0.0.2 to 22.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">js-scriptengine's releases</a>.</em></p>
   <blockquote>
   <h2>GraalJS - GraalVM Community Edition 22.1.0</h2>
   <p>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.</p>
   <p>More information is available on the GraalVM website:
   <a href="http://www.graalvm.org/reference-manual/js/">http://www.graalvm.org/reference-manual/js/</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md">js-scriptengine's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 22.2.0</h2>
   <ul>
   <li>GraalVM JavaScript is now an installable component of GraalVM. It can be installed with <code>gu install js</code>.</li>
   <li>Enabled option <code>js.foreign-object-prototype</code> by default. Polyglot Interop objects now get a fitting JavaScript prototype assigned unless explicitly turned off using this flag.</li>
   <li>Added intermediate prototype for foreign objects to simplify adapting functionality.</li>
   <li>Removed deprecated experimental option <code>experimental-foreign-object-prototype</code>.</li>
   <li>Removed experimental option <code>commonjs-global-properties</code>. The same functionality can be achieved in user code with a direct call to <code>require()</code> after context creation.</li>
   <li>Added an experimental option <code>--js.zone-rules-based-time-zones</code> that allows to use timezone-related data from <code>ZoneRulesProvider</code> (instead of ICU4J data files).</li>
   <li>Temporal objects can be converted to compatible Java objects when possible, using the <code>Value</code> API's methods like <code>asDate()</code>.</li>
   </ul>
   <h2>Version 22.1.0</h2>
   <ul>
   <li>Updated Node.js to version 16.14.2.</li>
   <li>Graal.js now requires Java 11+ and no longer supports Java 8.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-numberformat-v3">Intl.NumberFormat v3</a> proposal.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-array-grouping">Array Grouping v3</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-temporal">Temporal</a> proposal. It is available behind the experimental option <code>--js.temporal</code>.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-array-find-from-last">Array Find from Last</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>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 <code>--js.scope-optimization=false</code>.</li>
   <li>Moved the internal string representation to the new TruffleString type.</li>
   <li>Added option <code>--js.string-lazy-substrings</code> (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.</li>
   </ul>
   <h2>Version 22.0.0</h2>
   <ul>
   <li>ECMAScript 2022 mode/features enabled by default.</li>
   <li>Implemented the <a href="https://github.com/tc39/intl-displaynames-v2">Intl.DisplayNames v2</a> proposal.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-locale-info">Intl Locale Info</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-DateTimeFormat-formatRange">Intl.DateTimeFormat.prototype.formatRange</a> proposal.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-extend-timezonename">Extend TimeZoneName Option</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-intl-enumeration">Intl Enumeration API</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li>
   <li>Updated Node.js to version 14.18.1.</li>
   <li>Added option <code>js.esm-bare-specifier-relative-lookup</code> (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.</li>
   <li>ICU4J library moved to <code>truffle</code>.</li>
   </ul>
   <h2>Version 21.3.0</h2>
   <ul>
   <li>Implemented the <a href="https://tc39.es/proposal-private-fields-in-in">Private Fields in <code>in</code></a> proposal. It is available behind the experimental option <code>--js.private-fields-in</code>.</li>
   <li>Implemented the <a href="https://github.com/WebAssembly/JS-BigInt-integration">JavaScript BigInt to WebAssembly i64 integration</a> proposal. It can be disabled using the <code>--js.wasm-bigint=false</code> option.</li>
   <li>Updated Node.js to version 14.17.6.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-error-cause">Error Cause</a> proposal. It is available behind the experimental option <code>--js.error-cause</code>.</li>
   <li>Implemented the <a href="https://tc39.es/proposal-import-assertions">Import Assertions</a> proposal. It is available behind the experimental option <code>--js.import-assertions</code>.</li>
   <li>Added support for <code>collation</code> option of <code>Intl.Collator</code>.</li>
   <li>Added support for <code>dayPeriod</code> and <code>fractionalSecondDigits</code> options of <code>Intl.DateTimeFormat</code>.</li>
   <li>Changed foreign hash map access using <code>map[key]</code> syntax to convert the key to a string or symbol.</li>
   <li>Implemented <code>Object.hasOwn</code> (<a href="https://github.com/tc39/proposal-accessible-object-hasownproperty">Accessible Object.hasOwnProperty</a> proposal). It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li>
   <li>Implemented <a href="https://github.com/tc39/proposal-class-static-block">class static initialization blocks</a> proposal. It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li>
   <li>Added experimental Polyglot <code>Context</code> option <code>--js.esm-eval-returns-exports</code>. When enabled, <code>eval()</code> of an ES module will return a Polyglot <code>Value</code> containing the ES module exported namespace object. The option is disabled by default.</li>
   </ul>
   <h2>Version 21.2.0</h2>
   <ul>
   <li>Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.</li>
   <li>Added the <code>js.unhandled-rejections</code> option to track unhandled promise rejections in a polyglot <code>Context</code>. By default, the option is set to <code>none</code>, and unhandled promise rejections are not tracked.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-set-methods">New Set Methods</a> proposal. It is available behind an experimental flag (<code>--js.new-set-methods</code>).</li>
   <li>Implemented experimental operator overloading support. Use the experimental option <code>--js.operator-overloading</code> to enable it and consult <a href="https://github.com/oracle/graaljs/blob/master/docs/user/OperatorOverloading.md">the documentation</a>.</li>
   <li>Updated RegExp Match Indices proposal with opt-in using the <code>d</code> flag. Available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>). Deprecated <code>--js.regexp-match-indices</code> option.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/oracle/graaljs/commit/023ce05fa61bd563460fd0f737d8420803529f0f"><code>023ce05</code></a> GraalVM 22.2.0</li>
   <li><a href="https://github.com/oracle/graaljs/commit/42006c27f8235fe6c95625a8ef137ac4986e67f7"><code>42006c2</code></a> [GR-39067] Backport fixes around foreign prototype.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/cf1a94562e3bf3796935b5e9d2593fecc45413fc"><code>cf1a945</code></a> address remarks from review, add tests</li>
   <li><a href="https://github.com/oracle/graaljs/commit/77034bc1a562eb4e9f6b280859a9795c5efa6d11"><code>77034bc</code></a> fix foreign instanceof to check prototype hierarchy and extend testing</li>
   <li><a href="https://github.com/oracle/graaljs/commit/99f94880824f2083575ac15726c34a0b0dda8e25"><code>99f9488</code></a> fix copy-paste error in test</li>
   <li><a href="https://github.com/oracle/graaljs/commit/be6860b683e186ca6464bfb5a3f8e02a8ff136af"><code>be6860b</code></a> [GR-39238] Prepare 22.2.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/8660a125853a8d3c9da2f95d6e62d7485cb7615f"><code>8660a12</code></a> update ci overlay</li>
   <li><a href="https://github.com/oracle/graaljs/commit/fccd50f98cf94d4ad8a4d4aff1886829e03e0e6c"><code>fccd50f</code></a> update graal import</li>
   <li><a href="https://github.com/oracle/graaljs/commit/d1e738d442b82b8fe2d736ec761f387924138ca6"><code>d1e738d</code></a> [GR-23997] Backport of missing changes into 22.2.0.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/891ef75b6ab8f3ead7367619027fb92abda85ad8"><code>891ef75</code></a> [GR-39226] Add license files to the Graal.js installable.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-22.0.0.2...vm-ee-22.2.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-text] garydgregory closed pull request #342: Bump graalvm.version from 22.0.0.2 to 22.2.0

Posted by GitBox <gi...@apache.org>.
garydgregory closed pull request #342: Bump graalvm.version from 22.0.0.2 to 22.2.0
URL: https://github.com/apache/commons-text/pull/342


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-text] garydgregory commented on pull request #342: Bump graalvm.version from 22.0.0.2 to 22.2.0

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #342:
URL: https://github.com/apache/commons-text/pull/342#issuecomment-1192902331

   Closing, requires Java 11.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-text] dependabot[bot] commented on pull request #342: Bump graalvm.version from 22.0.0.2 to 22.2.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #342:
URL: https://github.com/apache/commons-text/pull/342#issuecomment-1192902636

   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org