-
-
Notifications
You must be signed in to change notification settings - Fork 827
Upcoming Release Changes #6925
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
Upcoming Release Changes #6925
Conversation
WalkthroughThis pull request updates several package dependencies and increments version numbers across multiple packages. Notably, the "value-or-promise" dependency was removed from the schema and URL loader packages. A new helper function, Changes
Sequence Diagram(s)sequenceDiagram
participant C as Client
participant U as Utils.isUrl
participant R as URL Object
C->>U: Call isUrl(inputUrl)
U->>R: Check if URL.canParse exists
alt canParse available
R-->>U: Return parsed URL info
U-->>C: Return validation result (true/false)
else not available
U-->>C: Return fallback validation result
end
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (55)
💤 Files with no reviewable changes (3)
🚧 Files skipped from review as they are similar to previous changes (52)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🪧 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 (
|
ec595de
to
3e6703f
Compare
💻 Website PreviewThe latest changes are available as preview in: https://5c8f59b3.graphql-tools.pages.dev |
9ca4483
to
6a12751
Compare
6a12751
to
02f0c71
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@graphql-tools/utils@10.8.0
Minor Changes
357b2ee
Thanks @renovate! - New
isUrl
helper, and it usesURL.canParse
if availablePatch Changes
0a3e193
Thanks @ardatan! - Do not add
_v
prefix if there is only oneargument/variable
@graphql-tools/executor@1.3.13
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/executor-apollo-link@1.0.13
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/executor-envelop@3.0.20
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/executor-legacy-ws@1.1.11
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/executor-urql-exchange@1.0.13
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/executor-yoga@3.0.20
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/graphql-tag-pluck@8.3.13
Patch Changes
[
0a3e193
,357b2ee
]:graphql-tools@9.0.12
Patch Changes
[
357b2ee
]:@graphql-tools/import@7.0.12
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/links@9.0.21
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/load@8.0.13
Patch Changes
[
357b2ee
,0a3e193
,357b2ee
]:@graphql-tools/apollo-engine-loader@8.0.14
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/code-file-loader@8.1.14
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/git-loader@8.0.18
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/github-loader@8.0.14
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/graphql-file-loader@8.0.13
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/json-file-loader@8.0.12
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/module-loader@8.0.12
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/url-loader@8.0.25
Patch Changes
357b2ee
Thanks @renovate! - dependencies updates:
@graphql-tools/executor-graphql-ws@^2.0.1
↗︎(from
^1.3.2
, independencies
)value-or-promise@^1.0.11
↗︎ (fromdependencies
)[
0a3e193
,357b2ee
]:@graphql-tools/merge@9.0.18
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/mock@9.0.16
Patch Changes
[
357b2ee
,0a3e193
,357b2ee
]:@graphql-tools/node-require@7.0.14
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/relay-operation-optimizer@7.0.13
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/resolvers-composition@7.0.12
Patch Changes
[
0a3e193
,357b2ee
]:@graphql-tools/schema@10.0.17
Patch Changes
357b2ee
Thanks @renovate! - dependencies updates:
value-or-promise@^1.0.12
↗︎ (fromdependencies
)[
0a3e193
,357b2ee
]:Summary by CodeRabbit
New Features
Chores