dependabot[bot] opened a new pull request, #339:
URL: https://github.com/apache/echarts-doc/pull/339

   Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.6 and 
updates ancestor dependency 
[@quasar/app](https://github.com/quasarframework/quasar). These dependencies 
need to be updated together.
   
   Updates `minimist` from 1.2.5 to 1.2.6
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md";>minimist's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.6";>v1.2.6</a>
 - 2022-03-21</h2>
   <h3>Commits</h3>
   <ul>
   <li>test from prototype pollution PR <a 
href="https://github.com/minimistjs/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb";><code>bc8ecee</code></a></li>
   <li>isConstructorOrProto adapted from PR <a 
href="https://github.com/minimistjs/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d";><code>c2b9819</code></a></li>
   <li>security notice for additional prototype pollution issue <a 
href="https://github.com/minimistjs/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2";><code>ef88b93</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/minimistjs/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846";><code>7efb22a</code></a>
 1.2.6</li>
   <li><a 
href="https://github.com/minimistjs/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2";><code>ef88b93</code></a>
 security notice for additional prototype pollution issue</li>
   <li><a 
href="https://github.com/minimistjs/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d";><code>c2b9819</code></a>
 isConstructorOrProto adapted from PR</li>
   <li><a 
href="https://github.com/minimistjs/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb";><code>bc8ecee</code></a>
 test from prototype pollution PR</li>
   <li>See full diff in <a 
href="https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@quasar/app` from 2.0.8 to 2.4.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/quasarframework/quasar/releases";><code>@​quasar/app</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2><code>@​quasar/app-v2</code>.4.3</h2>
   <h2>Fixes</h2>
   <ul>
   <li>fix(app): (backport from Qv2's q/app-*) preFetch may error out with 
newer vue-router <a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/14172";>#14172</a></li>
   </ul>
   <h2>Donations</h2>
   <p>Quasar Framework is an open-source MIT licensed project that has been 
made possible due to the <strong>generous contributions</strong> by <a 
href="https://github.com/sponsors/rstoenescu";>sponsors and backers</a>. If you 
are interested in supporting this project, please consider:</p>
   <ul>
   <li><a href="https://github.com/sponsors/rstoenescu";>Becoming a sponsor on 
Github</a></li>
   <li><a href="https://paypal.me/rstoenescu1";>One-off donation via 
PayPal</a></li>
   </ul>
   <h2><code>@​quasar/app-v2</code>.4.2</h2>
   <h2>Changes</h2>
   <ul>
   <li>feat(app): upgraded deps</li>
   <li>fix(app/ts): enable type-checking to Vue files</li>
   </ul>
   <h2>Donations</h2>
   <p>Quasar Framework is an open-source MIT licensed project that has been 
made possible due to the <strong>generous contributions</strong> by <a 
href="https://github.com/sponsors/rstoenescu";>sponsors and backers</a>. If you 
are interested in supporting this project, please consider:</p>
   <ul>
   <li><a href="https://github.com/sponsors/rstoenescu";>Becoming a sponsor on 
Github</a></li>
   <li><a href="https://paypal.me/rstoenescu1";>One-off donation via 
PayPal</a></li>
   </ul>
   <h2><code>@​quasar/app-v2</code>.4.0/1</h2>
   <ul>
   <li>feat(app): Upgrade to Vue 2.7 [2.7.1] (support for: composition API, SFC 
script setup, CSS v-bind)</li>
   </ul>
   <h2>Warning before upgrading and using linting</h2>
   <p>Due to the requirements of Vue 2.7 enforced by Vue Team you should also 
upgrade your linting packages:</p>
   <h3>1) package.json</h3>
   <p>For JS only (not TS):</p>
   <pre><code>// old
   &quot;babel-eslint&quot;: &quot;^10.0.1&quot;,
   &quot;eslint&quot;: &quot;^7.21.0&quot;,
   &quot;eslint-plugin-vue&quot;: &quot;^7.7.0&quot;,
   &quot;eslint-loader&quot;: &quot;^3.0.3&quot;,
   <p>// new
   &quot;<code>@​babel/eslint-parser</code>&quot;: &quot;^7.13.14&quot;,
   &quot;eslint&quot;: &quot;^8.10.0&quot;,
   &quot;eslint-plugin-vue&quot;: &quot;^9.0.0&quot;,
   &quot;eslint-webpack-plugin&quot;: &quot;^2.0.0&quot;,
   </code></pre></p>
   <p>For TS only:</p>
   <pre><code>// old
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/d24bf4058a08a844c4c9c7dc8261b32d61c15cba";><code>d24bf40</code></a>
 chore(app): Bump version</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/60d0ddfcf1518167873b45b1d8d22fc8b346b382";><code>60d0ddf</code></a>
 feat(docs): Update QBtn/QBreadcrumbs/QItem/QRouteTab pages for the updated 
ro...</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/6603aa2fd689fe655a109b1c4cca955bc3d6efa9";><code>6603aa2</code></a>
 feat(QTabs): tweak updateActiveRoute + improve tabs-router example</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/0c77106460fbc4d864d65c9c600bcaf4c7b2cf52";><code>0c77106</code></a>
 feat(QTabs): enhance updateActiveRoute algorithm -- now has queryScore too</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/e0c43f7035ec598e234398e222765b2990c18df0";><code>e0c43f7</code></a>
 chore(ui/API): update addedIn version for a few features</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/7d152e9924795cacf49a9e9614972c302f81aef8";><code>7d152e9</code></a>
 feat(ui): Ability to cancel navigation for QBreadcrumbsEl/QItem; enhance 
canc...</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/cebd8452ba54074df90e9edc570d391d32fc10d8";><code>cebd845</code></a>
 feat(touch events): use passive mode in more cases <a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/12822";>#12822</a>
 (<a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/14474";>#14474</a>)</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/5221ac1459b83bf69f6aed847bc9467c2c5497fc";><code>5221ac1</code></a>
 chore(QTabs): shorter algorithm for onClick</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/f5671d5a3d89e4d5b38c83b71c7f6941efca6b02";><code>f5671d5</code></a>
 fix(QTabs): wait for router navigation confirmation before update model</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/0ccf68f1fb70dbef973d225b00a86e3cb73caec5";><code>0ccf68f</code></a>
 fix(QTabs): correctly unwatch route at unregister</li>
   <li>Additional commits viewable in <a 
href="https://github.com/quasarframework/quasar/compare/@quasar/app-v2.0.8...@quasar/app-v2.4.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot 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/echarts-doc/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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to