From 26b7e63a778f373aa722578ff30a09afddea3bb0 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Sat, 10 Jul 2021 09:06:26 -0400 Subject: [PATCH 1/3] personal PR was merged and published. Updated esbuild-plugin-sass --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4ab7e329b7..265e077ca3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "esbuild": "^0.12.4", "esbuild-plugin-babel": "https://github.com/schloerke/esbuild-plugin-babel#patch-2", "esbuild-plugin-globals": "^0.1.1", - "esbuild-plugin-sass": "https://github.com/schloerke/esbuild-plugin-sass#js-files-typo", + "esbuild-plugin-sass": "^0.5.2", "eslint": "^7.27.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-jest": "^24.3.6", diff --git a/yarn.lock b/yarn.lock index b4052e8a3e..40efb0f415 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1969,7 +1969,7 @@ __metadata: esbuild: ^0.12.4 esbuild-plugin-babel: "https://github.com/schloerke/esbuild-plugin-babel#patch-2" esbuild-plugin-globals: ^0.1.1 - esbuild-plugin-sass: "https://github.com/schloerke/esbuild-plugin-sass#js-files-typo" + esbuild-plugin-sass: ^0.5.2 eslint: ^7.27.0 eslint-config-prettier: ^7.2.0 eslint-plugin-jest: ^24.3.6 @@ -3801,9 +3801,9 @@ __metadata: languageName: node linkType: hard -"esbuild-plugin-sass@https://github.com/schloerke/esbuild-plugin-sass#js-files-typo": - version: 0.5.1 - resolution: "esbuild-plugin-sass@https://github.com/schloerke/esbuild-plugin-sass.git#commit=1f04d94e5c2894339e428018613a43b742e0bd03" +"esbuild-plugin-sass@npm:^0.5.2": + version: 0.5.2 + resolution: "esbuild-plugin-sass@npm:0.5.2" dependencies: css-tree: ^1.1.2 fs-extra: ^9.0.1 @@ -3811,7 +3811,7 @@ __metadata: tmp: ^0.2.1 peerDependencies: esbuild: ">=0.11.14" - checksum: 2cbb57fb40b315a16b8e1fff9478b716ee1e5984388cebe1558ff52ad327a88e063f407d18a493bcef9309c9a54d84d8b1109bf1cb6b85018f0228328998546e + checksum: 405a7c845858cb6fc7e69fd48a55d8fe28421ec756b7d146b0d776b344c2bec7b807ebdba546bf579cd7863d9467f4d69090ca740bd96607ed046e0c6d7644fe languageName: node linkType: hard From 6cad2d716285906fc9b064517a5caaa7d8adacc2 Mon Sep 17 00:00:00 2001 From: schloerke Date: Sat, 10 Jul 2021 13:11:23 +0000 Subject: [PATCH 2/3] Document (GitHub Actions) --- man/runApp.Rd | 5 ++++- man/runExample.Rd | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/man/runApp.Rd b/man/runApp.Rd index 9daf245caf..ce4ff37a61 100644 --- a/man/runApp.Rd +++ b/man/runApp.Rd @@ -30,7 +30,10 @@ expression that produces a Shiny app object. \item{port}{The TCP port that the application should listen on. If the \code{port} is not specified, and the \code{shiny.port} option is set (with \code{options(shiny.port = XX)}), then that port will be used. Otherwise, -use a random port.} +use a random port between 3000:8000, excluding ports that are blocked +by Google Chrome for being considered unsafe: 3659, 4045, 5060, +5061, 6000, 6566, 6665:6669 and 6697. Up to twenty random +ports will be tried.} \item{launch.browser}{If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in diff --git a/man/runExample.Rd b/man/runExample.Rd index 89cc9969f9..c17a40ba56 100644 --- a/man/runExample.Rd +++ b/man/runExample.Rd @@ -19,7 +19,10 @@ list the available examples.} \item{port}{The TCP port that the application should listen on. If the \code{port} is not specified, and the \code{shiny.port} option is set (with \code{options(shiny.port = XX)}), then that port will be used. Otherwise, -use a random port.} +use a random port between 3000:8000, excluding ports that are blocked +by Google Chrome for being considered unsafe: 3659, 4045, 5060, +5061, 6000, 6566, 6665:6669 and 6697. Up to twenty random +ports will be tried.} \item{launch.browser}{If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in From e2654c0fe2d5343eb7793e0f6cb65e2de6c7100a Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Sat, 10 Jul 2021 09:39:25 -0400 Subject: [PATCH 3/3] perform in root folder --- .github/workflows/rituals.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rituals.yaml b/.github/workflows/rituals.yaml index c36b5f7976..408dfabf85 100644 --- a/.github/workflows/rituals.yaml +++ b/.github/workflows/rituals.yaml @@ -169,5 +169,4 @@ jobs: # Execute after pushing, as no updated files will be produced - name: Test TypeScript code run: | - cd srcts yarn test