You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/13 06:47:46 UTC

[GitHub] [cordova-osx] dependabot[bot] opened a new pull request #99: Bump js-yaml from 3.12.1 to 3.14.0

dependabot[bot] opened a new pull request #99:
URL: https://github.com/apache/cordova-osx/pull/99


   Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.14.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's changelog</a>.</em></p>
   <blockquote>
   <h2>[3.14.0] - 2020-05-22</h2>
   <h3>Changed</h3>
   <ul>
   <li>Support <code>safe/loadAll(input, options)</code> variant of call.</li>
   <li>CI: drop outdated nodejs versions.</li>
   <li>Dev deps bump.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Quote <code>=</code> in plain scalars <a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/519">#519</a>.</li>
   <li>Check the node type for <code>!&lt;?&gt;</code> tag in case user manually specifies it.</li>
   <li>Verify that there are no null-bytes in input.</li>
   <li>Fix wrong quote position when writing condensed flow, <a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/526">#526</a>.</li>
   </ul>
   <h2>[3.13.1] - 2019-04-05</h2>
   <h3>Security</h3>
   <ul>
   <li>Fix possible code execution in (already unsafe) <code>.load()</code>, <a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480">#480</a>.</li>
   </ul>
   <h2>[3.13.0] - 2019-03-20</h2>
   <h3>Security</h3>
   <ul>
   <li>Security fix: <code>safeLoad()</code> can hang when arrays with nested refs
   used as key. Now throws exception for nested arrays. <a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/475">#475</a>.</li>
   </ul>
   <h2>[3.12.2] - 2019-02-26</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix <code>noArrayIndent</code> option for root level, <a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/468">#468</a>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nodeca/js-yaml/commit/34e5072f43fd36b08aaaad433da73c10d47c41e5"><code>34e5072</code></a> 3.14.0 released</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/7b25c83a6dc77097c2bf14bf714e168f60ee199b"><code>7b25c83</code></a> Browser files rebuild</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/6f7347396867b8dcfc042722c2aae810dfe4caae"><code>6f73473</code></a> Dev deps bump</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/0c293491d903cddcd41b41c165bc45eeb9a8d720"><code>0c29349</code></a> Travis-CI: drop old nodejs versions</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/10be97ebbd588e68907e6c67e0b3843a4caab475"><code>10be97e</code></a> fix(loader): Add support for <code>safe/loadAll(input, options)</code></li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/d6983dd4291849b2854e8d26e1beb302edfd4c76"><code>d6983dd</code></a> Fix issue <a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/526">#526</a>: wrong quote position writing condensed flow (<a href="https://github-redirect.dependabot.com/nodeca/js-yaml/issues/527">#527</a>)</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/93fbf7d4ddecea60709c8379397247af28f11e10"><code>93fbf7d</code></a> fix issue 526 (wrong quote position writing condensed flow)</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/e569cc70ec9b41760d0d37b805a1d9b3ada519ca"><code>e569cc7</code></a> readme: update titelift info</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/8fb29059223b5f700dec4ea09b3d5550cd3a8e32"><code>8fb2905</code></a> changelog format update</li>
   <li><a href="https://github.com/nodeca/js-yaml/commit/33c2236d702fee430cac27ab41d75069b6647765"><code>33c2236</code></a> Verify that there are no null-bytes in input</li>
   <li>Additional commits viewable in <a href="https://github.com/nodeca/js-yaml/compare/3.12.1...3.14.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=js-yaml&package-manager=npm_and_yarn&previous-version=3.12.1&new-version=3.14.0)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   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/cordova-osx/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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] dependabot[bot] commented on pull request #99: Bump js-yaml from 3.12.1 to 3.14.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #99:
URL: https://github.com/apache/cordova-osx/pull/99#issuecomment-643610350


   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] NiklasMerz commented on pull request #99: Bump js-yaml from 3.12.1 to 3.14.0

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on pull request #99:
URL: https://github.com/apache/cordova-osx/pull/99#issuecomment-643610347


   Done by #100 


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] codecov-commenter edited a comment on pull request #99: Bump js-yaml from 3.12.1 to 3.14.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #99:
URL: https://github.com/apache/cordova-osx/pull/99#issuecomment-643580686


   # [Codecov](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=h1) Report
   > Merging [#99](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=desc) into [master](https://codecov.io/gh/apache/cordova-osx/commit/ad715b407c1bd7b9641b1fa2b1f8cc23b6367fde&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/cordova-osx/pull/99/graphs/tree.svg?width=650&height=150&src=pr&token=GzDpVsjgvn)](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=tree)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master      #99   +/-   ##
   =======================================
     Coverage   39.34%   39.34%           
   =======================================
     Files           5        5           
     Lines         427      427           
   =======================================
     Hits          168      168           
     Misses        259      259           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=footer). Last update [ad715b4...d0f5787](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] codecov-commenter commented on pull request #99: Bump js-yaml from 3.12.1 to 3.14.0

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #99:
URL: https://github.com/apache/cordova-osx/pull/99#issuecomment-643580686


   # [Codecov](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=h1) Report
   > Merging [#99](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=desc) into [master](https://codecov.io/gh/apache/cordova-osx/commit/ad715b407c1bd7b9641b1fa2b1f8cc23b6367fde&el=desc) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/cordova-osx/pull/99/graphs/tree.svg?width=650&height=150&src=pr&token=GzDpVsjgvn)](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=tree)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master      #99   +/-   ##
   =======================================
     Coverage   39.34%   39.34%           
   =======================================
     Files           5        5           
     Lines         427      427           
   =======================================
     Hits          168      168           
     Misses        259      259           
   ```
   
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=continue).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=footer). Last update [ad715b4...d0f5787](https://codecov.io/gh/apache/cordova-osx/pull/99?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-osx] NiklasMerz closed pull request #99: Bump js-yaml from 3.12.1 to 3.14.0

Posted by GitBox <gi...@apache.org>.
NiklasMerz closed pull request #99:
URL: https://github.com/apache/cordova-osx/pull/99


   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org