dependabot[bot] opened a new pull request, #1663:
URL: https://github.com/apache/qpid-dispatch/pull/1663

   Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates 
ancestor dependencies [d3-color](https://github.com/d3/d3-color), 
[victory-core](https://github.com/FormidableLabs/victory) and 
[@patternfly/react-topology](https://github.com/patternfly/react-topology). 
These dependencies need to be updated together.
   
   Updates `d3-color` from 1.4.1 to 3.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/d3/d3-color/releases";>d3-color's releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.0</h2>
   <ul>
   <li>Add <a 
href="https://github.com/d3/d3-color/blob/main/README.md#rgb_clamp";><em>rgb</em>.clamp</a>
 and <a 
href="https://github.com/d3/d3-color/blob/main/README.md#hsl_clamp";><em>hsl</em>.clamp</a>.
 <a href="https://redirect.github.com/d3/d3-color/issues/102";>#102</a></li>
   <li>Add <a 
href="https://github.com/d3/d3-color/blob/main/README.md#color_formatHex8";><em>color</em>.formatHex8</a>.
 <a href="https://redirect.github.com/d3/d3-color/issues/103";>#103</a></li>
   <li>Fix <a 
href="https://github.com/d3/d3-color/blob/main/README.md#color_formatHsl";><em>color</em>.formatHsl</a>
 to clamp values to the expected range. <a 
href="https://redirect.github.com/d3/d3-color/issues/83";>#83</a></li>
   <li>Fix catastrophic backtracking when parsing colors. <a 
href="https://redirect.github.com/d3/d3-color/issues/89";>#89</a> <a 
href="https://redirect.github.com/d3/d3-color/issues/97";>#97</a> <a 
href="https://redirect.github.com/d3/d3-color/issues/99";>#99</a> <a 
href="https://redirect.github.com/d3/d3-color/issues/100";>#100</a> <a 
href="https://security.snyk.io/vuln/SNYK-JS-D3COLOR-1076592";>SNYK-JS-D3COLOR-1076592</a></li>
   </ul>
   <h2>v3.0.1</h2>
   <ul>
   <li>Make build reproducible.</li>
   </ul>
   <h2>v3.0.0</h2>
   <ul>
   <li>Adopt type: module.</li>
   </ul>
   <p>This package now requires Node.js 12 or higher. For more, please read <a 
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c";>Sindre
 Sorhus’s FAQ</a>.</p>
   <h2>v2.0.0</h2>
   <p>This release adopts ES2015 language features such as <a 
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of";>for-of</a>
 and drops support for older browsers, including IE. If you need to support 
pre-ES2015 environments, you should stick with d3-color 1.x or use a 
transpiler.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/d3/d3-color/commit/7a1573ed260de4fd97d061975244841132adde92";><code>7a1573e</code></a>
 3.1.0</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/75c19c40c246e4b3fbcfdeeba29249c51ccf6524";><code>75c19c4</code></a>
 update LICENSE</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/ef94e0125cce176e2df2f877c70741f4e2856073";><code>ef94e01</code></a>
 update dependencies</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/5e9f7579dd32a74664f5000ee99aa87e3e463c2b";><code>5e9f757</code></a>
 method shorthand</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/e4bc34e46cba08c4b7209f2bea74ef570c000b86";><code>e4bc34e</code></a>
 formatHex8 (<a 
href="https://redirect.github.com/d3/d3-color/issues/103";>#103</a>)</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/ac660c6b6bd60a2f1cd255fe04ead7d1b053861d";><code>ac660c6</code></a>
 {rgb,hsl}.clamp() (<a 
href="https://redirect.github.com/d3/d3-color/issues/102";>#102</a>)</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/70e3a041f1890e63855fad693891652b36f48195";><code>70e3a04</code></a>
 clamp HSL format (<a 
href="https://redirect.github.com/d3/d3-color/issues/101";>#101</a>)</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/994d8fd95181484a5a27c5edc919aa625781432d";><code>994d8fd</code></a>
 avoid backtracking (<a 
href="https://redirect.github.com/d3/d3-color/issues/100";>#100</a>)</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/7d61bbe6e426a7f3d3f4520a8b31cfc92dc69ee7";><code>7d61bbe</code></a>
 3.0.1</li>
   <li><a 
href="https://github.com/d3/d3-color/commit/93bc4ff5423ecbefb6607724384bf6ca788d13b6";><code>93bc4ff</code></a>
 related <a href="https://redirect.github.com/d3/d3/issues/3";>d3/d33</a>; 
extract copyrights from LICENSE</li>
   <li>Additional commits viewable in <a 
href="https://github.com/d3/d3-color/compare/v1.4.1...v3.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `victory-core` from 36.3.0 to 36.6.12
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/FormidableLabs/victory/releases";>victory-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>v36.6.12</h2>
   <h2>What's Changed</h2>
   <h3>v36.6.12</h3>
   <ul>
   <li>Add aria-hidden flag to svg for textsize util to fix accessibility issue 
(<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2661";>#2661</a>)</li>
   </ul>
   <h3>v36.6.9...v36.6.11</h3>
   <ul>
   <li>Setup NPM Provenance (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2587";>#2587</a>,
 <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2590";>#2590</a>)</li>
   </ul>
   <h3>v36.6.5...v36.6.8</h3>
   <ul>
   <li>Updated dependencies</li>
   </ul>
   <h3>36.6.4</h3>
   <ul>
   <li>
   <p>Added explicit <code>any</code> type defs (fixes <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2358";>#2358</a>)
 (<a 
href="https://github.com/FormidableLabs/victory/commit/57ed0fe304dbc8753da1126a02d44de8004e96aa";><code>57ed0fe30</code></a>)</p>
   </li>
   <li>
   <p>Allow data accessors to accept any data types (fixes <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2360";>#2360</a>)
 (<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2436";>#2436</a>)</p>
   </li>
   </ul>
   <h3>36.6.3</h3>
   <ul>
   <li>Do not generate *.js.map sourcemaps (fixes <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2346";>#2346</a>)
 (<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2432";>#2432</a>)</li>
   </ul>
   <h3>v36.6.1...v36.6.2</h3>
   <ul>
   <li>Updated dependencies</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/FormidableLabs/victory/compare/v36.6.0...v36.6.12";>https://github.com/FormidableLabs/victory/compare/v36.6.0...v36.6.12</a></p>
   <h2>v36.6.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Various TypeScript improvements (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2335";>#2335</a>,
 <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2363";>#2363</a>)</li>
   <li>Migrated <code>victory-axis</code> to TypeScript (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2379";>#2379</a>)</li>
   <li>Migrated <code>victory-scatter</code> to TypeScript (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2394";>#2394</a>)</li>
   <li>Migrated <code>victory-errorbar</code> to TypeScript (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2395";>#2395</a>)</li>
   <li>Migrated <code>victory-box-plot</code> to TypeScript (<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2387";>#2387</a>)</li>
   <li>Migrated <code>victory-errorbar</code> to TypeScript (<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2395";>#2395</a>)</li>
   <li>Migrated <code>victory-brush-container</code> and 
<code>victory-brush-line</code> to TypeScript (<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2393";>#2393</a>)</li>
   <li>Update source code with minor lint-based improvements (see <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2236";>#2236</a>).
 (<a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2403";>#2403</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/FormidableLabs/victory/compare/v36.5.3...v36.6.0";>https://github.com/FormidableLabs/victory/compare/v36.5.3...v36.6.0</a></p>
   <h2>v36.5.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Export all types from Victory by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2333";>FormidableLabs/victory#2333</a></li>
   <li>Fix for <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2329";>#2329</a> 
(use-animation-state crashing charts) by <a 
href="https://github.com/gksander";><code>@​gksander</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2334";>FormidableLabs/victory#2334</a></li>
   <li>Local VSC settings to ignore built files in search by <a 
href="https://github.com/gksander";><code>@​gksander</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2332";>FormidableLabs/victory#2332</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md";>victory-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Victory Changelog</h1>
   <blockquote>
   <p><strong>Note</strong>
   We have moved to per-package <code>CHANGELOG.md</code> files since migrating 
to changesets. Please refer to those individual changelogs for change 
history.</p>
   </blockquote>
   <h2>36.5.3 (2022-06-27)</h2>
   <ul>
   <li>Export all types from Victory</li>
   <li>Fix for <a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2329";>#2329</a> 
(use-animation-state crashing charts)</li>
   <li>Local VSC settings to ignore built files in search</li>
   </ul>
   <h2>36.5.2 (2022-06-23)</h2>
   <ul>
   <li>Remove dependency on use-context-selector by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2325";>FormidableLabs/victory#2325</a></li>
   </ul>
   <h2>36.5.1 (2022-06-23)</h2>
   <ul>
   <li>TS migrate: core utils by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2289";>FormidableLabs/victory#2289</a></li>
   <li>Typescript: added types to <code>victory-vendor</code> by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2292";>FormidableLabs/victory#2292</a></li>
   <li>TypeScript migration: more utils! by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2299";>FormidableLabs/victory#2299</a></li>
   <li>TS migrate: prop types by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2300";>FormidableLabs/victory#2300</a></li>
   <li>Modularize calculated props helpers by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2290";>FormidableLabs/victory#2290</a></li>
   <li>Build enhancements for move tests PR by <a 
href="https://github.com/ryan-roemer";><code>@​ryan-roemer</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2305";>FormidableLabs/victory#2305</a></li>
   <li>Chore: generate source maps by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2307";>FormidableLabs/victory#2307</a></li>
   <li>TypeScript: Mark <code>data</code> as <code>readonly</code> by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2313";>FormidableLabs/victory#2313</a></li>
   <li>TS migrate: add events by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2306";>FormidableLabs/victory#2306</a></li>
   <li>Move tests to root directories by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2301";>FormidableLabs/victory#2301</a></li>
   <li>Update prettier trailing comma rule by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2315";>FormidableLabs/victory#2315</a></li>
   <li>TS: migrate victory-area, victory-chart by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2314";>FormidableLabs/victory#2314</a></li>
   <li>TypeScript: migrate <code>victory</code> to TypeScript by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2319";>FormidableLabs/victory#2319</a></li>
   <li>Use build config for babel by <a 
href="https://github.com/ryan-roemer";><code>@​ryan-roemer</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2321";>FormidableLabs/victory#2321</a></li>
   <li>Add Victory Bar v37 by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2316";>FormidableLabs/victory#2316</a></li>
   </ul>
   <h2>36.5.0 (2022-06-07)</h2>
   <ul>
   <li>victory-histogram jest tests by <a 
href="https://github.com/heythisispaul";><code>@​heythisispaul</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2255";>FormidableLabs/victory#2255</a></li>
   <li>Convert tests for victory error bar by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2266";>FormidableLabs/victory#2266</a></li>
   <li>Typescript Phase 1: Build configuration by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2260";>FormidableLabs/victory#2260</a></li>
   <li>victory-vendor: script cleanup and exports enhancements by <a 
href="https://github.com/ryan-roemer";><code>@​ryan-roemer</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2264";>FormidableLabs/victory#2264</a></li>
   <li>victory-pie jest/rtl tests by <a 
href="https://github.com/heythisispaul";><code>@​heythisispaul</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2268";>FormidableLabs/victory#2268</a></li>
   <li>Typescript: Generate proper .d.ts files for Core by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2271";>FormidableLabs/victory#2271</a></li>
   <li>Disable func-style eslint rule by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2275";>FormidableLabs/victory#2275</a></li>
   <li>Add victory-scatter tests by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2269";>FormidableLabs/victory#2269</a></li>
   <li>TS migration: victory-primitives by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2274";>FormidableLabs/victory#2274</a></li>
   <li>Enable <code>eslint-comments</code> by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2277";>FormidableLabs/victory#2277</a></li>
   <li>Remove karma tests by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2279";>FormidableLabs/victory#2279</a></li>
   <li>ts-migration: migrated core components to TS by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2278";>FormidableLabs/victory#2278</a></li>
   <li>Upgrade React to v18 by <a 
href="https://github.com/becca-bailey";><code>@​becca-bailey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2280";>FormidableLabs/victory#2280</a></li>
   <li>ts-migration: more core by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2284";>FormidableLabs/victory#2284</a></li>
   <li>TypeScript: fix a few build issues by <a 
href="https://github.com/scottrippey";><code>@​scottrippey</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2285";>FormidableLabs/victory#2285</a></li>
   <li>[Demo]: Upgrade React Native demo app by <a 
href="https://github.com/jpdriver";><code>@​jpdriver</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2288";>FormidableLabs/victory#2288</a></li>
   </ul>
   <h2>36.4.1 (2022-05-25)</h2>
   <ul>
   <li>Dev: Switch to ye olde yarn1 by <a 
href="https://github.com/ryan-roemer";><code>@​ryan-roemer</code></a> in <a 
href="https://redirect.github.com/FormidableLabs/victory/pull/2228";>FormidableLabs/victory#2228</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/1b3a66e887cae1ed201cffcde30134689b7d2ef6";><code>1b3a66e</code></a>
 Version Packages (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2669";>#2669</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/738e72ce1bf527c75f22dbacddaedc5cfafc54dc";><code>738e72c</code></a>
 Use custom changesets token for release</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/ac89644b1e78dc7f3f700dc84a60f326858bbe14";><code>ac89644</code></a>
 Fix release.yml syntax error</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/d6b125ad35b46f8444abf74dc7562dce328c1a4c";><code>d6b125a</code></a>
 Upgrade CI to Node 18 and deprecate Node 14 (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2667";>#2667</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/c8381aa08766f6b415de5e6731f122ba7b607112";><code>c8381aa</code></a>
 Add aria-hidden flag to svg for textsize util to fix accessibility issue (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2661";>#2661</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/bbc1e2a39448d7fb6724f916afacf5f6eab7d1b3";><code>bbc1e2a</code></a>
 Version Packages (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2618";>#2618</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/7cad481bc354634a686c4ce82acad0613d07e1ee";><code>7cad481</code></a>
 Improve lineheight calc in measureDimensions (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2615";>#2615</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/b6b7d1a4245812b480486d49b27a82b3a1efb063";><code>b6b7d1a</code></a>
 rm formideploy (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2603";>#2603</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/f6c9b74bf26e621cc3735cb1acb7bfc6e412fb8c";><code>f6c9b74</code></a>
 Remove google signal (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2601";>#2601</a>)</li>
   <li><a 
href="https://github.com/FormidableLabs/victory/commit/7084c4966619963c76e58cade627ea5f2c4166e7";><code>7084c49</code></a>
 RM surge, preview deploys for vercel (<a 
href="https://redirect.github.com/FormidableLabs/victory/issues/2594";>#2594</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/FormidableLabs/victory/compare/v36.3.0...v36.6.12";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~formidablelabs";>formidablelabs</a>, a new releaser 
for victory-core since your current version.</p>
   </details>
   <br />
   
   Updates `@patternfly/react-topology` from 4.45.19 to 5.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/patternfly/react-topology/releases";><code>@​patternfly/react-topology</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v5.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update deprecated components by <a 
href="https://github.com/jenny-s51";><code>@​jenny-s51</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/84";>patternfly/react-topology#84</a></li>
   <li>Config updates to retire v5 by <a 
href="https://github.com/jenny-s51";><code>@​jenny-s51</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/89";>patternfly/react-topology#89</a></li>
   <li>fix: remove v5 branch from check-pr.yml by <a 
href="https://github.com/jenny-s51";><code>@​jenny-s51</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/94";>patternfly/react-topology#94</a></li>
   <li>chore(CI): Remove Typedoc build/release from v5 by <a 
href="https://github.com/wise-king-sullyman";><code>@​wise-king-sullyman</code></a>
 in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/103";>patternfly/react-topology#103</a></li>
   <li>chore: remove dryRun from v5 by <a 
href="https://github.com/jenny-s51";><code>@​jenny-s51</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/98";>patternfly/react-topology#98</a></li>
   <li>Control bar docs updates by <a 
href="https://github.com/jenny-s51";><code>@​jenny-s51</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/105";>patternfly/react-topology#105</a></li>
   <li>chore: upgrade deprecated components in demo-app by <a 
href="https://github.com/jenny-s51";><code>@​jenny-s51</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/93";>patternfly/react-topology#93</a></li>
   <li>chore: prepare for q3 release by <a 
href="https://github.com/nicolethoen";><code>@​nicolethoen</code></a> in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/112";>patternfly/react-topology#112</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/nicolethoen";><code>@​nicolethoen</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/112";>patternfly/react-topology#112</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/patternfly/react-topology/compare/v5.0.0...v5.1.0";>https://github.com/patternfly/react-topology/compare/v5.0.0...v5.1.0</a></p>
   <h2>prerelease-v5.1.0-prerelease.2</h2>
   <h1><a 
href="https://github.com/patternfly/react-topology/compare/prerelease-v5.1.0-prerelease.1...prerelease-v5.1.0-prerelease.2";>5.1.0-prerelease.2</a>
 (2023-09-08)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>add missing imports to contextmenu.tsx (<a 
href="https://github.com/patternfly/react-topology/commit/72461c29c0f79bc5420bec32fbfdc46ae222f4a9";>72461c2</a>)</li>
   <li>menu toggle issue (<a 
href="https://github.com/patternfly/react-topology/commit/6c90cf49ee8b8a873fb1c22a2977ebdae303d099";>6c90cf4</a>)</li>
   <li>remove deprecated dropdown context (<a 
href="https://github.com/patternfly/react-topology/commit/2ad056f624509ad9107eda8a33a554647bcc86e6";>2ad056f</a>)</li>
   </ul>
   <h2>prerelease-v5.1.0-prerelease.1</h2>
   <h1><a 
href="https://github.com/patternfly/react-topology/compare/prerelease-v5.0.0-prerelease.5...prerelease-v5.1.0-prerelease.1";>5.1.0-prerelease.1</a>
 (2023-08-25)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove v5 branch from check-pr.yml (<a 
href="https://github.com/patternfly/react-topology/commit/ccad5539b505997af6fd69e611f1d6f25665b85d";>ccad553</a>)</li>
   <li>v5 updates (<a 
href="https://github.com/patternfly/react-topology/commit/19d5289da4beb1ab152bcab90f364413f3789d83";>19d5289</a>)</li>
   </ul>
   <h2>prerelease-v5.1.0-prerelease.0</h2>
   <p>No release notes provided.</p>
   <h2>v5.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Icon/tooltip fixes by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/41";>patternfly/react-topology#41</a></li>
   <li>Fix for negative icon width/height by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/42";>patternfly/react-topology#42</a></li>
   <li>Remove unnecessary tooltip triggerRef's by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/43";>patternfly/react-topology#43</a></li>
   <li>feat(v5): Update to consume PF5 alphas and release an alpha version  by 
<a 
href="https://github.com/wise-king-sullyman";><code>@​wise-king-sullyman</code></a>
 in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/40";>patternfly/react-topology#40</a></li>
   <li>remove v5 dryrun by <a 
href="https://github.com/wise-king-sullyman";><code>@​wise-king-sullyman</code></a>
 in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/45";>patternfly/react-topology#45</a></li>
   <li>Fix integralShapePath for almost parallel nodes by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/47";>patternfly/react-topology#47</a></li>
   <li>chore(doc): Fix links to demo code source by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/51";>patternfly/react-topology#51</a></li>
   <li>chore(strictFunctionTypes): Set strictFunctionTypes by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/53";>patternfly/react-topology#53</a></li>
   <li>feature: withContextMenu support for Promise by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/58";>patternfly/react-topology#58</a></li>
   <li>feature: Update version of D3 by <a 
href="https://github.com/jeff-phillips-18";><code>@​jeff-phillips-18</code></a> 
in <a 
href="https://redirect.github.com/patternfly/react-topology/pull/59";>patternfly/react-topology#59</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/patternfly/react-topology/commits/v5.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   You can trigger a rebase of this PR 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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/qpid-dispatch/network/alerts).
   
   </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: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to