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

   Bumps [minimist](https://github.com/substack/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>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/substack/minimist/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@quasar/app` from 2.0.8 to 2.4.2
   <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.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
   &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>@​typescript-eslint/eslint-plugin</code>&quot;: 
&quot;^5.10.0&quot;,
   &quot;<code>@​typescript-eslint/parser</code>&quot;: &quot;^5.10.0&quot;,
   &quot;eslint&quot;: &quot;^8.10.0&quot;,
   &quot;eslint-plugin-vue&quot;: &quot;^9.0.0&quot;,
   </code></pre></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/46e57285f1c505a9b423d2db49f26f0c7756378d";><code>46e5728</code></a>
 chore(app): Bump version</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/833c9683d8b3f40f56814e3a0110722c1f69806a";><code>833c968</code></a>
 Merge branch 'v1' of github.com:quasarframework/quasar into v1</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/1fc5b032aaad548ed28aa2b500a24fd73fcb79e7";><code>1fc5b03</code></a>
 feat(app): upgrade deps</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/8d7a7f60af7fcefb94916ccaee067b85198a5293";><code>8d7a7f6</code></a>
 fix(QField): prevent focus when clicking on bottom slot <a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/14383";>#14383</a>
 (<a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/14386";>#14386</a>)</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/1c618b7692ebd555c84df0df4a0ca5da34f319f4";><code>1c618b7</code></a>
 Merge branch 'v1' of github.com:quasarframework/quasar into v1</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/d563a8383cee264cc72c4d658e1d09c24a949b35";><code>d563a83</code></a>
 fix(QSlider/QRange): (backport from Qv2) fix odd keydown behavior when on 
ver...</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/e14283e3ed292c35c3cf2a299f45f5e24483df2b";><code>e14283e</code></a>
 fix(QSelect): skip tab navigation for autocomplete input <a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/14378";>#14378</a>
 (<a 
href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/14377";>#14377</a>)</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/0d84b5d2a59ea75a02c946c2197b3e2c077f35e9";><code>0d84b5d</code></a>
 Merge branch 'v1' of github.com:quasarframework/quasar into v1</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/0ade248e524e7d2a16f49197d08729bd0cf9198e";><code>0ade248</code></a>
 feat(Loading): (backport from Qv2) ability to group instances; allows 
multipl...</li>
   <li><a 
href="https://github.com/quasarframework/quasar/commit/541d8604159e5e8227b4acb4363f1c1c7f4089ed";><code>541d860</code></a>
 fix(app/ts): enable type-checking to Vue files</li>
   <li>Additional commits viewable in <a 
href="https://github.com/quasarframework/quasar/compare/@quasar/app-v2.0.8...@quasar/app-v2.4.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot 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: commits-unsubscr...@echarts.apache.org

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


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

Reply via email to