Skip to content

fix(deps): update nextra monorepo to v4 (major) - autoclosed #550

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextra 3.2.0 -> 4.2.17 age adoption passing confidence
nextra-theme-docs 3.2.0 -> 4.2.17 age adoption passing 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
  • aac469e: fix: improve sidebar folder item arrow animation
  • Updated dependencies [a7db0e6]
  • Updated dependencies [18e7fb9]

v4.2.16

Compare Source

Patch Changes

v4.2.15

Compare Source

Patch Changes
  • 27dcd23: fix: better error message for Layout#lastUpdated prop. Ensure lastUpdated is React component and not React fragment.
  • 5617e04: fix: loading state in search results was only visible during the first search
  • Updated dependencies [5617e04]

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
  • fd4e6d1: fix: make scroll position in sidebar stable between client-side navigation
  • Updated dependencies [ccb5da2]
  • Updated dependencies [05a202d]

v4.2.13

Compare Source

Patch Changes

v4.2.12

Compare Source

Patch Changes

v4.2.11

Compare Source

Patch Changes
  • 8805d3f: - add overflow: hidden on <html> element instead of <body> to lock scroll when mobile nav is open
    • increase z-index for mobile nav from 10 to 20, in navbar from 20 to 30
    • fix navbar alignement on mobile when Navbar.align prop is set to left
    • [email protected]

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
  • Updated dependencies [5c22495]

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

v4.2.2

Compare Source

Patch Changes

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>

v4.0.9

Compare Source

Patch Changes
  • e78f796: fix console error from <Search> results error TypeError: Cannot destructure property 'results' of '(intermediate value)' as it is null.

    select right tab and scroll into view when html element with location.hash id is inside <Tabs.Tab>

  • ff007b2: fix clicking on search result from same page doesn't scroll to the heading

v4.0.8

Compare Source

Patch Changes

v4.0.7

Patch Changes

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.

v3.3.1

Compare Source

Patch Changes
  • bfa61d9: add text-overflow: ellipsis for <Cards.Card> component

v3.3.0

Compare Source

Minor Changes
Patch Changes

v3.2.5

Compare Source

Patch Changes

v3.2.4

Compare Source

Patch Changes

v3.2.3

Compare Source

Patch Changes

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes
  • 9154c2f: fix(nextra-theme-docs): incorrect makePrimaryColor relative value for
    tailwind primary.900

  • 8a21a77: - Change hamburger menu animation speed

    Google Core Web Vitals rolled out a new
    INP score
    The mobile hamburger menu would occasionally get flagged for "need
    improvement"


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 is behind base branch, 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

vercel bot commented Jan 16, 2025

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

Name Status Preview Comments Updated (UTC)
supabase-cache-helpers ❌ Failed (Inspect) Apr 18, 2025 9:27am
supabase-cache-helpers-react-query ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2025 9:27am
supabase-cache-helpers-swr-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2025 9:27am

Copy link

changeset-bot bot commented Jan 16, 2025

⚠️ No Changeset found

Latest commit: e7a4cce

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

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.39%. Comparing base (fe3eef1) to head (e7a4cce).
Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #550   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files         143      143           
  Lines        2078     2078           
  Branches      634      634           
=======================================
  Hits         1920     1920           
  Misses        133      133           
  Partials       25       25           
Flag Coverage Δ
postgrest-core 92.39% <ø> (ø)
postgrest-react-query 92.39% <ø> (ø)
postgrest-server 92.39% <ø> (ø)
postgrest-swr 92.39% <ø> (ø)
storage-core 92.39% <ø> (ø)
storage-react-query 92.39% <ø> (ø)
storage-swr 92.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from bf78a99 to 2182629 Compare January 19, 2025 09:08
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 2182629 to 1c2fccc Compare January 19, 2025 13:47
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 1c2fccc to a268af5 Compare January 19, 2025 16:34
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from a268af5 to 0f4fba3 Compare January 21, 2025 05:39
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 0f4fba3 to 5608b2d Compare January 25, 2025 00:49
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 5608b2d to 20648e4 Compare January 26, 2025 21:54
@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch 4 times, most recently from be0060e to 6a309ae Compare March 17, 2025 09:01
Copy link

vercel bot commented Mar 17, 2025

Deployment failed with the following error:

Resource is limited - try again in 5 hours (more than 100, code: "api-deployments-free-per-day").

Copy link

vercel bot commented Mar 25, 2025

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/major-nextra-monorepo branch from 301b7ea to e7a4cce Compare April 18, 2025 09:15
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v4 (major) fix(deps): update nextra monorepo to v4 (major) - autoclosed Apr 18, 2025
@renovate renovate bot closed this Apr 18, 2025
@renovate renovate bot deleted the renovate/major-nextra-monorepo branch April 18, 2025 11:23
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