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/11/11 00:50:52 UTC

[GitHub] [echarts-handbook] dependabot[bot] opened a new pull request, #74: build(deps): bump parse-url and @nuxt/telemetry

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

   Bumps [parse-url](https://github.com/IonicaBizau/parse-url) and [@nuxt/telemetry](https://github.com/nuxt/telemetry). These dependencies needed to be updated together.
   Updates `parse-url` from 6.0.5 to 8.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/IonicaBizau/parse-url/releases">parse-url's releases</a>.</em></p>
   <blockquote>
   <h2>8.1.0</h2>
   <h3><code>parse-url@8.1.0</code></h3>
   <ul>
   <li>fix: cjs to load normalize-url /cc <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/58">#58</a></li>
   <li>fix: Include index.d.ts in package.json /cc <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/63">#63</a></li>
   <li>feat: support custom SSH username /cc <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/60">#60</a></li>
   <li>feat: improve regex pattern /cc <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/59">#59</a></li>
   </ul>
   <p>Thanks to <a href="https://github.com/privatenumber"><code>@​privatenumber</code></a> and <a href="https://github.com/briancoit"><code>@​briancoit</code></a> for their contributions! :cake:</p>
   <h2>8.0.0</h2>
   <h3>parse-url 8.0.0</h3>
   <p><strong>Breaking Changes</strong></p>
   <ul>
   <li>The <code>resource</code> property will not contain the port, but the <code>host</code> one will.</li>
   <li>Throw an error if the input is invalid. Hence, file paths like <code>/home/path/to/dir</code> will only be valid if the <code>file://</code> protocol is added (<code>file://home/path/to/dir</code>)</li>
   <li>Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.</li>
   </ul>
   <p><strong>Fixes</strong></p>
   <ul>
   <li>fix file protocol spoofing <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/48">#48</a>, thanks <a href="https://github.com/vovikhangcdv"><code>@​vovikhangcdv</code></a>!</li>
   <li>fix: support hyphens in git@ URLs (<a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/50">#50</a>) <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/51">#51</a>, thanks <a href="https://github.com/crenshaw-dev"><code>@​crenshaw-dev</code></a>!</li>
   <li>fix: support dot in git@ URLS <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/52">#52</a>, thanks <a href="https://github.com/GalHalupSeaLights"><code>@​GalHalupSeaLights</code></a>!</li>
   </ul>
   <p><strong>Other changes</strong></p>
   <ul>
   <li>build: add CommonJS distribution thanks to <a href="https://github.com/privatenumber"><code>@​privatenumber</code></a>! /cc <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/54">#54</a> :cake:</li>
   </ul>
   <h2>7.0.2</h2>
   <p>Add the url in the error object, fixes <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/14">#14</a></p>
   <h2>7.0.1</h2>
   <p>:memo: docs</p>
   <h2>7.0.0</h2>
   <h3><code>parse-url</code> 7.0.0</h3>
   <p>:star: This is a major release of <code>parse-url</code>! :star:</p>
   <h4>Breaking changes</h4>
   <ul>
   <li>If the input url has a trailing slash, the trailing slash will be added in the <code>pathname</code> too.</li>
   <li>The <code>port</code> field is a string. By default empty.</li>
   <li>Added the <code>password</code> field (default: <code>&quot;&quot;</code>)</li>
   <li>The resource may contain the <code>port</code> in it (e.g. <code>resource: &quot;domain.com:4200&quot;</code>).</li>
   </ul>
   <h4>Features</h4>
   <ul>
   <li>Faster</li>
   <li>More secure</li>
   <li>Cleaner codebase</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/4412976f34515399f2eabe4d50cef71657e4e238"><code>4412976</code></a> Updated docs</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/ac17353a92e668a34ce82e717be879050c88edb8"><code>ac17353</code></a> Merge branch 'patch-1' of github.com:briancoit/parse-url into new-version</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/778a0a54fcfd0e483419fcae1d93efcbf4718800"><code>778a0a5</code></a> Merge branch 'support-custom-user' of github.com:privatenumber/parse-url into...</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/0baab4fc594d083899fb189f8ff9eb1249b0ec20"><code>0baab4f</code></a> Merge branch 'improve-regex' of github.com:privatenumber/parse-url into new-v...</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/d1a4395bed3a83497beedc47de0d9d186ce749a2"><code>d1a4395</code></a> Merge branch 'fix-cjs' of github.com:privatenumber/parse-url into new-version</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/9cacf38de02db0fb1358bd6ec04543e523cd6a8e"><code>9cacf38</code></a> :arrow_up: 8.1.0 :tada:</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/9a78bd8583c5ad3689656b785f16ae0560b2acbe"><code>9a78bd8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/IonicaBizau/parse-url/issues/61">#61</a> from privatenumber/move-funding-yml</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/18831365e1b30d1ea6d008b7b2dd0efd929fd316"><code>1883136</code></a> Include index.d.ts in package</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/92f899b60541bea4736cc8b4d246af2eeb40ea8c"><code>92f899b</code></a> chore: move FUNDING.yml out of workflows</li>
   <li><a href="https://github.com/IonicaBizau/parse-url/commit/9500430a3b9973bb1b5b2b9b319af2685ad272b3"><code>9500430</code></a> feat: support custom user in ssh url</li>
   <li>Additional commits viewable in <a href="https://github.com/IonicaBizau/parse-url/compare/6.0.5...8.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@nuxt/telemetry` from 1.3.6 to 1.3.7
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/nuxt/telemetry/blob/v1.3.7/CHANGELOG.md"><code>@​nuxt/telemetry</code>'s changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/nuxt/telemetry/compare/v1.3.6...v1.3.7">1.3.7</a> (2022-10-12)</h3>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nuxt/telemetry/commit/8bf67e3ae3b96ff88340f2b8867bf0fa9a64f128"><code>8bf67e3</code></a> chore(release): 1.3.7</li>
   <li><a href="https://github.com/nuxt/telemetry/commit/1222c7154d9d191e611503590cfc69c29f9e8e2e"><code>1222c71</code></a> chore: update <code>git-url-parse</code> dependency (<a href="https://github-redirect.dependabot.com/nuxt/telemetry/issues/82">#82</a>)</li>
   <li>See full diff in <a href="https://github.com/nuxt/telemetry/compare/v1.3.6...v1.3.7">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~danielroe">danielroe</a>, a new releaser for <code>@​nuxt/telemetry</code> since your current version.</p>
   </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-handbook/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-handbook] dependabot[bot] closed pull request #74: build(deps): bump parse-url and @nuxt/telemetry

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #74: build(deps): bump parse-url and @nuxt/telemetry
URL: https://github.com/apache/echarts-handbook/pull/74


-- 
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-handbook] dependabot[bot] commented on pull request #74: build(deps): bump parse-url and @nuxt/telemetry

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

   Looks like these dependencies are up-to-date now, so this is no longer needed.


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