From b3fa5fd86398b0626f1e5498c5003cac5361ce50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:50:31 +0100 Subject: [PATCH] Bump fork-ts-checker-webpack-plugin from 7.2.11 to 7.2.13 (#1959) * Bump fork-ts-checker-webpack-plugin from 7.2.11 to 7.2.13 Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) from 7.2.11 to 7.2.13. - [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases) - [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v7.2.11...v7.2.13) --- updated-dependencies: - dependency-name: fork-ts-checker-webpack-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Create unlucky-walls-juggle.md Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristiano Belloni --- .changeset/unlucky-walls-juggle.md | 5 +++++ packages/modular-scripts/package.json | 2 +- yarn.lock | 14 ++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 .changeset/unlucky-walls-juggle.md diff --git a/.changeset/unlucky-walls-juggle.md b/.changeset/unlucky-walls-juggle.md new file mode 100644 index 000000000..ec5161cd9 --- /dev/null +++ b/.changeset/unlucky-walls-juggle.md @@ -0,0 +1,5 @@ +--- +"modular-scripts": patch +--- + +Bump fork-ts-checker-webpack-plugin from 7.2.11 to 7.2.13 diff --git a/packages/modular-scripts/package.json b/packages/modular-scripts/package.json index fff6e2433..7cdb6202a 100644 --- a/packages/modular-scripts/package.json +++ b/packages/modular-scripts/package.json @@ -59,7 +59,7 @@ "file-loader": "6.2.0", "filesize": "9.0.11", "find-up": "5.0.0", - "fork-ts-checker-webpack-plugin": "7.2.11", + "fork-ts-checker-webpack-plugin": "7.2.13", "fs-extra": "10.1.0", "global-modules": "2.0.0", "globby": "11.1.0", diff --git a/yarn.lock b/yarn.lock index 78ad422b6..bcb43db6b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6748,10 +6748,10 @@ for-in@^1.0.2: resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -fork-ts-checker-webpack-plugin@7.2.11: - version "7.2.11" - resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.11.tgz#aff3febbc11544ba3ad0ae4d5aa4055bd15cd26d" - integrity sha512-2e5+NyTUTE1Xq4fWo7KFEQblCaIvvINQwUX3jRmEGlgCTc1Ecqw/975EfQrQ0GEraxJTnp8KB9d/c8hlCHUMJA== +fork-ts-checker-webpack-plugin@7.2.13: + version "7.2.13" + resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-7.2.13.tgz#51ffd6a2f96f03ab64b92f8aedf305dbf3dee0f1" + integrity sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg== dependencies: "@babel/code-frame" "^7.16.7" chalk "^4.1.2" @@ -6761,6 +6761,7 @@ fork-ts-checker-webpack-plugin@7.2.11: fs-extra "^10.0.0" memfs "^3.4.1" minimatch "^3.0.4" + node-abort-controller "^3.0.1" schema-utils "^3.1.1" semver "^7.3.5" tapable "^2.2.1" @@ -9173,6 +9174,11 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" +node-abort-controller@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/node-abort-controller/-/node-abort-controller-3.0.1.tgz#f91fa50b1dee3f909afabb7e261b1e1d6b0cb74e" + integrity sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw== + node-fetch@2.6.7, node-fetch@^2.5.0: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"