Skip to content

fix(deps): update nextra monorepo to v3.3.1 #1917

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: source
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

Package Change Age Confidence
nextra 3.0.0-alpha.28 -> 3.3.1 age confidence
nextra-theme-docs 3.0.0-alpha.28 -> 3.3.1 age confidence

Release Notes

shuding/nextra (nextra)

v3.3.1

Compare Source

Patch Changes

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"

v3.2.0

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes
  • 6e64b16: fix
    Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /path/to/project/node_modules/nextra/package.json
    when using next.config.ts
  • d44c4bc: requires to have a custom App component (pages/_app.jsx)
  • 24f9806: fix folder's index page was not merged with folder itself for some
    edge case
  • Updated dependencies [6e64b16]
  • Updated dependencies [d44c4bc]
  • Updated dependencies [24f9806]

v3.1.2

Compare Source

Patch Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Patch Changes

v3.0.15

Compare Source

Patch Changes

v3.0.14

Compare Source

Patch Changes
  • 9794e9e: Fix frontMatter.sidebarTitle didn't affect without
    frontMatter.title set

    now priority for sidebar title is:

    1. title property from _meta file
    2. frontMatter.sidebarTitle
    3. frontMatter.title
    4. formatted with Title based on filename
  • Updated dependencies [6454938]

  • Updated dependencies [9794e9e]

  • Updated dependencies [9794e9e]

v3.0.13

Compare Source

Patch Changes

v3.0.12

Compare Source

Patch Changes

v3.0.11

Compare Source

Patch Changes

v3.0.10

Compare Source

Patch Changes

v3.0.9

Compare Source

Patch Changes

v3.0.8

Compare Source

Patch Changes
  • 72c84eb: add max-md:_overflow-hidden instead of _overflow-hidden when
    hamburger is clicked
  • 1530239: hide <summary> marker on Safari
  • 210d68a: trigger scrolling when the TOC item is outside the viewport
  • bf04f96: add ring-inset for navbar links

v3.0.7

Compare Source

Patch Changes

v3.0.6

Compare Source

Patch Changes

v3.0.5

Compare Source

Patch Changes

v3.0.4

Compare Source

Patch Changes

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • c2ad837: update to MDX3

  • 16ab7f7: - remove legacyBehavior from NextLink

    • remove config.cusdis. Instead, now you need to pass cusdis options as
      props in Cusdis component
  • 148278c: rename tailwind prefix nx- to _ to reduce bundle size

  • 919fe97: set "peerDependencies.next": ">=13"

  • ba30c6c: use render props for className with selected, disabled and
    hover state for <Tab>

  • d7d8a3e: new styles for code blocks aka in next.js

  • 2872606: remove image prop from <Card> component, image will be showed
    based on truthiness children prop now

    set icon as optional prop

  • 128e195: fix React warning, remove PageOpts.toc, use toc prop from
    components.wrapper

  • 191e6c4: - use shikiji instead of shiki

    • rename useSSG to useData
  • c7f03e5: rename pageOpts.headings to toc

Minor Changes
Patch Changes
  • 73239c4: To ensure consistent horizontal padding, set the default language as
    plaintext for code blocks. This prevents any loss of formatting for code
    blocks without a specified language.
  • 2a3e3e7: Fix first list item in <FileTree> not within permitted parent
    elements
  • cb24790: fix broken export default statement in mdx files
  • 7e57ddb: Avoid skipping the heading level in the posts layout, removes
    .post-item and .post-item-more classes
  • a8c2196: use dynamic import for loading mermaid
  • 0b5cc9d: make nextra compatible with windows
  • 1a634cd: remove explicit ZodError assertion
  • ad108ff: use overflow-x-auto instead overflow-x-scroll for <Table>
  • 4f0f6b2: Omit ...{:type} inline code annotations from search index #​2922
  • 150184b: attach heading anchor id attribute to heading (like Pagefind do)
    and fix heading anchor styles when theme.typesetting: 'article' is set
  • 7bb18e3: Add a generic for themeConfig in NextraThemeLayoutProps to
    improve type inference.
  • 9f55bd1: update rehype-pretty-code/shikiji to latest
  • a90b90f: Switch to the dark theme provided by @tailwindcss/typography in
    theme-blog.
  • 49a9627: fix theme-blog heading styles in post layout
  • 3c6193d: Remove unnecessary sortPages from server/utils.ts
  • 363b85f: add flex-shrink: 0 for indent in FileTree for <Ident> and svg
    icons in <Folder> and <File>
  • 237c345: Make React 18 as minimal requirement
  • a95e745: Fix the line highlighting background-color does not extend to the
    full width of the code block when a scrollbar appears with line numbers.
  • Updated dependencies [e7e8e84]
  • Updated dependencies [7188278]
  • Updated dependencies [d1e3e9a]
  • Updated dependencies [73239c4]
  • Updated dependencies [2b9b95b]
  • Updated dependencies [023d37b]
  • Updated dependencies [0fe55db]
  • Updated dependencies [50a52fd]
  • Updated dependencies [c2ad837]
  • Updated dependencies [2a3e3e7]
  • Updated dependencies [a3b67ae]
  • Updated dependencies [1a36469]
  • Updated dependencies [799174f]
  • Updated dependencies [98f439c]
  • Updated dependencies [6ec3241]
  • Updated dependencies [148278c]
  • Updated dependencies [c7f03e5]
  • Updated dependencies [3644e1c]
  • Updated dependencies [919fe97]
  • Updated dependencies [cb24790]
  • Updated dependencies [47b125d]
  • Updated dependencies [982862f]
  • Updated dependencies [a8c2196]
  • Updated dependencies [ba30c6c]
  • Updated dependencies [0b5cc9d]
  • Updated dependencies [5a63701]
  • Updated dependencies [60ec68c]
  • Updated dependencies [d7d8a3e]
  • Updated dependencies [fe5061b]
  • Updated dependencies [2872606]
  • Updated dependencies [a52a869]
  • Updated dependencies [6ec3241]
  • Updated dependencies [1a634cd]
  • Updated dependencies [63ca28b]
  • Updated dependencies [ad108ff]
  • Updated dependencies [ad4823d]
  • Updated dependencies [4f0f6b2]
  • Updated dependencies [1f3e7cd]
  • Updated dependencies [ab07609]
  • Updated dependencies [2f3be33]
  • Updated dependencies [90c129e]
  • Updated dependencies [f71e660]
  • Updated dependencies [150184b]
  • Updated dependencies [66cce1d]
  • Updated dependencies [c74ae90]
  • Updated dependencies [7615b62]
  • Updated dependencies [6070b02]
  • Updated dependencies [7bb18e3]
  • Updated dependencies [b9f88e3]
  • Updated dependencies [8efbb45]
  • Updated dependencies [6f4c83a]
  • Updated dependencies [d8a406b]
  • Updated dependencies [9f55bd1]
  • Updated dependencies [4e55c06]
  • Updated dependencies [128e195]
  • Updated dependencies [8bce16d]
  • Updated dependencies [ccaf3d4]
  • Updated dependencies [3043826]
  • Updated dependencies [2630461]
  • Updated dependencies [576cb6f]
  • Updated dependencies [217f708]
  • Updated dependencies [57bc0e2]
  • Updated dependencies [ca51306]
  • Updated dependencies [f662237]
  • Updated dependencies [3c6193d]
  • Updated dependencies [1f3e7cd]
  • Updated dependencies [198dbcc]
  • Updated dependencies [363b85f]
  • Updated dependencies [fef635e]
  • Updated dependencies [6070b02]
  • Updated dependencies [237c345]
  • Updated dependencies [191e6c4]
  • Updated dependencies [440ff42]
  • Updated dependencies [7faa096]
  • Updated dependencies [9099c35]
  • Updated dependencies [98f439c]
  • Updated dependencies [a95e745]
  • Updated dependencies [80e11e0]
  • Updated dependencies [c7f03e5]

v3.0.0-alpha.42

Compare Source

Patch Changes
  • ca51306: Enhance focus ring style consistency.

v3.0.0-alpha.41

Compare Source

Patch Changes
  • 237c345: Make React 18 as minimal requirement

v3.0.0-alpha.40

Compare Source

Patch Changes
  • 982862f: Support for h2 and h4 Markdown headings with the Steps component.

v3.0.0-alpha.39

Compare Source

Major Changes
  • 47b125d: fix global style conflicts for
    <a>/<button>/<summary>/<input>/[tabindex]:not([tabindex='-1']

  • ba30c6c: use render props for className with selected, disabled and
    hover state for <Tab>

  • 2872606: remove image prop from <Card> component, image will be showed
    based on truthiness children prop now

    set icon as optional prop

v3.0.0-alpha.38

Compare Source

Patch Changes
  • ccaf3d4: Add the autoImportThemeStyle option to the Nextra configuration.
    This allows users to import the official Nextra theme CSS into a specific
    cascade layer.

v3.0.0-alpha.37

Compare Source

Patch Changes
  • 2a3e3e7: Fix first list item in <FileTree> not within permitted parent
    elements

v3.0.0-alpha.36

Compare Source

Patch Changes
  • 2b9b95b: migrate to @headlessui/react v2

v3.0.0-alpha.35

Compare Source

Patch Changes
  • f662237: avoid focus-visible style being cut off by overflow-hidden

v3.0.0-alpha.34

Compare Source

Patch Changes
  • 1a634cd: remove explicit ZodError assertion

v3.0.0-alpha.33

Compare Source

Patch Changes
  • 7bb18e3: Add a generic for themeConfig in NextraThemeLayoutProps to
    improve type inference.

v3.0.0-alpha.32

Compare Source

Patch Changes
  • 73239c4: To ensure consistent horizontal padding, set the default language as
    plaintext for code blocks. This prevents any loss of formatting for code
    blocks without a specified language.

  • 799174f: fixed creating pageMap items for folders with dots

    remove requirement of passing filePaths with .md/.mdx extensions for
    createCatchAllMeta function

  • 150184b: attach heading anchor id attribute to heading (like Pagefind do)
    and fix heading anchor styles when theme.typesetting: 'article' is set

  • 3c6193d: Remove unnecessary sortPages from server/utils.ts

v3.0.0-alpha.31

Compare Source

Patch Changes
  • d1e3e9a: handle case when meta object was added in transformPageMap

v3.0.0-alpha.30

Compare Source

Patch Changes
  • 7615b62: fix useRouter in nextra/hooks, use asPath instead route
    because locale can be dynamic /[locale]

v3.0.0-alpha.29

Compare Source

Patch Changes
  • fef635e: ignore loading pageMap for dynamic locale /[locale]

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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
Contributor Author

renovate bot commented Dec 28, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
 WARN  deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
 WARN  deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Progress: resolved 72, reused 0, downloaded 0, added 0
Progress: resolved 189, reused 0, downloaded 0, added 0
Progress: resolved 249, reused 0, downloaded 0, added 0
Progress: resolved 387, reused 0, downloaded 0, added 0
Progress: resolved 479, reused 0, downloaded 0, added 0
Progress: resolved 689, reused 0, downloaded 0, added 0
Progress: resolved 847, reused 0, downloaded 0, added 0
Progress: resolved 953, reused 0, downloaded 0, added 0
Progress: resolved 1164, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: [email protected]

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

Copy link

vercel bot commented Dec 28, 2024

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

Name Status Preview Comments Updated (UTC)
graphql-github-io ❌ Failed (Inspect) Aug 10, 2025 2:12pm

@renovate renovate bot changed the title fix(deps): update nextra monorepo to v3.3.1 Update nextra monorepo to v3.3.1 Apr 17, 2025
@renovate renovate bot changed the title Update nextra monorepo to v3.3.1 fix(deps): update nextra monorepo to v3.3.1 Apr 27, 2025
@renovate renovate bot changed the title fix(deps): update nextra monorepo to v3.3.1 Update nextra monorepo to v3.3.1 Jun 16, 2025
@renovate renovate bot changed the title Update nextra monorepo to v3.3.1 fix(deps): update nextra monorepo to v3.3.1 Jun 16, 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