From 07c3ef067d5e6c4174341babcf07f4571e553bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:27:13 +0000 Subject: [PATCH 1/5] chore: bump monaco-editor from 0.44.0 to 0.50.0 in /site Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.44.0 to 0.50.0. - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/monaco-editor/compare/v0.44.0...v0.50.0) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- site/package.json | 2 +- site/pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/site/package.json b/site/package.json index 520f9e06ca597..d92d6ec4427bf 100644 --- a/site/package.json +++ b/site/package.json @@ -70,7 +70,7 @@ "front-matter": "4.0.2", "jszip": "3.10.1", "lodash": "4.17.21", - "monaco-editor": "0.44.0", + "monaco-editor": "0.50.0", "pretty-bytes": "6.1.0", "react": "18.3.1", "react-chartjs-2": "5.2.0", diff --git a/site/pnpm-lock.yaml b/site/pnpm-lock.yaml index 5a9a2f3e19e1e..e635989376c34 100644 --- a/site/pnpm-lock.yaml +++ b/site/pnpm-lock.yaml @@ -35,7 +35,7 @@ dependencies: version: 5.0.5 '@monaco-editor/react': specifier: 4.6.0 - version: 4.6.0(monaco-editor@0.44.0)(react-dom@18.3.1)(react@18.3.1) + version: 4.6.0(monaco-editor@0.50.0)(react-dom@18.3.1)(react@18.3.1) '@mui/icons-material': specifier: 5.15.20 version: 5.15.20(@mui/material@5.15.21)(@types/react@18.2.6)(react@18.3.1) @@ -130,8 +130,8 @@ dependencies: specifier: 4.17.21 version: 4.17.21 monaco-editor: - specifier: 0.44.0 - version: 0.44.0 + specifier: 0.50.0 + version: 0.50.0 pretty-bytes: specifier: 6.1.0 version: 6.1.0 @@ -3312,24 +3312,24 @@ packages: react: 18.3.1 dev: true - /@monaco-editor/loader@1.4.0(monaco-editor@0.44.0): + /@monaco-editor/loader@1.4.0(monaco-editor@0.50.0): resolution: {integrity: sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==} peerDependencies: monaco-editor: '>= 0.21.0 < 1' dependencies: - monaco-editor: 0.44.0 + monaco-editor: 0.50.0 state-local: 1.0.7 dev: false - /@monaco-editor/react@4.6.0(monaco-editor@0.44.0)(react-dom@18.3.1)(react@18.3.1): + /@monaco-editor/react@4.6.0(monaco-editor@0.50.0)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==} peerDependencies: monaco-editor: '>= 0.25.0 < 1' react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@monaco-editor/loader': 1.4.0(monaco-editor@0.44.0) - monaco-editor: 0.44.0 + '@monaco-editor/loader': 1.4.0(monaco-editor@0.50.0) + monaco-editor: 0.50.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) dev: false @@ -11106,8 +11106,8 @@ packages: engines: {node: '>= 8'} dev: true - /monaco-editor@0.44.0: - resolution: {integrity: sha512-5SmjNStN6bSuSE5WPT2ZV+iYn1/yI9sd4Igtk23ChvqB7kDk9lZbB9F5frsuvpB+2njdIeGGFf2G4gbE6rCC9Q==} + /monaco-editor@0.50.0: + resolution: {integrity: sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==} dev: false /moo-color@1.0.3: From 95080f313a0438d848a06b104a0d210a8a4e161b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 9 Jul 2024 17:46:16 +0300 Subject: [PATCH 2/5] debug --- .github/workflows/pr-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 1e7de50d2b21d..4f83dfea2ddd1 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -249,6 +249,9 @@ jobs: PR_URL: ${{ needs.get_info.outputs.PR_URL }} PR_HOSTNAME: "pr${{ needs.get_info.outputs.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" steps: + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Set up kubeconfig run: | set -euo pipefail From b43827d765730e1aed6f7590c1987d42ce192150 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 9 Jul 2024 18:00:16 +0300 Subject: [PATCH 3/5] debug --- .github/workflows/pr-deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 4f83dfea2ddd1..621e36db93fe9 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -248,10 +248,7 @@ jobs: PR_TITLE: ${{ needs.get_info.outputs.PR_TITLE }} PR_URL: ${{ needs.get_info.outputs.PR_URL }} PR_HOSTNAME: "pr${{ needs.get_info.outputs.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" - steps: - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - + steps: - name: Set up kubeconfig run: | set -euo pipefail @@ -260,6 +257,9 @@ jobs: chmod 644 ~/.kube/config export KUBECONFIG=~/.kube/config + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Check if image exists run: | set -euo pipefail From 1e65530cf423b771175778b3befe0513923e4d76 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 9 Jul 2024 18:00:50 +0300 Subject: [PATCH 4/5] debug --- .github/workflows/pr-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 621e36db93fe9..dd432b875e4eb 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -248,7 +248,7 @@ jobs: PR_TITLE: ${{ needs.get_info.outputs.PR_TITLE }} PR_URL: ${{ needs.get_info.outputs.PR_URL }} PR_HOSTNAME: "pr${{ needs.get_info.outputs.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}" - steps: + steps: - name: Set up kubeconfig run: | set -euo pipefail From a2374c6341e2ba475785c35c3947bc729da45117 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 9 Jul 2024 18:42:31 +0300 Subject: [PATCH 5/5] Discard changes to .github/workflows/pr-deploy.yaml --- .github/workflows/pr-deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index dd432b875e4eb..1e7de50d2b21d 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -257,9 +257,6 @@ jobs: chmod 644 ~/.kube/config export KUBECONFIG=~/.kube/config - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - - name: Check if image exists run: | set -euo pipefail