From 1bd4642423fd5b86bb6886166e0ac791a98a128e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:41:20 -0400 Subject: [PATCH] Update dependency prettier to v3.2.5 (#8868) --- language-configuration.json | 4 ++-- package.json | 2 +- tsconfig.json | 6 +++--- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/language-configuration.json b/language-configuration.json index 1f6fa5344..d67c2b734 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -1,5 +1,5 @@ { "comments": { - "lineComment": "\"", - }, + "lineComment": "\"" + } } diff --git a/package.json b/package.json index 32c198b60..43109f1b9 100644 --- a/package.json +++ b/package.json @@ -1227,7 +1227,7 @@ "minimist": "1.2.8", "mocha": "10.4.0", "plugin-error": "2.0.1", - "prettier": "3.2.4", + "prettier": "3.2.5", "sinon": "17.0.1", "ts-loader": "9.5.1", "typescript": "5.4.5", diff --git a/tsconfig.json b/tsconfig.json index 0e1ad497a..466839002 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,12 +14,12 @@ "experimentalDecorators": true, "baseUrl": ".", "paths": { - "platform/*": ["src/platform/node/*"], + "platform/*": ["src/platform/node/*"] }, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true, - "esModuleInterop": true, + "esModuleInterop": true // "isolatedModules": true, }, - "exclude": ["node_modules", "!node_modules/@types"], + "exclude": ["node_modules", "!node_modules/@types"] } diff --git a/yarn.lock b/yarn.lock index 692731dd7..dafc27920 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4113,10 +4113,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" - integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== +prettier@3.2.5: + version "3.2.5" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" + integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: version "2.0.1"