Skip to content

Commit 24a28a4

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/lambdas/nx/eslint-20.3.0
2 parents 4d18e82 + 46159a0 commit 24a28a4

File tree

12 files changed

+36
-20
lines changed

12 files changed

+36
-20
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
33+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
3434
with:
3535
languages: ${{ matrix.language }}
3636
build-mode: ${{ matrix.build-mode }}
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
39+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
4040
with:
4141
category: "/language:${{matrix.language}}"

.github/workflows/lambda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build distribution
3535
run: yarn build
3636
- name: Upload coverage report
37-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
37+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
3838
if: ${{ failure() }}
3939
with:
4040
name: coverage-reports

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
working-directory: lambdas
2323
run: yarn install --frozen-lockfile && yarn run test && yarn dist
2424
- name: Get installation token
25-
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
25+
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
2626
id: token
2727
with:
2828
app-id: ${{ secrets.FOREST_RELEASER_APP_ID }}

.github/workflows/update-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# change docs via PR in case of locked main branch
4343
- name: Create Pull Request (main branch only)
4444
if: github.ref == 'refs/heads/main' && github.repository_owner == 'philips-labs'
45-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
45+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
commit-message: "docs: auto update terraform docs"

lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.9.0",
22+
"@types/node": "^22.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.18.1",
2424
"@typescript-eslint/parser": "^8.16.0",
2525
"@vercel/ncc": "^0.38.3",

lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.9.0",
22+
"@types/node": "^22.10.2",
2323
"@typescript-eslint/eslint-plugin": "^8.18.1",
2424
"@typescript-eslint/parser": "^8.16.0",
2525
"@vercel/ncc": "^0.38.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
2121
"@types/jest": "^29.5.14",
22-
"@types/node": "^22.9.0",
22+
"@types/node": "^22.10.2",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.18.1",
2525
"@typescript-eslint/parser": "^8.16.0",

lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/jest": "^29.5.14",
20-
"@types/node": "^22.9.0",
20+
"@types/node": "^22.10.2",
2121
"@typescript-eslint/eslint-plugin": "^8.18.1",
2222
"@typescript-eslint/parser": "^8.16.0",
2323
"@vercel/ncc": "^0.38.3",

lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/aws-lambda": "^8.10.145",
2222
"@types/express": "^4.17.21",
2323
"@types/jest": "^29.5.14",
24-
"@types/node": "^22.9.0",
24+
"@types/node": "^22.10.2",
2525
"@typescript-eslint/eslint-plugin": "^8.18.1",
2626
"@typescript-eslint/parser": "^8.16.0",
2727
"@vercel/ncc": "0.38.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
21-
"@types/node": "^22.9.0",
21+
"@types/node": "^22.10.2",
2222
"@typescript-eslint/eslint-plugin": "^8.18.1",
2323
"@typescript-eslint/parser": "^8.16.0",
2424
"@vercel/ncc": "0.38.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/aws-lambda": "^8.10.145",
1919
"@types/express": "^4.17.21",
2020
"@types/jest": "^29.5.14",
21-
"@types/node": "^22.9.0",
21+
"@types/node": "^22.10.2",
2222
"@typescript-eslint/eslint-plugin": "^8.18.1",
2323
"@typescript-eslint/parser": "^8.16.0",
2424
"@vercel/ncc": "0.38.3",

lambdas/yarn.lock

+24-8
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ __metadata:
109109
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
110110
"@types/aws-lambda": "npm:^8.10.145"
111111
"@types/jest": "npm:^29.5.14"
112-
"@types/node": "npm:^22.9.0"
112+
"@types/node": "npm:^22.10.2"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
114114
"@typescript-eslint/parser": "npm:^8.16.0"
115115
"@vercel/ncc": "npm:^0.38.3"
@@ -141,7 +141,7 @@ __metadata:
141141
"@types/aws-lambda": "npm:^8.10.145"
142142
"@types/express": "npm:^4.17.21"
143143
"@types/jest": "npm:^29.5.14"
144-
"@types/node": "npm:^22.9.0"
144+
"@types/node": "npm:^22.10.2"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
146146
"@typescript-eslint/parser": "npm:^8.16.0"
147147
"@vercel/ncc": "npm:0.38.3"
@@ -171,7 +171,7 @@ __metadata:
171171
"@types/aws-lambda": "npm:^8.10.145"
172172
"@types/express": "npm:^4.17.21"
173173
"@types/jest": "npm:^29.5.14"
174-
"@types/node": "npm:^22.9.0"
174+
"@types/node": "npm:^22.10.2"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
176176
"@typescript-eslint/parser": "npm:^8.16.0"
177177
"@vercel/ncc": "npm:0.38.3"
@@ -208,7 +208,7 @@ __metadata:
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209209
"@types/aws-lambda": "npm:^8.10.145"
210210
"@types/jest": "npm:^29.5.14"
211-
"@types/node": "npm:^22.9.0"
211+
"@types/node": "npm:^22.10.2"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
213213
"@typescript-eslint/parser": "npm:^8.16.0"
214214
"@vercel/ncc": "npm:^0.38.3"
@@ -243,7 +243,7 @@ __metadata:
243243
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
244244
"@types/aws-lambda": "npm:^8.10.145"
245245
"@types/jest": "npm:^29.5.14"
246-
"@types/node": "npm:^22.9.0"
246+
"@types/node": "npm:^22.10.2"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
249249
"@typescript-eslint/parser": "npm:^8.16.0"
@@ -273,7 +273,7 @@ __metadata:
273273
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
274274
"@types/aws-lambda": "npm:^8.10.145"
275275
"@types/jest": "npm:^29.5.14"
276-
"@types/node": "npm:^22.9.0"
276+
"@types/node": "npm:^22.10.2"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
278278
"@typescript-eslint/parser": "npm:^8.16.0"
279279
"@vercel/ncc": "npm:^0.38.3"
@@ -309,7 +309,7 @@ __metadata:
309309
"@types/aws-lambda": "npm:^8.10.145"
310310
"@types/express": "npm:^4.17.21"
311311
"@types/jest": "npm:^29.5.14"
312-
"@types/node": "npm:^22.9.0"
312+
"@types/node": "npm:^22.10.2"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
314314
"@typescript-eslint/parser": "npm:^8.16.0"
315315
"@vercel/ncc": "npm:0.38.3"
@@ -5235,7 +5235,7 @@ __metadata:
52355235
languageName: node
52365236
linkType: hard
52375237

5238-
"@types/node@npm:*, @types/node@npm:^22.9.0":
5238+
"@types/node@npm:*":
52395239
version: 22.9.0
52405240
resolution: "@types/node@npm:22.9.0"
52415241
dependencies:
@@ -5244,6 +5244,15 @@ __metadata:
52445244
languageName: node
52455245
linkType: hard
52465246

5247+
"@types/node@npm:^22.10.2":
5248+
version: 22.10.2
5249+
resolution: "@types/node@npm:22.10.2"
5250+
dependencies:
5251+
undici-types: "npm:~6.20.0"
5252+
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
5253+
languageName: node
5254+
linkType: hard
5255+
52475256
"@types/parse-json@npm:^4.0.0":
52485257
version: 4.0.2
52495258
resolution: "@types/parse-json@npm:4.0.2"
@@ -11356,6 +11365,13 @@ __metadata:
1135611365
languageName: node
1135711366
linkType: hard
1135811367

11368+
"undici-types@npm:~6.20.0":
11369+
version: 6.20.0
11370+
resolution: "undici-types@npm:6.20.0"
11371+
checksum: 10c0/68e659a98898d6a836a9a59e6adf14a5d799707f5ea629433e025ac90d239f75e408e2e5ff086afc3cace26f8b26ee52155293564593fbb4a2f666af57fc59bf
11372+
languageName: node
11373+
linkType: hard
11374+
1135911375
"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
1136011376
version: 2.0.0
1136111377
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"

0 commit comments

Comments
 (0)