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:01:46 UTC

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

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

   Bumps [ejs](https://github.com/mde/ejs) to 3.1.8 and updates ancestor dependency [@quasar/app](https://github.com/quasarframework/quasar). These dependencies need to be updated together.
   
   Updates `ejs` from 2.7.4 to 3.1.8
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mde/ejs/releases">ejs's releases</a>.</em></p>
   <blockquote>
   <h2>v3.1.8</h2>
   <p>Version 3.1.8</p>
   <h2>v3.1.7</h2>
   <p>Version 3.1.7</p>
   <h2>v3.1.6</h2>
   <p>Version 3.1.6</p>
   <h2>v3.1.5</h2>
   <p>Version 3.1.5</p>
   <h2>v3.0.2</h2>
   <p>No release notes provided.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/mde/ejs/blob/main/CHANGELOG.md">ejs's changelog</a>.</em></p>
   <blockquote>
   <h2>v3.0.1: 2019-11-23</h2>
   <ul>
   <li>Removed require.extensions (<a href="https://github.com/mde"><code>@​mde</code></a>)</li>
   <li>Removed legacy preprocessor include (<a href="https://github.com/mde"><code>@​mde</code></a>)</li>
   <li>Removed support for EOL Nodes 4 and 6 (<a href="https://github.com/mde"><code>@​mde</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mde/ejs/commit/5126ff57aafbbd732ae00dd268d89cba85a5b71a"><code>5126ff5</code></a> Version 3.1.8</li>
   <li><a href="https://github.com/mde/ejs/commit/7d5a1c6a2191d34f92b1e60847bf87fc4fcc0e0d"><code>7d5a1c6</code></a> Merge branch 'main' of github.com:mde/ejs into main</li>
   <li><a href="https://github.com/mde/ejs/commit/551949d8618bd164a23f8ae36a752081ee1a760f"><code>551949d</code></a> Minor mitigation</li>
   <li><a href="https://github.com/mde/ejs/commit/66f7471d82ce93727397f3a03d0ae8fc503f2683"><code>66f7471</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mde/ejs/issues/664">#664</a> from netcode/patch-1</li>
   <li><a href="https://github.com/mde/ejs/commit/820855ad75034e303be82c482c5eb8c6616da5c5"><code>820855a</code></a> Version 3.1.7</li>
   <li><a href="https://github.com/mde/ejs/commit/076dcb643c5aed2e10c2847639c98fd923b72854"><code>076dcb6</code></a> Don't use template literal</li>
   <li><a href="https://github.com/mde/ejs/commit/faf8b849a4e46db21fa813a08a7cbe00256a188a"><code>faf8b84</code></a> Skip test -- error message vary depending on JS runtime</li>
   <li><a href="https://github.com/mde/ejs/commit/c028c343c127859f7189c3feee1e5239c199fec9"><code>c028c34</code></a> Update packages</li>
   <li><a href="https://github.com/mde/ejs/commit/839ad20fd21a32c09463f9ab17f4e3e9ac470ee0"><code>839ad20</code></a> Update SECURITY.md</li>
   <li><a href="https://github.com/mde/ejs/commit/c0401802035d154daabe7156e666239102386c57"><code>c040180</code></a> Update README.md</li>
   <li>Additional commits viewable in <a href="https://github.com/mde/ejs/compare/v2.7.4...v3.1.8">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-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 #298: chore(deps): bump ejs and @quasar/app in /editor

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

   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


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

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


-- 
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