Skip to content

chore(deps): bump @graphql-markdown/docusaurus from 1.33.0 to 1.34.0#862

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/graphql-markdown/docusaurus-1.34.0
Open

chore(deps): bump @graphql-markdown/docusaurus from 1.33.0 to 1.34.0#862
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/graphql-markdown/docusaurus-1.34.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps @graphql-markdown/docusaurus from 1.33.0 to 1.34.0.

Changelog

Sourced from @​graphql-markdown/docusaurus's changelog.

1.34.0 - 2026-04-10

This release is a spring-cleaning pass across GraphQL-Markdown: clearing cobwebs from the tooling attic, tightening the generation pipeline, and shipping a few practical improvements along the way.

What's New

beforeComposePageTypeHook - Control page section layout

A new lifecycle hook lets you reorder, filter, or hide sections on any generated page before it is rendered. This supersedes the deprecated boolean options codeSection, relatedTypeSection, and exampleSection.

See the Hook Recipes documentation for usage examples.

Namespace wrapping in code snippets

Operations that belong to a namespace (introduced in 1.33.0) now render their code snippets wrapped in the correct namespace block, giving a more accurate representation of the schema structure.

Runtime deprecation warnings

Using deprecated CLI flags or config options (--noCode, --noRelatedType, --noExample, codeSection, relatedTypeSection) now emits a visible warning at runtime to help with migration.

Docusaurus <details> MDX implementation update

The Docusaurus package updates its MDX handling for <details> blocks to align with the current implementation.

Bug Fixes

  • Namespace detection regression (#2809): fields whose return type is the root operation type (for example, a Mutation field returning Mutation) were incorrectly classified as namespace containers. This caused those fields to be omitted from operation lists and the root type to be stripped from the objects map. Fixed in @graphql-markdown/graphql.

Breaking / Deprecations

  • relatedTypeSection is deprecated - use beforeComposePageTypeHook to hide the related-types section.
  • codeSection and boolean exampleSection are deprecated - use beforeComposePageTypeHook instead.
  • options.runOnBuild is deprecated and will be removed in a future release. Use the graphql-to-doc CLI command instead.
  • PrinterEvent enum is deprecated in favour of ICancellableEvent.
  • Potential breaking change: all section printer functions now return structured PageSection objects instead of raw strings.

Internal / Architecture

  • Event base classes (CancellableEvent, DataEvent, DataOutputEvent) moved from @graphql-markdown/core -> @graphql-markdown/utils, making them available to downstream consumers.
  • Print event implementations (PrintCodeEvent, PrintTypeEvent, BeforeComposePageTypeEvent) moved to @graphql-markdown/printer-legacy.
  • @graphql-markdown/types promoted from devDependencies -> dependencies across all packages.

Package Versions

Package Version
@graphql-markdown/docusaurus 1.34.0
@graphql-markdown/core 1.20.0
@graphql-markdown/printer-legacy 1.15.0
@graphql-markdown/types 1.12.0
@graphql-markdown/utils 1.11.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@graphql-markdown/docusaurus](https://github.com/graphql-markdown/graphql-markdown/tree/HEAD/packages/docusaurus) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/graphql-markdown/graphql-markdown/releases)
- [Changelog](https://github.com/graphql-markdown/graphql-markdown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/graphql-markdown/graphql-markdown/commits/1.34.0/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@graphql-markdown/docusaurus"
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 24, 2026
@dependabot dependabot Bot requested review from a team as code owners April 24, 2026 22:56
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 24, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 24, 2026 22:56
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 24, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
midnight-wiki Error Error Apr 24, 2026 10:57pm

Request Review

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants