From 207f0e0741af053eef483060bd5b0a6ab5f74719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:06:11 +0000 Subject: [PATCH] Bump nerdbank-gitversioning from 3.6.133 to 3.6.139 in /src/vscode-bicep (#14351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/14351) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/vscode-bicep/package-lock.json | 14 +++++++------- src/vscode-bicep/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/vscode-bicep/package-lock.json b/src/vscode-bicep/package-lock.json index 2b757639007..d1e48db31e0 100644 --- a/src/vscode-bicep/package-lock.json +++ b/src/vscode-bicep/package-lock.json @@ -63,7 +63,7 @@ "jest-styled-components": "^7.2.0", "moment": "^2.30.1", "ncp": "^2.0.0", - "nerdbank-gitversioning": "^3.6.133", + "nerdbank-gitversioning": "^3.6.139", "prettier": "^3.2.5", "react-test-renderer": "^18.3.1", "rimraf": "^5.0.5", @@ -9181,9 +9181,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" @@ -19466,9 +19466,9 @@ "dev": true }, "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, "requires": { "camel-case": "^4.1.2" diff --git a/src/vscode-bicep/package.json b/src/vscode-bicep/package.json index 24221cbb559..5a46b1e43fb 100644 --- a/src/vscode-bicep/package.json +++ b/src/vscode-bicep/package.json @@ -778,7 +778,7 @@ "jest-styled-components": "^7.2.0", "moment": "^2.30.1", "ncp": "^2.0.0", - "nerdbank-gitversioning": "^3.6.133", + "nerdbank-gitversioning": "^3.6.139", "prettier": "^3.2.5", "react-test-renderer": "^18.3.1", "rimraf": "^5.0.5",