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 #4449

Merged
merged 1 commit into from
May 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2022

WhiteSource 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: "after 10pm,before 6:00am" in timezone Europe/Warsaw.

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

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

@vercel
Copy link

vercel bot commented May 9, 2022

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

1 Ignored Deployment
Name Status Preview Updated
graphql-tools ⬜️ Ignored (Inspect) May 17, 2022 at 3:32PM (UTC)

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 9, 2022
@changeset-bot
Copy link

changeset-bot bot commented May 9, 2022

⚠️ No Changeset found

Latest commit: b33409a

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

@theguild-bot
Copy link
Collaborator

theguild-bot commented May 9, 2022

The latest changes of this PR are not available as alpha, since there are no linked changesets for this PR.

@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 272       ✗ 0  
     data_received..................: 32 MB   3.2 MB/s
     data_sent......................: 116 kB  12 kB/s
     http_req_blocked...............: avg=8.51µs   min=2.5µs   med=3.1µs    max=614.3µs  p(90)=3.8µs    p(95)=4.2µs   
     http_req_connecting............: avg=4µs      min=0s      med=0s       max=544.6µs  p(90)=0s       p(95)=0s      
   ✓ http_req_duration..............: avg=68.22ms  min=58.53ms med=64.22ms  max=172.43ms p(90)=72.9ms   p(95)=107.85ms
       { expected_response:true }...: avg=68.22ms  min=58.53ms med=64.22ms  max=172.43ms p(90)=72.9ms   p(95)=107.85ms
     http_req_failed................: 0.00%   ✓ 0         ✗ 136
     http_req_receiving.............: avg=167.86µs min=137.3µs med=158.65µs max=829.21µs p(90)=175.95µs p(95)=190.7µs 
     http_req_sending...............: avg=101.34µs min=16.89µs med=26.1µs   max=1.76ms   p(90)=45.15µs  p(95)=825.31µs
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=67.95ms  min=58.34ms med=63.97ms  max=171.53ms p(90)=71.95ms  p(95)=107.67ms
     http_reqs......................: 136     13.559066/s
     iteration_duration.............: avg=73.72ms  min=63.33ms med=69.37ms  max=177.85ms p(90)=81.57ms  p(95)=113.37ms
     iterations.....................: 136     13.559066/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@renovate renovate bot force-pushed the renovate/guild-docs-client-3.x branch 2 times, most recently from fb5e0b6 to d51b85d Compare May 10, 2022 10:06
@renovate renovate bot force-pushed the renovate/guild-docs-client-3.x branch from d51b85d to b33409a Compare May 17, 2022 15:31
@ardatan ardatan merged commit 7f145c7 into master May 19, 2022
@ardatan ardatan deleted the renovate/guild-docs-client-3.x branch May 19, 2022 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants