From 4ee772fb19957d29822130540768862cc834a1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:05:12 +0000 Subject: [PATCH] Bump nerdbank-gitversioning from 3.6.133 to 3.6.139 in /src/playground (#14283) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [nerdbank-gitversioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.6.133 to 3.6.139.
Release notes

Sourced from nerdbank-gitversioning's releases.

v3.6.139

What's Changed

New Contributors

Full Changelog: https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.133...v3.6.139

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nerdbank-gitversioning&package-manager=npm_and_yarn&previous-version=3.6.133&new-version=3.6.139)](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) ---
Dependabot commands and options
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 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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14283) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/playground/package-lock.json | 8 ++++---- src/playground/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/playground/package-lock.json b/src/playground/package-lock.json index 9b8c8bf76e0..b0aa8a71fea 100644 --- a/src/playground/package-lock.json +++ b/src/playground/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-jest": "^28.6.0", "html-webpack-plugin": "^5.6.0", "monaco-editor-webpack-plugin": "^7.1.0", - "nerdbank-gitversioning": "^3.6.133", + "nerdbank-gitversioning": "^3.6.139", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", @@ -4395,9 +4395,9 @@ "dev": true }, "node_modules/nerdbank-gitversioning": { - "version": "3.6.133", - "resolved": "https://registry.npmjs.org/nerdbank-gitversioning/-/nerdbank-gitversioning-3.6.133.tgz", - "integrity": "sha512-4BBDMaq1SY9vLgO7+cRRA6mcNZ73bgTW+1uBPT1iyWrZJHeSj/q+0eV2xcCXBxyyTMOmI3ERNcVrWD9jo70XbA==", + "version": "3.6.139", + "resolved": "https://registry.npmjs.org/nerdbank-gitversioning/-/nerdbank-gitversioning-3.6.139.tgz", + "integrity": "sha512-dsT0JI2IRldrAReId5yLdX2j8dm769M8gUbTIb/9fvoJYvAtXIbn4xlH8ZqUCC+eYaTby+otGLF03RhK+k++5A==", "dev": true, "dependencies": { "camel-case": "^4.1.2" diff --git a/src/playground/package.json b/src/playground/package.json index 7f8f8729d8a..7c856421668 100644 --- a/src/playground/package.json +++ b/src/playground/package.json @@ -28,7 +28,7 @@ "eslint-plugin-jest": "^28.6.0", "html-webpack-plugin": "^5.6.0", "monaco-editor-webpack-plugin": "^7.1.0", - "nerdbank-gitversioning": "^3.6.133", + "nerdbank-gitversioning": "^3.6.139", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "ts-node": "^10.9.2",