Skip to content

Commit

Permalink
Bump nerdbank-gitversioning from 3.6.146 to 3.7.112 in /src/playground (
Browse files Browse the repository at this point in the history
#15890)

Bumps
[nerdbank-gitversioning](https://github.com/dotnet/Nerdbank.GitVersioning)
from 3.6.146 to 3.7.112.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/Nerdbank.GitVersioning/releases">nerdbank-gitversioning's
releases</a>.</em></p>
<blockquote>
<h2>v3.7.112</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix typo in the Cake extension documentation comment by <a
href="https://github.com/kapsiR"><code>@​kapsiR</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/939">dotnet/Nerdbank.GitVersioning#939</a></li>
<li>Retarget from net462 to net472 by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/941">dotnet/Nerdbank.GitVersioning#941</a></li>
<li>Add option to include package version in <code>ThisAssembly</code>
class by <a href="https://github.com/AArnott"><code>@​AArnott</code></a>
in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/976">dotnet/Nerdbank.GitVersioning#976</a></li>
<li>Make GitPackCache include ObjectType by <a
href="https://github.com/georg-jung"><code>@​georg-jung</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/942">dotnet/Nerdbank.GitVersioning#942</a></li>
<li>Add git-based detection of tags at HEAD to improve PublicRelease
detection by <a
href="https://github.com/georg-jung"><code>@​georg-jung</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/876">dotnet/Nerdbank.GitVersioning#876</a></li>
<li>Remove package reference to Moq by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1003">dotnet/Nerdbank.GitVersioning#1003</a></li>
<li>Allow customizing commit message pattern in
<code>prepare-release</code> command by <a
href="https://github.com/fmacavilca"><code>@​fmacavilca</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/996">dotnet/Nerdbank.GitVersioning#996</a></li>
<li>AssemblyVersionInfo: Use <code>global::</code> for all references to
types in <code>System.*</code> namespaces. by <a
href="https://github.com/alexrp"><code>@​alexrp</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1012">dotnet/Nerdbank.GitVersioning#1012</a></li>
<li>Invert <code>Language</code> special-casing to handle
<em>supported</em> programming languages. by <a
href="https://github.com/alexrp"><code>@​alexrp</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1021">dotnet/Nerdbank.GitVersioning#1021</a></li>
<li>Fix lookup of tags in the presence of lightweight tags by <a
href="https://github.com/Rob-Hague"><code>@​Rob-Hague</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1029">dotnet/Nerdbank.GitVersioning#1029</a></li>
<li>ReleaseManager: do not reset VersionHeightOffset if it equals to -1
by <a
href="https://github.com/DmitryZhelnin"><code>@​DmitryZhelnin</code></a>
in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1100">dotnet/Nerdbank.GitVersioning#1100</a></li>
<li>fix GitCommitDate being author date rather than commit date by <a
href="https://github.com/DmitryZhelnin"><code>@​DmitryZhelnin</code></a>
in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1103">dotnet/Nerdbank.GitVersioning#1103</a></li>
<li>Ensure GetBuildVersion runs before Clean by <a
href="https://github.com/MattKotsenas"><code>@​MattKotsenas</code></a>
in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1107">dotnet/Nerdbank.GitVersioning#1107</a></li>
<li>Avoid inexact stream reads by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1127">dotnet/Nerdbank.GitVersioning#1127</a></li>
<li>Introduce <code>NBGV_UseAssemblyVersionInNativeVersion</code>
msbuild property by <a
href="https://github.com/vitezslav-popovsky-solarwinds"><code>@​vitezslav-popovsky-solarwinds</code></a>
in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1125">dotnet/Nerdbank.GitVersioning#1125</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/fmacavilca"><code>@​fmacavilca</code></a> made
their first contribution in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/996">dotnet/Nerdbank.GitVersioning#996</a></li>
<li><a href="https://github.com/Rob-Hague"><code>@​Rob-Hague</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1029">dotnet/Nerdbank.GitVersioning#1029</a></li>
<li><a
href="https://github.com/DmitryZhelnin"><code>@​DmitryZhelnin</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1100">dotnet/Nerdbank.GitVersioning#1100</a></li>
<li><a
href="https://github.com/MattKotsenas"><code>@​MattKotsenas</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1107">dotnet/Nerdbank.GitVersioning#1107</a></li>
<li><a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1135">dotnet/Nerdbank.GitVersioning#1135</a></li>
<li><a
href="https://github.com/vitezslav-popovsky-solarwinds"><code>@​vitezslav-popovsky-solarwinds</code></a>
made their first contribution in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1125">dotnet/Nerdbank.GitVersioning#1125</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112">https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112</a></p>
<h2>v3.7.77-alpha</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump Microsoft.Build.Locator from 1.6.10 to 1.7.8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1062">dotnet/Nerdbank.GitVersioning#1062</a></li>
<li>Bump Newtonsoft.Json.Schema from 3.0.16 to 4.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1063">dotnet/Nerdbank.GitVersioning#1063</a></li>
<li>Bump node.js version and switch from camel-case to change-case by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1077">dotnet/Nerdbank.GitVersioning#1077</a></li>
<li>Switch System.Text.Json to non-vulnerable version by <a
href="https://github.com/AArnott"><code>@​AArnott</code></a> in <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/pull/1074">dotnet/Nerdbank.GitVersioning#1074</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.7.70-alpha...v3.7.77-alpha">https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.7.70-alpha...v3.7.77-alpha</a></p>
<h2>v3.7.70-alpha</h2>
<h2>Changes:</h2>
<h3>Fixes:</h3>
<ul>
<li><a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/250">#250</a>:
GetBuildVersion fails with NullReferenceException when version is
missing</li>
<li><a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/943">#943</a>:
Upgrading from 3.5.119 to 3.6.132 breaks commit id for NPM</li>
<li><a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/935">#935</a>:
BuildingRef is incorrectly populated on Bitbucket pipelines</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/63bbe780b086b5596350570e69ebf31a48aa84dd"><code>63bbe78</code></a>
Set version to '3.7'</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/36a47968f4f1418f5270b211de4df6e39ec3b180"><code>36a4796</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1125">#1125</a>
from vitezslav-popovsky-solarwinds/assembly-version-...</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/1283c6b310aec79e0f7c85eeb38e0baf80d01e98"><code>1283c6b</code></a>
Introduce <code>NBGV_UseAssemblyVersionInNativeVersion</code> msbuild
property</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/bf4fa8afadae8a2ab26051736e358fd952831220"><code>bf4fa8a</code></a>
Bump NuGet.PackageManagement from 6.11.1 to 6.12.1 (<a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1132">#1132</a>)</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/9576733c12783b4f1cb642a693e9000e22dfceec"><code>9576733</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1135">#1135</a>
from dotnet/auto/libtemplateUpdate</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/d4efc58b17dae7c9c9869de757762200cad4a974"><code>d4efc58</code></a>
Merge branch 'main' of <a
href="https://github.com/aarnott/Library.Template">https://github.com/aarnott/Library.Template</a>
into auto/...</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/478453db44cbc3b2240b5a2a31a8efcdf0318b4f"><code>478453d</code></a>
Bump System.Threading.Tasks.Dataflow from 8.0.1 to 9.0.0 (<a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1134">#1134</a>)</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/e42ca20ef4d9bea93adc30ff254ac870fe840469"><code>e42ca20</code></a>
Merge pull request <a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1133">#1133</a>
from dotnet/sdkUpdateStop</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/c1af134a4d509b1b3f11cdbc5bbd3b2f9762c057"><code>c1af134</code></a>
Bump Xunit.SkippableFact from 1.4.13 to 1.5.23 (<a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1131">#1131</a>)</li>
<li><a
href="https://github.com/dotnet/Nerdbank.GitVersioning/commit/decd60661839ad3c6ea7b893f0e851be6a8c575e"><code>decd606</code></a>
Bump System.Memory from 4.5.5 to 4.6.0 (<a
href="https://redirect.github.com/dotnet/Nerdbank.GitVersioning/issues/1129">#1129</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nerdbank-gitversioning&package-manager=npm_and_yarn&previous-version=3.6.146&new-version=3.7.112)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/15890)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent c458a7c commit 8a8a104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions src/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"globals": "^15.13.0",
"html-webpack-plugin": "^5.6.3",
"monaco-editor-webpack-plugin": "^7.1.0",
"nerdbank-gitversioning": "^3.6.146",
"nerdbank-gitversioning": "^3.7.112",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 8a8a104

Please sign in to comment.