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

fix(deps): update graphql-tools monorepo #10641

Merged
merged 1 commit into from
May 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/merge (source) 9.0.3 -> 9.0.4 age adoption passing confidence
@graphql-tools/utils (source) 10.1.2 -> 10.2.0 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/merge)

v9.0.4

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/utils)

v10.2.0

Compare Source

Minor Changes
Patch Changes

v10.1.3

Compare Source

Patch Changes
  • #​6055 4093f70 Thanks @​enisdenjo! - Disallow new lines in paths when checking with isValidPath

    A string may sometimes look like a path but is not (like an SDL of a simple
    GraphQL schema). To make sure we don't yield false-positives in such cases,
    we disallow new lines in paths (even though most Unix systems support new
    lines in file names).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) May 17, 2024 00:13
@Josh-Walker-GM Josh-Walker-GM added this to the next-release milestone May 17, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels May 17, 2024
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 2b33fe9 to 96188fe Compare May 17, 2024 00:21
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 96188fe to 03b2836 Compare May 17, 2024 00:26
@renovate renovate bot merged commit d0abca1 into main May 17, 2024
46 checks passed
@renovate renovate bot deleted the renovate/graphql-tools-monorepo branch May 17, 2024 00:44
Josh-Walker-GM pushed a commit that referenced this pull request May 17, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@graphql-tools/merge](https://togithub.com/ardatan/graphql-tools)
([source](https://togithub.com/ardatan/graphql-tools/tree/HEAD/packages/merge))
| [`9.0.3` ->
`9.0.4`](https://renovatebot.com/diffs/npm/@graphql-tools%2fmerge/9.0.3/9.0.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2fmerge/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2fmerge/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2fmerge/9.0.3/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2fmerge/9.0.3/9.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@graphql-tools/utils](https://togithub.com/ardatan/graphql-tools)
([source](https://togithub.com/ardatan/graphql-tools/tree/HEAD/packages/utils))
| [`10.1.2` ->
`10.2.0`](https://renovatebot.com/diffs/npm/@graphql-tools%2futils/10.1.2/10.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-tools%2futils/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-tools%2futils/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-tools%2futils/10.1.2/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-tools%2futils/10.1.2/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ardatan/graphql-tools (@&#8203;graphql-tools/merge)</summary>

###
[`v9.0.4`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/merge/CHANGELOG.md#904)

[Compare
Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/merge@9.0.3...@graphql-tools/merge@9.0.4)

##### Patch Changes

- [#&#8203;6111](https://togithub.com/ardatan/graphql-tools/pull/6111)
[`a06dbd2`](https://togithub.com/ardatan/graphql-tools/commit/a06dbd263ec7bfc6d50aa8faf2e35396a67b4f0b)
Thanks [@&#8203;lesleydreyer](https://togithub.com/lesleydreyer)! - Fix
directive merging when directive name is inherited from object prototype
(i.e. toString)

</details>

<details>
<summary>ardatan/graphql-tools (@&#8203;graphql-tools/utils)</summary>

###
[`v10.2.0`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1020)

[Compare
Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.1.3...@graphql-tools/utils@10.2.0)

##### Minor Changes

- [#&#8203;6105](https://togithub.com/ardatan/graphql-tools/pull/6105)
[`5567347`](https://togithub.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95)
Thanks [@&#8203;ardatan](https://togithub.com/ardatan)! - Add
`enumValueFilter` and `directiveFilter` to `filterSchema`

##### Patch Changes

- [#&#8203;6105](https://togithub.com/ardatan/graphql-tools/pull/6105)
[`5567347`](https://togithub.com/ardatan/graphql-tools/commit/5567347217fdfb72e3f8b389ade6d5912dfb5c95)
Thanks [@&#8203;ardatan](https://togithub.com/ardatan)! - Handle fields
in unmerged types as both isolated and non-isolated fields

###
[`v10.1.3`](https://togithub.com/ardatan/graphql-tools/blob/HEAD/packages/utils/CHANGELOG.md#1013)

[Compare
Source](https://togithub.com/ardatan/graphql-tools/compare/@graphql-tools/utils@10.1.2...@graphql-tools/utils@10.1.3)

##### Patch Changes

- [#&#8203;6055](https://togithub.com/ardatan/graphql-tools/pull/6055)
[`4093f70`](https://togithub.com/ardatan/graphql-tools/commit/4093f7043a195fda1f2f8315e3cb1d4d05723415)
Thanks [@&#8203;enisdenjo](https://togithub.com/enisdenjo)! - Disallow
new lines in paths when checking with `isValidPath`

A string may sometimes look like a path but is not (like an SDL of a
simple
GraphQL schema). To make sure we don't yield false-positives in such
cases,
we disallow new lines in paths (even though most Unix systems support
new
    lines in file names).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dac09 added a commit that referenced this pull request May 17, 2024
…erverStore

* 'main' of github.com:redwoodjs/redwood: (66 commits)
  fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v3.3.1 (#10639)
  fix(deps): update graphql-tools monorepo (#10641)
  fix(deps): update dependency core-js to v3.37.1 (#10630)
  fix(deps): update dependency @graphql-yoga/plugin-persisted-operations to v3.3.1 (#10640)
  fix(deps): update dependency @graphql-yoga/plugin-defer-stream to v3.3.1 (#10638)
  chore(deps): update dependency firebase to v10.12.0 (#10635)
  chore(deps): update yarn monorepo (#10624)
  fix(deps): update dependency @swc/core to v1.5.7 (#10634)
  fix(deps): update dependency mini-css-extract-plugin to v2.9.0 (#10633)
  fix(deps): update dependency @sdl-codegen/node to v0.0.15 (#10632)
  chore(deps): update dependency @npmcli/arborist to v7.5.2 (#10628)
  fix(deps): update dependency find-my-way to v8.2.0 (#10631)
  chore(deps): bump @fastify/reply-from from 9.4.0 to 9.8.0 (#10629)
  fix(deps): update prisma monorepo to v5.14.0 (#10627)
  fix(deps): update dependency fastify to v4.27.0 (#10625)
  fix(deps): update docusaurus monorepo to v3.3.2 (#10626)
  fix(deps): update dependency react-helmet-async to v2.0.5 (#10621)
  chore(deps): update dependency @types/vscode to v1.89.0 (#10623)
  fix(deps): update dependency react-hook-form to v7.51.4 (#10622)
  chore(deps): update dependency @clerk/clerk-react to v4.31.1 (#10616)
  ...
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v7.6.0 May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant