From 3f9a400ed6ace656781d54b7a035038061badf87 Mon Sep 17 00:00:00 2001 From: Ilona Shishov Date: Mon, 12 Feb 2024 12:30:52 +0200 Subject: [PATCH] chore: fix source string out of view in View Problem panel bug and remove onDidChangeTextDocument CA trigger Signed-off-by: Ilona Shishov --- .github/workflows/stage.yml | 7 ++----- package-lock.json | 8 ++++---- package.json | 4 ++-- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index f64eb6f5e..5183a503d 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -88,13 +88,10 @@ jobs: else echo "version=$version" >> "$GITHUB_OUTPUT" - notes="${notes//$''/%27}" - notes="${notes//$''/%60}" - notes="${notes//'%'/'%25'}" - notes="${notes//$'\n'/'%0A'}" - notes="${notes//$'\r'/'%0D'}" + notes="${notes//$'`'/%60}" delimiter="$(openssl rand -hex 8)" echo "notes<<${delimiter}" >> "$GITHUB_OUTPUT" + echo "## Changelog" >> "$GITHUB_OUTPUT" echo "$notes" >> "$GITHUB_OUTPUT" echo "${delimiter}" >> "$GITHUB_OUTPUT" fi diff --git a/package-lock.json b/package-lock.json index e570fb875..f2d27216f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.9.2", "license": "Apache-2.0", "dependencies": { - "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.1-ea.0", + "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.3", "@redhat-developer/vscode-redhat-telemetry": "^0.7.0", "@RHEcosystemAppEng/exhort-javascript-api": "^0.1.1-ea.14", "fs": "^0.0.1-security", @@ -567,9 +567,9 @@ } }, "node_modules/@fabric8-analytics/fabric8-analytics-lsp-server": { - "version": "0.9.1-ea.0", - "resolved": "https://npm.pkg.github.com/download/@fabric8-analytics/fabric8-analytics-lsp-server/0.9.1-ea.0/edf47ce3bd53a1d8e6fd51b716636f36ee9b72ef", - "integrity": "sha512-u12C2ZfXKu6K/9JPp20nQHtwcu+tSXsG1Ym7xZZurce6SBV73FHCVHDGTRmwploKF62fTm5j/ylPZ85iuIt42Q==", + "version": "0.9.3", + "resolved": "https://npm.pkg.github.com/download/@fabric8-analytics/fabric8-analytics-lsp-server/0.9.3/7032ee5390644c734c78d171a8b6164cc348854d", + "integrity": "sha512-t1U8escvm580KY2vttmPQyMtmf/9xftPpVkB7z56nf1ZoUc9PJJJBQaNKeI+pHKsH1YE0OISFzm1A8AFUCmGbg==", "license": "Apache-2.0", "dependencies": { "@RHEcosystemAppEng/exhort-javascript-api": "^0.1.1-ea.14", diff --git a/package.json b/package.json index afe2b8fea..8f72511df 100644 --- a/package.json +++ b/package.json @@ -278,11 +278,11 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.1-ea.0", + "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.3", "@redhat-developer/vscode-redhat-telemetry": "^0.7.0", "@RHEcosystemAppEng/exhort-javascript-api": "^0.1.1-ea.14", "fs": "^0.0.1-security", "path": "^0.12.7", "vscode-languageclient": "^8.1.0" } -} +} \ No newline at end of file