From ac535289ee2f7f4403f0f63fcbecfd8c8f9ede14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:51:31 +0000 Subject: [PATCH] deps(example): bump prettier from 3.3.3 to 3.4.0 in /examples/nestjs-graphql in the dependencies group (#2342) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the dependencies group in /examples/nestjs-graphql with 1 update: [prettier](https://github.com/prettier/prettier). Updates `prettier` from 3.3.3 to 3.4.0
Release notes

Sourced from prettier's releases.

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.0

diff

🔗 Release Notes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.3.3&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--- examples/nestjs-graphql/package-lock.json | 11 ++++++----- examples/nestjs-graphql/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/nestjs-graphql/package-lock.json b/examples/nestjs-graphql/package-lock.json index 0fc624e12..a67e7b286 100644 --- a/examples/nestjs-graphql/package-lock.json +++ b/examples/nestjs-graphql/package-lock.json @@ -31,7 +31,7 @@ "eslint": "^8.57.1", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.2.1", - "prettier": "^3.3.3", + "prettier": "^3.4.0", "typescript": "^5.1.3" } }, @@ -58,7 +58,7 @@ "@rollup/wasm-node": "4.27.4", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "engines": { "node": ">=18" @@ -4857,10 +4857,11 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.0.tgz", + "integrity": "sha512-/OXNZcLyWkfo13ofOW5M7SLh+k5pnIs07owXK2teFpnfaOEcycnSy7HQxldaVX1ZP/7Q8oO1eDuQJNwbomQq5Q==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/examples/nestjs-graphql/package.json b/examples/nestjs-graphql/package.json index 0974e168d..d62d9af17 100644 --- a/examples/nestjs-graphql/package.json +++ b/examples/nestjs-graphql/package.json @@ -39,7 +39,7 @@ "eslint": "^8.57.1", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.2.1", - "prettier": "^3.3.3", + "prettier": "^3.4.0", "typescript": "^5.1.3" } }