From f332663e17b115514571cd9290187e06db8c1a25 Mon Sep 17 00:00:00 2001 From: Alexey Samoylov Date: Mon, 22 Jun 2026 12:57:25 +0600 Subject: [PATCH] chore(azure): pin DiffPal 0.1.32 (dp-dai) --- DiffPalReviewDevV1/task.json | 4 ++-- DiffPalReviewV1/task.json | 4 ++-- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- scripts/smoke-test.js | 2 +- src/index.ts | 2 +- vss-extension.dev.json | 2 +- vss-extension.json | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DiffPalReviewDevV1/task.json b/DiffPalReviewDevV1/task.json index 4ab4426..1f8194f 100644 --- a/DiffPalReviewDevV1/task.json +++ b/DiffPalReviewDevV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 10 + "Patch": 11 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review Dev", @@ -28,7 +28,7 @@ "type": "string", "label": "DiffPal version", "required": false, - "defaultValue": "0.1.31", + "defaultValue": "0.1.32", "helpMarkDown": "npm version or dist-tag for @diffpal/diffpal." }, { diff --git a/DiffPalReviewV1/task.json b/DiffPalReviewV1/task.json index 225dd03..a0a82df 100644 --- a/DiffPalReviewV1/task.json +++ b/DiffPalReviewV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 10 + "Patch": 11 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review", @@ -28,7 +28,7 @@ "type": "string", "label": "DiffPal version", "required": false, - "defaultValue": "0.1.31", + "defaultValue": "0.1.32", "helpMarkDown": "npm version or dist-tag for @diffpal/diffpal." }, { diff --git a/README.md b/README.md index 756d71b..df6b456 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ VSIX packaging, and Marketplace release flow. The task installs `@diffpal/diffpal` by default and runs `diffpal review ado`. Bring the provider recipe you want to use; the Azure review flow stays the same. -By default it installs `@diffpal/diffpal@0.1.31`, the tested CLI release paired +By default it installs `@diffpal/diffpal@0.1.32`, the tested CLI release paired with this extension. Set `diffpalVersion` only when you need to override that default rollout. @@ -67,7 +67,7 @@ steps: - task: DiffPalReview@1 displayName: DiffPal review inputs: - diffpalVersion: 0.1.31 + diffpalVersion: 0.1.32 profile: ci feedback: balanced env: diff --git a/package-lock.json b/package-lock.json index 784637c..f18a133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diffpal/azure-devops-extension", - "version": "0.1.32", + "version": "0.1.33", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diffpal/azure-devops-extension", - "version": "0.1.32", + "version": "0.1.33", "license": "MIT", "dependencies": { "azure-pipelines-task-lib": "5.2.10" diff --git a/package.json b/package.json index 9d20546..9fa15ec 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "publish:prod": "npm run build \u0026\u0026 tfx extension publish --manifest-globs vss-extension.json", "smoke": "npm run build \u0026\u0026 node scripts/smoke-test.js" }, - "version": "0.1.32" + "version": "0.1.33" } diff --git a/scripts/smoke-test.js b/scripts/smoke-test.js index 9b259aa..1290104 100644 --- a/scripts/smoke-test.js +++ b/scripts/smoke-test.js @@ -155,7 +155,7 @@ function testDefaultPinnedVersionIsUsedWhenInputIsUnset() { PATH: `${fakeBin}${path.delimiter}${process.env.PATH || ""}` }); - assert(read(npmArgv).includes("@diffpal/diffpal@0.1.31"), "default install did not request the pinned DiffPal version"); + assert(read(npmArgv).includes("@diffpal/diffpal@0.1.32"), "default install did not request the pinned DiffPal version"); assert(read(diffpalArgv).includes("review\nado"), "default pinned version did not run diffpal review ado"); } diff --git a/src/index.ts b/src/index.ts index fbe6121..a6b9d1f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,7 +25,7 @@ type ReviewRange = { pullRequest: PullRequestContext; }; -const DEFAULT_DIFFPAL_VERSION = "0.1.31"; +const DEFAULT_DIFFPAL_VERSION = "0.1.32"; const TRANSIENT_REVIEW_EXIT_CODE = 3; const REVIEW_BLOCKED_EXIT_CODE = 10; diff --git a/vss-extension.dev.json b/vss-extension.dev.json index aba8a34..b198568 100644 --- a/vss-extension.dev.json +++ b/vss-extension.dev.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.32" + "version": "0.1.33" } diff --git a/vss-extension.json b/vss-extension.json index 34a6a1d..b7eeddb 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.32" + "version": "0.1.33" }