Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 0de0c53

Browse files
chore(lambda): bump @types/jest from 29.5.12 to 29.5.14 in /lambdas (#4215)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.14. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.12&new-version=29.5.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niek Palm <[email protected]>
1 parent 8fbe746 commit 0de0c53

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

Diff for: lambdas/functions/ami-housekeeper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
21-
"@types/jest": "^29.5.12",
21+
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.11.0",

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
21-
"@types/jest": "^29.5.12",
21+
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.5.4",
2323
"@typescript-eslint/eslint-plugin": "^8.9.0",
2424
"@typescript-eslint/parser": "^8.11.0",

Diff for: lambdas/functions/gh-agent-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2020
"@types/aws-lambda": "^8.10.145",
21-
"@types/jest": "^29.5.12",
21+
"@types/jest": "^29.5.14",
2222
"@types/node": "^22.5.4",
2323
"@types/request": "^2.48.12",
2424
"@typescript-eslint/eslint-plugin": "^8.9.0",

Diff for: lambdas/functions/termination-watcher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
1818
"@types/aws-lambda": "^8.10.145",
19-
"@types/jest": "^29.5.12",
19+
"@types/jest": "^29.5.14",
2020
"@types/node": "^22.5.4",
2121
"@typescript-eslint/eslint-plugin": "^8.9.0",
2222
"@typescript-eslint/parser": "^8.11.0",

Diff for: lambdas/functions/webhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2121
"@types/aws-lambda": "^8.10.145",
2222
"@types/express": "^4.17.21",
23-
"@types/jest": "^29.5.12",
23+
"@types/jest": "^29.5.14",
2424
"@types/node": "^22.5.4",
2525
"@typescript-eslint/eslint-plugin": "^8.9.0",
2626
"@typescript-eslint/parser": "^8.11.0",

Diff for: lambdas/libs/aws-powertools-util/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/express": "^4.17.21",
20-
"@types/jest": "^29.5.12",
20+
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.5.4",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.11.0",

Diff for: lambdas/libs/aws-ssm-util/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/express": "^4.17.21",
20-
"@types/jest": "^29.5.12",
20+
"@types/jest": "^29.5.14",
2121
"@types/node": "^22.5.4",
2222
"@typescript-eslint/eslint-plugin": "^8.9.0",
2323
"@typescript-eslint/parser": "^8.11.0",

Diff for: lambdas/yarn.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ __metadata:
108108
"@aws-sdk/types": "npm:^3.664.0"
109109
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
110110
"@types/aws-lambda": "npm:^8.10.145"
111-
"@types/jest": "npm:^29.5.12"
111+
"@types/jest": "npm:^29.5.14"
112112
"@types/node": "npm:^22.5.4"
113113
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
114114
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -140,7 +140,7 @@ __metadata:
140140
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
141141
"@types/aws-lambda": "npm:^8.10.145"
142142
"@types/express": "npm:^4.17.21"
143-
"@types/jest": "npm:^29.5.12"
143+
"@types/jest": "npm:^29.5.14"
144144
"@types/node": "npm:^22.5.4"
145145
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
146146
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -170,7 +170,7 @@ __metadata:
170170
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
171171
"@types/aws-lambda": "npm:^8.10.145"
172172
"@types/express": "npm:^4.17.21"
173-
"@types/jest": "npm:^29.5.12"
173+
"@types/jest": "npm:^29.5.14"
174174
"@types/node": "npm:^22.5.4"
175175
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
176176
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -207,7 +207,7 @@ __metadata:
207207
"@octokit/types": "npm:^13.6.1"
208208
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
209209
"@types/aws-lambda": "npm:^8.10.145"
210-
"@types/jest": "npm:^29.5.12"
210+
"@types/jest": "npm:^29.5.14"
211211
"@types/node": "npm:^22.5.4"
212212
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
213213
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -242,7 +242,7 @@ __metadata:
242242
"@octokit/rest": "npm:20.1.1"
243243
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
244244
"@types/aws-lambda": "npm:^8.10.145"
245-
"@types/jest": "npm:^29.5.12"
245+
"@types/jest": "npm:^29.5.14"
246246
"@types/node": "npm:^22.5.4"
247247
"@types/request": "npm:^2.48.12"
248248
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
@@ -272,7 +272,7 @@ __metadata:
272272
"@middy/core": "npm:^4.7.0"
273273
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
274274
"@types/aws-lambda": "npm:^8.10.145"
275-
"@types/jest": "npm:^29.5.12"
275+
"@types/jest": "npm:^29.5.14"
276276
"@types/node": "npm:^22.5.4"
277277
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
278278
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -308,7 +308,7 @@ __metadata:
308308
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
309309
"@types/aws-lambda": "npm:^8.10.145"
310310
"@types/express": "npm:^4.17.21"
311-
"@types/jest": "npm:^29.5.12"
311+
"@types/jest": "npm:^29.5.14"
312312
"@types/node": "npm:^22.5.4"
313313
"@typescript-eslint/eslint-plugin": "npm:^8.9.0"
314314
"@typescript-eslint/parser": "npm:^8.11.0"
@@ -5636,13 +5636,13 @@ __metadata:
56365636
languageName: node
56375637
linkType: hard
56385638

5639-
"@types/jest@npm:^29.5.12":
5640-
version: 29.5.12
5641-
resolution: "@types/jest@npm:29.5.12"
5639+
"@types/jest@npm:^29.5.14":
5640+
version: 29.5.14
5641+
resolution: "@types/jest@npm:29.5.14"
56425642
dependencies:
56435643
expect: "npm:^29.0.0"
56445644
pretty-format: "npm:^29.0.0"
5645-
checksum: 10c0/25fc8e4c611fa6c4421e631432e9f0a6865a8cb07c9815ec9ac90d630271cad773b2ee5fe08066f7b95bebd18bb967f8ce05d018ee9ab0430f9dfd1d84665b6f
5645+
checksum: 10c0/18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed
56465646
languageName: node
56475647
linkType: hard
56485648

0 commit comments

Comments
 (0)