From 85157fb9488e9006e4cd81a38d3e0ab41cb4ccdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:44:57 -0700 Subject: [PATCH] Bump typescript from 4.2.4 to 4.3.2 in /desktop (#2401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
Release notes

Sourced from typescript's releases.

TypeScript 4.3.2

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.3 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 4.3 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=4.2.4&new-version=4.3.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 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)
Pull Request resolved: https://github.com/facebook/flipper/pull/2401 Reviewed By: nikoant Differential Revision: D28795376 Pulled By: passy fbshipit-source-id: 95156c5b85ff8dfd9eb0aaa51e75cff33779ff74 --- desktop/babel-transformer/package.json | 2 +- desktop/doctor/package.json | 2 +- desktop/eslint-plugin-flipper/package.json | 2 +- desktop/flipper-plugin/package.json | 2 +- desktop/package.json | 2 +- desktop/pkg-lib/package.json | 2 +- desktop/pkg/package.json | 2 +- desktop/plugin-lib/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index bbc27ef23..6fe8bfc25 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -36,7 +36,7 @@ "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index fb028495a..e47270c06 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -20,7 +20,7 @@ "prettier": "^2.3.0", "ts-jest": "^26.5.6", "tslint-config-prettier": "^1.18.0", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index 57acc62b7..a3437370d 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -22,7 +22,7 @@ "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/flipper-plugin/package.json b/desktop/flipper-plugin/package.json index aabd662e4..ca539224f 100644 --- a/desktop/flipper-plugin/package.json +++ b/desktop/flipper-plugin/package.json @@ -25,7 +25,7 @@ "@types/jest": "^26.0.23", "@types/string-natural-compare": "^3.0.0", "jest-mock-console": "^1.1.0", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "peerDependencies": { "@ant-design/icons": "^4.2.2", diff --git a/desktop/package.json b/desktop/package.json index 5266e5f79..fb6f59ee4 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -184,7 +184,7 @@ "tmp": "^0.2.1", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", - "typescript": "^4.2.4", + "typescript": "^4.3.2", "uuid": "^8.3.2", "yargs": "^17.0.1", "yazl": "^2.5.1" diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index aa1cc5992..32dabb1bd 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -29,7 +29,7 @@ "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index d922a955c..6c3457517 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -40,7 +40,7 @@ "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/plugin-lib/package.json b/desktop/plugin-lib/package.json index 9bd84a6b0..f495096b6 100644 --- a/desktop/plugin-lib/package.json +++ b/desktop/plugin-lib/package.json @@ -35,7 +35,7 @@ "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", - "typescript": "^4.2.4" + "typescript": "^4.3.2" }, "scripts": { "reset": "rimraf lib *.tsbuildinfo", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 006da02ef..12bfb481c 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -13251,10 +13251,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.2.4: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== +typescript@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== ua-parser-js@^0.7.18, ua-parser-js@^0.7.21: version "0.7.24"