dependabot[bot] opened a new pull request, #335:
URL: https://github.com/apache/incubator-nemo/pull/335

   Bumps [jsdom](https://github.com/jsdom/jsdom) and 
[fabric](https://github.com/fabricjs/fabric.js). These dependencies needed to 
be updated together.
   Updates `jsdom` from 9.12.0 to 19.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jsdom/jsdom/releases";>jsdom's releases</a>.</em></p>
   <blockquote>
   <h2>Version 19.0.0</h2>
   <ul>
   <li>Changed <code>jsdom.nodeLocation()</code> to return 
<code>undefined</code> when used on nodes that originate via fragment parsing 
(e.g., via <code>innerHTML</code>). Previously it would return based on the 
node location of the fragment string, which made node locations unreliable with 
respect to the original document source. This restores the behavior that was 
present in v14.0.0, and was accidentally broken in v14.1.0. (bakkot)</li>
   <li>Fixed calling <code>window.close()</code> inside the 
<code>Window</code>'s <code>load</code> event to no longer crash. 
(MattiasBuelens)</li>
   </ul>
   <h2>Version 18.1.1</h2>
   <ul>
   <li>Fixed <code>connectedCallback</code> to fire in situations involving 
document fragments, which was broken in v18.0.1. (GrantGryczan)</li>
   </ul>
   <h2>Version 18.1.0</h2>
   <ul>
   <li>Fixed <code>headers.append()</code> and <code>headers.set()</code> to 
normalize values. (MattiasBuelens)</li>
   <li>Fixed <code>pageshow</code> events to have <code>bubbles: true</code> 
and <code>cancelable: true</code>. (MattiasBuelens)</li>
   <li>Implemented the <code>reason</code> property on 
<code>AbortSignal</code>s, along with the corresponding <code>reason</code> 
argument to <code>abortSignal.abort()</code> and 
<code>AbortSignal.abort()</code>. (MattiasBuelens)</li>
   </ul>
   <h2>Version 18.0.1</h2>
   <ul>
   <li>Fixed live <code>Range</code>s to update correctly after calling 
<code>node.normalize()</code>. (hgiesel)</li>
   <li>Fixed live <code>Range</code>s to update correctly after removing child 
nodes. (hgiesel)</li>
   <li>Fixed setting <code>inputEl.valueAsDate = null</code> to no longer throw 
an exception, but instead set the value to the empty string. 
(simon-weimann)</li>
   <li>Improved performance of node insertion and <code>node.contains()</code>. 
(GrantGryczan)</li>
   </ul>
   <h2>Version 18.0.0</h2>
   <p>Potentially-breaking bug fixes:</p>
   <ul>
   <li>Fixed SSL certificate checking for WebSocket connections. Previously, 
invalid SSL certificates were always accepted; now, they properly respect the 
<code>ResourceLoader</code>'s <code>strictSSL</code> option (which defaults to 
<code>true</code>).</li>
   <li>Changed the global in which almost all <code>Promise</code> and 
<code>TypeError</code> instances are created to be the jsdom global, not the 
Node.js global. This could affect any code that uses 
<code>instanceof</code>.</li>
   </ul>
   <p>Other changes:</p>
   <ul>
   <li>Fixed moving an element between HTML and XML documents to reset the 
<code>tagName</code> cache, allowing it to return a lowercase value once it's 
in the XML document. (LucasLefevre)</li>
   <li>Fixed form submission to not happen when the form is invalid. 
(pozil)</li>
   </ul>
   <h2>Version 17.0.0</h2>
   <p>Breaking change: Node v12 is now the minimum supported version.</p>
   <h2>Version 16.7.0</h2>
   <ul>
   <li>Added <code>AbortSignal.abort()</code>. (ninevra)</li>
   <li>Added dummy <code>x</code> and <code>y</code> properties to the return 
value of <code>getBoundingClientRect()</code>. (eiko)</li>
   <li>Implemented wrapping for <code>textareaEl.value</code> if the 
<code>wrap=&quot;&quot;</code> attribute is specified. (ninevra)</li>
   <li>Changed newline normalization in <code>&lt;textarea&gt;</code>s 
according to <a 
href="https://blog.whatwg.org/newline-normalizations-in-form-submission";>recent 
HTML Standard updates</a>. (ninevra)</li>
   <li>Fixed some bad cascade computation in <code>getComputedStyle()</code>. 
(romain-trotard)</li>
   </ul>
   <h2>Version 16.6.0</h2>
   <ul>
   <li>Added <code>parentNode.replaceChildren()</code>. (<a 
href="https://github.com/ninevra";><code>@​ninevra</code></a>)</li>
   <li>Fixed jsdom's handling of when code running inside the jsdom throws 
<code>null</code> or <code>undefined</code> as an exception. (<a 
href="https://github.com/mbest";><code>@​mbest</code></a>)</li>
   <li>Removed the dependency on the deprecated <a 
href="https://www.npmjs.com/package/request";><code>request</code></a> package, 
in the process fixing several issues with the <code>XMLHttpRequest</code> 
implementation around header processing. Thanks go to <a 
href="https://github.com/tobyhinloopen";><code>@​tobyhinloopen</code></a>, <a 
href="https://github.com/andrewaylett";><code>@​andrewaylett</code></a>, and 
especially <a href="https://github.com/vegardbb";><code>@​vegardbb</code></a>, 
for completing this months-long effort!</li>
   </ul>
   <h2>Version 16.5.3</h2>
   <ul>
   <li>Fixed infinite recursion when using <code>MutationObserver</code>s to 
observe elements inside a <code>MutationObserver</code> callback.</li>
   </ul>
   <h2>Version 16.5.2</h2>
   <ul>
   <li>Fixed <code>Access-Control-Allow-Headers: *</code> to work with 
<code>XMLHttpRequest</code>. (silviot)</li>
   <li>Fixed <code>xhr.response</code> to strip any leading BOM when 
<code>xhr.responseType</code> is <code>&quot;json&quot;</code>.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jsdom/jsdom/blob/master/Changelog.md";>jsdom's 
changelog</a>.</em></p>
   <blockquote>
   <h2>19.0.0</h2>
   <ul>
   <li>Changed <code>jsdom.nodeLocation()</code> to return 
<code>undefined</code> when used on nodes that originate via fragment parsing 
(e.g., via <code>innerHTML</code>). Previously it would return based on the 
node location of the fragment string, which made node locations unreliable with 
respect to the original document source. This restores the behavior that was 
present in v14.0.0, and was accidentally broken in v14.1.0. (bakkot)</li>
   <li>Fixed calling <code>window.close()</code> inside the 
<code>Window</code>'s <code>load</code> event to no longer crash. 
(MattiasBuelens)</li>
   </ul>
   <h2>18.1.1</h2>
   <ul>
   <li>Fixed <code>connectedCallback</code> to fire in situations involving 
document fragments, which was broken in v18.0.1. (GrantGryczan)</li>
   </ul>
   <h2>18.1.0</h2>
   <ul>
   <li>Fixed <code>headers.append()</code> and <code>headers.set()</code> to 
normalize values. (MattiasBuelens)</li>
   <li>Fixed <code>pageshow</code> events to have <code>bubbles: true</code> 
and <code>cancelable: true</code>. (MattiasBuelens)</li>
   <li>Implemented the <code>reason</code> property on 
<code>AbortSignal</code>s, along with the corresponding <code>reason</code> 
argument to <code>abortSignal.abort()</code> and 
<code>AbortSignal.abort()</code>. (MattiasBuelens)</li>
   </ul>
   <h2>18.0.1</h2>
   <ul>
   <li>Fixed live <code>Range</code>s to update correctly after calling 
<code>node.normalize()</code>. (hgiesel)</li>
   <li>Fixed live <code>Range</code>s to update correctly after removing child 
nodes. (hgiesel)</li>
   <li>Fixed setting <code>inputEl.valueAsDate = null</code> to no longer throw 
an exception, but instead set the value to the empty string. 
(simon-weimann)</li>
   <li>Improved performance of node insertion and <code>node.contains()</code>. 
(GrantGryczan)</li>
   </ul>
   <h2>18.0.0</h2>
   <p>Potentially-breaking bug fixes:</p>
   <ul>
   <li>Fixed SSL certificate checking for WebSocket connections. Previously, 
invalid SSL certificates were always accepted; now, they properly respect the 
<code>ResourceLoader</code>'s <code>strictSSL</code> option (which defaults to 
<code>true</code>).</li>
   <li>Changed the global in which almost all <code>Promise</code> and 
<code>TypeError</code> instances are created to be the jsdom global, not the 
Node.js global. This could affect any code that uses 
<code>instanceof</code>.</li>
   </ul>
   <p>Other changes:</p>
   <ul>
   <li>Fixed moving an element between HTML and XML documents to reset the 
<code>tagName</code> cache, allowing it to return a lowercase value once it's 
in the XML document. (LucasLefevre)</li>
   <li>Fixed form submission to not happen when the form is invalid. 
(pozil)</li>
   </ul>
   <h2>17.0.0</h2>
   <p>Breaking change: Node v12 is now the minimum supported version.</p>
   <h2>16.7.0</h2>
   <ul>
   <li>Added <code>AbortSignal.abort()</code>. (ninevra)</li>
   <li>Added dummy <code>x</code> and <code>y</code> properties to the return 
value of <code>getBoundingClientRect()</code>. (eiko)</li>
   <li>Implemented wrapping for <code>textareaEl.value</code> if the 
<code>wrap=&quot;&quot;</code> attribute is specified. (ninevra)</li>
   <li>Changed newline normalization in <code>&lt;textarea&gt;</code>s 
according to <a 
href="https://blog.whatwg.org/newline-normalizations-in-form-submission";>recent 
HTML Standard updates</a>. (ninevra)</li>
   <li>Fixed some bad cascade computation in <code>getComputedStyle()</code>. 
(romain-trotard)</li>
   </ul>
   <h2>16.6.0</h2>
   <ul>
   <li>Added <code>parentNode.replaceChildren()</code>. (ninevra)</li>
   <li>Fixed jsdom's handling of when code running inside the jsdom throws 
<code>null</code> or <code>undefined</code> as an exception. (mbest)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/a604d67995fe5b2b1ce73090d347c23eeed011eb";><code>a604d67</code></a>
 Version 19.0.0</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/e46f76f7e311447213a3a3be1526db3d53028ee5";><code>e46f76f</code></a>
 Fix crash when calling window.close() inside load event listener</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/f9de3fd8c622f810a9c3bc5efde3e5ec43c1a99e";><code>f9de3fd</code></a>
 Do not track location information for fragment-parsed nodes</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/a61fdb886a30fce6a3aa68002e1af6e5bcb4c372";><code>a61fdb8</code></a>
 Version 18.1.1</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/15cbed6a5c4c1ab2e063d138d9381490066f152c";><code>15cbed6</code></a>
 Fix connectedCallback with document fragments</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/79ff734ba492a291827e23f1a7c7312b6b97ba8b";><code>79ff734</code></a>
 Version 18.1.0</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/a3037212707dfdcfe3d21ec89aea33d4cc674a5f";><code>a303721</code></a>
 Add AbortSignal's reason property</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/158ada2b212a39bfc28b78202d06cf138f93a5a3";><code>158ada2</code></a>
 Update web platform tests + minor fixes</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/c98e0f510625ef7adabfebeac80ab2fbda30493b";><code>c98e0f5</code></a>
 Fix changelog username typo</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/b1ce1af0ba28c5936a1adc76566e949378dc61dd";><code>b1ce1af</code></a>
 Version 18.0.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jsdom/jsdom/compare/9.12.0...19.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `fabric` from 2.7.0 to 5.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabricjs/fabric.js/releases";>fabric's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.2.4</h2>
   <p>fixed version</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabricjs/fabric.js/compare/v5.2.3...v5.2.4";>https://github.com/fabricjs/fabric.js/compare/v5.2.3...v5.2.4</a></p>
   <h2>v5.2.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Version 5.2.1 by <a 
href="https://github.com/asturur";><code>@​asturur</code></a> in <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7725";>fabricjs/fabric.js#7725</a></li>
   <li>feat(Text): condensed styles structure by <a 
href="https://github.com/melchiar";><code>@​melchiar</code></a> in <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7842";>fabricjs/fabric.js#7842</a></li>
   <li>fix(): toDataless object restore with a single object svg and with 
clipPath by <a href="https://github.com/asturur";><code>@​asturur</code></a> in 
<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/8010";>fabricjs/fabric.js#8010</a></li>
   <li>fix(Text) backport fromObject mutation fixes by <a 
href="https://github.com/melchiar";><code>@​melchiar</code></a> in <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/8060";>fabricjs/fabric.js#8060</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabricjs/fabric.js/compare/v521...v5.2.3";>https://github.com/fabricjs/fabric.js/compare/v521...v5.2.3</a></p>
   <h2>Version 4.5.0</h2>
   <ul>
   <li>fix(fabric.PencilBrush) decimate deleting end of a freedrawing line <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6966";>#6966</a></li>
   <li>feat(fabric.Text): Adding support for RTL languages by adding 
<code>direction</code> property <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7046";>#7046</a></li>
   <li>feat(fabric) Add an eraser brush as optional module <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6994";>#6994</a></li>
   <li>fix v4: 'scaling' event triggered before object position is adjusted <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6650";>#6650</a></li>
   <li>Fix(fabric.Object): CircleControls transparentCorners styling <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7015";>#7015</a></li>
   <li>Fix(svg_import): svg parsing in case it uses empty use tag or use with 
image href <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7044";>#7044</a></li>
   <li>fix(fabric.Shadow): <code>offsetX</code>, <code>offsetY</code> and 
<code>blur</code> supports float <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7019";>#7019</a></li>
   </ul>
   <h2>Version 4.4.0</h2>
   <ul>
   <li>fix(fabric.Object) wrong variable name <code>cornerStrokeColor </code> 
<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6981";>#6981</a></li>
   <li>fix(fabric.Text): underline color with text style ( regression from text 
on a path) <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6974";>#6974</a></li>
   <li>fix(fabric.Image): Cache CropX and CropY cache properties <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6924";>#6924</a></li>
   <li>fix(fabric.Canvas): Add target to each selection event <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6858";>#6858</a></li>
   <li>fix(fabric.Image): fix wrong scaling value for the y axis in renderFill 
<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6778";>#6778</a></li>
   <li>fix(fabric.Canvas): set isMoving on real movement only  <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6856";>#6856</a></li>
   <li>fix(fabric.Group) make addWithUpdate compatible with nested groups <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6774";>#6774</a></li>
   <li>fix(Fabric.Text): Add path to text export and import <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6844";>#6844</a></li>
   <li>fix(fabric.Canvas) Remove controls check in the pixel accuracy target <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6798";>#6798</a></li>
   <li>feat(fabric.Canvas): Added activeOn 'up/down' property <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6807";>#6807</a></li>
   <li>feat(fabric.BaseBrush): limitedToCanvasSize property to brush <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6719";>#6719</a></li>
   </ul>
   <h2>Version 4.3.1</h2>
   <ul>
   <li>fix(fabric.Control) implement targetHasOneFlip using shorthand <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/6823";>#6823</a></li>
   <li>fix(fabric.Text) fix typo in cacheProperties preventing cache clear to 
work <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/6775";>#6775</a></li>
   <li>fix(fabric.Canvas): Update backgroundImage and overlayImage coordinates 
on zoom change <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/6777";>#6777</a></li>
   <li>fix(fabric.Object): add strokeuniform to object toObject output. <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/6772";>#6772</a></li>
   <li>fix(fabric.Text): Improve path's angle detection for text on a path <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/6755";>#6755</a></li>
   </ul>
   <h2>Version 4.3.0</h2>
   <ul>
   <li>fix(fabric.Textbox): Do not let splitbygrapheme split text previously 
unwrapped <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6621";>#6621</a></li>
   <li>feat(fabric.controlsUtils) Move drag to actions to control handlers <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6617";>#6617</a></li>
   <li>feat(fabric.Control): Add custom control size per control. <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6562";>#6562</a></li>
   <li>fix(svg_export): svg export in path with gradient and added tests <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6654";>#6654</a></li>
   <li>fix(fabric.Text): improve compatibility with transformed gradients <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/6669";>#6669</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md";>fabric's 
changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h1>Changelog</h1>
   <h2>[next]</h2>
   <ul>
   <li>MAJOR feat(fabric.Point): divide, scalarDivide, scalarDivideEquals <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7716";><code>[#7716](https://github.com/fabricjs/fabric.js/issues/7716)</code></a></li>
   <li>MAJOR feat(): Reuse fabric.Point logic for scaling and naming 
consistency <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7710";><code>[#7710](https://github.com/fabricjs/fabric.js/issues/7710)</code></a></li>
   <li>feat(Canvas#getCenter): migrate to <code>getCenterPoint</code> <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7699";><code>[#7699](https://github.com/fabricjs/fabric.js/issues/7699)</code></a></li>
   <li>MAJOR feat(fabric) remove callbacks in for Promise support <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7657";><code>[#7657](https://github.com/fabricjs/fabric.js/issues/7657)</code></a></li>
   <li>chore(): BREAKING Cleanup fabric.Point for v6 (<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/7709";>#7709</a>)
 <a 
href="https://github.com/fabricjs/fabric.js/commit/7e563c72164070aafb03043643e85d06d0dee32c";><code>7e563c7</code></a></li>
   </ul>
   <h2>[5.2.1]</h2>
   <ul>
   <li>fix(): add <code>eraser</code> to Object state/cache props <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7720";><code>[#7720](https://github.com/fabricjs/fabric.js/issues/7720)</code></a></li>
   </ul>
   <h2>[5.2.0]</h2>
   <ul>
   <li>feat(fabric.Object): isType accepts multiple <code>type</code> <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7715";><code>[#7715](https://github.com/fabricjs/fabric.js/issues/7715)</code></a></li>
   <li>chore(): Replace deprecated String.prototype.substr() with 
Array.prototype.slice() <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7696";><code>[#7696](https://github.com/fabricjs/fabric.js/issues/7696)</code></a></li>
   <li>chore(): use Array.isArray instead of ie6+ workarounds <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7718";><code>[#7718](https://github.com/fabricjs/fabric.js/issues/7718)</code></a></li>
   <li>MINOR: feat(fabric.Canvas): add <code>getTopContext</code> method to 
expose the internal contextTop <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7697";><code>[#7697](https://github.com/fabricjs/fabric.js/issues/7697)</code></a></li>
   <li>fix(fabric.Object) Add cacheContext checks before trying to render on 
cache <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7694";><code>[#7694](https://github.com/fabricjs/fabric.js/issues/7694)</code></a></li>
   <li>tests(): node test suite enhancement <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7691";><code>[#7691](https://github.com/fabricjs/fabric.js/issues/7691)</code></a></li>
   <li>feat(Canvas#getCenter): migrate to <code>getCenterPoint</code> <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7699";><code>[#7699](https://github.com/fabricjs/fabric.js/issues/7699)</code></a></li>
   <li>updated package.json <a 
href="https://github.com/fabricjs/fabric.js/commit/803ce95878150fba9e4195804bccae9bcfe45c6d";><code>803ce95</code></a></li>
   <li>tests(fabric.animation): fix test reliability <a 
href="https://github.com/fabricjs/fabric.js/commit/4be0fb9903e15db294b89030feb645e5da766740";><code>4be0fb9</code></a></li>
   </ul>
   <h2>[5.1.0]</h2>
   <ul>
   <li>build(deps): bump node-fetch from 2.6.6 to 2.6.7 <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7684";><code>[#7684](https://github.com/fabricjs/fabric.js/issues/7684)</code></a></li>
   <li>build(deps): bump follow-redirects from 1.14.6 to 1.14.8 <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7683";><code>[#7683](https://github.com/fabricjs/fabric.js/issues/7683)</code></a></li>
   <li>build(deps): bump simple-get from 3.1.0 to 3.1.1 <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7682";><code>[#7682](https://github.com/fabricjs/fabric.js/issues/7682)</code></a></li>
   <li>build(deps): bump engine.io from 6.1.0 to 6.1.2 <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7681";><code>[#7681](https://github.com/fabricjs/fabric.js/issues/7681)</code></a></li>
   <li>fix(test): Remove expect assertion <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7678";><code>[#7678](https://github.com/fabricjs/fabric.js/issues/7678)</code></a></li>
   <li>docs(blendimage_filter.class.js) corrected mode options <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7672";><code>[#7672](https://github.com/fabricjs/fabric.js/issues/7672)</code></a></li>
   <li>chore(): Update bug_report.md <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7659";><code>[#7659](https://github.com/fabricjs/fabric.js/issues/7659)</code></a></li>
   <li>fix(util.animation): remove extra animation cancel <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7631";><code>[#7631](https://github.com/fabricjs/fabric.js/issues/7631)</code></a></li>
   <li>feat(animation): Support a list of animation values for animating 
matrices changes <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7633";><code>[#7633](https://github.com/fabricjs/fabric.js/issues/7633)</code></a></li>
   <li>ci(tests): windows and linux paths resolutions <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7635";><code>[#7635](https://github.com/fabricjs/fabric.js/issues/7635)</code></a></li>
   </ul>
   <h2>[5.0.0]</h2>
   <ul>
   <li>fix(fabric.Canvas): unflag contextLost after a full re-render <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7646";><code>[#7646](https://github.com/fabricjs/fabric.js/issues/7646)</code></a></li>
   <li><strong>BREAKING</strong>: remove 4.x deprecated code <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7630";><code>[#7630](https://github.com/fabricjs/fabric.js/issues/7630)</code></a></li>
   <li>feat(fabric.StaticCanvas, fabric.Canvas): limit breaking changes <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7627";><code>[#7627](https://github.com/fabricjs/fabric.js/issues/7627)</code></a></li>
   <li>feat(animation): animations registry <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7528";><code>[#7528](https://github.com/fabricjs/fabric.js/issues/7528)</code></a></li>
   <li>docs(): Remove not working badges <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7623";><code>[#7623](https://github.com/fabricjs/fabric.js/issues/7623)</code></a></li>
   <li>ci(): add auto-changelog package to quickly draft a changelog <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7615";><code>[#7615](https://github.com/fabricjs/fabric.js/issues/7615)</code></a></li>
   <li>feat(fabric.EraserBrush): added <code>eraser</code> property to Object 
instead of attaching to <code>clipPath</code>, remove hacky 
<code>getClipPath</code>/<code>setClipPath</code> <a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/pull/7470";>#7470</a>,
 see <strong>BREAKING</strong> comments.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/c4f80cd9df02fecf24be63760bc464394c9569d9";><code>c4f80cd</code></a>
 5.2.4</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/c74d9f9a531c32d232617e44d7b44d415acb65f1";><code>c74d9f9</code></a>
 v5.2.4</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/3bc298a9ef7136c25df5c7af1b0be47bb55eadd0";><code>3bc298a</code></a>
 5.2.3</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/8371a05bfcda9aa385de27f20fa542f7919f210c";><code>8371a05</code></a>
 build</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/e52a0594a669fa4ef89a0765590f8e2553d1e2f7";><code>e52a059</code></a>
 5.2.2</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/e8704f43f4f82a4413af6a18020fa5f712ef8e38";><code>e8704f4</code></a>
 fix(): regain focus on mouse move</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/3c5a9915524036ef85ff7bb5a19ae04571c64ed6";><code>3c5a991</code></a>
 backport fromObject mutation fixes from v6 (<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/8060";>#8060</a>)</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/9906f1c510c3f601bc4013f3fdcc01a2270d28c4";><code>9906f1c</code></a>
 fix(fabric.IText) wrong typeof syntax (<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/8023";>#8023</a>)</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/71820682765dc2c162f39858e8990a915c616337";><code>7182068</code></a>
 fix(): toDataless object restore with a single object svg and with clipPath 
(...</li>
   <li><a 
href="https://github.com/fabricjs/fabric.js/commit/3f4fe927b155672cfaaeb5dff37c4d406f4e4774";><code>3f4fe92</code></a>
 feat(Text): condensed styles structure for export (<a 
href="https://github-redirect.dependabot.com/fabricjs/fabric.js/issues/7842";>#7842</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fabricjs/fabric.js/compare/v2.7.0...v5.2.4";>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 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)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-nemo/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to