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 graphqlcodegenerator monorepo #7773

Merged
merged 4 commits into from
Mar 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/cli 3.2.1 -> 3.2.2 age adoption passing confidence
@graphql-codegen/typescript 3.0.1 -> 3.0.2 age adoption passing confidence
@graphql-codegen/typescript-operations 3.0.1 -> 3.0.2 age adoption passing confidence
@graphql-codegen/typescript-resolvers 3.1.0 -> 3.1.1 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v3.2.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v3.0.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v3.0.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v3.1.1

Compare Source

Patch Changes

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 added the release:chore This PR is a chore (means nothing for users) label Mar 7, 2023
@replay-io
Copy link

replay-io bot commented Mar 7, 2023

16 replays were recorded for 1253521.

image 0 Failed
image 16 Passed
    requireAuth graphql checks
          ```
          locator.waitFor: Target closed
          =========================== logs ===========================
          waiting for locator('.rw-form-error-title').locator('text=You don\'t have permission to do that') to be visible
          ============================================================
          ```
        </ol>
      </details>
      <li><a href=https://app.replay.io/recording/4b555d50-06b7-4797-a66b-59def63b08b0>useAuth hook, auth redirects checks</a></li>
      <li><a href=https://app.replay.io/recording/3515c5b3-da8b-4fe2-bbe6-a443cb88c664>Check that a specific blog post is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/2e0fc141-2c89-4fd2-b8b1-d5f58a7adc90>Check that about is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/0649dc45-0028-4633-90e1-14ef6ee8c2ea>Check that homepage is prerendered</a></li>
      <li><a href=https://app.replay.io/recording/2c7bd1ad-6799-4da8-aec0-6ba7ac6b68e4>Check that meta-tags are rendering the correct dynamic data</a></li>
      <li><a href=https://app.replay.io/recording/5bbfc0b5-ff24-4707-aad3-2f97d0a8c97a>Check that you can navigate from home page to specific blog post</a></li>
      <li><a href=https://app.replay.io/recording/266a2c29-3ede-4224-9f54-0aa9f6ca25c0>Waterfall prerendering (nested cells)</a></li>
      <li><a href=https://app.replay.io/recording/881a3e79-608b-42b7-80d2-4e36af8b011b>RBAC: Admin user should be able to delete contacts</a></li>
      <li><a href=https://app.replay.io/recording/f2d9e69f-0258-41c3-8b11-a765065b6b47>RBAC: Should not be able to delete contact as non-admin user</a></li>
      <li><a href=https://app.replay.io/recording/01f81445-b80e-44f7-96e3-534db6af4d31>Smoke test with dev server</a></li>
      <li><a href=https://app.replay.io/recording/7cbd386a-24e2-4de7-9316-ce7a41752dd6>Smoke test with rw serve</a></li>
      <li><a href=https://app.replay.io/recording/22bb1548-12a4-44a9-88f2-9cdb5a7e4940>Loads Cell mocks when Cell is nested in another story</a></li>
      <li><a href=https://app.replay.io/recording/97815d73-f95a-4ba7-bba4-7fc802fb48de>Loads Cell Stories</a></li>
      <li><a href=https://app.replay.io/recording/49b21c00-4896-4744-90f7-d795b5c65dba>Loads MDX Stories</a></li>
      <li><a href=https://app.replay.io/recording/99d80169-b6e4-40f5-9a76-236de6639a05>Mocks current user, and updates UI while dev server is running</a></li>
      

View test run on Replay ↗︎

@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from d71e7d9 to ea84cb0 Compare March 7, 2023 20:39
@renovate renovate bot assigned jtoar Mar 8, 2023
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch 20 times, most recently from 2428c73 to 78d6940 Compare March 14, 2023 13:54
@renovate renovate bot force-pushed the renovate/graphqlcodegenerator-monorepo branch from 4e6ee83 to 4e489dc Compare March 14, 2023 19:44
@renovate
Copy link
Contributor Author

renovate bot commented Mar 14, 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.

@jtoar jtoar merged commit 4b5eb3d into main Mar 14, 2023
@jtoar jtoar deleted the renovate/graphqlcodegenerator-monorepo branch March 14, 2023 21:34
@redwoodjs-bot redwoodjs-bot bot added this to the next-release milestone Mar 14, 2023
jtoar pushed a commit that referenced this pull request Mar 23, 2023
* fix(deps): update graphqlcodegenerator monorepo

* update fixture (adds space)
@thedavidprice thedavidprice modified the milestones: next-release, v4.4.0 Mar 23, 2023
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.

2 participants