From 65b2937a478160e8fa41db5a382650d0ca42d81e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:38:12 +0000 Subject: [PATCH] chore(deps): update dependency typescript to ^4.9.3 --- package.json | 2 +- packages/gatsby-cli/package.json | 2 +- packages/gatsby-core-utils/package.json | 2 +- packages/gatsby-page-utils/package.json | 2 +- packages/gatsby-plugin-image/package.json | 2 +- packages/gatsby-plugin-mdx/package.json | 2 +- packages/gatsby-plugin-utils/package.json | 2 +- packages/gatsby-script/package.json | 2 +- packages/gatsby-sharp/package.json | 2 +- packages/gatsby-source-shopify/package.json | 2 +- packages/gatsby-telemetry/package.json | 2 +- packages/gatsby-worker/package.json | 2 +- packages/gatsby/package.json | 2 +- yarn.lock | 49 ++++----------------- 14 files changed, 22 insertions(+), 53 deletions(-) diff --git a/package.json b/package.json index 0775a1cc30cd7..7306970d55bcc 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "npm-run-all": "4.1.5", "prettier": "^2.8.0", "rimraf": "^3.0.2", - "typescript": "^4.7.4", + "typescript": "^4.9.3", "unified": "^9.2.0", "yargs": "^15.4.1" }, diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index b0cf90aa04591..4682f90247c5f 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -72,7 +72,7 @@ "rollup": "^2.66.1", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-internal": "^1.0.4", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "files": [ "lib/", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index e451c82ca5e02..e661a174e1219 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -87,7 +87,7 @@ "is-uuid": "^1.0.2", "msw": "^0.38.2", "npm-run-all": "^4.1.5", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index f1e22f831a307..4665a56559aee 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -42,7 +42,7 @@ "babel-preset-gatsby-package": "^3.3.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "files": [ "dist/" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 2dfb7d789c499..5251a52957a79 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -63,7 +63,7 @@ "prepend-directive": "^1.0.3", "semver": "^7.3.7", "terser": "^5.3.8", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "peerDependencies": { "@babel/core": "^7.12.3", diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index 25715579c662a..1b928c0f5ce9a 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -57,7 +57,7 @@ "cross-env": "^7.0.3", "del-cli": "^5.0.0", "opentracing": "^0.14.7", - "typescript": "^4.7.4", + "typescript": "^4.9.3", "webpack": "^5.72.1" }, "jest": { diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 1d6848348c3ad..5b14f85fe9d8a 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -63,7 +63,7 @@ "cross-env": "^7.0.3", "msw": "^0.42.3", "rimraf": "^3.0.2", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "peerDependencies": { "gatsby": "^5.0.0-next", diff --git a/packages/gatsby-script/package.json b/packages/gatsby-script/package.json index 72c42302c475c..7e70cff4e0a88 100644 --- a/packages/gatsby-script/package.json +++ b/packages/gatsby-script/package.json @@ -28,7 +28,7 @@ "del-cli": "^5.0.0", "microbundle": "^0.15.1", "prepend-directive": "^1.0.3", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "peerDependencies": { "@gatsbyjs/reach-router": "^2.0.0", diff --git a/packages/gatsby-sharp/package.json b/packages/gatsby-sharp/package.json index 159613c6f3bc3..d16ea78798f3e 100644 --- a/packages/gatsby-sharp/package.json +++ b/packages/gatsby-sharp/package.json @@ -23,7 +23,7 @@ "babel-plugin-replace-ts-export-assignment": "^0.0.2", "cross-env": "^7.0.3", "npm-run-all": "4.1.5", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "engines": { "node": ">=18.0.0" diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 2568fdd25172e..d67b740a75906 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -41,7 +41,7 @@ "prettier": "^2.7.1", "prettier-check": "^2.0.0", "tsc-watch": "^4.6.0", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "peerDependencies": { "gatsby-plugin-image": "^3.0.0-next" diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 089c1689df639..ca540df56b4f3 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -26,7 +26,7 @@ "babel-preset-gatsby-package": "^3.3.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "files": [ "lib/", diff --git a/packages/gatsby-worker/package.json b/packages/gatsby-worker/package.json index 016be5a7198db..2ae1f61c07993 100644 --- a/packages/gatsby-worker/package.json +++ b/packages/gatsby-worker/package.json @@ -16,7 +16,7 @@ "babel-preset-gatsby-package": "^3.3.0-next.0", "cross-env": "^7.0.3", "rimraf": "^3.0.2", - "typescript": "^4.7.4" + "typescript": "^4.9.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme", "keywords": [ diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 43f387e4c7e9c..d3fea5121e26c 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -202,7 +202,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", - "typescript": "^4.7.4", + "typescript": "^4.9.3", "xhr-mock": "^2.5.1", "zipkin": "^0.22.0", "zipkin-javascript-opentracing": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 4ca76ac397b7f..757f4c76a9b9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -251,16 +251,7 @@ json5 "^2.2.1" semver "^6.3.0" -"@babel/eslint-parser@^7.15.4": - version "7.15.4" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.4.tgz#46385943726291fb3e8db99522c8099b15684387" - integrity sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw== - dependencies: - eslint-scope "^5.1.1" - eslint-visitor-keys "^2.1.0" - semver "^6.3.0" - -"@babel/eslint-parser@^7.19.1": +"@babel/eslint-parser@^7.15.4", "@babel/eslint-parser@^7.19.1": version "7.19.1" resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#4f68f6b0825489e00a24b41b6a1ae35414ecd2f4" integrity sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ== @@ -2039,12 +2030,7 @@ resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== -"@humanwhocodes/object-schema@^1.2.0": - version "1.2.0" - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf" - integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w== - -"@humanwhocodes/object-schema@^1.2.1": +"@humanwhocodes/object-schema@^1.2.0", "@humanwhocodes/object-schema@^1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== @@ -5400,12 +5386,7 @@ acorn@^7.0.0, acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.5.0, acorn@^8.7.1: - version "8.8.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" - integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== - -acorn@^8.8.0, acorn@^8.8.1: +acorn@^8.0.0, acorn@^8.0.4, acorn@^8.2.4, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0, acorn@^8.8.1: version "8.8.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73" integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== @@ -11769,20 +11750,13 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globals@^13.15.0: +globals@^13.15.0, globals@^13.2.0, globals@^13.6.0, globals@^13.9.0: version "13.18.0" resolved "https://registry.yarnpkg.com/globals/-/globals-13.18.0.tgz#fb224daeeb2bb7d254cd2c640f003528b8d0c1dc" integrity sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A== dependencies: type-fest "^0.20.2" -globals@^13.2.0, globals@^13.6.0, globals@^13.9.0: - version "13.12.1" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.12.1.tgz#ec206be932e6c77236677127577aa8e50bf1c5cb" - integrity sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw== - dependencies: - type-fest "^0.20.2" - globalyzer@0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/globalyzer/-/globalyzer-0.1.0.tgz#cb76da79555669a1519d5a8edf093afaa0bf1465" @@ -13494,12 +13468,7 @@ is-path-inside@^1.0.0: dependencies: path-is-inside "^1.0.1" -is-path-inside@^3.0.1, is-path-inside@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz#f5220fc82a3e233757291dddc9c5877f2a1f3017" - integrity sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg== - -is-path-inside@^3.0.3: +is-path-inside@^3.0.1, is-path-inside@^3.0.2, is-path-inside@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== @@ -23312,10 +23281,10 @@ typedarray@^0.0.6, typedarray@~0.0.5: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" -typescript@^4.1.3, typescript@^4.7.4: - version "4.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" - integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== +typescript@^4.1.3, typescript@^4.9.3: + version "4.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db" + integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== typography-normalize@^0.16.19: version "0.16.19"