Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @graphql-codegen/typescript-document-nodes from 2.2.2 to 4.0.6 #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump @graphql-codegen/typescript-document-nodes from 2.2.2 to 4.0.6
Bumps [@graphql-codegen/typescript-document-nodes](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/document-nodes) from 2.2.2 to 4.0.6.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/document-nodes/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/document-nodes)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/typescript-document-nodes"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Feb 22, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 3ff2492e3ee60820a0e638e55bff7f692ef105ad
141 changes: 125 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/near-operation-file-preset": "^2.2.3",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-document-nodes": "2.2.2",
"@graphql-codegen/typescript-document-nodes": "4.0.6",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.1",
"@graphql-codegen/typescript-operations": "2.2.2",
"@graphql-codegen/typescript-urql": "^3.4.2",

Unchanged files with check annotations Beta

children?: ReactNode;
}
export default function Judge({ children }: CardProps) {}

Check warning on line 7 in src/common/Card/Card.tsx

GitHub Actions / Run ESLint

'children' is defined but never used. Allowed unused args must match /^_/u
import axios from 'axios';
import { globalUser } from 'signals';

Check warning on line 3 in src/utils/getCurrentUser.ts

GitHub Actions / Run ESLint

'globalUser' is defined but never used. Allowed unused vars must match /^_/u
const QUERY = `query {
currentAccount {