dependabot[bot] opened a new pull request, #43442: URL: https://github.com/apache/superset/pull/43442
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.3 to 5.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>[5.3.0] - 2026-08-14</h2> <p>This release focuses on reworking the documentation and making small architectural improvements before moving forward.</p> <h3>Added</h3> <ul> <li>Added completely new documentation.</li> <li>Exported <code>DUMP_SCHEMA</code>, the default schema used by the dumper.</li> <li>Added <code>YAMLException.throwAt()</code> for throwing an error at a source position.</li> </ul> <h3>Changed</h3> <ul> <li>Changed flat constant exports to grouped exports: <code>EVENT_ID</code>, <code>SCALAR_STYLE</code>, <code>COLLECTION_STYLE</code>, and <code>CHOMPING_MODE</code>, along with their value types. The old exports are still preserved, but deprecated.</li> <li>Made <code>identify</code> mandatory for custom tag definitions. Use <code>identify: () => false</code> for load-only tags.</li> </ul> <h3>Deprecated</h3> <ul> <li>Deprecated flat constant exports. Use grouped ones instead.</li> </ul> <h3>Removed</h3> <ul> <li>Removed the <code>MERGE_KEY</code> export (not used anymore after last fixes).</li> </ul> <h3>Fixed</h3> <ul> <li>Validate <code><<</code> sequence items at merge time, so aliased merge sources are checked too.</li> <li>Resolve <code><<</code> outside of a mapping key as the plain string <code>'<<'</code>, matching v4, instead of leaking an internal symbol into the result.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodeca/js-yaml/commit/04db45830b9ef92454b409eca80ec80ae9b2701a"><code>04db458</code></a> 5.3.0 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/22ce0a0b669dfc0e03fe790c1af24014c0662214"><code>22ce0a0</code></a> Changelog update</li> <li><a href="https://github.com/nodeca/js-yaml/commit/fae37b8ab70a1ba3813e87a7ac0037f41d604aa1"><code>fae37b8</code></a> fix: <code><<</code> outside a mapping key no longer leaks the internal merge symbol</li> <li><a href="https://github.com/nodeca/js-yaml/commit/b62ef8357ccb8e294a6bfe5a3c40ed5ba98d8fe4"><code>b62ef83</code></a> fix: validate <code><<</code> sequence items at merge time, so aliased sources are check...</li> <li><a href="https://github.com/nodeca/js-yaml/commit/cc665ec15016ccb6004bc46f53257366c5d0b18d"><code>cc665ec</code></a> docs: review and update annotations</li> <li><a href="https://github.com/nodeca/js-yaml/commit/2aa24a6b22500c324f542e8eb4d16e5bfbead505"><code>2aa24a6</code></a> Changelog update</li> <li><a href="https://github.com/nodeca/js-yaml/commit/eec690211b195dc7f32829d4a4c1e8e10333af79"><code>eec6902</code></a> Restore deprecated parser constant exports</li> <li><a href="https://github.com/nodeca/js-yaml/commit/03397ac191d31a7bfe9da0c576fb3bce584dcc99"><code>03397ac</code></a> Move throwErrorAt to YAMLException as throwAt</li> <li><a href="https://github.com/nodeca/js-yaml/commit/d9dd2c787d21dcc436f1888e011e5ad5859eaa75"><code>d9dd2c7</code></a> docs: new condensed theme</li> <li><a href="https://github.com/nodeca/js-yaml/commit/0f898e64c24e4ecfa3be26795676e4e5dfe9675b"><code>0f898e6</code></a> docs: annotation tweaks</li> <li>Additional commits viewable in <a href="https://github.com/nodeca/js-yaml/compare/5.2.3...5.3.0">compare view</a></li> </ul> </details> <br /> [](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) --- <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) </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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
