Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

fix(deps): update dependency @guild-docs/server to v4 #253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

the-guild-org/the-guild-docs (@​guild-docs/server)

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

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 '@&#8203;guild-docs/client';
    import { MDXPaths, MDXProps } from '@&#8203;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

v2.2.0

Compare Source

2.2.0

Minor Changes
  • 8608b1c: Use "undici" instead of "node-fetch"

v2.1.6

Compare Source

2.1.6

Patch Changes

v2.1.5

Compare Source

2.1.5

Patch Changes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 added the dependencies Pull requests that update a dependency file label Jul 8, 2022
@renovate renovate bot force-pushed the renovate/guild-docs-server-4.x branch from 682b698 to 0db13ca Compare November 20, 2022 13:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants