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 @guild-docs/client to v3 #888

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@guild-docs/client 2.1.1 -> 3.1.0 age adoption passing confidence

Release Notes

the-guild-org/the-guild-docs

v3.1.0

Compare Source

3.1.0

Minor Changes
  • 7fd6c80: Change default text font to Inter and code to Menlo

v3.0.2

Compare Source

3.0.2

Patch Changes
  • c82e243: fix this weird thing that does not cause any runtime errors within the example app in this repo but breaks graphql-yoga.

    Original error

    Unhandled Runtime Error
    Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
    
    Check the render method of `Giscus`.
    

v3.0.1

Compare Source

3.0.1

Patch Changes
  • ed86c4f: fix this weird thing that does not cause any runtime errors within the example app in this repo but breaks graphql-yoga.

    Original error

    Unhandled Runtime Error
    Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
    
    Check the render method of `Pagination`.
    

v3.0.0

Compare Source

3.0.0

Major Changes
  • abd721f: move pagination to the end of the content instead of to the toc
Minor Changes
  • 8b6aef2: Edit on GitHub

    Now it's possible to add an "edit this page on GitHub" button.

    import Head from 'next/head';
    import type { GetStaticPaths, GetStaticProps } from 'next';
    import { DocsContent, DocsTOC, MDXPage, EditOnGitHubButton } from '@​guild-docs/client';
    import { MDXPaths, MDXProps } from '@​guild-docs/server';
    import { getRoutes } from '../../../routes';
    
    export default MDXPage(function PostPage({ content, TOC, MetaHead, BottomNavigation, sourceFilePath }) {
      return (
        <>
          <Head>{MetaHead}</Head>
          <DocsContent>{content}</DocsContent>
          <DocsTOC>
            <TOC />
            <BottomNavigation />
            <EditOnGitHubButton
              repo="the-guild-org/the-guild-docs"
              baseDir="examples/basic"
              branch="main"
              sourceFilePath={sourceFilePath}
            />
          </DocsTOC>
        </>
      );
    });
Patch Changes

Configuration

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

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@vercel
Copy link

vercel bot commented May 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
graphql-ez ❌ Failed (Inspect) Jun 13, 2022 at 11:22PM (UTC)

@changeset-bot
Copy link

changeset-bot bot commented May 19, 2022

⚠️ No Changeset found

Latest commit: 16bedd9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/guild-docs-client-3.x branch from 7644f10 to 16bedd9 Compare June 13, 2022 23:20
@PabloSzx PabloSzx closed this Jun 22, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Jun 22, 2022

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/guild-docs-client-3.x branch June 22, 2022 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants