dependabot[bot] opened a new pull request, #1614:
URL: https://github.com/apache/airflow-site/pull/1614

   Bumps the npm-dependencies group with 3 updates in the /landing-pages 
directory: [p5](https://github.com/processing/p5.js), 
[postcss](https://github.com/postcss/postcss) and 
[sass](https://github.com/sass/dart-sass).
   
   Updates `p5` from 2.3.0 to 2.3.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/processing/p5.js/releases";>p5's releases</a>.</em></p>
   <blockquote>
   <h2>v2.3.1</h2>
   <!-- raw HTML omitted -->
   <h2>2.3.1 Hex codes in shaders and continued p5.strands development; 
<code>tint()</code> and other fixes; <code>HDR</code> renamed to 
<code>P3</code></h2>
   <p>This patch introduces new p5.strands features, improvements to shapes 
&amp; SVG handling, and bugfixes across WebGL and WebGPU. It also renames the 
color space previously called HDR to P3 for accuracy.</p>
   <ul>
   <li>Fixes for loading SVG files and bad URLs with <code>loadImage()</code>, 
applying <code>tint()</code> to images in 2D mode, <a 
href="https://p5js.org/tutorials/layered-rendering-with-framebuffers/";>framebuffers</a>
 with custom pixel densities, <code>orbitControl()</code> after swiping outside 
the canvas, <code>mouseIsPressed</code> behavior after clicking DOM elements, 
and <code>line()</code>, <code>point()</code>, <code>triangle()</code>, 
<code>quad()</code>, <code>rect()</code> (including with rounded corners, like 
in the example below)</li>
   <li>In shaders and p5.strands code, this patch adds 
<code>randomGaussian()</code> and <code>color()</code> support inside 
p5.strands shader code, <code>instanceIndex</code> for instanced rendering, 
<code>TRIANGLE_FAN</code> drawing in both WebGL and WebGPU, custom shaders that 
set <code>uSampler</code> via <code>setUniform()</code>, hooks that return 
objects should work, custom shaders should be able to use version directives, 
and <code>mouseX</code> and <code>width</code> in instance mode with p5.strands 
shaders</li>
   </ul>
   <blockquote>
   <p>[!WARNING]
   This release <a 
href="https://redirect.github.com/processing/p5.js/pull/8975";>renames the color 
space previously called <code>HDR</code> to <code>P3</code></a> for accuracy. 
If you use <code>HDR</code> color space constants in your code, please update 
them to <code>P3</code>. The maintainers felt this correction was important to 
make now. If you have concerns about backward compatibility, you can share them 
on the linked pull request discussion.</p>
   </blockquote>
   <p><strong>You can start using this updated version in this <a 
href="https://editor.p5js.org/ksen0/sketches/IAgGDzexy";>starter 
sketch</a></strong>! Or load both p5.js and WebGPU mode by adding these two 
script tags to your sketch:</p>
   <pre lang="html"><code>&lt;script 
src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js&quot;&gt;&lt;/script&gt;
   &lt;script 
src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.webgpu.js&quot;&gt;&lt;/script&gt;
   </code></pre>
   <p>To use WebGPU mode in <code>createCanvas</code> note the 
<code>async/await</code>, which is needed for WebGPU but not WebGL:</p>
   <pre lang="js"><code>async function setup() {
     await createCanvas(400, 400, WEBGPU);
   }
   </code></pre>
   <h2>What's new in p5.strands</h2>
   <p><code>randomGaussian()</code> is available in p5.strands code - see the 
static example in the <a 
href="https://editor.p5js.org/ksen0/sketches/IAgGDzexy";>starter sketch</a> or 
below, which also shows more p5.js-style, beginner-friendly colors.</p>
   <ul>
   <li>Add p5.strands support for randomGaussian() by <a 
href="https://github.com/harshiltewari2004";><code>@​harshiltewari2004</code></a>
 in <a 
href="https://redirect.github.com/processing/p5.js/pull/8800";>processing/p5.js#8800</a></li>
   <li>Replace randomness-related noise usage in strands example by <a 
href="https://github.com/VikasKSingh05";><code>@​VikasKSingh05</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8824";>processing/p5.js#8824</a></li>
   <li>feat(strands): add color() support for beginner-friendly color inputs by 
<a 
href="https://github.com/LalitNarayanYadav";><code>@​LalitNarayanYadav</code></a>
 in <a 
href="https://redirect.github.com/processing/p5.js/pull/8822";>processing/p5.js#8822</a></li>
   <li>Add instanceIndex alias for instanceID by <a 
href="https://github.com/aashu2006";><code>@​aashu2006</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8912";>processing/p5.js#8912</a></li>
   <li>fix builtin global accessors for instance mode in strands shaders by <a 
href="https://github.com/aashu2006";><code>@​aashu2006</code></a> in <a 
href="https://redirect.github.com/processing/p5.js/pull/8878";>processing/p5.js#8878</a></li>
   <li>Add p5.strands documentation and examples for color functions by <a 
href="https://github.com/Yashisinghal285";><code>@​Yashisinghal285</code></a> in 
<a 
href="https://redirect.github.com/processing/p5.js/pull/8965";>processing/p5.js#8965</a></li>
   </ul>
   <!-- raw HTML omitted -->
   <pre lang="js"><code>async function setup() {
     //for normal 2D or WEBGL stuff
     createCanvas(400, 400, WEBGL);
   <p>//for WEBGPU stuff
   // await createCanvas(400, 400, WEBGPU);
   myShader = buildMaterialShader(myShaderBuilder);
   }
   &lt;/tr&gt;&lt;/table&gt;
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/processing/p5.js/commit/a0c5805a36a03e313e5ef9990c8997b2a95d91a9";><code>a0c5805</code></a>
 2.3.1</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/74afe0e6cd7527d385de5aa4d27db94487b486d8";><code>74afe0e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8966";>#8966</a> from 
Nwakaego-Ego/fix/replace-beta-links</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/802fe9cb6fc65526bef6e486b899e917fa318b4e";><code>802fe9c</code></a>
 Merge branch 'main' into fix/replace-beta-links</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/bb451e2372bee5556f77c1a6f004d37da31b4de2";><code>bb451e2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8982";>#8982</a> from 
processing/all-contributors/add-XiaoPingArchive</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/d1e2a8d8b23d5ee028bcecb0d33732c3e25738f9";><code>d1e2a8d</code></a>
 Merge branch 'main' into all-contributors/add-XiaoPingArchive</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/78453d8e69144eff4438b147ac1cfa295b345f1d";><code>78453d8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8987";>#8987</a> from 
processing/all-contributors/add-Chiuye</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/4de763026d1d3f79409eb3705c59897e4d9c26b5";><code>4de7630</code></a>
 Merge branch 'main' into all-contributors/add-Chiuye</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/07e45280745282d1d6963287449ce2d07f0277f1";><code>07e4528</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8965";>#8965</a> from 
Yashisinghal285/docs/strands-color-functions</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/4d3d7c950241ac397a03d8bc5b88189979736745";><code>4d3d7c9</code></a>
 Merge branch 'main' into docs/strands-color-functions</li>
   <li><a 
href="https://github.com/processing/p5.js/commit/eb8ed77b14ca1433996e15ddbf8ce30334c8e4ad";><code>eb8ed77</code></a>
 Merge pull request <a 
href="https://redirect.github.com/processing/p5.js/issues/8977";>#8977</a> from 
processing/all-contributors/add-Nwakaego-Ego</li>
   <li>Additional commits viewable in <a 
href="https://github.com/processing/p5.js/compare/v2.3.0...v2.3.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `postcss` from 8.5.20 to 8.5.21
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/releases";>postcss's 
releases</a>.</em></p>
   <blockquote>
   <h2>8.5.21</h2>
   <ul>
   <li>Fixed childless at-rule losing semicolon before comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/isker";><code>@​isker</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md";>postcss's 
changelog</a>.</em></p>
   <blockquote>
   <h2>8.5.21</h2>
   <ul>
   <li>Fixed childless at-rule losing semicolon before comment (by <a 
href="https://github.com/sarathfrancis90";><code>@​sarathfrancis90</code></a>).</li>
   <li>Fixed docs (by <a 
href="https://github.com/isker";><code>@​isker</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/postcss/postcss/commit/28e0daf8f2fe5ba9e19ea3f8c27c8fe176f9419e";><code>28e0daf</code></a>
 Release 8.5.21 version</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/3d2b4e43e38274f233b5609d09687cadad8215d9";><code>3d2b4e4</code></a>
 Update dependencies</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/d197327e82e1a7d6dd9272effa3e4bfa91fdd20e";><code>d197327</code></a>
 Fix childless at-rule losing its semicolon before a comment (<a 
href="https://redirect.github.com/postcss/postcss/issues/2115";>#2115</a>)</li>
   <li><a 
href="https://github.com/postcss/postcss/commit/0e360b749aa17a5a89baccf9c8e5db3c2978c21e";><code>0e360b7</code></a>
 Fix mismatched JSDoc comments on Position (<a 
href="https://redirect.github.com/postcss/postcss/issues/2114";>#2114</a>)</li>
   <li>See full diff in <a 
href="https://github.com/postcss/postcss/compare/8.5.20...8.5.21";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `sass` from 1.101.0 to 1.101.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.101.3</h2>
   <p>To install Sass 1.101.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>No user-visible changes.</li>
   </ul>
   <p>See the <a 
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11013";>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.101.3</h2>
   <ul>
   <li>No user-visible changes.</li>
   </ul>
   <h2>1.101.2</h2>
   <ul>
   <li>Fix a bug where the deprecation warning for vendor-prefixed 
<code>expression()</code>
   functions would incorrectly indicate whether or not the function would be
   invalid Sass in Dart Sass 2.0.0.</li>
   </ul>
   <h2>1.101.1</h2>
   <ul>
   <li>Sass stack trace entries are now always either absolute URLs, absolute 
paths,
   or paths relative to the current working directory. Previously, if a
   stylesheet was loaded using a relative URL (as from a load path), that
   relative URL was listed even if it couldn't be resolved relative to the
   current working directory. However, this created potential ambiguities, so
   this behavior has been removed.</li>
   </ul>
   <h3>Command Line Interface</h3>
   <ul>
   <li><code>--watch</code> mode now handles atomically-written files more 
gracefully.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sass/dart-sass/commit/e8c12331ea5304a1d641d6a6bd4cb526cb3800b9";><code>e8c1233</code></a>
 Fix some GitHub actions issues introduced by the Zizmor refactor (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2798";>#2798</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/d676118ace4b6b196383f26cf5ffda4f9c61b239";><code>d676118</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sass/dart-sass/issues/2797";>#2797</a> from 
sass/lints</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/548e6604c5eed5137b148a839513c7444582eb3c";><code>548e660</code></a>
 Prefer interpolation to compose strings</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/b443ffe759f7235170b1fd6e540dcb8e459f3dca";><code>b443ffe</code></a>
 Use function type syntax</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/3d28f6a83ff8c16e7b1980f6a4e46d62f1505fce";><code>3d28f6a</code></a>
 Add <code>@override</code></li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/e182ba21e1459c5efad0247e9bc5ba212a870db3";><code>e182ba2</code></a>
 Expand dependency constraints (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2796";>#2796</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/66f9d41f79231eebb4380a126bbc662c13f2d7d0";><code>66f9d41</code></a>
 Bump analyzer from 10.2.0 to 13.3.0 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2795";>#2795</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/ab4026df5efe9eef1d7accc2653bdf050c3c1c14";><code>ab4026d</code></a>
 Use the latest lints package (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2789";>#2789</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/fbb1fe0533cc78c14b848c709b30d599c5bf86e1";><code>fbb1fe0</code></a>
 Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2793";>#2793</a>)</li>
   <li><a 
href="https://github.com/sass/dart-sass/commit/8abfa4d23d447bcada1efe415066458a08a0a155";><code>8abfa4d</code></a>
 Fix <code>--watch</code> not recompiling files modified via atomic save (<a 
href="https://redirect.github.com/sass/dart-sass/issues/2791";>#2791</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sass/dart-sass/compare/1.101.0...1.101.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 <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]

Reply via email to