Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.3.3 (#6343)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.3.3

* Prettier

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 13, 2024
1 parent 791aebf commit bec6eac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-tools_executor-http-6343-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-tools/executor-http": patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/utils@^10.3.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.3.2) (from `^10.3.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"jest": "29.7.0",
"lint-staged": "15.2.7",
"patch-package": "8.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"ts-jest": "29.2.2",
"ts-node": "10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/print-schema-with-directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export function astFromArg(
// ConstXNode has been introduced in v16 but it is not compatible with XNode so we do `as any` for backwards compatibility
defaultValue:
arg.defaultValue !== undefined
? astFromValue(arg.defaultValue, arg.type) ?? undefined
? (astFromValue(arg.defaultValue, arg.type) ?? undefined)
: (undefined as any),
directives: getDeprecatableDirectiveNodes(arg, schema, pathToDirectivesInExtensions) as any,
};
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10280,10 +10280,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz#e05202784a3f41889711ae38c75c5b8cad72f368"
integrity sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==

[email protected].2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==
[email protected].3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==

prettier@^2.7.1:
version "2.8.8"
Expand Down

0 comments on commit bec6eac

Please sign in to comment.