From 7cfe0c7f833446d43d3617c43c5c821fdb5558d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:21:05 +0000 Subject: [PATCH] chore(deps): Bump typescript from 5.6.3 to 5.7.2 (#230) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.6.3&new-version=5.7.2)](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> --- frontend/code/package.json | 2 +- package.json | 2 +- posts/api/lambda/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/code/package.json b/frontend/code/package.json index 9c515af..f8a4fd0 100644 --- a/frontend/code/package.json +++ b/frontend/code/package.json @@ -15,7 +15,7 @@ "react-modal": "^3.16.1", "react-scripts": "^5.0.1", "typehole": "^1.7.0", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "web-vitals": "^4.2.4" }, "scripts": { diff --git a/package.json b/package.json index a80d7a6..87de6f5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "workspaces": { "packages": [ diff --git a/posts/api/lambda/package.json b/posts/api/lambda/package.json index 0455e58..167e415 100644 --- a/posts/api/lambda/package.json +++ b/posts/api/lambda/package.json @@ -17,6 +17,6 @@ "@types/aws-lambda": "^8.10.141", "@types/lodash": "^4.17.13", "@types/uuid": "^10.0.0", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } } diff --git a/yarn.lock b/yarn.lock index acce5cc..e7585d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11673,10 +11673,10 @@ typehole@^1.7.0: "@types/isomorphic-fetch" "0.0.35" isomorphic-fetch "^3.0.0" -typescript@^5.6.3: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +typescript@^5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== typescript@next: version "5.4.0-dev.20240110"