Skip to content

Commit b827a6e

Browse files
Merge #613 #614 #616
613: Bump sass from 1.51.0 to 1.53.0 r=bidoubiwa a=dependabot[bot] Bumps [sass](https://github.com/sass/dart-sass) from 1.51.0 to 1.53.0. <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.53.0</h2> <p>To install Sass 1.53.0, 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>Add support for calling <code>var()</code> with an empty second argument, such as <code>var(--side, )</code>.</li> </ul> <h3>JS API</h3> <ul> <li>Fix a bug where <code>meta.load-css()</code> would sometimes resolve relative URLs incorrectly when called from a mixin using the legacy JS API.</li> </ul> <h3>Embedded Sass</h3> <ul> <li>Respect npm's proxy settings when downloading the embedded Sass compiler.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1530">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.52.3</h2> <p>To install Sass 1.52.3, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>Fix crash when trailing loud comments (<code>/* ... */</code>) appear twice in a row across two different imports which themselves imported the same file each.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1523">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.52.2</h2> <p>To install Sass 1.52.2, 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>Preserve location of trailing loud comments (<code>/* ... */</code>) instead of pushing the comment to the next line.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1522">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.52.1</h2> <p>To install Sass 1.52.1, 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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.53.0</h2> <ul> <li>Add support for calling <code>var()</code> with an empty second argument, such as <code>var(--side, )</code>.</li> </ul> <h3>JS API</h3> <ul> <li>Fix a bug where <code>meta.load-css()</code> would sometimes resolve relative URLs incorrectly when called from a mixin using the legacy JS API.</li> </ul> <h3>Embedded Sass</h3> <ul> <li>Respect npm's proxy settings when downloading the embedded Sass compiler.</li> </ul> <h2>1.52.3</h2> <ul> <li>Fix crash when trailing loud comments (<code>/* ... */</code>) appear twice in a row across two different imports which themselves imported the same file each.</li> </ul> <h2>1.52.2</h2> <ul> <li>Preserve location of trailing loud comments (<code>/* ... */</code>) instead of pushing the comment to the next line.</li> </ul> <h2>1.52.1</h2> <h3>Command Line Interface</h3> <ul> <li>Fix a bug where <code>--watch</code> mode would close immediately in TTY mode. This was caused by our change to close <code>--watch</code> when stdin was closed <em>outside of</em> TTY mode, which has been reverted for now while we work on a fix.</li> </ul> <h2>1.52.0</h2> <ul> <li> <p>Add support for arbitrary modifiers at the end of plain CSS imports, in addition to the existing <code>supports()</code> and media queries. Sass now allows any sequence of identifiers of functions after the URL of an import for forwards compatibility with future additions to the CSS spec.</p> </li> <li> <p>Fix an issue where source locations tracked through variable references could potentially become incorrect.</p> </li> <li> <p>Fix a bug where a loud comment in the source can break the source map when embedding the sources, when using the command-line interface or the legacy JS API.</p> </li> </ul> <h3>JS API</h3> <ul> <li><code>SassNumber.assertUnit()</code> and <code>SassNumber.assertNoUnits()</code> now correctly return the number called on when it passes the assertion.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/fd4a30f36f2433e8eef2fee86993d366d8dbf396"><code>fd4a30f</code></a> Cut a release (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1726">#1726</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c5e1f0b6ab65ca48b7545fd4bd233ea4d919143e"><code>c5e1f0b</code></a> Add support for <code>var()</code> with an empty fallback argument (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1723">#1723</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/8705c06b2bc6e76a0fb5ea5478f3f049850b2c96"><code>8705c06</code></a> Fix a buggy interaction between meta.load-css and the legacy JS API (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1722">#1722</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/4d6b7628ef32a9aeaf2e72aa5dc147db2c81246b"><code>4d6b762</code></a> Add a changelog entry for <a href="https://github-redirect.dependabot.com/sass/embedded-host-node/issues/117">sass/embedded-host-node#117</a> (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1719">#1719</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/270f5c4c93eb43758156f1b3a9b5d3c8a96fc8d2"><code>270f5c4</code></a> Deploy the Sass website using GitHub pages rather than Heroku (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1718">#1718</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ae6275e5e27d219c19e0a78ffbadda23af30573e"><code>ae6275e</code></a> fix serializing loud comment crash when importing the same file twice in a ro...</li> <li><a href="https://github.com/sass/dart-sass/commit/44c2966b8a62ba70b5e6e2f90f6bb328dd9043f6"><code>44c2966</code></a> Add changelog for PR <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/849">#849</a> about preserving trailing loud comment location (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1">#1</a>...</li> <li><a href="https://github.com/sass/dart-sass/commit/1faf81cee46ad486028df236636671107deab815"><code>1faf81c</code></a> Fix <a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/417">#417</a> preserve the location of trailing loud comments (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/849">#849</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/cb74cc4c3150898a95adfe2d8ebcd50ec49c5be9"><code>cb74cc4</code></a> Run qemu in tmpfs (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1707">#1707</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/46c2c9b1a9eb73d0d2eaa8e6b40b3e582277ec70"><code>46c2c9b</code></a> Remove unused methods (<a href="https://github-redirect.dependabot.com/sass/dart-sass/issues/1702">#1702</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.51.0...1.53.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.51.0&new-version=1.53.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` 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) </details> 614: Bump meilisearch from 0.25.1 to 0.26.0 r=bidoubiwa a=dependabot[bot] Bumps [meilisearch](https://github.com/meilisearch/meilisearch-js) from 0.25.1 to 0.26.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meilisearch/meilisearch-js/releases">meilisearch's releases</a>.</em></p> <blockquote> <h2>v0.26.0 🌻</h2> <h2>⚠️ Breaking changes</h2> <ul> <li>Rework the custom Meilisearch Errors (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1245">#1245</a>) <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a></li>` <li>Allow query in search options (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1256">#1256</a>) <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a></li>` </ul> <h2>🚀 Enhancements</h2> <ul> <li>Improve Docker configuration in the package (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1250">#1250</a>)</li> <li>Updated created at in index (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1220">#1220</a>) <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a></li>` <li>Add prototype setting for meili errors to allow instanceof operator (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1274">#1274</a>) <a href="https://github.com/mmachatschek"><code>`@​mmachatschek</code></a></li>` </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Make updateDocuments accept partial documents in typing (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1209">#1209</a>) <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a></li>` <li>FIX-1222 Update EnqueuedTask to be in line with spec (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1228">#1228</a>) <a href="https://github.com/rob-moore"><code>`@​rob-moore</code></a></li>` <li>fix: TypoTolerance type has a wrong key name (<a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1276">#1276</a>) <a href="https://github.com/lrvinye"><code>`@​lrvinye</code></a></li>` </ul> <p>Thanks again to <a href="https://github.com/bidoubiwa"><code>`@​bidoubiwa</code></a>,` <a href="https://github.com/brunoocasali"><code>`@​brunoocasali</code></a>,` <a href="https://github.com/lrvinye"><code>`@​lrvinye</code></a>,` <a href="https://github.com/mmachatschek"><code>`@​mmachatschek</code></a>,` <a href="https://github.com/rob-moore"><code>`@​rob-moore</code></a>,` <a href="https://github.com/rutterjt"><code>`@​rutterjt</code></a>` and <a href="https://github.com/susamongusacedemy"><code>`@​susamongusacedemy</code></a>!` 🎉</p> <h2>v0.26.0-beta.0</h2> <p>This <strong>beta</strong> version makes this package compatible with MeiliSearch v0.27.0rc1 🎉 Check out the changelog of <a href="https://github.com/meilisearch/meilisearch/releases/tag/v0.27.0rc1">MeiliSearch v0.27.0rc1</a> for more information on the changes.</p> <h2>🚀 Enhancements</h2> <ul> <li>Ensure nested field support <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1192">#1192</a></li> <li>Add the typo tolerance setting <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1197">#1197</a> <ul> <li>Add <code>typoTolerance</code> parameter in the <code>Settings</code> type.</li> <li>Creation of: <code>index.getTypoTolerance</code>, <code>index.updateTypoTolerance</code>, <code>index.resetTypoTolerance</code></li> </ul> </li> <li>Add <code>highlightPreTag</code> &amp; <code>highlightPostTag</code> &amp; <code>cropMarker</code> <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1196">#1196</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/b9e0a21bf5b90969a37515f3a21e2d98f0b62eff"><code>b9e0a21</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1276">#1276</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/c1a3b1e9147bb4ead7be255f9b734e2fdf55f9c5"><code>c1a3b1e</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1274">#1274</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/2aa490d929f1316c90a9286495fd337fce70f0fc"><code>2aa490d</code></a> fix: TypoTolerance type has a wrong key name</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/77e1b00cd892b68e9b230a8efa2cc917434a1f7c"><code>77e1b00</code></a> Add prototype setting for meili errors to allow instanceof operator</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/fbe783b36472c7d80829c9f2f02c1788dfca8335"><code>fbe783b</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1256">#1256</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/902002ca1560829c7a4984e4a9a2f4f0807056ea"><code>902002c</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1220">#1220</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/20a9acd9f50879eef3b0d40035fab873e2ec7924"><code>20a9acd</code></a> Allow query in search options</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/5abbf4c7856a893e4dfc9a905b0bb4d906674da5"><code>5abbf4c</code></a> Add test on fetch info</li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/32f177152de31f928c95eb68f423ecefee9583f4"><code>32f1771</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/meilisearch-js/issues/1255">#1255</a></li> <li><a href="https://github.com/meilisearch/meilisearch-js/commit/fe446a60d7675239339bc2bd6a6506bf3fe2f58f"><code>fe446a6</code></a> Remove unecessary test information</li> <li>Additional commits viewable in <a href="https://github.com/meilisearch/meilisearch-js/compare/v0.25.1...v0.26.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meilisearch&package-manager=npm_and_yarn&previous-version=0.25.1&new-version=0.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` 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) </details> 616: Bump uglify-js from 3.15.5 to 3.16.2 r=bidoubiwa a=dependabot[bot] Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.15.5 to 3.16.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mishoo/UglifyJS/releases">uglify-js's releases</a>.</em></p> <blockquote> <h2>v3.16.2</h2> <h3>Features</h3> <ul> <li>improve elimination of <code>return</code> statements (9f579205665c3154fa3748b069fc7a635fbb1a70, 8b464331ba3884a3ea1b7e2a5343ac5e292f0aa6, fcc87edb71901651ebc90c9e6542514a118aadb4)</li> <li>expand inlining within <code>async</code> generator functions (51deeff72ea538fbe93db1bb88ac55bfb979b771)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>async</code> function (e1b03d0235c207a40c35d27d94bda372a253efd1)</li> <li><code>async</code> generator function (f1b3e9df1e4d009a653ae26f1ba51809f3364c95)</li> <li><code>class</code> field (2426657daa226d5cdab18bf40a668301dff0aa65)</li> <li>default parameter (4c227cc6bd795278c085a6b6dfd40a960ec35698, 3596b4fedaf3f5c5451efd9ea100ebc0743c9b5d)</li> <li>destructuring syntax (4c227cc6bd795278c085a6b6dfd40a960ec35698)</li> <li><code>function</code> literal (4c227cc6bd795278c085a6b6dfd40a960ec35698)</li> <li>lexical declaration (933ca9ddd82ed22ab5fe527c20b55f1691bb5e17)</li> <li>rest parameter (4c227cc6bd795278c085a6b6dfd40a960ec35698)</li> </ul> <h2>v3.16.1</h2> <h3>Features</h3> <ul> <li>support top-level <code>await</code> via <code>--module</code> (d2bd0d1c1c0ca5d837aeec5f7253a84bc8f333e2, 0c7b016fa780725c3ef7ae6ed157afe6b5a90f07)</li> <li>support <code>class static</code> initialization block (88b4283200fedeb436d34e2be1d72c9eb99408d5, 00665766daeddeee78b1c904b3634679a2305ccc, 4382bfe848f36165459b59ddcb605976c0055187)</li> <li>discard all unused <code>in</code> &amp; <code>instanceof</code> expressions via <code>unsafe_comps</code> (5d695452991ff356f2886035ebb5fe1d342aa749)</li> <li>improve detection of unreferenced <code>class</code> &amp; <code>function</code> (b6f250f5c96be2143df0091a967e84c3af5b45ba)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>__proto__</code> accessor (123f9cf9878a8f4533a5cf2b95bd01dd2c8120a0)</li> <li>arrow function (44e5e99aaec5be47f4b06bbfa3edc654782ca6d8)</li> <li>assignment operator (99946a399373af282540df4d5e796ad91991cc93)</li> <li><code>await</code> operator (be53c4838b407d3edd61be11ba5f7af3d843f97b)</li> <li><code>class</code> literal (25017978e79fa3080b247d4af4107f6068385557, 053cb27fe33ef6fed6c2d109f6602a2434fac3f1)</li> <li><code>instanceof</code> operator (139fad0c0577218cdf48a554249002534940b8e1)</li> </ul> <h2>v3.16.0</h2> <h3>Features</h3> <ul> <li>support handling of ES modules (c82fc1ef717309059b24eda00b236c7b662251c3)</li> <li>improve handling of input with mixed sloppy/strict modes (e31bbe329a55adbdd37a953597e297c0da279f07, 2152f00de213f56c5c3e92ff6b0c74c2e1f21726)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><code>async</code> function (27aa85f84bc634430d76f54b9acedbb0b5c3ea57, 3c9e1693d555ac858ead6ed6966d186d8816a3c5)</li> <li><code>class</code> literal (c2ca7b76595cffc453ce840df515f2064edbdca5, ad3a331ca3ebb27724e56b30caff5e9dd1af7675)</li> <li>default parameter (f70462aeb2db30d8b6ba800de67e0b33f2f4a9b2, 27727e692612bdd88e9b74aa16a506f1c5a92496, d4caa97b88f1de4850dfa10b0b53ed4fcaa903a9, 740f93f5a96cccb7bd26069710a925115b599ef0, a025392a3060e781eb5738b2e659f01e6548ca4e)</li> <li>destructuring syntax (33c9c48318c7598d3be646534ded2061dbd6121c, a025392a3060e781eb5738b2e659f01e6548ca4e)</li> <li><code>export</code> statement (fc6a66836ad1b59dc0c109a3414320b66075b8bf)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mishoo/UglifyJS/commit/aa2a9fbedbc7708b029363cd794070044be9c358"><code>aa2a9fb</code></a> v3.16.2</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/3596b4fedaf3f5c5451efd9ea100ebc0743c9b5d"><code>3596b4f</code></a> fix corner case in <code>inline</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5537">#5537</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/51deeff72ea538fbe93db1bb88ac55bfb979b771"><code>51deeff</code></a> enhance <code>inline</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5535">#5535</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/4c227cc6bd795278c085a6b6dfd40a960ec35698"><code>4c227cc</code></a> fix corner cases in <code>inline</code> &amp; <code>unused</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5534">#5534</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/2426657daa226d5cdab18bf40a668301dff0aa65"><code>2426657</code></a> fix corner case in <code>inline</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5532">#5532</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/e1b03d0235c207a40c35d27d94bda372a253efd1"><code>e1b03d0</code></a> fix corner case in <code>inline</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5529">#5529</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/f1b3e9df1e4d009a653ae26f1ba51809f3364c95"><code>f1b3e9d</code></a> fix corner case in <code>inline</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5527">#5527</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/fcc87edb71901651ebc90c9e6542514a118aadb4"><code>fcc87ed</code></a> fix corner cases in <code>dead_code</code> &amp; <code>if_return</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5525">#5525</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/8b464331ba3884a3ea1b7e2a5343ac5e292f0aa6"><code>8b46433</code></a> enhance <code>dead_code</code> &amp; <code>if_return</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5520">#5520</a>)</li> <li><a href="https://github.com/mishoo/UglifyJS/commit/9f579205665c3154fa3748b069fc7a635fbb1a70"><code>9f57920</code></a> enhance <code>if_return</code> (<a href="https://github-redirect.dependabot.com/mishoo/UglifyJS/issues/5518">#5518</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mishoo/UglifyJS/compare/v3.15.5...v3.16.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uglify-js&package-manager=npm_and_yarn&previous-version=3.15.5&new-version=3.16.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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` 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 parents 1fc8616 + 5355a42 + 9dab60b + ee94442 commit b827a6e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
"postcss-cli": "^7.1.2",
5858
"prettier": "^2.0.5",
5959
"pretty-bytes-cli": "^2.0.0",
60-
"sass": "^1.51.0",
60+
"sass": "^1.53.0",
6161
"sinon": "^14.0.0",
62-
"uglify-js": "^3.15.5",
62+
"uglify-js": "^3.16.2",
6363
"webpack": "^5.72.1",
6464
"webpack-cli": "^4.9.2"
6565
},
6666
"dependencies": {
6767
"autocomplete.js": "^0.38.1",
68-
"meilisearch": "^0.25.1",
68+
"meilisearch": "^0.26.0",
6969
"to-factory": "^1.0.0",
7070
"zepto": "^1.2.0"
7171
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5515,10 +5515,10 @@ [email protected]:
55155515
resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz"
55165516
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
55175517

5518-
meilisearch@^0.25.1:
5519-
version "0.25.1"
5520-
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.25.1.tgz#0dc25ffad64e6e50eb3da6c0691b0ff54f8578bf"
5521-
integrity sha512-20jO0pK9BhghxHSkOLbdoYn58h/Z0PNL3JQcRq7ipNIeqrxkAetCZZ6ttJC3uxcz0jVglmiFoSXu3Z/lEOLOLQ==
5518+
meilisearch@^0.26.0:
5519+
version "0.26.0"
5520+
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.26.0.tgz#6bd19118c9841a5ece938da11372d227a75bdbb3"
5521+
integrity sha512-2JAxwqahhv5ToIDLdQAmQJcb3YuoH41m1L4WTtX+zeKeClnkowSxA1CHff+n4K6iEYxF5GiMxpqPsWTt4nQKFA==
55225522
dependencies:
55235523
cross-fetch "^3.1.5"
55245524

@@ -6940,10 +6940,10 @@ sane@^4.0.3:
69406940
minimist "^1.1.1"
69416941
walker "~1.0.5"
69426942

6943-
sass@^1.51.0:
6944-
version "1.51.0"
6945-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.51.0.tgz#25ea36cf819581fe1fe8329e8c3a4eaaf70d2845"
6946-
integrity sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA==
6943+
sass@^1.53.0:
6944+
version "1.53.0"
6945+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.53.0.tgz#eab73a7baac045cc57ddc1d1ff501ad2659952eb"
6946+
integrity sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ==
69476947
dependencies:
69486948
chokidar ">=3.0.0 <4.0.0"
69496949
immutable "^4.0.0"
@@ -7676,10 +7676,10 @@ typedarray-to-buffer@^3.1.5:
76767676
dependencies:
76777677
is-typedarray "^1.0.0"
76787678

7679-
uglify-js@^3.15.5:
7680-
version "3.15.5"
7681-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.5.tgz#2b10f9e0bfb3f5c15a8e8404393b6361eaeb33b3"
7682-
integrity sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==
7679+
uglify-js@^3.16.2:
7680+
version "3.16.2"
7681+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.16.2.tgz#0481e1dbeed343ad1c2ddf3c6d42e89b7a6d4def"
7682+
integrity sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg==
76837683

76847684
unbox-primitive@^1.0.1:
76857685
version "1.0.1"

0 commit comments

Comments
 (0)