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 dependency @escape.tech/graphql-armor to v2.3.1 #9114

Merged
merged 5 commits into from
Sep 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@escape.tech/graphql-armor 2.2.0 -> 2.3.1 age adoption passing confidence

Release Notes

Escape-Technologies/graphql-armor (@​escape.tech/graphql-armor)

v2.3.1

Compare Source

Patch Changes
  • e812da5: set peerDependencies to optional

v2.3.0

Compare Source

Minor Changes
  • 9d53465: Make Types lib peerDependencies instead of optionalDependencies

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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) September 1, 2023 08:36
@dac09 dac09 added this to the next-release-patch milestone Sep 1, 2023
@dac09 dac09 added the release:chore This PR is a chore (means nothing for users) label Sep 1, 2023
@renovate renovate bot changed the title fix(deps): update dependency @escape.tech/graphql-armor to v2.3.0 fix(deps): update dependency @escape.tech/graphql-armor to v2.3.1 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/escape.tech-graphql-armor-2.x branch from 4649ef5 to 6dd3bbe Compare September 1, 2023 11:11
@thedavidprice
Copy link
Contributor

@jtoar this one included a fairly important dependency fix both Danny and I saw last week (Apollo server was included as a dep). Would be great to get into today's patch if possible

@jtoar
Copy link
Contributor

jtoar commented Sep 1, 2023

@thedavidprice sure thing!

@renovate
Copy link
Contributor Author

renovate bot commented Sep 1, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@thedavidprice thedavidprice merged commit 93f2806 into main Sep 1, 2023
26 of 27 checks passed
@thedavidprice thedavidprice deleted the renovate/escape.tech-graphql-armor-2.x branch September 1, 2023 23:08
jtoar added a commit that referenced this pull request Sep 2, 2023
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@escape.tech/graphql-armor](https://togithub.com/Escape-Technologies/graphql-armor)
| [`2.2.0` ->
`2.3.1`](https://renovatebot.com/diffs/npm/@escape.tech%2fgraphql-armor/2.2.0/2.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@escape.tech%2fgraphql-armor/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@escape.tech%2fgraphql-armor/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@escape.tech%2fgraphql-armor/2.2.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@escape.tech%2fgraphql-armor/2.2.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>Escape-Technologies/graphql-armor
(@&#8203;escape.tech/graphql-armor)</summary>

[`v2.3.1`](https://togithub.com/Escape-Technologies/graphql-armor/blob/HEAD/packages/graphql-armor/CHANGELOG.md#231)

[Compare
Source](https://togithub.com/Escape-Technologies/graphql-armor/compare/@escape.tech/graphql-armor@2.3.0...@escape.tech/graphql-armor@2.3.1)

-
[`e812da5`](https://togithub.com/Escape-Technologies/graphql-armor/commit/e812da5):
set peerDependencies to optional

[`v2.3.0`](https://togithub.com/Escape-Technologies/graphql-armor/blob/HEAD/packages/graphql-armor/CHANGELOG.md#230)

[Compare
Source](https://togithub.com/Escape-Technologies/graphql-armor/compare/@escape.tech/graphql-armor@2.2.0...@escape.tech/graphql-armor@2.3.0)

-
[`9d53465`](https://togithub.com/Escape-Technologies/graphql-armor/commit/9d53465):
Make Types lib peerDependencies instead of optionalDependencies

</details>

---

📅 **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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
@jtoar jtoar modified the milestones: next-release-patch, v6.1.1 Sep 2, 2023
jtoar added a commit that referenced this pull request Sep 2, 2023
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@escape.tech/graphql-armor](https://togithub.com/Escape-Technologies/graphql-armor)
| [`2.2.0` ->
`2.3.1`](https://renovatebot.com/diffs/npm/@escape.tech%2fgraphql-armor/2.2.0/2.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@escape.tech%2fgraphql-armor/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@escape.tech%2fgraphql-armor/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@escape.tech%2fgraphql-armor/2.2.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@escape.tech%2fgraphql-armor/2.2.0/2.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>Escape-Technologies/graphql-armor
(@&#8203;escape.tech/graphql-armor)</summary>

[`v2.3.1`](https://togithub.com/Escape-Technologies/graphql-armor/blob/HEAD/packages/graphql-armor/CHANGELOG.md#231)

[Compare
Source](https://togithub.com/Escape-Technologies/graphql-armor/compare/@escape.tech/graphql-armor@2.3.0...@escape.tech/graphql-armor@2.3.1)

-
[`e812da5`](https://togithub.com/Escape-Technologies/graphql-armor/commit/e812da5):
set peerDependencies to optional

[`v2.3.0`](https://togithub.com/Escape-Technologies/graphql-armor/blob/HEAD/packages/graphql-armor/CHANGELOG.md#230)

[Compare
Source](https://togithub.com/Escape-Technologies/graphql-armor/compare/@escape.tech/graphql-armor@2.2.0...@escape.tech/graphql-armor@2.3.0)

-
[`9d53465`](https://togithub.com/Escape-Technologies/graphql-armor/commit/9d53465):
Make Types lib peerDependencies instead of optionalDependencies

</details>

---

📅 **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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants