You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/09/25 13:02:26 UTC

[GitHub] [echarts-doc] dependabot[bot] opened a new pull request, #299: chore(deps): bump got, @quasar/app and nodemon in /editor

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

   Removes [got](https://github.com/sindresorhus/got). It's no longer used after updating ancestor dependencies [got](https://github.com/sindresorhus/got), [@quasar/app](https://github.com/quasarframework/quasar) and [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together.
   
   Removes `got`
   
   Updates `@quasar/app` from 2.0.8 to 3.3.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.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/ad27458c2134ecc3e206ec0e06c9c37c1b502e73"><code>ad27458</code></a> chore(app): Bump version</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/f6856ac0fe850c540606e495e42b03b435613703"><code>f6856ac</code></a> feat(app): upgrade deps</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/ba04f89d5cd139a803ba847796eac8061f26d8ad"><code>ba04f89</code></a> feat(docs): update vue links (since v3 is now default/latest version)</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/453dfda58e17dde8aae639a24c40ef4d6ffe4983"><code>453dfda</code></a> feat(docs): update vue links (since v3 is now default/latest version)</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/656a42d3ee0b412715630b7bf1176a1639e9111c"><code>656a42d</code></a> fix(app): Capacitor not opening IDE when configured to do so (regression) <a href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/12368">#12368</a></li>
   <li><a href="https://github.com/quasarframework/quasar/commit/2437d97b328753b3ac714a24837c36e86ec0c10c"><code>2437d97</code></a> feat(docs): make some instances of quasar.conf more clear that they refer to ...</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/9f8a08377d9f010976be182da09da6a255c6132c"><code>9f8a083</code></a> chore(ui): Bump version</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/7d9ab19db14dc975cae53049e217a608c5c79bb4"><code>7d9ab19</code></a> feat(ui): various small improvements</li>
   <li><a href="https://github.com/quasarframework/quasar/commit/7dfca629855b3497fdb0eb76e62feb4e0ce1d343"><code>7dfca62</code></a> feat(TS/QForm): broaden the definition of the submit event <a href="https://github-redirect.dependabot.com/quasarframework/quasar/issues/12399">#12399</a></li>
   <li><a href="https://github.com/quasarframework/quasar/commit/dc6d64a69cf47fd74796c1a32bd988f8b05e1c02"><code>dc6d64a</code></a> Merge branch 'dev' of github.com:quasarframework/quasar into dev</li>
   <li>Additional commits viewable in <a href="https://github.com/quasarframework/quasar/compare/@quasar/app-v2.0.8...@quasar/app-v3.3.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `nodemon` from 2.0.4 to 2.0.20
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/remy/nodemon/releases">nodemon's releases</a>.</em></p>
   <blockquote>
   <h2>v2.0.20</h2>
   <h2><a href="https://github.com/remy/nodemon/compare/v2.0.19...v2.0.20">2.0.20</a> (2022-09-16)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove postinstall script (<a href="https://github.com/remy/nodemon/commit/e099e91cb6ff9cbb7912af86d22b91cd855a1ad0">e099e91</a>)</li>
   </ul>
   <h2>v2.0.19</h2>
   <h2><a href="https://github.com/remy/nodemon/compare/v2.0.18...v2.0.19">2.0.19</a> (2022-07-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Replace update notifier with simplified deps (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/2033">#2033</a>) (<a href="https://github.com/remy/nodemon/commit/176c4a6bed989fe94f103c905e5eee341d26794d">176c4a6</a>), closes <a href="https://github-redirect.dependabot.com/remy/nodemon/issues/1961">#1961</a> <a href="https://github-redirect.dependabot.com/remy/nodemon/issues/2028">#2028</a></li>
   </ul>
   <h2>v2.0.18</h2>
   <h2><a href="https://github.com/remy/nodemon/compare/v2.0.17...v2.0.18">2.0.18</a> (2022-06-23)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>revert update-notifier forcing esm (<a href="https://github.com/remy/nodemon/commit/1b3bc8c3c839024d0de4392f56be571a4b660754">1b3bc8c</a>)</li>
   </ul>
   <h2>v2.0.17</h2>
   <h2><a href="https://github.com/remy/nodemon/compare/v2.0.16...v2.0.17">2.0.17</a> (2022-06-23)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>bump update-notifier to v6.0.0 (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/2029">#2029</a>) (<a href="https://github.com/remy/nodemon/commit/0144e4ff3e26ac7f8b3d1ee19fd9fd72f827780f">0144e4f</a>)</li>
   <li>update packge-lock (<a href="https://github.com/remy/nodemon/commit/27e91c36819d510a3e64111957a8ce13f0e186bc">27e91c3</a>)</li>
   </ul>
   <h2>v2.0.16</h2>
   <h2><a href="https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16">2.0.16</a> (2022-04-29)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>support windows by using path.delimiter (<a href="https://github.com/remy/nodemon/commit/e26aaa97d9ba245d33e82d42e248f72f50b1e351">e26aaa9</a>)</li>
   </ul>
   <h2>v2.0.15</h2>
   <h2><a href="https://github.com/remy/nodemon/compare/v2.0.14...v2.0.15">2.0.15</a> (2021-11-09)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>bump prod dep versions (<a href="https://github.com/remy/nodemon/commit/54784ab842a220777958cf590a49c5d9721f9834">54784ab</a>)</li>
   </ul>
   <h2>v2.0.14</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/remy/nodemon/commit/e099e91cb6ff9cbb7912af86d22b91cd855a1ad0"><code>e099e91</code></a> fix: remove postinstall script</li>
   <li><a href="https://github.com/remy/nodemon/commit/05de353d4de1a7e1f2aa2c9bf641c3fe2d652122"><code>05de353</code></a> chore: supports</li>
   <li><a href="https://github.com/remy/nodemon/commit/876d60c8a241f13376f1b32f853d48ae77ec69a4"><code>876d60c</code></a> chore: supporters</li>
   <li><a href="https://github.com/remy/nodemon/commit/188f2d3cdc960fce5d7413e1326da76bd5be780c"><code>188f2d3</code></a> chore: supporters</li>
   <li><a href="https://github.com/remy/nodemon/commit/a1ad44a876df74be742c64af5640b300c302b977"><code>a1ad44a</code></a> chore: supporters update</li>
   <li><a href="https://github.com/remy/nodemon/commit/8abd3fc9daff813199042c26a1e8aa5691a5ab37"><code>8abd3fc</code></a> chore: supporters update</li>
   <li><a href="https://github.com/remy/nodemon/commit/30c80f8a4eee379fa2ebad95b81c42ef11670829"><code>30c80f8</code></a> chore: add unused files to .npmignore (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/2055">#2055</a>)</li>
   <li><a href="https://github.com/remy/nodemon/commit/3dd38deb4a97a52608aac148200b48d844df0a66"><code>3dd38de</code></a> docs: added link on banner (<a href="https://github-redirect.dependabot.com/remy/nodemon/issues/1944">#1944</a>)</li>
   <li><a href="https://github.com/remy/nodemon/commit/fb51359dde4b4ad6081f6c2690d1052fc8f5fcaf"><code>fb51359</code></a> docs: add important note about ignore rules</li>
   <li><a href="https://github.com/remy/nodemon/commit/8fe7d770d06305e5e7a4aa4ab4783d4b2c5eaac8"><code>8fe7d77</code></a> chore: supporters</li>
   <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v2.0.4...v2.0.20">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-unsubscribe@echarts.apache.org

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


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


[GitHub] [echarts-doc] Ovilia closed pull request #299: chore(deps): bump got, @quasar/app and nodemon in /editor

Posted by GitBox <gi...@apache.org>.
Ovilia closed pull request #299: chore(deps): bump got, @quasar/app and nodemon in /editor
URL: https://github.com/apache/echarts-doc/pull/299


-- 
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-unsubscribe@echarts.apache.org

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


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


[GitHub] [echarts-doc] dependabot[bot] commented on pull request #299: chore(deps): bump got, @quasar/app and nodemon in /editor

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #299:
URL: https://github.com/apache/echarts-doc/pull/299#issuecomment-1257392293

   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@echarts.apache.org

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


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