dependabot[bot] opened a new pull request, #1275: URL: https://github.com/apache/airflow-site/pull/1275
Bumps the npm-dependencies group with 5 updates in the /landing-pages directory: | Package | From | To | | --- | --- | --- | | [babel-loader](https://github.com/babel/babel-loader) | `9.2.1` | `10.0.0` | | [cross-env](https://github.com/kentcdodds/cross-env) | `7.0.3` | `10.1.0` | | [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.5.0` | | [sass](https://github.com/sass/dart-sass) | `1.93.2` | `1.93.3` | | [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) | `13.1.0` | `16.0.0` | Updates `babel-loader` from 9.2.1 to 10.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel-loader/releases">babel-loader's releases</a>.</em></p> <blockquote> <h2>v10.0.0</h2> <h2>What's Changed</h2> <h3>Breaking Changes</h3> <ul> <li>bump node requirement to <code>^18.20.0 || ^20.10.0 || >=22.0.0</code> and webpack requirement to <code>>= 5.61.0</code> by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1026">babel/babel-loader#1026</a></li> <li>breaking: use output.hashFunction as loader cache hasher by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1027">babel/babel-loader#1027</a></li> </ul> <h3>New Features</h3> <ul> <li>Add babel-loader logger by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1034">babel/babel-loader#1034</a></li> <li>Support cache with external dependencies by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1033">babel/babel-loader#1033</a></li> </ul> <h3>Bug Fixes</h3> <ul> <li>[Bugfix] Ensure stability of filename cache-keys by <a href="https://github.com/stefanpenner"><code>@stefanpenner</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/909">babel/babel-loader#909</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: clarify that <code>cacheIdentifier</code> is computed from the merged options by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1000">babel/babel-loader#1000</a></li> <li>Create SECURITY.md by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1032">babel/babel-loader#1032</a></li> <li>Add babel-loader v10 readme by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1046">babel/babel-loader#1046</a></li> <li>add readme section for loggingDebug support by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1038">babel/babel-loader#1038</a></li> <li>Update readme and repo templates by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1041">babel/babel-loader#1041</a></li> </ul> <h3>Dependencies</h3> <ul> <li>migrate to c8 by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/996">babel/babel-loader#996</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/998">babel/babel-loader#998</a></li> <li>Bump dev dependencies by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1001">babel/babel-loader#1001</a></li> <li>Bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1020">babel/babel-loader#1020</a></li> <li>Update deps by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1025">babel/babel-loader#1025</a></li> <li>refactor: replace <code>find-cache-dir</code> by <code>find-up</code> by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1031">babel/babel-loader#1031</a></li> <li>Bump webpack from 5.93.0 to 5.94.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1035">babel/babel-loader#1035</a></li> <li>chore: update dev deps by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1036">babel/babel-loader#1036</a></li> <li>Bump cross-spawn from 7.0.3 to 7.0.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1049">babel/babel-loader#1049</a></li> </ul> <h3>Internal</h3> <ul> <li>Remove caller option check by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1007">babel/babel-loader#1007</a></li> <li>Update tests by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1003">babel/babel-loader#1003</a></li> <li>Update metadata test by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1024">babel/babel-loader#1024</a></li> <li>Migrate to node test runner by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1028">babel/babel-loader#1028</a></li> <li>chore: use default eslint rules by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1029">babel/babel-loader#1029</a></li> <li>refactor: use webpack builtin schema util by <a href="https://github.com/JLHwung"><code>@JLHwung</code></a> in <a href="https://redirect.github.com/babel/babel-loader/pull/1030">babel/babel-loader#1030</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stefanpenner"><code>@stefanpenner</code></a> made their first contribution in <a href="https://redirect.github.com/babel/babel-loader/pull/909">babel/babel-loader#909</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0">https://github.com/babel/babel-loader/compare/v9.1.3...v10.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel-loader/commit/10456d3f196a9be611d42cececec6a624cbec2e3"><code>10456d3</code></a> 10.0.0</li> <li><a href="https://github.com/babel/babel-loader/commit/5a223cf039aee8e5e32c2fce4a4bc5ca20bbd901"><code>5a223cf</code></a> Add babel-loader v10 readme (<a href="https://redirect.github.com/babel/babel-loader/issues/1046">#1046</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/8f8866700fb4bf7b4fe0fde28fa56932d3760733"><code>8f88667</code></a> Bump cross-spawn from 7.0.3 to 7.0.6 (<a href="https://redirect.github.com/babel/babel-loader/issues/1049">#1049</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/f765949ecec8ba7bfdc06c0447bc92d8e0f34422"><code>f765949</code></a> Update readme and repo templates (<a href="https://redirect.github.com/babel/babel-loader/issues/1041">#1041</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/b582028d51b94ae97713aae5ce6f8cb81c7ed4fb"><code>b582028</code></a> add readme section for loggingDebug support (<a href="https://redirect.github.com/babel/babel-loader/issues/1038">#1038</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/a0c450dde1e4af045e743ae2dd3e990dabede4f7"><code>a0c450d</code></a> feat: add babel-loader debug logger (<a href="https://redirect.github.com/babel/babel-loader/issues/1034">#1034</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/d4181b8e20c2421f5f5e44fca14e944866b47a52"><code>d4181b8</code></a> Support cache with external dependencies (<a href="https://redirect.github.com/babel/babel-loader/issues/1033">#1033</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/7fcb53393677f2d2744a428663a95c7e89ab78b0"><code>7fcb533</code></a> chore: update dev deps (<a href="https://redirect.github.com/babel/babel-loader/issues/1036">#1036</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/c2a90e5de5e70c9ce2382dd08bccbb9586059fda"><code>c2a90e5</code></a> Bump webpack from 5.93.0 to 5.94.0 (<a href="https://redirect.github.com/babel/babel-loader/issues/1035">#1035</a>)</li> <li><a href="https://github.com/babel/babel-loader/commit/70a3710dbefb75c92831ce557199438fb66874ae"><code>70a3710</code></a> refactor: replace find-cache-dir by find-up (<a href="https://redirect.github.com/babel/babel-loader/issues/1031">#1031</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel-loader/compare/v9.2.1...v10.0.0">compare view</a></li> </ul> </details> <br /> Updates `cross-env` from 7.0.3 to 10.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kentcdodds/cross-env/releases">cross-env's releases</a>.</em></p> <blockquote> <h2>v10.1.0</h2> <h1><a href="https://github.com/kentcdodds/cross-env/compare/v10.0.0...v10.1.0">10.1.0</a> (2025-09-29)</h1> <h3>Features</h3> <ul> <li>add support for default value syntax (<a href="https://github.com/kentcdodds/cross-env/commit/152ae6a85b5725ac3c725a8a3e471aee79acc712">152ae6a</a>)</li> </ul> <p>For example:</p> <pre lang="json"><code>"dev:server": "cross-env wrangler dev --port ${PORT:-8787}", </code></pre> <p>If <code>PORT</code> is already set, use that value, otherwise fallback to <code>8787</code>.</p> <p>Learn more about <a href="https://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html">Shell Parameter Expansion</a></p> <h2>v10.0.0</h2> <h1><a href="https://github.com/kentcdodds/cross-env/compare/v9.0.0...v10.0.0">10.0.0</a> (2025-07-25)</h1> <p>TL;DR: You should probably not have to change anything if:</p> <ul> <li>You're using a modern maintained version of Node.js (v20+ is tested)</li> <li>You're only using the CLI (most of you are as that's the intended purpose)</li> </ul> <p>In this release (which should have been v8 except I had some issues with automated releases 🙈), I've updated all the things and modernized the package. This happened in <a href="https://redirect.github.com/kentcdodds/cross-env/issues/261">#261</a></p> <p>Was this needed? Not really, but I just thought it'd be fun to modernize this package.</p> <p>Here's the highlights of what was done.</p> <ul> <li>Replace Jest with Vitest for testing</li> <li>Convert all source files from .js to .ts with proper TypeScript types</li> <li>Use zshy for ESM-only builds (removes CJS support)</li> <li>Adopt <code>@epic-web/config</code> for TypeScript, ESLint, and Prettier</li> <li>Update to Node.js >=20 requirement</li> <li>Remove kcd-scripts dependency</li> <li>Add comprehensive e2e tests with GitHub Actions matrix testing</li> <li>Update GitHub workflow with caching and cross-platform testing</li> <li>Modernize documentation and remove outdated sections</li> <li>Update all dependencies to latest versions</li> <li>Add proper TypeScript declarations and exports</li> </ul> <p>The tool maintains its original functionality while being completely modernized with the latest tooling and best practices</p> <h3>BREAKING CHANGES</h3> <ul> <li>This is a major rewrite that changes the module format from CommonJS to ESM-only. The package now requires Node.js >=20 and only exports ESM modules (not relevant in most cases).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kentcdodds/cross-env/commit/152ae6a85b5725ac3c725a8a3e471aee79acc712"><code>152ae6a</code></a> feat: add support ofr default value syntax</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/bd70d1ab25b0e0b9b2926b048bf8ca52668a393c"><code>bd70d1a</code></a> chore: upgrade zshy</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/8e0b190df9f90266c720aafe6f24d43eee93fa1b"><code>8e0b190</code></a> chore(ci): get coverage</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/8635e80e81080f3e8f83b514565dc6bfecf6760c"><code>8635e80</code></a> fix(release): manually release a major version</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/3a58f2236009b2f52479f2927c7790129450ec63"><code>3a58f22</code></a> chore: fix npmrc registry</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/b70bfff5ecff5c92f2462cd6334378ef5bd84db0"><code>b70bfff</code></a> chore(ci): add names to steps and workflows</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/cc5759dc36012c4b13b3d3b1af5e0a645d3c55f6"><code>cc5759d</code></a> fix(release): manually release a major version</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/080a8591909665f42592d73e1149d0a061164045"><code>080a859</code></a> chore: remove publish script</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/31e5bc70e726dee8e453dd64d54ad02eeb66e23a"><code>31e5bc7</code></a> chore(ci): restore built files</li> <li><a href="https://github.com/kentcdodds/cross-env/commit/81e9c34f55c483dc1f568696db36267748b3740d"><code>81e9c34</code></a> chore(ci): add back semantic-release</li> <li>Additional commits viewable in <a href="https://github.com/kentcdodds/cross-env/compare/v7.0.3...v10.1.0">compare view</a></li> </ul> </details> <br /> Updates `globals` from 15.15.0 to 16.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globals/releases">globals's releases</a>.</em></p> <blockquote> <h2>v16.5.0</h2> <ul> <li>Update globals (2025-11-01) (<a href="https://redirect.github.com/sindresorhus/globals/issues/316">#316</a>) 6d441ca</li> <li>Add Vue, Svelte, and Astro globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/314">#314</a>) ea31521</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0">https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0</a></p> <h2>v16.4.0</h2> <ul> <li>Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/309">#309</a>) 8b8a2d6</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0">https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0</a></p> <h2>v16.3.0</h2> <ul> <li>Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/304">#304</a>) 8c029d9</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0">https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0</a></p> <h2>v16.2.0</h2> <ul> <li>Add new <code>greasemonkey</code> globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/299">#299</a>) e4f6e8c</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0">https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0</a></p> <h2>v16.1.0</h2> <ul> <li>Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/293">#293</a>) 5c58875</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0">https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0</a></p> <h2>v16.0.0</h2> <h3>Breaking</h3> <ul> <li>The <code>serviceworker</code> globals are now generated from browsers (<a href="https://redirect.github.com/sindresorhus/globals/issues/281">#281</a>) 039ed51 <ul> <li>It's a breaking change as a few globals have been removed.</li> </ul> </li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0">https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globals/commit/46fdf18f4ce0b5abc9da1b3cf0f64fe8413f8573"><code>46fdf18</code></a> 16.5.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/6d441ca77493f1ce9a8b332acdcbf8b153f2d788"><code>6d441ca</code></a> Update globals (2025-11-01) (<a href="https://redirect.github.com/sindresorhus/globals/issues/316">#316</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/d323da640b22eb962aa60a85e9303419d1ec3131"><code>d323da6</code></a> Add test for keys and values (<a href="https://redirect.github.com/sindresorhus/globals/issues/315">#315</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/ea31521ef3c30a6ac4ca269970ecccf47e1524d6"><code>ea31521</code></a> Add Vue, Svelte, and Astro globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/314">#314</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/fa8aaaeb9b203468a07e9c2dacec9ca48527aa1f"><code>fa8aaae</code></a> Add date to automated PR title (<a href="https://redirect.github.com/sindresorhus/globals/issues/311">#311</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/b777f0926d9f5d433a4cc507e4d282eb714ddc4f"><code>b777f09</code></a> Update Puppeteer (<a href="https://redirect.github.com/sindresorhus/globals/issues/310">#310</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/52ba38b98338c0e4c16ebab6638b2ac74a2f726c"><code>52ba38b</code></a> 16.4.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/8b8a2d62527a90c2535de732f3eeeb6f3111f1be"><code>8b8a2d6</code></a> Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/309">#309</a>)</li> <li><a href="https://github.com/sindresorhus/globals/commit/2b85fdbacb34b87e9550492fa6286f0d99a73238"><code>2b85fdb</code></a> 16.3.0</li> <li><a href="https://github.com/sindresorhus/globals/commit/8c029d9f30916d57a5899cb23700508d3f543669"><code>8c029d9</code></a> Update globals (<a href="https://redirect.github.com/sindresorhus/globals/issues/304">#304</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/globals/compare/v15.15.0...v16.5.0">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.93.2 to 1.93.3 <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.93.3</h2> <p>To install Sass 1.93.3, 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>Fix a performance regression that was introduced in 1.92.0.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1933">full changelog</a> for changes in earlier releases.</p> </blockquote> </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.93.3</h2> <ul> <li>Fix a performance regression that was introduced in 1.92.0.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/4e5bd2597f3c932d532718e95881d007c61ad374"><code>4e5bd25</code></a> Stop holding onto stack traces for every CSS declaration (<a href="https://redirect.github.com/sass/dart-sass/issues/2666">#2666</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/65b77ee1d75c577522453b66588103f08a461316"><code>65b77ee</code></a> Bump analyzer, protobuf, protoc_plugin and dartdoc (<a href="https://redirect.github.com/sass/dart-sass/issues/2660">#2660</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/e61936c7d3e7b28d5b1e56b76d723c6d4aa3638c"><code>e61936c</code></a> Bump actions/setup-node from 4 to 6 (<a href="https://redirect.github.com/sass/dart-sass/issues/2661">#2661</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/b5f4c6700c0db3837da7260d50da82ecfc9c554e"><code>b5f4c67</code></a> Bump actions/setup-node from 5 to 6 in /.github/util/initialize (<a href="https://redirect.github.com/sass/dart-sass/issues/2662">#2662</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.93.2...1.93.3">compare view</a></li> </ul> </details> <br /> Updates `stylelint-config-standard-scss` from 13.1.0 to 16.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/releases">stylelint-config-standard-scss's releases</a>.</em></p> <blockquote> <h2>16.0.0</h2> <ul> <li>Changed: updated to <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v16.0.0"><code>[email protected]</code></a> and <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v16.0.1"><code>[email protected]</code></a>.</li> <li>Changed: updated to <a href="https://github.com/stylelint/stylelint-config-standard/releases/tag/39.0.0"><code>[email protected]</code></a></li> <li>Removed: <code>stylelint</code> less than <code>16.23.1</code> from peer dependencies.</li> </ul> <h2>15.0.1</h2> <ul> <li>Fixed: change minimum supported Node.js version to <code>20</code>.</li> </ul> <h2>15.0.0</h2> <ul> <li>Changed: updated to <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v15.0.0"><code>[email protected]</code></a>.</li> <li>Changed: updated to <a href="https://github.com/stylelint/stylelint-config-standard/releases/tag/38.0.0"><code>[email protected]</code></a></li> <li>Removed: <code>stylelint</code> less than <code>16.18.0</code> from peer dependencies.</li> <li>Removed: Node.js less than <code>22</code> support.</li> <li>Fixed: <code>length-zero-no-unit</code> allow mixin/function argument default values with unit (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/221">#221</a>).</li> </ul> <h2>14.0.0</h2> <ul> <li>Changed: updated to <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v14.1.0"><code>[email protected]</code></a>.</li> <li>Removed: <code>stylelint</code> less than <code>16.11.0</code> from peer dependencies.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md">stylelint-config-standard-scss's changelog</a>.</em></p> <blockquote> <h1>16.0.0</h1> <ul> <li>Changed: updated to <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v16.0.0"><code>[email protected]</code></a> and <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v16.0.1"><code>[email protected]</code></a>.</li> <li>Changed: updated to <a href="https://github.com/stylelint/stylelint-config-standard/releases/tag/39.0.0"><code>[email protected]</code></a></li> <li>Removed: <code>stylelint</code> less than <code>16.23.1</code> from peer dependencies.</li> </ul> <h1>15.0.1</h1> <ul> <li>Fixed: change minimum supported Node.js version to <code>20</code>.</li> </ul> <h1>15.0.0</h1> <ul> <li>Changed: updated to <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v15.0.0"><code>[email protected]</code></a>.</li> <li>Changed: updated to <a href="https://github.com/stylelint/stylelint-config-standard/releases/tag/38.0.0"><code>[email protected]</code></a></li> <li>Removed: <code>stylelint</code> less than <code>16.18.0</code> from peer dependencies.</li> <li>Removed: Node.js less than <code>22</code> support.</li> <li>Fixed: <code>length-zero-no-unit</code> allow mixin/function argument default values with unit (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/221">#221</a>).</li> </ul> <h1>14.0.0</h1> <ul> <li>Changed: updated to <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v14.1.0"><code>[email protected]</code></a>.</li> <li>Removed: <code>stylelint</code> less than <code>16.11.0</code> from peer dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/ad966dc664a14eda987cf6199972b77ec34c4247"><code>ad966dc</code></a> 16.0.0</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/6ab0a973e5b2e057ac660a26ba3be8d1d279a3df"><code>6ab0a97</code></a> Prepare 16.0.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/246">#246</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/b9d3262f9fbf5a2e4438e9b23217a72e6b0b6f88"><code>b9d3262</code></a> Sync stylelint peer dep version with stylelint-config-recommended-scss (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/245">#245</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/a3bf1978a05baa2353d2efe4d6ac048f0048de96"><code>a3bf197</code></a> Bump stylelint-config-recommended-scss from 16.0.0 to 16.0.1 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/244">#244</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/61a4a59b0787da27c7ca6d03bd7ef9e0796fdc6b"><code>61a4a59</code></a> Bump npm-run-all2 from 8.0.1 to 8.0.4 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/227">#227</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/4df4a84f451a2f2420def65ae949865f852a692a"><code>4df4a84</code></a> Bump eslint from 9.26.0 to 9.35.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/243">#243</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/7ef6c623bb435a33f4c4380a0bcbaeedd1f2036d"><code>7ef6c62</code></a> Bump prettier from 3.5.3 to 3.6.2 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/234">#234</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/a3144617e39beb282ae59d46bb2afdcc77f16372"><code>a314461</code></a> Bump eslint-config-stylelint from 24.0.0 to 25.0.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/235">#235</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/c43906ff45d155f1125e1b8c95d6f8d39d45d47f"><code>c43906f</code></a> Bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/241">#241</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/commit/741c6ac56529844de0d810da3e53b414e0d9e9f3"><code>741c6ac</code></a> Update to stylelint-config-recommended-scss 16 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-standard-scss/issues/238">#238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v13.1.0...v16.0.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 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]
