From e6fc18266eec9fb54cb753b370c08c90c0f0d0a9 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Tue, 16 Jun 2026 09:03:22 +0200 Subject: [PATCH 1/2] deps(external.json): Update UI5 plugins to v0.1.4 --- .github/plugin/marketplace.json | 12 ++++++------ plugins/external.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index d99deed4f..ac4b8867e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -901,7 +901,7 @@ { "name": "ui5", "description": "SAPUI5 / OpenUI5 plugin for GitHub CoPilot. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.", - "version": "0.1.3", + "version": "0.1.4", "author": { "name": "SAP SE", "url": "https://www.sap.com" @@ -922,14 +922,14 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5", - "ref": "v0.1.3", - "sha": "9b3d7d80356f687725f9584988e4038dbead0d53" + "ref": "v0.1.4", + "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, { "name": "ui5-typescript-conversion", "description": "SAPUI5 / OpenUI5 plugin for GitHub CoPilot. Convert JavaScript based UI5 projects to TypeScript.", - "version": "0.1.3", + "version": "0.1.4", "author": { "name": "SAP SE", "url": "https://www.sap.com" @@ -951,8 +951,8 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5-typescript-conversion", - "ref": "v0.1.3", - "sha": "9b3d7d80356f687725f9584988e4038dbead0d53" + "ref": "v0.1.4", + "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, { diff --git a/plugins/external.json b/plugins/external.json index 1f43781c2..3a8b1be0c 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -494,7 +494,7 @@ { "name": "ui5", "description": "SAPUI5 / OpenUI5 plugin for GitHub CoPilot. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.", - "version": "0.1.3", + "version": "0.1.4", "author": { "name": "SAP SE", "url": "https://www.sap.com" @@ -515,14 +515,14 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5", - "ref": "v0.1.3", - "sha": "9b3d7d80356f687725f9584988e4038dbead0d53" + "ref": "v0.1.4", + "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, { "name": "ui5-typescript-conversion", "description": "SAPUI5 / OpenUI5 plugin for GitHub CoPilot. Convert JavaScript based UI5 projects to TypeScript.", - "version": "0.1.3", + "version": "0.1.4", "author": { "name": "SAP SE", "url": "https://www.sap.com" @@ -544,8 +544,8 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5-typescript-conversion", - "ref": "v0.1.3", - "sha": "9b3d7d80356f687725f9584988e4038dbead0d53" + "ref": "v0.1.4", + "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, { From ef310c874cd035cca72c0fac5aed1640f02d0ec9 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Tue, 16 Jun 2026 09:40:19 +0200 Subject: [PATCH 2/2] fix: Remove ref tag according to GitHub Copilot code review --- .github/plugin/marketplace.json | 2 -- plugins/external.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index ac4b8867e..09300339f 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -922,7 +922,6 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5", - "ref": "v0.1.4", "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, @@ -951,7 +950,6 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5-typescript-conversion", - "ref": "v0.1.4", "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, diff --git a/plugins/external.json b/plugins/external.json index 3a8b1be0c..f8f6567f9 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -515,7 +515,6 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5", - "ref": "v0.1.4", "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } }, @@ -544,7 +543,6 @@ "source": "github", "repo": "UI5/plugins-coding-agents", "path": "plugins/ui5-typescript-conversion", - "ref": "v0.1.4", "sha": "80f2d93287054f9d30dd990e842e15bcfca581c9" } },