From c17a101c5729db44ddf8a7e14d5e4184dcf38949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:02:53 +0000 Subject: [PATCH] deps(dev): Bump typescript from 5.4.5 to 5.5.2 (#1011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 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.5 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.4.5&new-version=5.5.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)
--- analyze/package.json | 2 +- arcjet-bun/package.json | 2 +- arcjet-next/package.json | 2 +- arcjet-node/package.json | 2 +- arcjet-sveltekit/package.json | 2 +- arcjet/package.json | 2 +- decorate/package.json | 2 +- duration/package.json | 2 +- env/package.json | 2 +- headers/package.json | 2 +- ip/package.json | 2 +- logger/package.json | 2 +- package-lock.json | 38 +++++++++++++++++------------------ protocol/package.json | 2 +- rollup-config/package.json | 2 +- runtime/package.json | 2 +- sprintf/package.json | 2 +- 17 files changed, 35 insertions(+), 35 deletions(-) diff --git a/analyze/package.json b/analyze/package.json index a853b0b53..3588bcc48 100644 --- a/analyze/package.json +++ b/analyze/package.json @@ -62,7 +62,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/arcjet-bun/package.json b/arcjet-bun/package.json index 215aa8834..e4cba7d6a 100644 --- a/arcjet-bun/package.json +++ b/arcjet-bun/package.json @@ -55,7 +55,7 @@ "@rollup/wasm-node": "4.18.0", "bun-types": "1.1.17", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/arcjet-next/package.json b/arcjet-next/package.json index 1c55f3093..ed868936e 100644 --- a/arcjet-next/package.json +++ b/arcjet-next/package.json @@ -59,7 +59,7 @@ "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/arcjet-node/package.json b/arcjet-node/package.json index fcf82ae16..e89d03a41 100644 --- a/arcjet-node/package.json +++ b/arcjet-node/package.json @@ -56,7 +56,7 @@ "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/arcjet-sveltekit/package.json b/arcjet-sveltekit/package.json index 2b71673dc..d2c44771a 100644 --- a/arcjet-sveltekit/package.json +++ b/arcjet-sveltekit/package.json @@ -58,7 +58,7 @@ "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/arcjet/package.json b/arcjet/package.json index ec266ca27..8569a4173 100644 --- a/arcjet/package.json +++ b/arcjet/package.json @@ -55,7 +55,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/decorate/package.json b/decorate/package.json index 50e11b9c2..5a37774fe 100644 --- a/decorate/package.json +++ b/decorate/package.json @@ -51,7 +51,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/duration/package.json b/duration/package.json index 59be00c01..b7f4f1bc8 100644 --- a/duration/package.json +++ b/duration/package.json @@ -48,7 +48,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/env/package.json b/env/package.json index 3de5ec823..8731c3a9b 100644 --- a/env/package.json +++ b/env/package.json @@ -47,7 +47,7 @@ "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/headers/package.json b/headers/package.json index b7ea2570e..8e970b67d 100644 --- a/headers/package.json +++ b/headers/package.json @@ -48,7 +48,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/ip/package.json b/ip/package.json index c13d50f42..6e6875214 100644 --- a/ip/package.json +++ b/ip/package.json @@ -48,7 +48,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/logger/package.json b/logger/package.json index a547b498e..4e17254f6 100644 --- a/logger/package.json +++ b/logger/package.json @@ -50,7 +50,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/package-lock.json b/package-lock.json index b4ac57ef8..443bee9ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -55,7 +55,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -83,7 +83,7 @@ "@types/node": "20.12.12", "bun-types": "1.1.17", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" } }, "arcjet-bun/node_modules/@types/node": { @@ -116,7 +116,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -146,7 +146,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -175,7 +175,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -197,7 +197,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -215,7 +215,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -232,7 +232,7 @@ "@jest/globals": "29.7.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -270,7 +270,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -288,7 +288,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -309,7 +309,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -6299,9 +6299,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -6515,7 +6515,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -6536,7 +6536,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -6557,7 +6557,7 @@ "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", "jest-environment-node": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" @@ -6575,7 +6575,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "engines": { "node": ">=18" diff --git a/protocol/package.json b/protocol/package.json index f11c93abf..aebb1138c 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -53,7 +53,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/rollup-config/package.json b/rollup-config/package.json index a6191a9a0..81bfbe75b 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -50,7 +50,7 @@ "@types/node": "18.18.0", "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/runtime/package.json b/runtime/package.json index 0188c8d2e..e101c107b 100644 --- a/runtime/package.json +++ b/runtime/package.json @@ -48,7 +48,7 @@ "@rollup/wasm-node": "4.18.0", "jest": "29.7.0", "jest-environment-node": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public", diff --git a/sprintf/package.json b/sprintf/package.json index 4486b0c24..667a08c19 100644 --- a/sprintf/package.json +++ b/sprintf/package.json @@ -48,7 +48,7 @@ "@rollup/wasm-node": "4.18.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.4.5" + "typescript": "5.5.2" }, "publishConfig": { "access": "public",