You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2022/01/30 20:25:44 UTC

[GitHub] [incubator-flagon-useralejs] dependabot[bot] opened a new pull request #215: Bump sinon from 12.0.1 to 13.0.0

dependabot[bot] opened a new pull request #215:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/215


   Bumps [sinon](https://github.com/sinonjs/sinon) from 12.0.1 to 13.0.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/sinonjs/sinon/blob/master/docs/changelog.md">sinon's changelog</a>.</em></p>
   <blockquote>
   <h2>13.0.0</h2>
   <ul>
   <li><a href="https://github.com/sinonjs/sinon/commit/cf3d6c0cd9689c0ee673b3daa8bf9abd70304392"><code>cf3d6c0c</code></a>
   Upgrade packages (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2431">#2431</a>) (Carl-Erik Kopseng)
   <blockquote>
   <ul>
   <li>
   <p>Update all @sinonjs/ packages</p>
   </li>
   <li>
   <p>Upgrade to fake-timers 9</p>
   </li>
   <li>
   <p>chore: ensure always using latest LTS release</p>
   </li>
   </ul>
   </blockquote>
   </li>
   <li><a href="https://github.com/sinonjs/sinon/commit/417104670d575e96a1b645ea40ce763afa76fb1b"><code>41710467</code></a>
   Adjust deploy scripts to archive old releases in a separate branch, move existing releases out of master (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2426">#2426</a>) (Joel Bradshaw)
   <blockquote>
   <p>Co-authored-by: Carl-Erik Kopseng <a href="mailto:carlerik@gmail.com">carlerik@gmail.com</a></p>
   </blockquote>
   </li>
   <li><a href="https://github.com/sinonjs/sinon/commit/c80a72660e89d88b08275eff1028ecb9e26fd8e9"><code>c80a7266</code></a>
   Bump node-fetch from 2.6.1 to 2.6.7 (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2430">#2430</a>) (dependabot[bot])
   <blockquote>
   <p>Co-authored-by: dependabot[bot] <!-- raw HTML omitted --></p>
   </blockquote>
   </li>
   <li><a href="https://github.com/sinonjs/sinon/commit/a00f14a97dbe8c65afa89674e16ad73fc7d2fdc0"><code>a00f14a9</code></a>
   Add explicit export for <code>./*</code> (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2413">#2413</a>) (なつき)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/b82ca7ad9b1add59007771f65a18ee34415de8ca"><code>b82ca7ad</code></a>
   Bump cached-path-relative from 1.0.2 to 1.1.0 (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2428">#2428</a>) (dependabot[bot])</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/a9ea142716c094ef3c432ecc4089f8207b8dd8b6"><code>a9ea1427</code></a>
   Add documentation for assert.calledOnceWithMatch (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2424">#2424</a>) (Mathias Schreck)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/1d5ab86ba60e50dd69593ffed2bffd4b8faa0d38"><code>1d5ab86b</code></a>
   Be more general in stripping off stack frames to fix Firefox tests (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2425">#2425</a>) (Joel Bradshaw)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/56b06129e223eae690265c37b1113067e2b31bdc"><code>56b06129</code></a>
   Check call count type (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2410">#2410</a>) (Joel Bradshaw)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/7863e2dfdbda79e0a32e42af09e6539fc2f2b80f"><code>7863e2df</code></a>
   Fix <a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2414">#2414</a>: make Sinon available on homepage (Carl-Erik Kopseng)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/fabaabdda82f39a7f5b75b55bd56cf77b1cd4a8f"><code>fabaabdd</code></a>
   Bump nokogiri from 1.11.4 to 1.13.1 (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2423">#2423</a>) (dependabot[bot])</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/dbc0fbd263c8419fa47f9c3b20cf47890a242d21"><code>dbc0fbd2</code></a>
   Bump shelljs from 0.8.4 to 0.8.5 (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2422">#2422</a>) (dependabot[bot])</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/fb8b3d72a85dc8fb0547f859baf3f03a22a039f7"><code>fb8b3d72</code></a>
   Run Prettier (Carl-Erik Kopseng)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/12a45939e9b047b6d3663fe55f2eb383ec63c4e1"><code>12a45939</code></a>
   Fix 2377: Throw error when trying to stub non-configurable or non-writable properties (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2417">#2417</a>) (Stuart Dotson)
   <blockquote>
   <p>Fixes issue <a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2377">#2377</a> by throwing an error when trying to stub non-configurable or non-writable properties</p>
   </blockquote>
   </li>
   </ul>
   <p><em>Released by <a href="https://github.com/fatso83">Carl-Erik Kopseng</a> on 2022-01-28.</em></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/sinonjs/sinon/commit/70911c0d032325e682dd0ed95f77ffb40eb30f0b"><code>70911c0</code></a> 13.0.0</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/d97b47c086fa7cf4cd4623754027edab0b3b6435"><code>d97b47c</code></a> Revert version change fallout from <a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2426">#2426</a></li>
   <li><a href="https://github.com/sinonjs/sinon/commit/cf3d6c0cd9689c0ee673b3daa8bf9abd70304392"><code>cf3d6c0</code></a> Upgrade packages (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2431">#2431</a>)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/2c68dbc84c82d6655340742bd9c6892075ecd970"><code>2c68dbc</code></a> Also run on pull requests</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/781a212325f2f248eb519bfa77eee6347c52e112"><code>781a212</code></a> fix prettier error</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/417104670d575e96a1b645ea40ce763afa76fb1b"><code>4171046</code></a> Adjust deploy scripts to archive old releases in a separate branch, move exis...</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/c80a72660e89d88b08275eff1028ecb9e26fd8e9"><code>c80a726</code></a> Bump node-fetch from 2.6.1 to 2.6.7 (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2430">#2430</a>)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/a00f14a97dbe8c65afa89674e16ad73fc7d2fdc0"><code>a00f14a</code></a> Add explicit export for <code>./*</code> (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2413">#2413</a>)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/b82ca7ad9b1add59007771f65a18ee34415de8ca"><code>b82ca7a</code></a> Bump cached-path-relative from 1.0.2 to 1.1.0 (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2428">#2428</a>)</li>
   <li><a href="https://github.com/sinonjs/sinon/commit/a9ea142716c094ef3c432ecc4089f8207b8dd8b6"><code>a9ea142</code></a> Add documentation for assert.calledOnceWithMatch (<a href="https://github-redirect.dependabot.com/sinonjs/sinon/issues/2424">#2424</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/sinonjs/sinon/compare/v12.0.1...v13.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sinon&package-manager=npm_and_yarn&previous-version=12.0.1&new-version=13.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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)
   
   
   </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: dev-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] closed pull request #215: Bump sinon from 12.0.1 to 13.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #215:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/215


   


-- 
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: dev-unsubscribe@flagon.apache.org

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



[GitHub] [incubator-flagon-useralejs] dependabot[bot] commented on pull request #215: Bump sinon from 12.0.1 to 13.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #215:
URL: https://github.com/apache/incubator-flagon-useralejs/pull/215#issuecomment-1031168482


   Superseded by #217.


-- 
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: dev-unsubscribe@flagon.apache.org

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