Skip to content

chore(deps): update nextra monorepo to v4 (major) #968

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Confidence
nextra 3.3.1 -> 4.2.17 age confidence
nextra-theme-docs 3.3.1 -> 4.2.17 age confidence

Release Notes

shuding/nextra (nextra)

v4.2.17

Compare Source

Patch Changes
  • a7db0e6: fix: use correct ReactNode zod validation for Layout.footer/banner/editLink/feedback.content/toc.backToTop/toc.extraContent/toc.title/search and Navbar.children/projectIcon/chatIcon
  • 18e7fb9: fix: allow override NextraConfig.mdxOptions.format option in next.config file

v4.2.16

Compare Source

Patch Changes
  • 2cfaacc: fix: frozen spinner on loading state in search results by updating Tailwind CSS to v4.0.10

v4.2.15

Compare Source

Patch Changes
  • 5617e04: fix: loading state in search results was only visible during the first search

v4.2.14

Compare Source

Patch Changes
  • ccb5da2: removing custom nextra's scrollbar styles, allowing the browser's default scrollbars to be used
  • 05a202d: fix: make search results appear above the navbar

v4.2.13

Compare Source

Patch Changes
  • fc4035c: add code block icon for svelte language
  • fc4035c: increase z-index for banner to 30 to fix hidden banner when mobile nav is open

v4.2.12

Compare Source

v4.2.11

Compare Source

v4.2.10

Compare Source

Patch Changes
  • 5c22495: - add Navbar.align prop to align navigation links to the specified side. (default 'right')
    • fix hidden nav links when specified with type: 'page', href: '...' in _meta files

v4.2.9

Compare Source

v4.2.8

Compare Source

v4.2.7

Compare Source

v4.2.6

Compare Source

Patch Changes
  • a7906d1: use decodeURIComponent instead decodeURI to properly decode & character

v4.2.5

Compare Source

Patch Changes
  • e6c3050: add display: 'normal' | 'hidden' for _meta item type: 'menu'

v4.2.4

Compare Source

Patch Changes
  • b46d831: fix Could not parse expression with acorn for inline math code in development mode without turbopack enabled
  • 7949e28: move setting pageMap items' title property from normalizePages to sortFolder

v4.2.3

Compare Source

Patch Changes
  • ca67a19: remove requirement page.{jsx,tsx} pages to have exported metadata object

v4.2.2

Compare Source

Patch Changes
  • dd32eca: fix route group within app/ dir crash the convertToPageMap

v4.2.1

Compare Source

Patch Changes
  • 5c51b49: fix allow configuring theme.toc in _meta file when toc.float is set to false for pages with type: 'page'
  • 996b0b5: fix: show Scroll to top link toc.backToTop when toc.float: false is set

v4.2.0

Compare Source

Patch Changes
  • 427b080: calculate --nextra-banner-height after mounting banner, so banner text can be wrapped on multiple lines
  • 6b8053f: fix a sudden height jump on opening for <detail> element when his last children contain margins
  • b0e686e: hide default <summary> arrow on mobile

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • 7caf059: - generate unique anchor id for <summary> elements based on its content at build time
    • add anchor link icon for <summary>

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes
  • 267ef81: fix parsing empty front matter

v4.0.7

Patch Changes
  • 32e7d55: fix ::selection styles, use hsla instead of hsl because it can overlap text with ::selection background when background-clip: text is set
  • 695e428: add new nextra config option unstable_shouldAddLocaleToLinks to append locale to all links, for i18n websites which uses static exports and can't use Nextra middleware
  • fc78033: fix crash of Nextra when props are used within headings, e.g. ## Hello {props.something}
  • b2f2458: do not log a bunch of Failed to get the last modified timestamp from Git for the file messages if init git repository failed

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes
  • 5132295: fix broken showLineNumbers setting on code blocks
  • 5132295: fix unable order _meta key with index name

v4.0.3

Compare Source

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes
  • 481e0d0: fix syntax highlighting for mdx lang and improve docs for /docs/docs-theme/start
  • 426cd66: Remove margin-top from .nextra-steps :before pseudo selector

v4.0.0

Compare Source

Nextra 4.0 is just released!

🔹App Router
🔹Turbopack
🔹Compiled by React-Compiler
🔹New Rust-powered search engine Pagefind
🔹RSC i18n
🔹Server/Client components
🔹Smallest bundle size EVER for a Nextra-powered website
🔹GitHub Alert Syntax
🔹New _meta.global file
🔹… and more

Blog post announcement and migration guide.

Please refer to CHANGELOG.md for details.


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 added the dependencies Pull requests that update a dependency file label Jan 19, 2025
Copy link

changeset-bot bot commented Jan 19, 2025

⚠️ No Changeset found

Latest commit: 3cd5038

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

Copy link

netlify bot commented Jan 19, 2025

Deploy Preview for react-docgen failed.

Name Link
🔨 Latest commit 3cd5038
🔍 Latest deploy log https://app.netlify.com/projects/react-docgen/deploys/687bb0de2ac11b000756b8d2

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 8 times, most recently from 6b6a66f to 497309e Compare January 28, 2025 12:59
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from 04cf297 to b2e7358 Compare February 5, 2025 05:14
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 6 times, most recently from 73696e5 to fa3fb7f Compare February 13, 2025 23:45
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 3 times, most recently from 813923f to ae9ae23 Compare February 18, 2025 07:26
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 3 times, most recently from 8a479fc to 882ad42 Compare March 6, 2025 02:18
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 3 times, most recently from ee250ab to 67c8a35 Compare March 13, 2025 00:29
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from b6a6bb4 to df516c2 Compare April 21, 2025 07:15
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from 5b11e20 to df23e0e Compare May 7, 2025 02:52
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from 612a707 to 198100a Compare May 17, 2025 02:11
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from 6ac57cd to a86542c Compare May 26, 2025 07:47
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from eb39416 to 7e3a091 Compare June 2, 2025 06:24
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from 29d44c0 to d4728f9 Compare June 12, 2025 02:12
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 3 times, most recently from 751f17c to 22ebe15 Compare June 19, 2025 03:04
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 22ebe15 to b2198a8 Compare June 24, 2025 01:16
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from b2198a8 to a566954 Compare July 4, 2025 02:13
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from a566954 to 8a71298 Compare July 15, 2025 03:09
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 8a71298 to 3cd5038 Compare July 19, 2025 14:51
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.

0 participants