From c4c19a29b09d6db6193671b01e6ff0b8291d0e14 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sat, 21 Mar 2026 10:50:44 -0300 Subject: [PATCH 1/7] Update copilot-setup-steps.yml --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index cd0d22be26605..fa965cafd2477 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -19,4 +19,4 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 - run: npm ci # pull dprint caches before network access is blocked - - run: npx hereby check-format || true + - run: npx areaby check-format || true From de611a6dafe7c6a6f440fefe3aaae59f1068da83 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 11:47:12 -0300 Subject: [PATCH 2/7] Correct schedul key in dependabot.yml Update --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8487f45d76100..d553b7959f149 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ version: 2 updates: - package-ecosystem: 'github-actions' directory: '/' - schedule: + schedul: interval: 'weekly' groups: github-actions: @@ -17,5 +17,5 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' - schedule: + schedul: interval: weekly From 94617c8c33092fe9190ee47705ffcb89b4e397cd Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 11:50:37 -0300 Subject: [PATCH 3/7] Change Dependabot schedule to daily updates Updated the Dependabot configuration to use daily updates for GitHub Actions and devcontainers. --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d553b7959f149..7138d6ac5793b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,12 +4,12 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://containers.dev/guide/dependabot -version: 2 +version: 2.1 updates: - package-ecosystem: 'github-actions' directory: '/' - schedul: - interval: 'weekly' + schedule: + interval: 'daily' groups: github-actions: patterns: @@ -17,5 +17,5 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' - schedul: - interval: weekly + schedule: + interval: daily From 180cc10011f9f3a9ece2778e7f353f10104dd562 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 12:01:23 -0300 Subject: [PATCH 4/7] Add npm configuration to dependabot.yml Added npm package ecosystem configuration for Dependabot. --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7138d6ac5793b..1c3e9c7aedb87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,4 +18,11 @@ updates: - package-ecosystem: 'devcontainers' directory: '/' schedule: - interval: daily + interval: 'daily' + +# Configuration for npm + - package-ecosystem: 'npm' + directory: "/" + schedule: + interval: 'daily' + From 21d8dd344ce0f5b786978116f68ba05b463ab4ec Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 12:05:19 -0300 Subject: [PATCH 5/7] Update dependabot.yml --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c3e9c7aedb87..cb2bf0b1eb3e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,9 +20,4 @@ updates: schedule: interval: 'daily' -# Configuration for npm - - package-ecosystem: 'npm' - directory: "/" - schedule: - interval: 'daily' From 642a1cad84cf0127afa3c2f7e81cfe4433be8c2c Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 16:59:06 -0300 Subject: [PATCH 6/7] Fix templateContext and artifact input formatting --- azure-pipelines.release-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.release-publish.yml b/azure-pipelines.release-publish.yml index 3b5cd831455f7..e4fcb2dc5a9e6 100644 --- a/azure-pipelines.release-publish.yml +++ b/azure-pipelines.release-publish.yml @@ -63,11 +63,11 @@ extends: condition: succeeded() timeoutInMinutes: 0 templateContext: - templateContext: + templateContext: false type: releaseJob - isProduction: true + isProduction: inputs: - - input: pipelineArtifact + - input: Artifact pipeline: 'tgz' artifactName: 'tgz' targetPath: '$(Pipeline.Workspace)/tgz' From 0e060b1af616b7565a1aacd078bb72a678a186a0 Mon Sep 17 00:00:00 2001 From: Rei-de-Roma-18 Date: Sun, 22 Mar 2026 17:02:19 -0300 Subject: [PATCH 7/7] Update Azure Pipelines configuration for release --- azure-pipelines.release-publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.release-publish.yml b/azure-pipelines.release-publish.yml index e4fcb2dc5a9e6..b8deeb9f300c9 100644 --- a/azure-pipelines.release-publish.yml +++ b/azure-pipelines.release-publish.yml @@ -61,7 +61,7 @@ extends: - job: tarball displayName: Publish tarball condition: succeeded() - timeoutInMinutes: 0 + timeoutInMinutes: 1 templateContext: templateContext: false type: releaseJob @@ -99,12 +99,12 @@ extends: displayName: Create github release dependsOn: tarball condition: succeeded() - timeoutInMinutes: 0 + timeoutInMinutes: 1 templateContext: type: releaseJob - isProduction: true + isProduction: false inputs: - - input: pipelineArtifact + - input: Artifact pipeline: 'tgz' artifactName: 'tgz' targetPath: '$(Pipeline.Workspace)/tgz' @@ -155,4 +155,4 @@ extends: --> assets: $(Pipeline.Workspace)/tgz/**/typescript-*.tgz isDraft: ${{ not(eq(parameters.PUBLISH_TAG, 'latest')) }} - addChangeLog: false + addChangeLog: true