From 7be9e68076fdacc3049379ccb8e4fd788b4af2ed Mon Sep 17 00:00:00 2001 From: gijoe0295 Date: Sat, 27 Jul 2024 02:09:34 +0700 Subject: [PATCH 1/4] bump expensify-common to v2.0.57 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09250e1c2289..4aa6bf3a19cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "date-fns-tz": "^2.0.0", "dom-serializer": "^0.2.2", "domhandler": "^4.3.0", - "expensify-common": "2.0.49", + "expensify-common": "2.0.57", "expo": "^50.0.3", "expo-av": "~13.10.4", "expo-image": "1.11.0", @@ -25791,9 +25791,9 @@ } }, "node_modules/expensify-common": { - "version": "2.0.49", - "resolved": "https://registry.npmjs.org/expensify-common/-/expensify-common-2.0.49.tgz", - "integrity": "sha512-67QbRuR2XEl2RoNLSbyqGWATIbOXPV42azAfs2sqNT6iyWKcOgHUqRkWPhxA0GmSW35lwq66bvgPVsQUfMGCow==", + "version": "2.0.57", + "resolved": "https://registry.npmjs.org/expensify-common/-/expensify-common-2.0.57.tgz", + "integrity": "sha512-ORAnuvMC4NZRgCTjOrxwW9SjigIP6/TlGGUV4DkCqTaiBriq8Mb2ypzv9LR1jcxDlbt19MuRsW66xMI3sAYLwA==", "dependencies": { "awesome-phonenumber": "^5.4.0", "classnames": "2.5.0", diff --git a/package.json b/package.json index c320c88f4ef4..f0c6e5956b21 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "date-fns-tz": "^2.0.0", "dom-serializer": "^0.2.2", "domhandler": "^4.3.0", - "expensify-common": "2.0.49", + "expensify-common": "2.0.57", "expo": "^50.0.3", "expo-av": "~13.10.4", "expo-image": "1.11.0", From d29e1b72432b376442ccb1b40425384c5b13bf04 Mon Sep 17 00:00:00 2001 From: gijoe0295 Date: Sat, 27 Jul 2024 02:26:16 +0700 Subject: [PATCH 2/4] fix gh actions check failure --- .github/actions/javascript/proposalPoliceComment/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/javascript/proposalPoliceComment/index.js b/.github/actions/javascript/proposalPoliceComment/index.js index e000c99bc4ca..49dbe3b52cf7 100644 --- a/.github/actions/javascript/proposalPoliceComment/index.js +++ b/.github/actions/javascript/proposalPoliceComment/index.js @@ -18487,12 +18487,6 @@ class GithubUtils { }) .then((response) => response.data.workflow_runs[0]?.id); } - /** - * Generate the well-formatted body of a production release. - */ - static getReleaseBody(pullRequests) { - return pullRequests.map((number) => `- ${this.getPullRequestURLFromNumber(number)}`).join('\r\n'); - } /** * Generate the URL of an New Expensify pull request given the PR number. */ From 1bb2fae6cc834978b00bf3ee0cd69bd2982c6b77 Mon Sep 17 00:00:00 2001 From: gijoe0295 Date: Sat, 27 Jul 2024 03:06:59 +0700 Subject: [PATCH 3/4] revert: fix gh actions check failure --- .github/actions/javascript/proposalPoliceComment/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/javascript/proposalPoliceComment/index.js b/.github/actions/javascript/proposalPoliceComment/index.js index e000c99bc4ca..49dbe3b52cf7 100644 --- a/.github/actions/javascript/proposalPoliceComment/index.js +++ b/.github/actions/javascript/proposalPoliceComment/index.js @@ -18487,12 +18487,6 @@ class GithubUtils { }) .then((response) => response.data.workflow_runs[0]?.id); } - /** - * Generate the well-formatted body of a production release. - */ - static getReleaseBody(pullRequests) { - return pullRequests.map((number) => `- ${this.getPullRequestURLFromNumber(number)}`).join('\r\n'); - } /** * Generate the URL of an New Expensify pull request given the PR number. */ From 59fd014c21ce425b666d2b453ed7cbf891d4c90c Mon Sep 17 00:00:00 2001 From: gijoe0295 Date: Sat, 27 Jul 2024 03:08:05 +0700 Subject: [PATCH 4/4] Revert "fix gh actions check failure" This reverts commit d29e1b72432b376442ccb1b40425384c5b13bf04. --- .github/actions/javascript/proposalPoliceComment/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/actions/javascript/proposalPoliceComment/index.js b/.github/actions/javascript/proposalPoliceComment/index.js index 49dbe3b52cf7..e000c99bc4ca 100644 --- a/.github/actions/javascript/proposalPoliceComment/index.js +++ b/.github/actions/javascript/proposalPoliceComment/index.js @@ -18487,6 +18487,12 @@ class GithubUtils { }) .then((response) => response.data.workflow_runs[0]?.id); } + /** + * Generate the well-formatted body of a production release. + */ + static getReleaseBody(pullRequests) { + return pullRequests.map((number) => `- ${this.getPullRequestURLFromNumber(number)}`).join('\r\n'); + } /** * Generate the URL of an New Expensify pull request given the PR number. */