Skip to content

Commit 6da4b7a

Browse files
authored
Merge branch 'main' into npalm/user-agent
2 parents 618e67e + 8a387b8 commit 6da4b7a

File tree

12 files changed

+502
-219
lines changed

12 files changed

+502
-219
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: lambdas
2727
run: yarn install --frozen-lockfile && yarn run test && yarn dist
2828
- name: Get installation token
29-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
29+
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
3030
id: token
3131
with:
3232
app-id: ${{ vars.RELEASER_APP_ID }}

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
key: tflint-${{ hashFiles('.tflint.hcl') }}
5656
- if: contains(matrix.terraform, '1.5.')
5757
name: Setup TFLint
58-
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
58+
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
- if: contains(matrix.terraform, '1.5.')

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git config user.name github-actions[bot]
6565
git config --global user.email "github-actions[bot]@users.noreply.github.com"
66-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
66+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6767
with:
6868
python-version: 3.x
6969
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

lambdas/functions/ami-housekeeper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
24-
"@typescript-eslint/parser": "^8.16.0",
24+
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",
@@ -39,8 +39,8 @@
3939
"dependencies": {
4040
"@aws-github-runner/aws-powertools-util": "*",
4141
"@aws-github-runner/aws-ssm-util": "*",
42-
"@aws-sdk/client-ec2": "^3.734.0",
43-
"@aws-sdk/client-ssm": "^3.735.0",
42+
"@aws-sdk/client-ec2": "^3.741.0",
43+
"@aws-sdk/client-ssm": "^3.741.0",
4444
"@aws-sdk/types": "^3.734.0",
4545
"cron-parser": "^4.9.0",
4646
"typescript": "^5.7.3"

lambdas/functions/control-plane/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
24-
"@typescript-eslint/parser": "^8.16.0",
24+
"@typescript-eslint/parser": "^8.23.0",
2525
"@vercel/ncc": "^0.38.3",
2626
"aws-sdk-client-mock": "^4.1.0",
2727
"aws-sdk-client-mock-jest": "^4.1.0",
@@ -40,16 +40,16 @@
4040
"dependencies": {
4141
"@aws-github-runner/aws-powertools-util": "*",
4242
"@aws-github-runner/aws-ssm-util": "*",
43-
"@aws-lambda-powertools/parameters": "^2.13.0",
44-
"@aws-sdk/client-ec2": "^3.734.0",
45-
"@aws-sdk/client-sqs": "^3.734.0",
43+
"@aws-lambda-powertools/parameters": "^2.13.1",
44+
"@aws-sdk/client-ec2": "^3.741.0",
45+
"@aws-sdk/client-sqs": "^3.741.0",
4646
"@aws-sdk/types": "^3.734.0",
4747
"@middy/core": "^4.7.0",
4848
"@octokit/auth-app": "6.1.3",
4949
"@octokit/core": "5.2.0",
5050
"@octokit/plugin-throttling": "8.2.0",
5151
"@octokit/rest": "20.1.1",
52-
"@octokit/types": "^13.7.0",
52+
"@octokit/types": "^13.8.0",
5353
"cron-parser": "^4.9.0",
5454
"typescript": "^5.7.3"
5555
},

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^22.10.2",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.22.0",
25-
"@typescript-eslint/parser": "^8.16.0",
25+
"@typescript-eslint/parser": "^8.23.0",
2626
"@vercel/ncc": "^0.38.3",
2727
"aws-sdk-client-mock": "^4.1.0",
2828
"aws-sdk-client-mock-jest": "^4.1.0",
@@ -37,8 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@aws-github-runner/aws-powertools-util": "*",
40-
"@aws-sdk/client-s3": "^3.735.0",
41-
"@aws-sdk/lib-storage": "^3.735.0",
40+
"@aws-sdk/client-s3": "^3.741.0",
41+
"@aws-sdk/lib-storage": "^3.741.0",
4242
"@aws-sdk/types": "^3.734.0",
4343
"@middy/core": "^4.7.0",
4444
"@octokit/rest": "20.1.1",

lambdas/functions/termination-watcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
22-
"@typescript-eslint/parser": "^8.16.0",
22+
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "^0.38.3",
2424
"aws-sdk-client-mock": "^4.1.0",
2525
"aws-sdk-client-mock-jest": "^4.1.0",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@aws-github-runner/aws-powertools-util": "*",
39-
"@aws-sdk/client-ec2": "^3.734.0",
39+
"@aws-sdk/client-ec2": "^3.741.0",
4040
"@aws-sdk/types": "^3.734.0",
4141
"@middy/core": "^4.7.0",
4242
"typescript": "^5.7.3"

lambdas/functions/webhook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"all": "yarn build && yarn format && yarn lint && yarn test"
1717
},
1818
"devDependencies": {
19-
"@aws-sdk/client-eventbridge": "^3.734.0",
19+
"@aws-sdk/client-eventbridge": "^3.741.0",
2020
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2121
"@types/aws-lambda": "^8.10.146",
2222
"@types/express": "^5.0.0",
2323
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.10.2",
2525
"@typescript-eslint/eslint-plugin": "^8.22.0",
26-
"@typescript-eslint/parser": "^8.16.0",
26+
"@typescript-eslint/parser": "^8.23.0",
2727
"@vercel/ncc": "0.38.3",
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",
@@ -40,10 +40,10 @@
4040
"dependencies": {
4141
"@aws-github-runner/aws-powertools-util": "*",
4242
"@aws-github-runner/aws-ssm-util": "*",
43-
"@aws-sdk/client-sqs": "^3.734.0",
43+
"@aws-sdk/client-sqs": "^3.741.0",
4444
"@middy/core": "^4.7.0",
4545
"@octokit/rest": "20.1.1",
46-
"@octokit/types": "^13.7.0",
46+
"@octokit/types": "^13.8.0",
4747
"@octokit/webhooks": "^12.3.1",
4848
"aws-lambda": "^1.0.7"
4949
},

lambdas/libs/aws-powertools-util/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
22-
"@typescript-eslint/parser": "^8.16.0",
22+
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",
2525
"eslint": "^8.57.0",
@@ -34,9 +34,9 @@
3434
"typescript": "^5.7.3"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^2.13.0",
38-
"@aws-lambda-powertools/metrics": "^2.13.0",
39-
"@aws-lambda-powertools/tracer": "^2.13.0",
37+
"@aws-lambda-powertools/logger": "^2.13.1",
38+
"@aws-lambda-powertools/metrics": "^2.13.1",
39+
"@aws-lambda-powertools/tracer": "^2.13.1",
4040
"aws-lambda": "^1.0.7"
4141
},
4242
"nx": {

lambdas/libs/aws-ssm-util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.22.0",
22-
"@typescript-eslint/parser": "^8.16.0",
22+
"@typescript-eslint/parser": "^8.23.0",
2323
"@vercel/ncc": "0.38.3",
2424
"body-parser": "^1.20.3",
2525
"eslint": "^8.57.0",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@aws-github-runner/aws-powertools-util": "*",
38-
"@aws-sdk/client-ssm": "^3.735.0",
38+
"@aws-sdk/client-ssm": "^3.741.0",
3939
"@aws-sdk/types": "^3.734.0"
4040
},
4141
"nx": {

0 commit comments

Comments
 (0)