From 33a6557d590021bbd6f3f901cf07c3cf1cc4a0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 23:23:06 +0100 Subject: [PATCH] meta: bump prettier from 3.0.2 to 3.1.0 (#6166) * meta: bump prettier from 3.0.2 to 3.1.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.2...3.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * fix: code format --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Augustin Mauroy --- next.constants.mjs | 8 ++++---- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/next.constants.mjs b/next.constants.mjs index a84eed94e7f98..6e2012b1da90d 100644 --- a/next.constants.mjs +++ b/next.constants.mjs @@ -63,8 +63,8 @@ export const ENABLE_WEBSITE_REDESIGN = export const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL ? process.env.NEXT_PUBLIC_BASE_URL : process.env.NEXT_PUBLIC_VERCEL_URL - ? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}` - : 'https://nodejs.org'; + ? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}` + : 'https://nodejs.org'; /** * This is used for any place that requires the Node.js distribution URL (which by default is nodejs.org/dist) @@ -103,8 +103,8 @@ export const BASE_PATH = process.env.NEXT_PUBLIC_BASE_PATH || ''; export const NEXT_DATA_URL = process.env.NEXT_PUBLIC_DATA_URL ? process.env.NEXT_PUBLIC_DATA_URL : VERCEL_ENV - ? `${BASE_URL}${BASE_PATH}/en/next-data/` - : `http://localhost:3000/en/next-data/`; + ? `${BASE_URL}${BASE_PATH}/en/next-data/` + : `http://localhost:3000/en/next-data/`; /** * This ReGeX is used to remove the `index.md(x)` suffix of a name and to remove diff --git a/package-lock.json b/package-lock.json index 919729bcfc49e..1a3d2c3ee86c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-junit": "16.0.0", - "prettier": "3.0.2", + "prettier": "3.1.0", "prettier-plugin-tailwindcss": "0.5.6", "remark-frontmatter": "5.0.0", "remark-preset-lint-node": "5.0.0", @@ -24359,9 +24359,9 @@ } }, "node_modules/prettier": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz", - "integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index a016ea886d041..272cb1f97bb27 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-junit": "16.0.0", - "prettier": "3.0.2", + "prettier": "3.1.0", "prettier-plugin-tailwindcss": "0.5.6", "remark-frontmatter": "5.0.0", "remark-preset-lint-node": "5.0.0",