From c7cedc7e674792fbaf276a62ccba7ceab0ae7785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:56:28 +0100 Subject: [PATCH] chore(deps): update dependency prettier to v3.2.5 (#974) * chore(deps): update dependency prettier to v3.2.5 * style: fix formatting in tsconfig.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rostislav Simonik --- docs/package.json | 2 +- docs/tsconfig.json | 4 ++-- docs/yarn.lock | 8 ++++---- package.json | 2 +- tests/e2e/fixtures/basic/tsconfig.json | 4 ++-- tests/e2e/fixtures/esm/tsconfig.json | 4 ++-- tests/e2e/fixtures/ncc/tsconfig.json | 4 ++-- tsconfig.json | 6 +++--- yarn.lock | 8 ++++---- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/package.json b/docs/package.json index 35866db04..b9792e9cd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -24,7 +24,7 @@ "nextra": "2.13.3", "nextra-theme-docs": "2.13.3", "postcss": "8.4.33", - "prettier": "3.2.4", + "prettier": "3.2.5", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.4.1", diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 76bf2c747..b8d597880 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -13,8 +13,8 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "incremental": true, + "incremental": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"], + "exclude": ["node_modules"] } diff --git a/docs/yarn.lock b/docs/yarn.lock index fb5f77492..e62204c11 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4324,10 +4324,10 @@ prelude-ls@^1.2.1: resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz" 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== prop-types@^15.8.1: version "15.8.1" diff --git a/package.json b/package.json index bd1d2c61c..78c2bc00d 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "nexus": "^1.3.0", "nodemon": "^3.0.3", "object-hash": "^3.0.0", - "prettier": "3.2.4", + "prettier": "3.2.5", "prisma": "^5.0.0", "read-pkg-up": "7.0.1", "slug": "^8.2.3", diff --git a/tests/e2e/fixtures/basic/tsconfig.json b/tests/e2e/fixtures/basic/tsconfig.json index 6dc93d1fc..d4e2d7632 100644 --- a/tests/e2e/fixtures/basic/tsconfig.json +++ b/tests/e2e/fixtures/basic/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "moduleResolution": "node", + "moduleResolution": "node" }, - "include": ["."], + "include": ["."] } diff --git a/tests/e2e/fixtures/esm/tsconfig.json b/tests/e2e/fixtures/esm/tsconfig.json index b2db1dc6a..fd6f95005 100644 --- a/tests/e2e/fixtures/esm/tsconfig.json +++ b/tests/e2e/fixtures/esm/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "moduleResolution": "node", - "module": "ES2015", + "module": "ES2015" }, - "include": ["."], + "include": ["."] } diff --git a/tests/e2e/fixtures/ncc/tsconfig.json b/tests/e2e/fixtures/ncc/tsconfig.json index 6dc93d1fc..d4e2d7632 100644 --- a/tests/e2e/fixtures/ncc/tsconfig.json +++ b/tests/e2e/fixtures/ncc/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "moduleResolution": "node", + "moduleResolution": "node" }, - "include": ["."], + "include": ["."] } diff --git a/tsconfig.json b/tsconfig.json index afa42f536..596d0fdf1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,9 +26,9 @@ "baseUrl": ".", "paths": { - ".nexus-prisma": [".nexus-prisma"], - }, + ".nexus-prisma": [".nexus-prisma"] + } }, "include": ["src", "tests", "scripts", "utils"], - "exclude": ["dist-*", "tests/e2e/fixtures", "docs"], + "exclude": ["dist-*", "tests/e2e/fixtures", "docs"] } diff --git a/yarn.lock b/yarn.lock index 486b6be5c..302378d6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7246,10 +7246,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== prettier@^3.0.3: version "3.0.3"