dependabot[bot] opened a new pull request, #1522: URL: https://github.com/apache/cordova-docs/pull/1522
Bumps the npm-minor group with 2 updates: [js-yaml](https://github.com/nodeca/js-yaml) and [sass](https://github.com/sass/dart-sass). Updates `js-yaml` from 5.2.2 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> <h2>[5.2.3] - 2026-08-01</h2> <h3>Fixed</h3> <ul> <li>Prevent prototype fallback when resolving tags and mapping entries, <a href="https://redirect.github.com/nodeca/js-yaml/issues/782">#782</a>.</li> <li>Resolve <code>!!timestamp</code> years 0000-0099 correctly, <a href="https://redirect.github.com/nodeca/js-yaml/issues/775">#775</a>.</li> <li>Preserve implicit null mapping values before document markers and reject unpaired mapping event streams, <a href="https://redirect.github.com/nodeca/js-yaml/issues/784">#784</a>.</li> <li>Preserve folded scalar values with tab-indented lines when round-tripping a parsed AST through <code>present()</code>; <code>dump()</code> and loading are unaffected, <a href="https://redirect.github.com/nodeca/js-yaml/issues/780">#780</a>.</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.2...5.3.0">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.101.3 to 1.103.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.103.1</h2> <p>To install Sass 1.103.1, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11031">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.103.0</h2> <p>To install Sass 1.103.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li><strong>Potentially breaking compatibility fix:</strong> Colors now preserve "analogous sets" of missing channels during conversions, per the CSS spec. For example, <code>color.to-space(lch(50% none none), lab)</code> now returns <code>lab(50% none none)</code> instead of <code>lab(50% 0 0)</code>.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11030">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.102.0</h2> <p>To install Sass 1.102.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11020">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.101.7</h2> <p>To install Sass 1.101.7, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11017">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.101.6</h2> <p>To install Sass 1.101.6, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.103.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.103.0</h2> <ul> <li><strong>Potentially breaking compatibility fix:</strong> Colors now preserve "analogous sets" of missing channels during conversions, per the CSS spec. For example, <code>color.to-space(lch(50% none none), lab)</code> now returns <code>lab(50% none none)</code> instead of <code>lab(50% 0 0)</code>.</li> </ul> <h2>1.102.0</h2> <ul> <li>Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.</li> </ul> <h2>1.101.7</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.101.6</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.101.5</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.101.4</h2> <ul> <li> <p>Avoid emitting <code>rgb()</code> or <code>rgba()</code> functions with non-percent decimal channels. Older browsers only support integer values or (potentially decimal) percentages for these functions, so in order to preserve backwards-compatibility while retaining full precision for modern browsers, legacy colors that contain at least one non-integer channel will now use percentages for their channels (for example, <code>rgb(0%, 100%, 50%)</code> rather than <code>rgb(0, 255, 127.5)</code>).</p> </li> <li> <p>Fix a bug where the values of plain-CSS <code>if()</code> expressions were emitted using their <code>meta.inspect()</code> format rather than their CSS serialization format.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/62243d455aa1d2ac7462e4c0ddda964ffbc82363"><code>62243d4</code></a> Set committer metadata when creating a tag (<a href="https://redirect.github.com/sass/dart-sass/issues/2838">#2838</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ed4dcc728e99003c4b697faab688b5e268370b1b"><code>ed4dcc7</code></a> Use more dot shorthands (<a href="https://redirect.github.com/sass/dart-sass/issues/2837">#2837</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ac3d92844559cf0d2fcc8de24362071550b1217e"><code>ac3d928</code></a> Support analogous sets of missing channels (<a href="https://redirect.github.com/sass/dart-sass/issues/2810">#2810</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1e0cf2831d4cbba67cdbdd8518facc04858e2cc8"><code>1e0cf28</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2834">#2834</a> from ntkme/fix-release</li> <li><a href="https://github.com/sass/dart-sass/commit/f3bd86afe8f164180b46702bd8af53ffd6e43d5b"><code>f3bd86a</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2835">#2835</a> from sass/dart-sdk-version</li> <li><a href="https://github.com/sass/dart-sass/commit/287f9ba2cdb7c34d987b2ac1140d88f5fc98d2e1"><code>287f9ba</code></a> Code review</li> <li><a href="https://github.com/sass/dart-sass/commit/91831b839bd785c97f51445e9ae0a560bc010d74"><code>91831b8</code></a> Fix dartdoc error</li> <li><a href="https://github.com/sass/dart-sass/commit/0971ea94e95141303681edc2e9e0f0f6e829bdc7"><code>0971ea9</code></a> Bump bufbuild/buf-action from 1.4.0 to 1.5.0 in /.github/util/initialize (<a href="https://redirect.github.com/sass/dart-sass/issues/2826">#2826</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c45223b7ed302ae5d95ec610e35e093f3b2f7cf3"><code>c45223b</code></a> Bump zizmorcore/zizmor-action from 0.6.0 to 0.6.2 (<a href="https://redirect.github.com/sass/dart-sass/issues/2828">#2828</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/cbb1db13e206c217f0bff9d8584b42ddddf146ab"><code>cbb1db1</code></a> Bump dart-lang/setup-dart from 1.7.2 to 1.8.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2829">#2829</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.101.3...1.103.1">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
