From 1ffd36bbdc9bdf83b8b1b7bbd228ddce561f18b0 Mon Sep 17 00:00:00 2001 From: bethbeza Date: Mon, 18 Nov 2024 21:39:21 -0500 Subject: [PATCH 01/10] Testing signed commit --- test-signed.txt | Bin 0 -> 72 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test-signed.txt diff --git a/test-signed.txt b/test-signed.txt new file mode 100644 index 0000000000000000000000000000000000000000..094380ffb287976f30426cd2b4d00c9c286496af GIT binary patch literal 72 zcmezWFN7h3A(Nq)K>jy7XxL}8S;SQDL`H_P&5|^Gl6P~ J8F(4E7ywGx4krKr literal 0 HcmV?d00001 From 90ee3b72f9db1521f3d25e6352846dab0fb7a7b9 Mon Sep 17 00:00:00 2001 From: bethbeza Date: Mon, 18 Nov 2024 22:03:42 -0500 Subject: [PATCH 02/10] Testing signed commit --- test-signed.txt | Bin 72 -> 50 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/test-signed.txt b/test-signed.txt index 094380ffb287976f30426cd2b4d00c9c286496af..51d82c80d0e15d7736bf5afece17f2bd332f0265 100644 GIT binary patch delta 21 ccmeY;;{X3Igdvron4yFrlOc~GeWI!|08AJLJ^%m! delta 43 pcmXr=Q2qZegdu|=lcAVF0ZJwUStSgqK#>w4D~%zap=ct%G63!R3A_LR From b7328222b1a5e625c3b1ff7b7768d6b58374fbc2 Mon Sep 17 00:00:00 2001 From: Beth Beza Date: Thu, 21 Nov 2024 19:01:34 -0500 Subject: [PATCH 03/10] Add workflows to manage Dependabot schedule --- .github/workflows/disable-dependabot.yml | 22 ++ .github/workflows/enable-dependabot.yml | 22 ++ "ting signed commit\"" | 336 +++++++++++++++++++++++ 3 files changed, 380 insertions(+) create mode 100644 .github/workflows/disable-dependabot.yml create mode 100644 .github/workflows/enable-dependabot.yml create mode 100644 "ting signed commit\"" diff --git a/.github/workflows/disable-dependabot.yml b/.github/workflows/disable-dependabot.yml new file mode 100644 index 00000000000..576eec54016 --- /dev/null +++ b/.github/workflows/disable-dependabot.yml @@ -0,0 +1,22 @@ +name: Disable Dependabot + +on: + schedule: + - cron: '0 14 * * *' # Runs daily at 9 AM EST (14 UTC) + +jobs: + disable: + runs-on: ubuntu-latest + steps: + - name: Checkout Repository + uses: actions/checkout@v3 + + - name: Disable Dependabot + run: | + mv .github/dependabot.yml .github/dependabot.yml.disabled + git config user.name "GitHub Action" + git config user.email "action@github.com" + git add .github/dependabot.yml.disabled + git commit -S -m "Disable Dependabot updates" + git push + diff --git a/.github/workflows/enable-dependabot.yml b/.github/workflows/enable-dependabot.yml new file mode 100644 index 00000000000..ee08b0f6f19 --- /dev/null +++ b/.github/workflows/enable-dependabot.yml @@ -0,0 +1,22 @@ +name: Enable Dependabot + +on: + schedule: + - cron: '0 2 * * *' # Runs daily at 9 PM EST (2 UTC) + +jobs: + enable: + runs-on: ubuntu-latest + steps: + - name: Checkout Repository + uses: actions/checkout@v3 + + - name: Enable Dependabot + run: | + mv .github/dependabot.yml.disabled .github/dependabot.yml + git config user.name "GitHub Action" + git config user.email "action@github.com" + git add .github/dependabot.yml + git commit -S -m "Enable Dependabot updates" + git push + diff --git "a/ting signed commit\"" "b/ting signed commit\"" new file mode 100644 index 00000000000..b228434ac01 --- /dev/null +++ "b/ting signed commit\"" @@ -0,0 +1,336 @@ +commit 4ccf2a84d00427bd2e73f3cace2e9df5724722c4 (HEAD -> signed-commit-test, tag: v-pre-release, origin/master, origin/deployment/2024-10-31, origin/HEAD, terraform-scripts, master) +gpg: Signature made 10/30/24 20:14:19 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: Lucero Velasco <165824244+lucero-v@users.noreply.github.com> +Date: Wed Oct 30 18:14:19 2024 -0600 + + Fixed converting FHIR to HL7 messages using the fhirdata prime CLI command (#16401) + + Co-authored-by: victor-chaparro + Co-authored-by: victor-chaparro <117938212+victor-chaparro@users.noreply.github.com> + +commit c209121e2755eb87995025e76cb4e17c13678a79 +gpg: Signature made 10/30/24 18:59:20 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: Arnej <118766341+arnejduranovic@users.noreply.github.com> +Date: Wed Oct 30 17:59:20 2024 -0500 + + Change platform epic template file name and add template table to con… (#16403) + + * Change platform epic template file name and add template table to contents + +commit 88a37373dfa5402a383fbc2aa44f3ba60d3f5f28 +gpg: Signature made 10/30/24 15:41:01 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: MichaelEsuruoso +Date: Wed Oct 30 13:41:01 2024 -0600 + + Create Platform _Epic_Template.md (#16369) + + * Create Platform _Epic_Template.md + + This template is designed to guide the creation of epics for the platform team. It standardizes essential details, ensuring clarity and alignment across teams. By using this template, we streamline epic creation, helping the platform team capture key information, dependencies, and objectives, which supports more effective planning and execution + + * Update .github/ISSUE_TEMPLATE/Platform _Epic_Template.md + + Co-authored-by: Arnej <118766341+arnejduranovic@users.noreply.github.com> + + * Update Platform _Epic_Template.md + + * Update .github/ISSUE_TEMPLATE/Platform _Epic_Template.md + + Co-authored-by: Arnej <118766341+arnejduranovic@users.noreply.github.com> + + * Update Platform _Epic_Template.md + + --------- + + Co-authored-by: Arnej <118766341+arnejduranovic@users.noreply.github.com> + +commit 787b61a6d2f28bde5e74f993dbcbeadfd423f9c6 +gpg: Signature made 10/30/24 11:51:23 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: James Gilmore <109554461+GilmoreA6@users.noreply.github.com> +Date: Wed Oct 30 08:51:23 2024 -0700 + + add automated-sender-testing transform (#16392) + + * add automated-sender-testing transform + + * add automated-sender-testing transform + +commit 66869b8e3cdf6a0ebc10a7982cdf6be8585b4632 +gpg: Signature made 10/29/24 20:39:34 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Wed Oct 30 00:39:34 2024 +0000 + + Bump the eslint group across 1 directory with 7 updates (#16358) + + * Bump the eslint group across 1 directory with 7 updates + + Bumps the eslint group with 7 updates in the /frontend-react directory: + + | Package | From | To | + | --- | --- | --- | + | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.13.0` | + | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.1` | `3.6.3` | + | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | + | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.9.0` | `6.10.2` | + | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.37.2` | + | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.0.0` | + | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.7` | `0.4.14` | + + + + Updates `eslint` from 8.57.0 to 9.13.0 + - [Release notes](https://github.com/eslint/eslint/releases) + - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) + - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.13.0) + + Updates `eslint-import-resolver-typescript` from 3.6.1 to 3.6.3 + - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) + - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) + - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.1...v3.6.3) + + Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 + - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) + - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) + - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) + + Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.2 + - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) + - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) + - [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.2) + + Updates `eslint-plugin-react` from 7.34.3 to 7.37.2 + - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) + - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) + - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.37.2) + + Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0 + - [Release notes](https://github.com/facebook/react/releases) + - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) + - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks) + + Updates `eslint-plugin-react-refresh` from 0.4.7 to 0.4.14 + - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) + - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) + - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.7...v0.4.14) + + --- + updated-dependencies: + - dependency-name: eslint + dependency-type: direct:development + update-type: version-update:semver-major + dependency-group: eslint + - dependency-name: eslint-import-resolver-typescript + dependency-type: direct:development + update-type: version-update:semver-patch + dependency-group: eslint + - dependency-name: eslint-plugin-import + dependency-type: direct:development + update-type: version-update:semver-minor + dependency-group: eslint + - dependency-name: eslint-plugin-jsx-a11y + dependency-type: direct:development + update-type: version-update:semver-minor + dependency-group: eslint + - dependency-name: eslint-plugin-react + dependency-type: direct:development + update-type: version-update:semver-minor + dependency-group: eslint + - dependency-name: eslint-plugin-react-hooks + dependency-type: direct:development + update-type: version-update:semver-major + dependency-group: eslint + - dependency-name: eslint-plugin-react-refresh + dependency-type: direct:development + update-type: version-update:semver-patch + dependency-group: eslint + ... + + Signed-off-by: dependabot[bot] + + * move to eslint flat config + - the majority of our eslint plugins are now flat config compatible, with the remaining capable of being used via eslint's compat library + - prefer a plugin's provided config over just defining it as a plugin + - overrides from legacy config are now the additional configs in the default flat config export + - future work would be to simplify the additional configs so that they work in tandum with other configs instead of acting as their own configs + + --------- + + Signed-off-by: dependabot[bot] + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> + +commit b97859826beb20cab63bf4d8d07bb53e25e71057 +gpg: Signature made 10/29/24 20:05:02 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Merge: d9bf5a957 577a07a46 +Author: etanb +Date: Tue Oct 29 17:05:02 2024 -0700 + + Merge pull request #16395 from CDCgov/experience/16293/update-rs-roadmap + + update product roadmap + +commit 577a07a4671bbe709bf10a01a6fb8a228490b81d +gpg: Signature made 10/29/24 19:55:15 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Merge: c24cc4cc4 d9bf5a957 +Author: etanb +Date: Tue Oct 29 16:55:15 2024 -0700 + + Merge branch 'master' into experience/16293/update-rs-roadmap + +commit c24cc4cc46557cea55b8d7ca07f52b9279676273 +Author: etanb +Date: Tue Oct 29 16:52:20 2024 -0700 + + update date + +commit d9bf5a9576ea02c956f59e898a78ac83a39f5daa +gpg: Signature made 10/29/24 19:03:19 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Merge: b23754a5f ca1ca368e +Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> +Date: Tue Oct 29 16:03:19 2024 -0700 + + Merge pull request #16064 from CDCgov/flexion/update-org-settings + + Update ETOR org settings + +commit ca1ca368e0f7b905a97b54199c2dd1ac50d5d9ee +gpg: Signature made 10/29/24 18:16:26 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Merge: 84374e23a b23754a5f +Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> +Date: Tue Oct 29 15:16:26 2024 -0700 + + Merge branch 'master' into flexion/update-org-settings +error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification + +commit 84374e23ae5089d83b66b1aed52587799d5c90ca +No signature +Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> +Date: Tue Oct 29 15:15:30 2024 -0700 + + Update transform for simulated-sender +error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification + +commit a761f96121fd669fe729bb9418e4efbb89195087 +No signature +Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> +Date: Tue Oct 29 15:14:15 2024 -0700 + + Update transform for simulated-sender + +commit a32a75d709750bd16cf9897f7e59c86bac580fbb (origin/trialfrontend03) +Author: etanb +Date: Tue Oct 29 15:11:10 2024 -0700 + + update product roadmap + +commit b23754a5f3b90c1dcd5646e8e97e5ea300ef3d26 +gpg: Signature made 10/29/24 18:07:01 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Oct 29 22:07:01 2024 +0000 + + Bump the typescript group in /frontend-react with 2 updates (#16328) + + Bumps the typescript group in /frontend-react with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). + + + Updates `@typescript-eslint/eslint-plugin` from 8.10.0 to 8.11.0 + - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) + - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) + - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/eslint-plugin) + + Updates `@typescript-eslint/parser` from 8.10.0 to 8.11.0 + - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) + - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) + - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/parser) + + --- + updated-dependencies: + - dependency-name: "@typescript-eslint/eslint-plugin" + dependency-type: direct:development + update-type: version-update:semver-minor + dependency-group: typescript + - dependency-name: "@typescript-eslint/parser" + dependency-type: direct:development + update-type: version-update:semver-minor + dependency-group: typescript + ... + + Signed-off-by: dependabot[bot] + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> + +commit d415513f1bebd8df6a578ab38b66f082aafd9655 +gpg: Signature made 10/29/24 17:56:17 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +Date: Tue Oct 29 16:56:17 2024 -0500 + + Bump vite from 5.4.9 to 5.4.10 in /frontend-react in the vite group (#16330) + + Bumps the vite group in /frontend-react with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). + + + Updates `vite` from 5.4.9 to 5.4.10 + - [Release notes](https://github.com/vitejs/vite/releases) + - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) + - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) + + --- + updated-dependencies: + - dependency-name: vite + dependency-type: direct:development + update-type: version-update:semver-patch + dependency-group: vite + ... + + Signed-off-by: dependabot[bot] + Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> + +commit 78eddf4a4f0a5afa34947f6e2163e41f532f3b8a +gpg: Signature made 10/29/24 15:16:36 Eastern Daylight Time  +gpg: using RSA key B5690EEEBB952194  +gpg: Can't check signature: No public key  +Author: Angela DeGolier <39102333+adegolier@users.noreply.github.com> +Date: Tue Oct 29 15:16:36 2024 -0400 + + Platform/angela/16191/always execute send (#16308) + + * Added null transport for receivers with no transport configured + + * Changed TransportType to sealed at Kalish's suggestion, so we could remove the else from getTransport() in SendFunction +error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification + +commit a25c0272eae811e6ebfb60cdf2b6ce757bb925ab +No signature +Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> +Date: Tue Oct 29 10:31:05 2024 -0700 + + Added transform for simulated-sender +error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification + +commit cbf73b4d3018396f3004995865bd136f4b1e8149 +No signature +Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> +Date: Tue Oc \ No newline at end of file From 9c0263d397b869d21574a61dcd775e1a7d2258c4 Mon Sep 17 00:00:00 2001 From: bethbeza Date: Thu, 5 Dec 2024 20:36:09 -0500 Subject: [PATCH 04/10] Removed files --- test-signed.txt | Bin 50 -> 0 bytes "ting signed commit\"" | 336 ----------------------------------------- 2 files changed, 336 deletions(-) delete mode 100644 test-signed.txt delete mode 100644 "ting signed commit\"" diff --git a/test-signed.txt b/test-signed.txt deleted file mode 100644 index 51d82c80d0e15d7736bf5afece17f2bd332f0265..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 50 xcmezWFN7hLp_rkBA(J7GA)P@1$j$`Pc|g$=ATOCApCK0rGl43K8F(4E7yw8y3aJ19 diff --git "a/ting signed commit\"" "b/ting signed commit\"" deleted file mode 100644 index b228434ac01..00000000000 --- "a/ting signed commit\"" +++ /dev/null @@ -1,336 +0,0 @@ -commit 4ccf2a84d00427bd2e73f3cace2e9df5724722c4 (HEAD -> signed-commit-test, tag: v-pre-release, origin/master, origin/deployment/2024-10-31, origin/HEAD, terraform-scripts, master) -gpg: Signature made 10/30/24 20:14:19 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: Lucero Velasco <165824244+lucero-v@users.noreply.github.com> -Date: Wed Oct 30 18:14:19 2024 -0600 - - Fixed converting FHIR to HL7 messages using the fhirdata prime CLI command (#16401) - - Co-authored-by: victor-chaparro - Co-authored-by: victor-chaparro <117938212+victor-chaparro@users.noreply.github.com> - -commit c209121e2755eb87995025e76cb4e17c13678a79 -gpg: Signature made 10/30/24 18:59:20 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: Arnej <118766341+arnejduranovic@users.noreply.github.com> -Date: Wed Oct 30 17:59:20 2024 -0500 - - Change platform epic template file name and add template table to con… (#16403) - - * Change platform epic template file name and add template table to contents - -commit 88a37373dfa5402a383fbc2aa44f3ba60d3f5f28 -gpg: Signature made 10/30/24 15:41:01 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: MichaelEsuruoso -Date: Wed Oct 30 13:41:01 2024 -0600 - - Create Platform _Epic_Template.md (#16369) - - * Create Platform _Epic_Template.md - - This template is designed to guide the creation of epics for the platform team. It standardizes essential details, ensuring clarity and alignment across teams. By using this template, we streamline epic creation, helping the platform team capture key information, dependencies, and objectives, which supports more effective planning and execution - - * Update .github/ISSUE_TEMPLATE/Platform _Epic_Template.md - - Co-authored-by: Arnej <118766341+arnejduranovic@users.noreply.github.com> - - * Update Platform _Epic_Template.md - - * Update .github/ISSUE_TEMPLATE/Platform _Epic_Template.md - - Co-authored-by: Arnej <118766341+arnejduranovic@users.noreply.github.com> - - * Update Platform _Epic_Template.md - - --------- - - Co-authored-by: Arnej <118766341+arnejduranovic@users.noreply.github.com> - -commit 787b61a6d2f28bde5e74f993dbcbeadfd423f9c6 -gpg: Signature made 10/30/24 11:51:23 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: James Gilmore <109554461+GilmoreA6@users.noreply.github.com> -Date: Wed Oct 30 08:51:23 2024 -0700 - - add automated-sender-testing transform (#16392) - - * add automated-sender-testing transform - - * add automated-sender-testing transform - -commit 66869b8e3cdf6a0ebc10a7982cdf6be8585b4632 -gpg: Signature made 10/29/24 20:39:34 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Wed Oct 30 00:39:34 2024 +0000 - - Bump the eslint group across 1 directory with 7 updates (#16358) - - * Bump the eslint group across 1 directory with 7 updates - - Bumps the eslint group with 7 updates in the /frontend-react directory: - - | Package | From | To | - | --- | --- | --- | - | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.13.0` | - | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.1` | `3.6.3` | - | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | - | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.9.0` | `6.10.2` | - | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.3` | `7.37.2` | - | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.0.0` | - | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.7` | `0.4.14` | - - - - Updates `eslint` from 8.57.0 to 9.13.0 - - [Release notes](https://github.com/eslint/eslint/releases) - - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.13.0) - - Updates `eslint-import-resolver-typescript` from 3.6.1 to 3.6.3 - - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.1...v3.6.3) - - Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0) - - Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.2 - - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - - [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.9.0...v6.10.2) - - Updates `eslint-plugin-react` from 7.34.3 to 7.37.2 - - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.37.2) - - Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0 - - [Release notes](https://github.com/facebook/react/releases) - - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks) - - Updates `eslint-plugin-react-refresh` from 0.4.7 to 0.4.14 - - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - - [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.7...v0.4.14) - - --- - updated-dependencies: - - dependency-name: eslint - dependency-type: direct:development - update-type: version-update:semver-major - dependency-group: eslint - - dependency-name: eslint-import-resolver-typescript - dependency-type: direct:development - update-type: version-update:semver-patch - dependency-group: eslint - - dependency-name: eslint-plugin-import - dependency-type: direct:development - update-type: version-update:semver-minor - dependency-group: eslint - - dependency-name: eslint-plugin-jsx-a11y - dependency-type: direct:development - update-type: version-update:semver-minor - dependency-group: eslint - - dependency-name: eslint-plugin-react - dependency-type: direct:development - update-type: version-update:semver-minor - dependency-group: eslint - - dependency-name: eslint-plugin-react-hooks - dependency-type: direct:development - update-type: version-update:semver-major - dependency-group: eslint - - dependency-name: eslint-plugin-react-refresh - dependency-type: direct:development - update-type: version-update:semver-patch - dependency-group: eslint - ... - - Signed-off-by: dependabot[bot] - - * move to eslint flat config - - the majority of our eslint plugins are now flat config compatible, with the remaining capable of being used via eslint's compat library - - prefer a plugin's provided config over just defining it as a plugin - - overrides from legacy config are now the additional configs in the default flat config export - - future work would be to simplify the additional configs so that they work in tandum with other configs instead of acting as their own configs - - --------- - - Signed-off-by: dependabot[bot] - Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> - -commit b97859826beb20cab63bf4d8d07bb53e25e71057 -gpg: Signature made 10/29/24 20:05:02 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Merge: d9bf5a957 577a07a46 -Author: etanb -Date: Tue Oct 29 17:05:02 2024 -0700 - - Merge pull request #16395 from CDCgov/experience/16293/update-rs-roadmap - - update product roadmap - -commit 577a07a4671bbe709bf10a01a6fb8a228490b81d -gpg: Signature made 10/29/24 19:55:15 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Merge: c24cc4cc4 d9bf5a957 -Author: etanb -Date: Tue Oct 29 16:55:15 2024 -0700 - - Merge branch 'master' into experience/16293/update-rs-roadmap - -commit c24cc4cc46557cea55b8d7ca07f52b9279676273 -Author: etanb -Date: Tue Oct 29 16:52:20 2024 -0700 - - update date - -commit d9bf5a9576ea02c956f59e898a78ac83a39f5daa -gpg: Signature made 10/29/24 19:03:19 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Merge: b23754a5f ca1ca368e -Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> -Date: Tue Oct 29 16:03:19 2024 -0700 - - Merge pull request #16064 from CDCgov/flexion/update-org-settings - - Update ETOR org settings - -commit ca1ca368e0f7b905a97b54199c2dd1ac50d5d9ee -gpg: Signature made 10/29/24 18:16:26 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Merge: 84374e23a b23754a5f -Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> -Date: Tue Oct 29 15:16:26 2024 -0700 - - Merge branch 'master' into flexion/update-org-settings -error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification - -commit 84374e23ae5089d83b66b1aed52587799d5c90ca -No signature -Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> -Date: Tue Oct 29 15:15:30 2024 -0700 - - Update transform for simulated-sender -error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification - -commit a761f96121fd669fe729bb9418e4efbb89195087 -No signature -Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> -Date: Tue Oct 29 15:14:15 2024 -0700 - - Update transform for simulated-sender - -commit a32a75d709750bd16cf9897f7e59c86bac580fbb (origin/trialfrontend03) -Author: etanb -Date: Tue Oct 29 15:11:10 2024 -0700 - - update product roadmap - -commit b23754a5f3b90c1dcd5646e8e97e5ea300ef3d26 -gpg: Signature made 10/29/24 18:07:01 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Oct 29 22:07:01 2024 +0000 - - Bump the typescript group in /frontend-react with 2 updates (#16328) - - Bumps the typescript group in /frontend-react with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). - - - Updates `@typescript-eslint/eslint-plugin` from 8.10.0 to 8.11.0 - - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/eslint-plugin) - - Updates `@typescript-eslint/parser` from 8.10.0 to 8.11.0 - - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/parser) - - --- - updated-dependencies: - - dependency-name: "@typescript-eslint/eslint-plugin" - dependency-type: direct:development - update-type: version-update:semver-minor - dependency-group: typescript - - dependency-name: "@typescript-eslint/parser" - dependency-type: direct:development - update-type: version-update:semver-minor - dependency-group: typescript - ... - - Signed-off-by: dependabot[bot] - Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> - -commit d415513f1bebd8df6a578ab38b66f082aafd9655 -gpg: Signature made 10/29/24 17:56:17 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -Date: Tue Oct 29 16:56:17 2024 -0500 - - Bump vite from 5.4.9 to 5.4.10 in /frontend-react in the vite group (#16330) - - Bumps the vite group in /frontend-react with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). - - - Updates `vite` from 5.4.9 to 5.4.10 - - [Release notes](https://github.com/vitejs/vite/releases) - - [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) - - [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite) - - --- - updated-dependencies: - - dependency-name: vite - dependency-type: direct:development - update-type: version-update:semver-patch - dependency-group: vite - ... - - Signed-off-by: dependabot[bot] - Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> - Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com> - -commit 78eddf4a4f0a5afa34947f6e2163e41f532f3b8a -gpg: Signature made 10/29/24 15:16:36 Eastern Daylight Time  -gpg: using RSA key B5690EEEBB952194  -gpg: Can't check signature: No public key  -Author: Angela DeGolier <39102333+adegolier@users.noreply.github.com> -Date: Tue Oct 29 15:16:36 2024 -0400 - - Platform/angela/16191/always execute send (#16308) - - * Added null transport for receivers with no transport configured - - * Changed TransportType to sealed at Kalish's suggestion, so we could remove the else from getTransport() in SendFunction -error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification - -commit a25c0272eae811e6ebfb60cdf2b6ce757bb925ab -No signature -Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> -Date: Tue Oct 29 10:31:05 2024 -0700 - - Added transform for simulated-sender -error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification - -commit cbf73b4d3018396f3004995865bd136f4b1e8149 -No signature -Author: Basilio Bogado <541149+basiliskus@users.noreply.github.com> -Date: Tue Oc \ No newline at end of file From 6ac272cf5a7243f01eb63eb22f4a1e681f55a0e6 Mon Sep 17 00:00:00 2001 From: bethbeza Date: Fri, 13 Dec 2024 19:34:52 -0500 Subject: [PATCH 05/10] both files --- .github/workflows/dependabot-scheduler.yml | 47 +++++++++++++++++++++ update-dependencies.yml | 49 ++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 .github/workflows/dependabot-scheduler.yml create mode 100644 update-dependencies.yml diff --git a/.github/workflows/dependabot-scheduler.yml b/.github/workflows/dependabot-scheduler.yml new file mode 100644 index 00000000000..7d9d55a72ea --- /dev/null +++ b/.github/workflows/dependabot-scheduler.yml @@ -0,0 +1,47 @@ +name: Automate Dependency Updates + +on: + push: + branches: + - "dependabot/*" + +jobs: + update-dependencies: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Set up Git + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" + + - name: Create a new branch + run: | + git checkout -b update-branch + git push origin update-branch + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v5 + with: + token: ${{ secrets.PAT_TOKEN }} + branch: update-branch + title: "Automated Dependency Updates" + body: "Automated dependency updates from GitHub Actions." + base: main + commit-message: "Update dependencies" + + - name: Merge Pull Request + uses: actions/github-script@v6 + with: + script: | + const prNumber = context.payload.pull_request.number; + await github.pulls.merge({ + owner: context.repo.owner, + repo: context.repo.repo, + pull_number: prNumber, + merge_method: "squash" + }); + github-token: ${{ secrets.PAT_TOKEN }} diff --git a/update-dependencies.yml b/update-dependencies.yml new file mode 100644 index 00000000000..6e4c44286f5 --- /dev/null +++ b/update-dependencies.yml @@ -0,0 +1,49 @@ + +name: Automate Dependency Updates + +on: + push: + branches: + - "dependabot/*" + +jobs: + update-dependencies: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Set up Git + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" + + - name: Create a new branch + run: | + git checkout -b update-branch + git push origin update-branch + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v5 + with: + token: ${{ secrets.PAT_TOKEN }} + branch: update-branch + title: "Automated Dependency Updates" + body: "Automated dependency updates from GitHub Actions." + base: main + commit-message: "Update dependencies" + + - name: Merge Pull Request + uses: actions/github-script@v6 + with: + script: | + const prNumber = context.payload.pull_request.number; + await github.pulls.merge({ + owner: context.repo.owner, + repo: context.repo.repo, + pull_number: prNumber, + merge_method: "squash" + }); + f github-token: ${{ secrets.PAT_TOKEN }} +:wq From e64c82611f24999b1af43f4490678b533d82122b Mon Sep 17 00:00:00 2001 From: bethbeza Date: Fri, 13 Dec 2024 19:37:32 -0500 Subject: [PATCH 06/10] update dependencies file deleted --- update-dependencies.yml | 49 ----------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 update-dependencies.yml diff --git a/update-dependencies.yml b/update-dependencies.yml deleted file mode 100644 index 6e4c44286f5..00000000000 --- a/update-dependencies.yml +++ /dev/null @@ -1,49 +0,0 @@ - -name: Automate Dependency Updates - -on: - push: - branches: - - "dependabot/*" - -jobs: - update-dependencies: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up Git - run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" - - - name: Create a new branch - run: | - git checkout -b update-branch - git push origin update-branch - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 - with: - token: ${{ secrets.PAT_TOKEN }} - branch: update-branch - title: "Automated Dependency Updates" - body: "Automated dependency updates from GitHub Actions." - base: main - commit-message: "Update dependencies" - - - name: Merge Pull Request - uses: actions/github-script@v6 - with: - script: | - const prNumber = context.payload.pull_request.number; - await github.pulls.merge({ - owner: context.repo.owner, - repo: context.repo.repo, - pull_number: prNumber, - merge_method: "squash" - }); - f github-token: ${{ secrets.PAT_TOKEN }} -:wq From 9244e54e9ace2a3a7b4b1d7083ec302f0a871853 Mon Sep 17 00:00:00 2001 From: Beth Beza Date: Tue, 17 Dec 2024 21:02:45 -0500 Subject: [PATCH 07/10] Testing GPG signing functionality --- .github/workflows/dependabot-scheduler.yml | 1 + dependabot-scheduler.yml | 47 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 dependabot-scheduler.yml diff --git a/.github/workflows/dependabot-scheduler.yml b/.github/workflows/dependabot-scheduler.yml index 7d9d55a72ea..ce21d5e4733 100644 --- a/.github/workflows/dependabot-scheduler.yml +++ b/.github/workflows/dependabot-scheduler.yml @@ -5,6 +5,7 @@ on: branches: - "dependabot/*" + jobs: update-dependencies: runs-on: ubuntu-latest diff --git a/dependabot-scheduler.yml b/dependabot-scheduler.yml new file mode 100644 index 00000000000..7d9d55a72ea --- /dev/null +++ b/dependabot-scheduler.yml @@ -0,0 +1,47 @@ +name: Automate Dependency Updates + +on: + push: + branches: + - "dependabot/*" + +jobs: + update-dependencies: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Set up Git + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "github-actions[bot]@users.noreply.github.com" + + - name: Create a new branch + run: | + git checkout -b update-branch + git push origin update-branch + + - name: Create Pull Request + uses: peter-evans/create-pull-request@v5 + with: + token: ${{ secrets.PAT_TOKEN }} + branch: update-branch + title: "Automated Dependency Updates" + body: "Automated dependency updates from GitHub Actions." + base: main + commit-message: "Update dependencies" + + - name: Merge Pull Request + uses: actions/github-script@v6 + with: + script: | + const prNumber = context.payload.pull_request.number; + await github.pulls.merge({ + owner: context.repo.owner, + repo: context.repo.repo, + pull_number: prNumber, + merge_method: "squash" + }); + github-token: ${{ secrets.PAT_TOKEN }} From 3e3110ebb25026776f4928bfa3eab42fe38c12f4 Mon Sep 17 00:00:00 2001 From: Beth Beza Date: Tue, 17 Dec 2024 21:11:47 -0500 Subject: [PATCH 08/10] Testing GPG signing From 700246aaf3cdf6017bf0c4c7f040957615821cdc Mon Sep 17 00:00:00 2001 From: Beth Beza Date: Tue, 17 Dec 2024 21:15:40 -0500 Subject: [PATCH 09/10] Testing GPG signing --- .github/workflows/dependabot-scheduler.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/dependabot-scheduler.yml b/.github/workflows/dependabot-scheduler.yml index ce21d5e4733..7d9d55a72ea 100644 --- a/.github/workflows/dependabot-scheduler.yml +++ b/.github/workflows/dependabot-scheduler.yml @@ -5,7 +5,6 @@ on: branches: - "dependabot/*" - jobs: update-dependencies: runs-on: ubuntu-latest From 42349ac17ccf80b923a00b4cd9f3145b9c8bff29 Mon Sep 17 00:00:00 2001 From: Beth Beza Date: Tue, 17 Dec 2024 21:20:48 -0500 Subject: [PATCH 10/10] Testing GPG signing