dependabot[bot] opened a new pull request, #11377: URL: https://github.com/apache/nifi/pull/11377
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.3.0 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [dtsgenerator](https://github.com/horiuchi/dtsgenerator) and [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter). These dependencies need to be updated together. Updates `js-yaml` from 4.1.0 to 4.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's changelog</a>.</em></p> <blockquote> <h2>4.3.0, 3.15.0 - 2026-06-27</h2> <h3>Security</h3> <ul> <li>Backported <code>maxTotalMergeKeys</code> option.</li> </ul> <h2>[5.2.0] - 2026-06-26</h2> <h3>Added</h3> <ul> <li>Added <code>maxTotalMergeKeys</code> (10000) loader option to limit the total number of keys processed by YAML merge (<code><<</code>) across one <code>load()</code> / <code>loadAll()</code> call.</li> <li>Added <code>maxAliases</code> (-1) loader option to limit the number of YAML aliases per document.</li> </ul> <h3>Removed</h3> <ul> <li><code>maxMergeSeqLength</code> replaced with <code>maxTotalMergeKeys</code> for limiting YAML merge processing.</li> </ul> <h3>Fixed</h3> <ul> <li>Round-trip of integers with exponential form (>= <code>1e21</code>)</li> </ul> <h2>[5.1.0] - 2026-06-23</h2> <h3>Added</h3> <ul> <li>Collection tags can finalize an incrementally populated carrier into a different result value.</li> </ul> <h3>Changed</h3> <ul> <li>[breaking] <code>quoteStyle</code> now selects the preferred quote style; use the restored <code>forceQuotes</code> option to force quoting non-key strings.</li> </ul> <h2>[5.0.0] - 2026-06-20</h2> <h3>Added</h3> <ul> <li>Added named exports for schemas, tags, parser events and AST utilities.</li> <li>Reworked <code>JSON_SCHEMA</code> and <code>CORE_SCHEMA</code> with spec-compliant scalar resolution rules, and added <code>YAML11_SCHEMA</code>.</li> <li>Added <code>realMapTag</code> for lossless mappings with non-string and complex keys. Object-based mappings now reject complex keys instead of stringifying them.</li> <li>Added <code>dump()</code> <code>transform</code> option for changing the generated AST before rendering.</li> <li>Added <code>dump()</code> options <code>seqInlineFirst</code>, <code>flowBracketPadding</code>, <code>flowSkipCommaSpace</code>, <code>flowSkipColonSpace</code>, <code>quoteFlowKeys</code>, <code>quoteStyle</code> and <code>tagBeforeAnchor</code>.</li> <li>Added formal data layers (events and AST) for modular data pipelines. <ul> <li>Added low-level parser (to events), presenter and visitor APIs.</li> </ul> </li> <li>Added the <a href="https://github.com/yaml/yaml-test-suite">YAML Test Suite</a> to the test set.</li> </ul> <h3>Changed</h3> <ul> <li>See the <a href="https://github.com/nodeca/js-yaml/blob/master/docs/migrate_v4_to_v5.md">migration guide</a> for upgrade notes.</li> <li>Rewritten in TypeScript and reorganized the public API around flat named exports.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodeca/js-yaml/commit/33d05b5d29a8c21360f620f7e1c1706e24522eda"><code>33d05b5</code></a> 4.3.0 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/663bfab6db2b4a146a9366fd685f069345be4ddb"><code>663bfab</code></a> Drop demo publish, to not override new v5 one.</li> <li><a href="https://github.com/nodeca/js-yaml/commit/1cb8c7b94bf75e15116869c1c0482dcb22785986"><code>1cb8c7b</code></a> Add v4-legacy tag for publish</li> <li><a href="https://github.com/nodeca/js-yaml/commit/02f27afad532763263cd2b6be35c24ee8e1f6157"><code>02f27af</code></a> Restore umd builds back to es5</li> <li><a href="https://github.com/nodeca/js-yaml/commit/8be84edaf15e7c394fa3b813179d1bcc280e87fb"><code>8be84ed</code></a> Fix es5 compatibility</li> <li><a href="https://github.com/nodeca/js-yaml/commit/59423c6f8cdc78742ac00e25a4dd39ef16b702e4"><code>59423c6</code></a> Replace <code>maxMergeSeqLength</code> option with <code>maxTotalMergeKeys</code> (more robust). Ba...</li> <li><a href="https://github.com/nodeca/js-yaml/commit/6842ef6a02df01ca7282ea01dc3c70787710c05d"><code>6842ef6</code></a> doc polish</li> <li><a href="https://github.com/nodeca/js-yaml/commit/590dbabadd172b099c07654fab2eabec8c7a07b9"><code>590dbab</code></a> 4.2.0 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/f944dc5cd132251752499bdb157f33027d362177"><code>f944dc5</code></a> Add package.json funding field</li> <li><a href="https://github.com/nodeca/js-yaml/commit/f6927192223355b64f2a6e19f3071ccc579ee718"><code>f692719</code></a> Changelog update</li> <li>Additional commits viewable in <a href="https://github.com/nodeca/js-yaml/compare/4.1.0...4.3.0">compare view</a></li> </ul> </details> <br /> Updates `dtsgenerator` from 2.0.8 to 3.19.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/horiuchi/dtsgenerator/blob/master/CHANGELOG.md">dtsgenerator's changelog</a>.</em></p> <blockquote> <h1>ChangeLog</h1> <h2>v3</h2> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.15.1">v3.15.1</a> (2022-03-10)</h3> <ul> <li>fixed: <ul> <li>Fix handling of stdin option with config file for <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/534">#534</a>. Thank you <a href="https://github.com/arnestaphorsius"><code>@arnestaphorsius</code></a> :+1:</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.15.0">v3.15.0</a> (2022-02-06)</h3> <ul> <li>features: <ul> <li>Support mobile wallet media types(<code>application/jwt</code> and <code>application/vnd.apple.pkpass</code>) for <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/530">#530</a>. Thank you <a href="https://github.com/eostrom"><code>@eostrom</code></a> :+1:</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.14.0">v3.14.0</a> (2022-01-27)</h3> <ul> <li>features: <ul> <li>Support the nested <code>allOf</code> and <code>oneOf</code> schema for <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/513">#513</a>. Thank you for your report <a href="https://github.com/Cry0nicS"><code>@Cry0nicS</code></a> :+1:</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.13.2">v3.13.2</a> (2021-10-08)</h3> <ul> <li>features: <ul> <li>Fix the type generation malformed objects with number-like keys for <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/523">#523</a>. Thank you for your report <a href="https://github.com/DamianOsipiuk"><code>@DamianOsipiuk</code></a> :+1:</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.13.1">v3.13.1</a> (2021-09-29)</h3> <ul> <li>features: <ul> <li>Change the plug-in interface, the PluginContext::inputSchemas to IterableIterator for <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/521">#521</a>. Thank you <a href="https://github.com/djrollins"><code>@djrollins</code></a> :+1:</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.13.0">v3.13.0</a> (2021-08-31)</h3> <ul> <li>features: <ul> <li>Support new <code>$schema</code> types for <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/507">#507</a>.</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.12.1">v3.12.1</a> (2021-05-19)</h3> <ul> <li>fixed: <ul> <li>Fix referenced parameters not resolved error by <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/471">#471</a>. Thank you <a href="https://github.com/jschirrmacher"><code>@jschirrmacher</code></a> :+1:</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.12.0">v3.12.0</a> (2021-05-13)</h3> <ul> <li>features: <ul> <li>Support input type <code>file</code> by <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/496">#496</a>. Thank you <a href="https://github.com/Christian24"><code>@Christian24</code></a> :+1:</li> <li>Improve the conversion results of parameters property on OpenAPI by <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/501">#501</a>.</li> </ul> </li> </ul> <h3><a href="https://github.com/horiuchi/dtsgenerator/releases/tag/v3.11.0">v3.11.0</a> (2021-05-11)</h3> <ul> <li>features: <ul> <li>Support vendor media types (allow periods in application/*+json) by <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/497">#497</a>. Thank you <a href="https://github.com/glen-84"><code>@glen-84</code></a> :+1:</li> </ul> </li> <li>fixed:</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/358ecc586acdf02786333fa943247f7b9a462305"><code>358ecc5</code></a> 3.19.2</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/5f9408b801e1080199cfbae7edecfcb1765a9c6e"><code>5f9408b</code></a> docs: update README</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/7c94bf4564a28e3680a0a6f29f8445f5adda96fd"><code>7c94bf4</code></a> Merge pull request <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/567">#567</a> from horiuchi/update-dependencies</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/1e9524a2ec8888327fadc3cf3d8f36739beffde2"><code>1e9524a</code></a> feat: update dependencies</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/e0a64b5d03c00cee08bb52d83c47f5dacd6dbf46"><code>e0a64b5</code></a> Merge pull request <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/566">#566</a> from maximebiloe/fix-negative-number</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/8cbcca6b0304b02e806ab343e39cb6c4ea4e6782"><code>8cbcca6</code></a> fix: negative number</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/6fa1e9a3a35c5d3adf687f3f58138ebed4f7b4dc"><code>6fa1e9a</code></a> Merge pull request <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/564">#564</a> from horiuchi/update-dependencies</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/0abc9cd07e623be9956b98b010b3fd5dcf2e12a5"><code>0abc9cd</code></a> feat: update dependencies and apply formatter</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/4ac6f17ce652d6585adc818b3f207f10dbc62eb4"><code>4ac6f17</code></a> Merge pull request <a href="https://redirect.github.com/horiuchi/dtsgenerator/issues/561">#561</a> from horiuchi/update-dependencies</li> <li><a href="https://github.com/horiuchi/dtsgenerator/commit/a1be969d9983a6d052c2c86ee9650292dd9b9765"><code>a1be969</code></a> feat: update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/horiuchi/dtsgenerator/compare/v2.0.8...v3.19.2">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `karma-coverage-istanbul-reporter` from 2.0.5 to 3.0.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md">karma-coverage-istanbul-reporter's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.2...v3.0.3">3.0.3</a> (2020-05-28)</h3> <h3>Bug Fixes</h3> <ul> <li>duplicated files when "skipFilesWithNoCoverage=false" on windows (<a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/052f6abca9a3039fca2a65e9e8488f39f9072b26">052f6ab</a>)</li> </ul> <h3><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.1...v3.0.2">3.0.2</a> (2020-05-05)</h3> <h3>Bug Fixes</h3> <ul> <li>return correct exit code when thresholds are not met (that works with the karma api) (<a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/a0cbdd80a2268586b62ef72e5541a36b1b46396a">a0cbdd8</a>), closes <a href="https://redirect.github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/80">#80</a></li> </ul> <h3><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v3.0.0...v3.0.1">3.0.1</a> (2020-05-04)</h3> <h3>Bug Fixes</h3> <ul> <li>set correct process exit code when thresholds are not met (<a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/9ba3fe0acf3ee778518c154a8dd050584f47bc13">9ba3fe0</a>), closes <a href="https://redirect.github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/80">#80</a></li> </ul> <h2><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.1...v3.0.0">3.0.0</a> (2020-05-01)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>node 6 and node 8 are no longer supported. To use this package you must upgrade to node 10 or higher.</li> </ul> <h3>Features</h3> <ul> <li>upgrade to latest istanbul api (<a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/28cbbfb2cf8bd5b9533ceb489cc5047ff3def730">28cbbfb</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h2><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.1.0...v2.1.1">2.1.1</a> (2019-11-21)</h2> <h3>Bug Fixes</h3> <ul> <li>add npm funding link (<a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/ee9fb51">ee9fb51</a>)</li> </ul> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.0.6...v2.1.0">2.1.0</a> (2019-07-24)</h1> <h3>Features</h3> <ul> <li><strong>config:</strong> support istanbul-api instrumentation configuration (<a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/c4f7a9c">c4f7a9c</a>), closes <a href="https://redirect.github.com/mattlewis92/karma-coverage-istanbul-reporter/issues/73">#73</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/b61dd3067a4c60270a71508fdce8d4f95ed1f4bc"><code>b61dd30</code></a> chore(release): 3.0.3</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/052f6abca9a3039fca2a65e9e8488f39f9072b26"><code>052f6ab</code></a> fix: duplicated files when "skipFilesWithNoCoverage=false" on windows</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/5f3f0308ad447a7a45d90753c1d1cd71495cab06"><code>5f3f030</code></a> docs: update changelog</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/5f5ca05f888a9fdab49020a81101ec2913248dbe"><code>5f5ca05</code></a> chore(release): 3.0.2</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/a0cbdd80a2268586b62ef72e5541a36b1b46396a"><code>a0cbdd8</code></a> fix: return correct exit code when thresholds are not met</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/e8d4f4a53e2f5768493b3cd231794b4a3fe0aaa0"><code>e8d4f4a</code></a> style: fix lint issue</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/0d37f42cac5402615048ec3c8f1575b1eeaf8c7b"><code>0d37f42</code></a> fix: wait for reports to finish writing before exiting karma</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/a50d4e55edaeda210f656462b2469a8c4ef8d6b0"><code>a50d4e5</code></a> chore(release): 3.0.1</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/e756c128f4345307a0f9f682f9252750bcc7a591"><code>e756c12</code></a> test: fix test exit code</li> <li><a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/commit/9ba3fe0acf3ee778518c154a8dd050584f47bc13"><code>9ba3fe0</code></a> fix: set correct process exit code when thresholds are not met</li> <li>Additional commits viewable in <a href="https://github.com/mattlewis92/karma-coverage-istanbul-reporter/compare/v2.0.5...v3.0.3">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 show <dependency name> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/nifi/network/alerts). </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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
