From 3dbd40cce99bbd0b3b96c19c2fb1d9ef9f9c6be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 16:52:48 +0200 Subject: [PATCH] chore(lambda): bump ts-jest from 29.2.3 to 29.2.4 in /lambdas (#4028) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.3 to 29.2.4.
Release notes

Sourced from ts-jest's releases.

v29.2.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.2.4 (2024-08-01)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.2.3&new-version=29.2.4)](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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../functions/ami-housekeeper/package.json | 2 +- lambdas/functions/control-plane/package.json | 2 +- .../functions/gh-agent-syncer/package.json | 2 +- .../termination-watcher/package.json | 2 +- lambdas/functions/webhook/package.json | 2 +- lambdas/libs/aws-powertools-util/package.json | 2 +- lambdas/libs/aws-ssm-util/package.json | 2 +- lambdas/yarn.lock | 22 +++++++++---------- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index 54242abac8..364a2804ed 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -32,7 +32,7 @@ "jest-mock-extended": "^3.0.7", "nock": "^13.5.4", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0" }, diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index e9b3c51841..3d5017a6e8 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -33,7 +33,7 @@ "moment-timezone": "^0.5.45", "nock": "^13.5.4", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0" }, diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index 5ebaded70f..2ffe19cd27 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -31,7 +31,7 @@ "jest": "^29.7.0", "jest-mock": "^29.7.0", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node-dev": "^2.0.0", "typescript": "^5.5.4" }, diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 09918c9bc4..e193c33fa9 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -30,7 +30,7 @@ "jest-mock-extended": "^3.0.7", "nock": "^13.5.4", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0" }, diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 8d9429d744..117c2807ad 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -32,7 +32,7 @@ "jest-mock": "^29.7.0", "nock": "^13.5.4", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node-dev": "^2.0.0", "typescript": "^5.5.4" }, diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index 0516922fbb..eb1bd6ed21 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -30,7 +30,7 @@ "jest-mock": "^29.7.0", "nock": "^13.5.4", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node-dev": "^2.0.0", "typescript": "^5.5.4" }, diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index a6d1b423e3..70a3189eb4 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -30,7 +30,7 @@ "jest-mock": "^29.7.0", "nock": "^13.5.4", "prettier": "3.3.3", - "ts-jest": "^29.2.3", + "ts-jest": "^29.2.4", "ts-node-dev": "^2.0.0", "typescript": "^5.5.4" }, diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index d4dee4e2fa..12dcb48607 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -4619,7 +4619,7 @@ __metadata: jest-mock-extended: "npm:^3.0.7" nock: "npm:^13.5.4" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node: "npm:^10.9.2" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" @@ -4650,7 +4650,7 @@ __metadata: jest-mock: "npm:^29.7.0" nock: "npm:^13.5.4" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" languageName: unknown @@ -4679,7 +4679,7 @@ __metadata: jest-mock: "npm:^29.7.0" nock: "npm:^13.5.4" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" languageName: unknown @@ -4718,7 +4718,7 @@ __metadata: moment-timezone: "npm:^0.5.45" nock: "npm:^13.5.4" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node: "npm:^10.9.2" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" @@ -4751,7 +4751,7 @@ __metadata: jest: "npm:^29.7.0" jest-mock: "npm:^29.7.0" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" languageName: unknown @@ -4781,7 +4781,7 @@ __metadata: jest-mock-extended: "npm:^3.0.7" nock: "npm:^13.5.4" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node: "npm:^10.9.2" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" @@ -4816,7 +4816,7 @@ __metadata: jest-mock: "npm:^29.7.0" nock: "npm:^13.5.4" prettier: "npm:3.3.3" - ts-jest: "npm:^29.2.3" + ts-jest: "npm:^29.2.4" ts-node-dev: "npm:^2.0.0" typescript: "npm:^5.5.4" languageName: unknown @@ -10544,9 +10544,9 @@ __metadata: languageName: node linkType: hard -"ts-jest@npm:^29.2.3": - version: 29.2.3 - resolution: "ts-jest@npm:29.2.3" +"ts-jest@npm:^29.2.4": + version: 29.2.4 + resolution: "ts-jest@npm:29.2.4" dependencies: bs-logger: "npm:0.x" ejs: "npm:^3.1.10" @@ -10577,7 +10577,7 @@ __metadata: optional: true bin: ts-jest: cli.js - checksum: 10c0/3be57a9f0e9cf0d0de235f5543dc1f2a33da4380bf46e660f79d050a15a6e7bab71a7a80ba9559761ce1203248b40d0f9386c19356718165575f32192e32140e + checksum: 10c0/43be1d5625d44bc48815d91810e796d74682757b4f64677b54aae1f4da855476e50c01b92d54add4b02976ecf2cbb2f318d7c7788844328de44f145b95185fac languageName: node linkType: hard