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 nextra monorepo to v4 (major) #1810

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 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextra 3.3.1 -> 4.2.10 age adoption passing confidence
nextra-theme-docs 3.3.1 -> 4.2.10 age adoption passing confidence

Release Notes

shuding/nextra (nextra)

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

Patch Changes

v4.2.8

Compare Source

Patch Changes

v4.2.7

Compare Source

Patch Changes

v4.2.6

Compare Source

Patch Changes

v4.2.5

Compare Source

Patch Changes

v4.2.4

Compare Source

Patch Changes

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

Minor Changes
  • 90b8c66: allow configuring theme.toc with layout: 'default' in _meta files
Patch Changes
  • 0b0db89: better animations for open/closed state for the <NavbarMenu> component which is rendered with type: 'menu' in _meta file
  • 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
  • 5d1e75b: add the missing transition-opacity style for the <BackToTop> component
  • b0e686e: hide default <summary> arrow on mobile
  • 2b0b434: add the missing cursor-pointer style in the <BackToTop> component
  • bcc34cc: reduce main area padding x to from 24px to 16px like in next.js docs
  • Updated dependencies [427b080]
  • Updated dependencies [6b8053f]
  • Updated dependencies [b0e686e]

v4.1.1

Compare Source

Patch Changes
  • b9f8bfb: do not render default footer content if the Footer#children prop was not provided
  • 8d878dd: fix: show heading anchor when hover on heading itself
  • 20f7aaa: fix Uncaught Error: Minified React error #&#8203;418; visit https://react.dev/errors/418 error due mismatch of last updated time date
  • 57e98cd: add Layout#sidebar.defaultOpen prop to configure sidebar default open state
  • d586bd6: fix ThemeSwitch#lite prop
  • 29a44de: fix regression from Nextra 3 setting theme.collapsed?: boolean in _meta file for folders has no effect in sidebar
  • 5e86a14: add missing transition state for <Navbar> links and <TOC> extra content links
  • 2ba45de: allow change _meta file theme.toc property with type: 'page'
  • Updated dependencies [29a44de]
  • Updated dependencies [19578c3]

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>
Patch Changes

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes

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

v4.0.3

Compare Source

Patch Changes

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
  • Updated dependencies [481e0d0]
  • Updated dependencies [426cd66]

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.

Copy link

changeset-bot bot commented Jan 13, 2025

⚠️ No Changeset found

Latest commit: 3e1d6dc

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

nx-cloud bot commented Jan 13, 2025

View your CI Pipeline Execution ↗ for commit 3e1d6dc.

Command Status Duration Result
nx run-many --output-style=static --parallel=1 ... ✅ Succeeded 11m 55s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-13 21:31:52 UTC

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.30%. Comparing base (e3dafb6) to head (3e1d6dc).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1810   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files         132      132           
  Lines        1269     1269           
  Branches      265      265           
=======================================
  Hits         1184     1184           
  Misses         76       76           
  Partials        9        9           
Flag Coverage Δ
httpx-assert-unit 93.30% <ø> (ø)
httpx-dsn-parser-unit 93.30% <ø> (ø)
httpx-exception-unit 93.30% <ø> (ø)
httpx-json-api-unit 93.30% <ø> (ø)
httpx-memo-intl-unit 93.30% <ø> (ø)
httpx-plain-object-unit 93.30% <ø> (ø)
httpx-treeu-unit 93.30% <ø> (ø)

Copy link

codspeed-hq bot commented Jan 13, 2025

CodSpeed Performance Report

Merging #1810 will not alter performance

Comparing renovate/major-nextra-monorepo (3e1d6dc) with main (7cadf86)

Summary

✅ 40 untouched benchmarks

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from 6935ba1 to 6fd2d47 Compare January 14, 2025 16:42
Copy link

socket-security bot commented Jan 14, 2025

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 7 times, most recently from dc18a5c to a7f66b8 Compare January 22, 2025 00:55
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 7 times, most recently from 50018ea to 8427a6b Compare January 28, 2025 13:01
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 5 times, most recently from 31765ed to 483f2c3 Compare February 5, 2025 02:04
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from 57dc94a to a18b320 Compare February 10, 2025 12:54
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 3 times, most recently from 566d067 to 935aed2 Compare February 12, 2025 15:55
Copy link

socket-security bot commented Feb 12, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

View full report↗︎

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 2 times, most recently from fe49294 to bb56bcb Compare February 12, 2025 18:21
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from bb56bcb to 3e1d6dc Compare February 13, 2025 21:17
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