You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2020/11/17 13:52:22 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1004: Bump tmp from 0.0.28 to 0.2.1 in /lang/js

dependabot[bot] opened a new pull request #1004:
URL: https://github.com/apache/avro/pull/1004


   Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.28 to 0.2.1.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md">tmp's changelog</a>.</em></p>
   <blockquote>
   <h2>v0.2.1 (2020-04-28)</h2>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/252">#252</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/250">#250</a>: introduce tmpdir option for overriding the system tmp dir (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/253">#253</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/191">#191</a>: generate changelog from pull requests using lerna-changelog (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h4>Committers: 1</h4>
   <ul>
   <li>Carsten Klein (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h2>v0.2.0 (2020-04-25)</h2>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/234">#234</a> feat: stabilize tmp for v0.2.0 release (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/231">#231</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/230">#230</a>: regression after fix for <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/197">#197</a> (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/220">#220</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/197">#197</a>: return sync callback when using the sync interface, otherwise return the async callback (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/193">#193</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/192">#192</a>: tmp must not exit the process on its own (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h4>:memo: Documentation</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/221">#221</a> Gh 206 document name option (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/226">#226</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/212">#212</a>: enable direct name option test (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/225">#225</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/211">#211</a>: existing tests must clean up after themselves (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/224">#224</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/217">#217</a>: name tests must use tmpName (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/223">#223</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/214">#214</a>: refactor tests and lib (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/198">#198</a> Update dependencies to latest versions (<a href="https://github.com/matsev">@matsev</a>)</li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>Carsten Klein (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li>Mattias Severson (<a href="https://github.com/matsev">@matsev</a>)</li>
   </ul>
   <h2>v0.1.0 (2019-03-20)</h2>
   <h4>:rocket: Enhancement</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/177">#177</a> fix: fail early if there is no tmp dir specified (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/159">#159</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/121">#121</a> (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/161">#161</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/155">#155</a> (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/166">#166</a> fix: avoid relying on Node’s internals (<a href="https://github.com/addaleax">@addaleax</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/144">#144</a> prepend opts.dir || tmpDir to template if no path is given (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/183">#183</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/182">#182</a> fileSync takes empty string postfix option (<a href="https://github.com/gutte">@gutte</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/raszi/node-tmp/pull/130">#130</a> Closes <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/129">#129</a> install process listeners safely (<a href="https://github.com/silkentrance">@silkentrance</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/raszi/node-tmp/commit/7ae22ed2d56c10d425a66e99fe8bc10c925442e6"><code>7ae22ed</code></a> update changelog</li>
   <li><a href="https://github.com/raszi/node-tmp/commit/598a36f2efbf99e91ce51534e0733dd608183047"><code>598a36f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/252">#252</a> from raszi/<a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/250">gh-250</a></li>
   <li><a href="https://github.com/raszi/node-tmp/commit/4b51e90248cef684a38803304c7e8dc68b1d06e2"><code>4b51e90</code></a> fix <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/250">#250</a>: introduce tmpdir option for overriding the system tmp dir</li>
   <li><a href="https://github.com/raszi/node-tmp/commit/3fde7ecc69606666bd8338d39a438afd7b50ba0c"><code>3fde7ec</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/253">#253</a> from raszi/<a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/191">gh-191</a></li>
   <li><a href="https://github.com/raszi/node-tmp/commit/113651eef42fbd39666d6a519483faa56e7aa346"><code>113651e</code></a> fix <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/191">#191</a>: generate changelog from pull requests using lerna-changelog</li>
   <li><a href="https://github.com/raszi/node-tmp/commit/16acc7afc40476c87c39a70c549adb5dcaae43b8"><code>16acc7a</code></a> 0.2.0</li>
   <li><a href="https://github.com/raszi/node-tmp/commit/b6465b0665b9d7a788460386a1d9b04870d72532"><code>b6465b0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/234">#234</a> from raszi/<a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/233">gh-233</a></li>
   <li><a href="https://github.com/raszi/node-tmp/commit/c8823e549280e11697a510184a69b63bf5bfef7a"><code>c8823e5</code></a> fix <a href="https://github-redirect.dependabot.com/raszi/node-tmp/issues/246">#246</a>: remove any double quotes or single quotes from os.tmpdir also sanit...</li>
   <li><a href="https://github.com/raszi/node-tmp/commit/c7028f27802ce9f9b44a77aad2324b3759b24ed1"><code>c7028f2</code></a> cleanup code</li>
   <li><a href="https://github.com/raszi/node-tmp/commit/2c80c6d7071243f3d04255f08b23dbf4bb50cd05"><code>2c80c6d</code></a> regression - tmp name included a trailing hyphen if no postfix was given</li>
   <li>Additional commits viewable in <a href="https://github.com/raszi/node-tmp/compare/v0.0.28...v0.2.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmp&package-manager=npm_and_yarn&previous-version=0.0.28&new-version=0.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
   
   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.

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



[GitHub] [avro] dependabot[bot] closed pull request #1004: Bump tmp from 0.0.28 to 0.2.1 in /lang/js

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1004:
URL: https://github.com/apache/avro/pull/1004


   


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

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



[GitHub] [avro] martin-g commented on pull request #1004: Bump tmp from 0.0.28 to 0.2.1 in /lang/js

Posted by GitBox <gi...@apache.org>.
martin-g commented on pull request #1004:
URL: https://github.com/apache/avro/pull/1004#issuecomment-1008813526


   @dependabot rebase


-- 
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: issues-unsubscribe@avro.apache.org

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



[GitHub] [avro] dependabot[bot] commented on pull request #1004: Bump tmp from 0.0.28 to 0.2.1 in /lang/js

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1004:
URL: https://github.com/apache/avro/pull/1004#issuecomment-1019859727


   Looks like tmp is 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: issues-unsubscribe@avro.apache.org

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