From 84d63b177887ff605d16f13bb5af9bd3d1cdf809 Mon Sep 17 00:00:00 2001 From: Rob Reed Date: Fri, 28 Nov 2025 16:04:42 -0800 Subject: [PATCH 1/2] [XELP] bump brigherscript-formatter --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 513e0729..0b2af413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "array-sort": "^1.0.0", "backoff": "^2.5.0", "brighterscript": "https://github.com/plexinc/brighterscript.git#0.70.202511253", - "brighterscript-formatter": "https://github.com/plexinc/brighterscript-formatter.git#1.7.2025112720", + "brighterscript-formatter": "https://github.com/plexinc/brighterscript-formatter.git#1.7.2025112820", "clone-deep": "^4.0.1", "debounce": "^1.2.0", "dotenv": "^6.2.0", diff --git a/package.json b/package.json index abb5730f..5456ed6c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "array-sort": "^1.0.0", "backoff": "^2.5.0", "brighterscript": "https://github.com/plexinc/brighterscript.git#0.70.202511253", - "brighterscript-formatter": "https://github.com/plexinc/brighterscript-formatter.git#1.7.2025112720", + "brighterscript-formatter": "https://github.com/plexinc/brighterscript-formatter.git#1.7.2025112820", "clone-deep": "^4.0.1", "debounce": "^1.2.0", "dotenv": "^6.2.0", From e9b5fc9698b895eb7ce666ae66d66fa61bcf3418 Mon Sep 17 00:00:00 2001 From: Rob Reed Date: Fri, 28 Nov 2025 16:19:00 -0800 Subject: [PATCH 2/2] [GHA] disable building on windows (slow) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e0f579a..783541de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@master - uses: actions/setup-node@master