dependabot[bot] opened a new pull request, #1417: URL: https://github.com/apache/airflow-site/pull/1417
Bumps the npm-dependencies group with 3 updates in the /landing-pages directory: [p5](https://github.com/processing/p5.js), [stylelint](https://github.com/stylelint/stylelint) and [webpack](https://github.com/webpack/webpack). Updates `p5` from 2.2.0 to 2.2.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.2.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <p>This patch includes documentation, bugfixes, and dependency updates. A <a href="https://redirect.github.com/processing/p5.js/pull/8314">flatter p5.strands API</a> is also included as part of ongoing incremental strands API.</p> <p>You can get started with the features in this release using these sketches:</p> <ul> <li><a href="https://editor.p5js.org/neill0/sketches/LO7V38ZUL">p5 2.2.1 starter/demo with p5.strands buildFilterShader</a> - demonstrates a filter shader using p5.strands</li> <li><a href="https://editor.p5js.org/neill0/sketches/GRupGwnp1">p5 2.2.1 starter with WEBGPU</a> - the WebGPU mode is new in 2.2, and released experimentally for community testing</li> </ul> <p>The focus of this patch is performance improvements to WebGPU core add-on. You can load both p5.js and WebGPU mode by adding these two script tags to your sketch:</p> <pre lang="html"><code><script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.webgpu.js"></script> </code></pre> <p>Then load WebGPU mode in <code>createCanvas</code>:</p> <pre lang="js"><code>async function setup() { await createCanvas(400, 400, WEBGPU); } </code></pre> <p>Read more about how it works and where we plan on taking it <a href="https://github.com/processing/p5.js/blob/dev-2.0/contributor_docs/webgpu.md">here</a>!</p> <h3>What's Changed 🎊</h3> <ul> <li>Fix rotation transformations outside of push/pop applying to main canvas in WebGPU by <a href="https://github.com/davepagurek"><code>@​davepagurek</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8423">processing/p5.js#8423</a></li> <li>Make sure getTexture works in vertex shaders by <a href="https://github.com/davepagurek"><code>@​davepagurek</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8424">processing/p5.js#8424</a></li> <li>Performance improvements for colors by <a href="https://github.com/davepagurek"><code>@​davepagurek</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8355">processing/p5.js#8355</a></li> <li>fix textToModel regression for space characters by <a href="https://github.com/skyash-dev"><code>@​skyash-dev</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8429">processing/p5.js#8429</a></li> <li>add unit tests for HSB color space by <a href="https://github.com/Piyushrathoree"><code>@​Piyushrathoree</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8376">processing/p5.js#8376</a></li> <li>Experiment: flatter strands API by <a href="https://github.com/davepagurek"><code>@​davepagurek</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8314">processing/p5.js#8314</a></li> <li>Auto return shader hooks by <a href="https://github.com/vietnguyen2358"><code>@​vietnguyen2358</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8384">processing/p5.js#8384</a></li> <li>Fix <code>noiseDetail()</code> in p5.js 2.x so that the <code>falloff</code> parameter defaults to <code>0.5</code> when omitted. by <a href="https://github.com/shuklaaryan367-byte"><code>@​shuklaaryan367-byte</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8417">processing/p5.js#8417</a></li> <li>Normalize strands noise output range to match JS noise() by <a href="https://github.com/rakesh2OO5"><code>@​rakesh2OO5</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8430">processing/p5.js#8430</a></li> <li>fix createColorPicker ignores initial colour arg on chrome by <a href="https://github.com/Piyushrathoree"><code>@​Piyushrathoree</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8363">processing/p5.js#8363</a></li> <li>Add WebGL visual regression tests for transform functions by <a href="https://github.com/aashu2006"><code>@​aashu2006</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8465">processing/p5.js#8465</a></li> <li>Fix gifs in WebGL mode by <a href="https://github.com/davepagurek"><code>@​davepagurek</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8472">processing/p5.js#8472</a></li> <li>feat(webgl): add global property support for p5.strands by <a href="https://github.com/avinxshKD"><code>@​avinxshKD</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8211">processing/p5.js#8211</a></li> <li>Webgpu perf updates by <a href="https://github.com/davepagurek"><code>@​davepagurek</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8480">processing/p5.js#8480</a></li> <li>docs(p5.strands): document smoothstep by <a href="https://github.com/jjnawaaz"><code>@​jjnawaaz</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8459">processing/p5.js#8459</a></li> <li>gitignore vscode local.code-workspace allowing users project-specific overrides by <a href="https://github.com/nbogie"><code>@​nbogie</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8479">processing/p5.js#8479</a></li> <li>fix(webgl): normalize nearly identical vertices before tessellation by <a href="https://github.com/avinxshKD"><code>@​avinxshKD</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8221">processing/p5.js#8221</a></li> <li>Remove deprecated, unmaintained vscode extension "npm" from recommendations by <a href="https://github.com/nbogie"><code>@​nbogie</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8497">processing/p5.js#8497</a></li> <li>Use --shallow in doc build to prevent documentation.js from processing GLSL imports by <a href="https://github.com/nbogie"><code>@​nbogie</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8500">processing/p5.js#8500</a></li> <li>Dependencies updates by <a href="https://github.com/limzykenneth"><code>@​limzykenneth</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8360">processing/p5.js#8360</a></li> <li>Add visual regression tests for WebGL 3D primitives by <a href="https://github.com/aashu2006"><code>@​aashu2006</code></a> in <a href="https://redirect.github.com/processing/p5.js/pull/8485">processing/p5.js#8485</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/processing/p5.js/commit/276a96aa9ecb8fc2c0d3005e1936042dabb80758"><code>276a96a</code></a> 2.2.1</li> <li><a href="https://github.com/processing/p5.js/commit/8fb3748a3f12532144727f30d4f60fd37dbc2772"><code>8fb3748</code></a> 2.2.1-rc.1</li> <li><a href="https://github.com/processing/p5.js/commit/ad26404e9abb34b92dc75ad6a3934d788de86a30"><code>ad26404</code></a> Merge pull request <a href="https://redirect.github.com/processing/p5.js/issues/8446">#8446</a> from nbogie/strands-add-doc-getTexture</li> <li><a href="https://github.com/processing/p5.js/commit/a6e5bd3a726db5ca3b8d0aed2db315eed4974329"><code>a6e5bd3</code></a> Merge branch 'dev-2.0' into strands-add-doc-getTexture</li> <li><a href="https://github.com/processing/p5.js/commit/5dbbab91309ac49af84c517de1520b3699dfe87d"><code>5dbbab9</code></a> Merge pull request <a href="https://redirect.github.com/processing/p5.js/issues/8504">#8504</a> from LuLaValva/8356-chainable-ts</li> <li><a href="https://github.com/processing/p5.js/commit/8faec62ec69f8e2ee4e7d35d572862394994c3e6"><code>8faec62</code></a> Merge branch 'dev-2.0' into 8356-chainable-ts</li> <li><a href="https://github.com/processing/p5.js/commit/612a5f991588438b29fd8122069b4d41351459a6"><code>612a5f9</code></a> Merge pull request <a href="https://redirect.github.com/processing/p5.js/issues/8510">#8510</a> from processing/webgpu-perf</li> <li><a href="https://github.com/processing/p5.js/commit/4182f65da5582d0e689bb2d88b4a5733e0a0b8c6"><code>4182f65</code></a> Fix find and replace bug</li> <li><a href="https://github.com/processing/p5.js/commit/7b53f51bef76049c7101ccd1462546316263ede4"><code>7b53f51</code></a> Use slightly faster cache key</li> <li><a href="https://github.com/processing/p5.js/commit/cda147580882a2e9b9947d2c1e37715f64acf319"><code>cda1475</code></a> Reuse dynamic entry offsets</li> <li>Additional commits viewable in <a href="https://github.com/processing/p5.js/compare/v2.2.0...v2.2.1">compare view</a></li> </ul> </details> <br /> Updates `stylelint` from 17.1.1 to 17.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>17.2.0</h2> <p>It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a <a href="https://stylelint.io/CONTRIBUTING">contributor guide</a>. If you'd like to help out and contribute to Stylelint, that's the place to start.</p> <ul> <li>Fixed: performance of config augmentation and module imports (<a href="https://redirect.github.com/stylelint/stylelint/issues/9021">#9021</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: performance of config override matching (<a href="https://redirect.github.com/stylelint/stylelint/issues/9023">#9023</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: performance of config resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9033">#9033</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: performance of rule resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9022">#9022</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false negatives for math functions (<a href="https://redirect.github.com/stylelint/stylelint/issues/9011">#9011</a>) (<a href="https://github.com/ragini-pandey"><code>@​ragini-pandey</code></a>).</li> <li>Fixed: <code>no-duplicate-selectors</code> false negatives for matching escaped selectors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8953">#8953</a>) (<a href="https://github.com/bjnewman"><code>@​bjnewman</code></a>).</li> <li>Fixed: <code>no-invalid-position-at-import-rule</code> false negatives for layers with blocks (<a href="https://redirect.github.com/stylelint/stylelint/issues/9026">#9026</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>17.2.0 - 2026-02-10</h2> <p>It fixes 7 bugs, including 5 performance ones that make Stylelint 7x faster and use 3x less memory on larger codebases such as design systems and monorepos. We also restructured our docs to create a <a href="https://github.com/stylelint/stylelint/blob/main/CONTRIBUTING.md">contributor guide</a>. If you'd like to help out and contribute to Stylelint, that's the place to start.</p> <ul> <li>Fixed: performance of config augmentation and module imports (<a href="https://redirect.github.com/stylelint/stylelint/pull/9021">#9021</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: performance of config override matching (<a href="https://redirect.github.com/stylelint/stylelint/pull/9023">#9023</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: performance of config resolution (<a href="https://redirect.github.com/stylelint/stylelint/pull/9033">#9033</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: performance of rule resolution (<a href="https://redirect.github.com/stylelint/stylelint/pull/9022">#9022</a>) (<a href="https://github.com/adalinesimonian"><code>@​adalinesimonian</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> false negatives for math functions (<a href="https://redirect.github.com/stylelint/stylelint/pull/9011">#9011</a>) (<a href="https://github.com/ragini-pandey"><code>@​ragini-pandey</code></a>).</li> <li>Fixed: <code>no-duplicate-selectors</code> false negatives for matching escaped selectors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8953">#8953</a>) (<a href="https://github.com/bjnewman"><code>@​bjnewman</code></a>).</li> <li>Fixed: <code>no-invalid-position-at-import-rule</code> false negatives for layers with blocks (<a href="https://redirect.github.com/stylelint/stylelint/pull/9026">#9026</a>) (<a href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/ae6b4d68bb5217faf1ed0949f59766ded9f623ec"><code>ae6b4d6</code></a> Release 17.2.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9041">#9041</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/6d7dc4105d8767af26db2bf321c4dab74474a765"><code>6d7dc41</code></a> Revert removal of CommonJS module resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9038">#9038</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/82dd4f17fdd2be55beb7e0dc379ad6f37f613d58"><code>82dd4f1</code></a> Add custom syntax generation to system benchmark tool (<a href="https://redirect.github.com/stylelint/stylelint/issues/9034">#9034</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/5ec538d62e8010bafb37ea221fd799ccab5b8536"><code>5ec538d</code></a> Fix <code>no-duplicate-selectors</code> false negatives for matching escaped selectors (...</li> <li><a href="https://github.com/stylelint/stylelint/commit/bc66fe5bddd9efe0f2076a08760d2ff33ad927e3"><code>bc66fe5</code></a> Fix unsupported CJS module resolution (<a href="https://redirect.github.com/stylelint/stylelint/issues/9018">#9018</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/34c3f5eee7e9bb1cd2b898aafed31eb91ac2dd7e"><code>34c3f5e</code></a> Refactor to replace <code>existsSync</code> with <code>fs.access</code> in async contexts (<a href="https://redirect.github.com/stylelint/stylelint/issues/9035">#9035</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/8ea57a9cdef015e47b9bbb2152c0c369ac906f66"><code>8ea57a9</code></a> Fix <code>declaration-property-value-no-unknown</code> false negatives for math function...</li> <li><a href="https://github.com/stylelint/stylelint/commit/dfca970f37dcf3bf7275712390b12e13c2ee6398"><code>dfca970</code></a> Document pull request review in contributing guide (<a href="https://redirect.github.com/stylelint/stylelint/issues/9031">#9031</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/83614bb1fcca6abf45f5bbe9af86c77a09167a18"><code>83614bb</code></a> Fix performance of config override matching (<a href="https://redirect.github.com/stylelint/stylelint/issues/9023">#9023</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/09aebb6225d5b315289c561aa7c68a3b759ee5ec"><code>09aebb6</code></a> Fix performance of config resolution by reusing cosmiconfig instance (<a href="https://redirect.github.com/stylelint/stylelint/issues/9033">#9033</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.1.1...17.2.0">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 5.105.0 to 5.105.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.105.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <code>WebpackPluginInstance</code> type regression. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20440">#20440</a>)</li> </ul> <h2>v5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require("node:...")</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require("node:events");</code>. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.105.2</h2> <h3>Patch Changes</h3> <ul> <li>Fixed <code>WebpackPluginInstance</code> type regression. (by <a href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20440">#20440</a>)</li> </ul> <h2>5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require("node:...")</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require("node:events");</code>. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/0756c7eb697a7759afe081a1fcf8f5481ea06bc3"><code>0756c7e</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20441">#20441</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ff2847641571401ad9c800239725f2891129eb45"><code>ff28476</code></a> chore(deps): bump CodSpeedHQ/action in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/20442">#20442</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/4d3ed666db37c85bda6259f4e8fff4c8cf571e2d"><code>4d3ed66</code></a> ci: discord using curl</li> <li><a href="https://github.com/webpack/webpack/commit/004550adc69ec3be0ae9ea304bf975d2d1ac72ce"><code>004550a</code></a> ci: discord fix</li> <li><a href="https://github.com/webpack/webpack/commit/44bf97bb2186409ee53277deacfea3dbcf671bd9"><code>44bf97b</code></a> ci: emulate release for discord using other approach</li> <li><a href="https://github.com/webpack/webpack/commit/9c71a09e14f04b43833c2c35f83814fe4f359aca"><code>9c71a09</code></a> ci: emulate release for discord</li> <li><a href="https://github.com/webpack/webpack/commit/02d3bc9a334cb626172b51910413e1a7fe5e9873"><code>02d3bc9</code></a> ci: allow to run release announcement</li> <li><a href="https://github.com/webpack/webpack/commit/6c62c28283d3b58b75529687fbb67c4133f8b574"><code>6c62c28</code></a> ci: fix discord</li> <li><a href="https://github.com/webpack/webpack/commit/900219d4e2d88914c9281b745d599de57b1b3d75"><code>900219d</code></a> fix: type regression (<a href="https://redirect.github.com/webpack/webpack/issues/20440">#20440</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/8e50ef2035b9cb727aeaa97d7561545d1c102b91"><code>8e50ef2</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20429">#20429</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.105.0...v5.105.2">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]
