Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Confidence
nextra 4.3.0-alpha.18 -> 4.4.0 age confidence
nextra-theme-docs 4.2.17 -> 4.4.0 age confidence

Release Notes

shuding/nextra (nextra)

v4.4.0

Compare Source

Minor Changes
  • 26b1281: feat: add Copy Documentation button/dropdown feature as LLM-Optimized
    Prompt

    Note

    If you are using
    content directory,
    you must pass the sourceCode prop to enable this feature.

    const {
      default: MDXContent,
      toc,
      metadata,
    + sourceCode
    } = await importPage(params.mdxPath)
    return (
    - <Wrapper toc={toc} metadata={metadata}>
    + <Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}>
        <MDXContent {...props} params={params} />
      </Wrapper>
    )

v4.3.0

Compare Source

Minor Changes
  • eed8328: feat: adapt colors and icons from original GitHub alerts syntax

    feat: new Callout type important

    fix: inconsistent built-in Callout's icons size

    feat: improve Callout's accessibility colors

  • 0831a1b: Add an onSearch callback to the <Search /> component. This
    callback, when specified, is called upon every search input change.

  • b0afee7: feat(tsdoc): add support for @inline tag on function parameters

  • c93fc48: update zod to v4

    feat(TSDoc): rename generateDocumentation to generateDefinition

    feat(Bleed): pass all props from div element to Bleed, Callout, Banner
    container

    fix(TSDoc): improve TSDoc comments for components

    • Banner
    • Head
    • Search
    • Bleed
    • Callout
    • Cards
    • FileTree
    • Steps
    • Table
    • Tabs
    • Playground
    • TSDoc
    • Layout
    • Navbar

    fix(TSDoc): improve TSDoc comments for functions:

    • nextra
    • generateDefinition
    • useMDXComponents
  • 01ac538: feat(tsdoc): support @​inline tag and fix mobile overflow in
    table

  • 94b081c: feat: refactor <Search> component styles for improved transitions
    and visibility

  • b5fab80: add MDXRemote component docs page
    https://nextra.site/docs/built-ins/mdxremote

  • ef35ab9: accept all ComboboxInputProps in Nextra's <Search /> component

  • d9dd061: update tailwindcss to 4.1.10 and react-compiler-runtime to
    19.1.0-rc.2

  • c134abe: feat: improve overall accessibility, makes text/colors easier to read
    and achieves WCAG Level AAA compliance in many places

  • 83f6c57: feat: introduce new <TSDoc /> component

    The <TSDoc> component from nextra/tsdoc generates a properties table that
    displays:

    • Property name
    • TypeScript type
    • Property description - is parsed from TSDoc inline
      description or the @description tag. You can use any Markdown/MDX syntax
      here.
    • Default value - are extracted from the @default or @defaultValue
      tag.
    • Permalink - a # anchor link to the property row for easy reference.

    More info can be found in https://nextra.site/docs/built-ins/tsdoc

    [!IMPORTANT]

    Huge thanks to
    xyflow - Node Based UIs for React and Svelte
    for sponsoring this feature!

  • 07debf9: feat(TSDoc): support flattening return object fields

Patch Changes
  • 71f7b3f: Update https://nextra.site/docs/guide/search page

    Fixes extra margin-top inside Tabs.Tab

    Fix breaking <Steps> component numeration when there is <Tabs> component
    inside

  • 47ba5f3: fix: use em for padding-y, padding-x and border-radius styles of
    <Code> element

    fix(TSDoc): for return signature without name return mobile card instead of
    table

    feat: use em instead rem for margins

  • 40267dc: split TSDoc component logic to TSDoc component and
    generateDocumentation function

    update https://nextra.site/docs/built-ins/tsdoc documentation

  • f717156: feat(TSDoc): enable exactOptionalPropertyTypes and
    strictNullChecks in ts-morph compilerOptions

  • 9f449e5: fix(TSDoc): should show null type in properties table

  • 8ac2506: chore: bump babel-plugin-react-compiler and
    react-compiler-runtime, remove custom pnpm patch for
    babel-plugin-react-compiler

  • a6a1f97: fix(tsdoc): check @inline and @remarks tags on alias type too in
    addition to field tags

  • fda0355: fix tsdoc File not found: /var/task/.../tsconfig.json

  • b2cba90: improve TSDoc comments for getPageMap, generateStaticParamsFor
    and importPage functions. Add new https://nextra.site/docs/guide/api page.

  • f40e018: fix TSDoc error Expected to find an alias symbol when using
    @inline comment

  • d29469e: support Next.js 15.3.0

  • 6a82e6f: - Fix: Received false for a non-boolean attribute prefetch.

    • Allow override next-mdx-import-source-file in turbopack.resolveAlias
      option
  • 7de40fb: Update Tailwind CSS guide to match v4 version
    https://nextra.site/docs/advanced/tailwind-css

  • c7d25df: fix(tsdoc): should resolve Partial types as declared

  • 4547eb9: feat(TSDoc): add support for functions and functions with multiple
    signatures

  • 407e0c4: feat(TSDoc): add TSDoc.noParametersContent prop

  • 00f4696: add https://nextra.site/api page generated with TSDoc component

  • 31ddba4: improve LaTeX docs, mention that you need apply styles for KaTeX
    https://nextra.site/docs/advanced/latex#apply-styles

  • a506e0b: fix TypeError: page.generateMetadata is not a function when using
    with withSentryConfig plugin

  • 9690841: Upgrade remark-reading-time to 2.0.2 in dependencies.

v4.3.0-alpha.31

Compare Source

Patch Changes
  • f40e018: fix TSDoc error Expected to find an alias symbol when using
    @inline comment

v4.3.0-alpha.30

Compare Source

Minor Changes
  • b0afee7: feat(tsdoc): add support for @inline tag on function parameters

v4.3.0-alpha.29

Compare Source

Patch Changes
  • a6a1f97: fix(tsdoc): check @inline and @remarks tags on alias type too in
    addition to field tags

v4.3.0-alpha.28

Compare Source

Minor Changes
  • ef35ab9: accept all ComboboxInputProps in Nextra's <Search /> component

v4.3.0-alpha.27

Compare Source

Minor Changes

v4.3.0-alpha.26

Compare Source

Patch Changes
  • c7d25df: fix(tsdoc): should resolve Partial types as declared

v4.3.0-alpha.25

Compare Source

Minor Changes
  • d9dd061: update tailwindcss to 4.1.10 and react-compiler-runtime to
    19.1.0-rc.2

v4.3.0-alpha.24

Compare Source

Minor Changes
  • 0831a1b: Add an onSearch callback to the <Search /> component. This
    callback, when specified, is called upon every search input change.

v4.3.0-alpha.23

Compare Source

Patch Changes
  • 9690841: Upgrade remark-reading-time to 2.0.2 in dependencies.

v4.3.0-alpha.22

Compare Source

Minor Changes
  • c93fc48: update zod to v4

    feat(TSDoc): rename generateDocumentation to generateDefinition

    feat(Bleed): pass all props from div element to Bleed, Callout, Banner
    container

    fix(TSDoc): improve TSDoc comments for components

    • Banner
    • Head
    • Search
    • Bleed
    • Callout
    • Cards
    • FileTree
    • Steps
    • Table
    • Tabs
    • Playground
    • TSDoc
    • Layout
    • Navbar

    fix(TSDoc): improve TSDoc comments for functions:

    • nextra
    • generateDefinition
    • useMDXComponents
  • b5fab80: add MDXRemote component docs page
    https://nextra.site/docs/built-ins/mdxremote

v4.3.0-alpha.21

Compare Source

Patch Changes
  • 6a82e6f: - Fix: Received false for a non-boolean attribute prefetch.
    • Allow override next-mdx-import-source-file in turbopack.resolveAlias
      option

v4.3.0-alpha.20

Compare Source

v4.3.0-alpha.19

Compare Source

Patch Changes
  • 407e0c4: feat(TSDoc): add TSDoc.noParametersContent prop

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 196f334 to 430629b Compare April 22, 2025 19:08
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.19 Update dependency nextra to v4.3.0-alpha.20 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 430629b to 27157a5 Compare April 22, 2025 22:12
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.20 Update dependency nextra to v4.3.0-alpha.21 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 27157a5 to 748c4cc Compare April 30, 2025 23:07
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.21 Update dependency nextra to v4.3.0-alpha.22 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 748c4cc to 57bc200 Compare June 3, 2025 00:26
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.22 Update dependency nextra to v4.3.0-alpha.23 Jun 3, 2025
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.23 fix(deps): update dependency nextra to v4.3.0-alpha.23 Jun 5, 2025
@renovate renovate bot changed the title fix(deps): update dependency nextra to v4.3.0-alpha.23 Update dependency nextra to v4.3.0-alpha.23 Jun 5, 2025
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.23 fix(deps): update dependency nextra to v4.3.0-alpha.23 Jun 18, 2025
@renovate renovate bot changed the title fix(deps): update dependency nextra to v4.3.0-alpha.23 Update dependency nextra to v4.3.0-alpha.23 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 57bc200 to 5c81e09 Compare June 19, 2025 16:58
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.23 Update dependency nextra to v4.3.0-alpha.25 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 5c81e09 to 523edc2 Compare June 19, 2025 23:37
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.25 Update dependency nextra to v4.3.0-alpha.27 Jun 19, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 523edc2 to 1d9188c Compare June 22, 2025 13:27
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.27 fix(deps): update dependency nextra to v4.3.0-alpha.28 Jun 22, 2025
@renovate renovate bot changed the title fix(deps): update dependency nextra to v4.3.0-alpha.28 Update dependency nextra to v4.3.0-alpha.28 Jun 22, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 1d9188c to fc39a44 Compare June 25, 2025 23:03
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.28 Update dependency nextra to v4.3.0-alpha.29 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from fc39a44 to 28e209e Compare June 29, 2025 20:38
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.29 Update dependency nextra to v4.3.0-alpha.30 Jun 29, 2025
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.30 fix(deps): update dependency nextra to v4.3.0-alpha.30 Jul 2, 2025
@renovate renovate bot changed the title fix(deps): update dependency nextra to v4.3.0-alpha.30 Update dependency nextra to v4.3.0-alpha.30 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 28e209e to 87abbd9 Compare July 10, 2025 17:57
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.30 Update dependency nextra to v4.3.0-alpha.31 Jul 10, 2025
@renovate renovate bot changed the title Update dependency nextra to v4.3.0-alpha.31 fix(deps): update dependency nextra to v4.3.0-alpha.31 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 87abbd9 to 1e9b7c8 Compare July 28, 2025 20:15
@renovate renovate bot changed the title fix(deps): update dependency nextra to v4.3.0-alpha.31 fix(deps): update nextra monorepo to v4.3.0 Jul 28, 2025
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v4.3.0 Update nextra monorepo to v4.3.0 Jul 29, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 1e9b7c8 to de9a403 Compare August 10, 2025 13:31
@renovate renovate bot changed the title Update nextra monorepo to v4.3.0 fix(deps): update nextra monorepo to v4.3.0 Aug 10, 2025
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v4.3.0 Update nextra monorepo to v4.3.0 Aug 10, 2025
@renovate renovate bot changed the title Update nextra monorepo to v4.3.0 fix(deps): update nextra monorepo to v4.3.0 Aug 13, 2025
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v4.3.0 Update nextra monorepo to v4.3.0 Aug 13, 2025
@renovate renovate bot changed the title Update nextra monorepo to v4.3.0 fix(deps): update nextra monorepo to v4.3.0 Aug 19, 2025
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v4.3.0 Update nextra monorepo to v4.3.0 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from de9a403 to e888cf3 Compare August 22, 2025 10:31
@renovate renovate bot changed the title Update nextra monorepo to v4.3.0 Update nextra monorepo to v4.4.0 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from e888cf3 to 88806ed Compare August 31, 2025 10:34
@renovate renovate bot changed the title Update nextra monorepo to v4.4.0 fix(deps): update nextra monorepo to v4.4.0 Aug 31, 2025
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v4.4.0 Update nextra monorepo to v4.4.0 Aug 31, 2025
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.

0 participants