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/server to v4 #889

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@guild-docs/server 3.0.1 -> 4.0.0 age adoption passing confidence

Release Notes

the-guild-org/the-guild-docs

v4.0.0

Compare Source

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

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

@changeset-bot
Copy link

changeset-bot bot commented May 20, 2022

⚠️ No Changeset found

Latest commit: a5c1324

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

@vercel
Copy link

vercel bot commented May 20, 2022

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

Name Status Preview Updated
graphql-ez ✅ Ready (Inspect) Visit Preview Jun 13, 2022 at 11:25PM (UTC)

@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 4.x releases. But if you manually upgrade to 4.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-server-4.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