-
Notifications
You must be signed in to change notification settings - Fork 53
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 the requests group across 1 directory with 6 updates #784
base: main
Are you sure you want to change the base?
Conversation
Bumps the requests group with 4 updates in the /ui directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [graphql](https://github.com/graphql/graphql-js), [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools). Updates `@tanstack/react-query` from 5.59.15 to 5.66.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.66.0/packages/react-query) Updates `graphql` from 16.9.0 to 16.10.0 - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](graphql/graphql-js@v16.9.0...v16.10.0) Updates `@graphql-codegen/cli` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/graphql-codegen-cli) Updates `@graphql-codegen/typescript` from 4.1.0 to 4.1.3 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/typescript) Updates `@graphql-codegen/typescript-operations` from 4.3.0 to 4.4.1 - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/[email protected]/packages/plugins/typescript/operations) Updates `@tanstack/react-query-devtools` from 5.59.15 to 5.66.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.66.0/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: requests - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: requests - dependency-name: "@graphql-codegen/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requests - dependency-name: "@graphql-codegen/typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requests - dependency-name: "@graphql-codegen/typescript-operations" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requests - dependency-name: "@tanstack/react-query-devtools" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requests ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the requests group with 4 updates in the /ui directory: @tanstack/react-query, graphql, @graphql-codegen/cli and @tanstack/react-query-devtools.
Updates
@tanstack/react-query
from 5.59.15 to 5.66.0Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
ebe996d
release: v5.66.07bbc86c
release: v5.65.1088ec87
fix(useSuspenseQuery): throw select errors to ErrorBoundary (#8593)c6af7a5
release: v5.65.02399bb0
feat(types): type narrowing for isPlaceholderData (#8586)97f5544
chore: composite monorepo (#8560)d4d2466
release: v5.64.23e3fba9
fix(react-query): add missing subscribed option to UseInfiniteQueryOptions (#...f04dd19
chore(deps): replace rimraf with premove (#8532)e3e8814
release: v5.64.1Updates
graphql
from 16.9.0 to 16.10.0Release notes
Sourced from graphql's releases.
Commits
48afd37
16.10.0c079ae3
Split up in v16 API documentation (#4295)273fc84
Write about@oneOf
in the graphql-js documentation (#4290)4ef0428
Address empty selection-set (#4291)10cc0ac
Expose tokenCount on the DocumentNode (#4292)3f49961
fix: properly typeextensions
in GraphQLFormattedError (#4286)423e72d
Add note about defer/stream being v17 (#4289)577a9ad
Provide people with tabs so they can use classes as well (#4284)e9b6b62
Add overview page and add stackblitz to tutorial (#4283)84a49f7
Solve some low hanging fruit in the documentation (#4279)Maintainer changes
This version was pushed to npm by jdecroock, a new releaser for graphql since your current version.
Updates
@graphql-codegen/cli
from 5.0.3 to 5.0.4Changelog
Sourced from
@graphql-codegen/cli
's changelog.Commits
8192a88
chore(release): update monorepo packages versions (#10222)6f1741a
Fix load schema pointer type (#10227)72eb86f
fix(deps): update dependency@whatwg-node/fetch
to ^0.10.0 (#10248)ec342c6
Fix ESLint issues (#10199)Updates
@graphql-codegen/typescript
from 4.1.0 to 4.1.3Changelog
Sourced from
@graphql-codegen/typescript
's changelog.Commits
8192a88
chore(release): update monorepo packages versions (#10222)ec342c6
Fix ESLint issues (#10199)839b6f0
chore(release): update monorepo packages versions (#10188)876ea0c
chore(release): update monorepo packages versions (#10165)Updates
@graphql-codegen/typescript-operations
from 4.3.0 to 4.4.1Release notes
Sourced from
@graphql-codegen/typescript-operations
's releases.Changelog
Sourced from
@graphql-codegen/typescript-operations
's changelog.Commits
8192a88
chore(release): update monorepo packages versions (#10222)ec342c6
Fix ESLint issues (#10199)839b6f0
chore(release): update monorepo packages versions (#10188)fa64fbf
Keep fields specified by@unmask
for use with Apollo Client data masking (#...876ea0c
chore(release): update monorepo packages versions (#10165)Updates
@tanstack/react-query-devtools
from 5.59.15 to 5.66.0Release notes
Sourced from
@tanstack/react-query-devtools
's releases.... (truncated)
Commits
ebe996d
release: v5.66.07bbc86c
release: v5.65.1c6af7a5
release: v5.65.02399bb0
feat(types): type narrowing for isPlaceholderData (#8586)97f5544
chore: composite monorepo (#8560)d4d2466
release: v5.64.2f04dd19
chore(deps): replace rimraf with premove (#8532)e3e8814
release: v5.64.14a589bf
release: v5.64.0564e549
release: v5.63.0Dependabot 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 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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions