feedback icon indicating copy to clipboard operation
feedback copied to clipboard

fix(deps): update nextra monorepo to v2.13.4

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextra 2.1.0 -> 2.13.4 age adoption passing confidence
nextra-theme-docs 2.1.0 -> 2.13.4 age adoption passing confidence

Release Notes

shuding/nextra (nextra)

v2.13.4

Compare Source

Patch Changes
  • f7fc10b: fix for the memory leak issue in the highlight-matches.tsx component when search query contain multiple whitespaces

v2.13.3

Compare Source

Patch Changes
  • 93b5705: allow to disable editLink by specifying editLink.component: null in theme config
  • 93b5705: fix type: 'separator' zod validation, mark title field as optional
  • Updated dependencies [93b5705]

v2.13.2

Compare Source

Patch Changes
  • ad7b31b: downgrade remark-math from 6 to 5.1.1 to fix TypeError: Cannot read properties of undefined (reading 'mathFlowInside') error

    fix support of ``` math lang that was overridden by rehype-pretty-code\

v2.13.1

Compare Source

Patch Changes
  • ee02a48: fix Property 'existsSync' does not exist on type

v2.13.0

Compare Source

v2.12.3

Compare Source

Patch Changes
  • ffb6d80: - Fix TypeError: Cannot read properties of null (reading 'classList') while navigating to route that doesn't have toc with router.push for example

    • Add alias Tabs.Tab to Tab component
    • Add alias Cards.Card to Card component
    • should not attach custom heading id as id attribute if parent is Tabs.Tab or Tab
    • should not save to toc list headings of level 1

v2.12.2

Compare Source

Patch Changes
  • 7c8c498: fix Out of Memory in search while indexing large words

v2.12.1

Compare Source

Patch Changes
  • 52ae8fc: - always cache md/mdx compiler for non-remote content and never cache for remote content

    • refactor function arguments for compileMdx
    • fix source code from loader was stripped starting from last match export default MDXContent; and until the end, so transform function was not applied
    • fix headings were undefined in remote content

v2.12.0

Compare Source

Minor Changes
  • d982074: - show headings for partial md/mdx in toc

    • hide headings in toc when parent <Tab /> or <Tabs.Tab />
  • 8962597: - allow override static image component that was hardcoded to import Image from 'next/image' now it's plain <img />

    • support <details />/<summary /> for .md files
Patch Changes

v2.11.1

Compare Source

Patch Changes
  • ddddce9: skip search indexing for 404/500 pages

  • 6154e31: ensure first h1 is set as page title if frontmatter.title is missing

  • 46743ba: fix TS error Cannot find module 'nextra/filter-route-locale' or its corresponding type declarations. while importing

    import filterRouteLocale from 'nextra/filter-route-locale'
    
  • 4dd720a: remove font-weight: 500; from styles of code blocks since it gives no effect

v2.11.0

Compare Source

Patch Changes
  • 3bb480a: use github-slugger for custom heading ids to prevent duplicated headings
  • 3bb480a: fix custom heading id in search result
  • 3bb480a: fix Warning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#" in by normalizePages from nextra/normalize-pages`
  • 3bb480a: strip .html extension from URL route for static export

v2.10.0

Compare Source

Minor Changes
  • e54b008: - add @theguild/remark-npm2yarn package that replaces the code block that has npm2yarn metadata with <Tabs /> and <Tab /> components from nextra/components.

    • <Tabs /> now has selectedKey prop, the chosen tab is saved in the local storage, which will be chosen in future page renders.

    More info https://nextra.site/docs/guide/advanced/npm2yarn

v2.9.0

Compare Source

Minor Changes
  • 16bbb88: Move below packages to nextra package

    • <Cards /> and <Card />
    • <Tabs /> and <Tab />
    • <Steps />
    • <FileTree />

    to import them you can use the following in your official nextra-theme-blog and nextra-theme-docs

    import { Card, Cards } from 'nextra/components'
    
    import { Tab, Tabs } from 'nextra/components'
    
    import { Steps } from 'nextra/components'
    
    import { FileTree } from 'nextra/components'
    
Patch Changes
  • 23a25b1: replace last match of export default MDXContent;

v2.8.0

Compare Source

Minor Changes
  • b43f268: add new option sidebar.autoCollapse to automatically collapse inactive folders above defaultMenuCollapseLevel
Patch Changes

v2.7.1

Compare Source

Patch Changes

v2.7.0

Compare Source

Minor Changes
  • 44626e8: support mermaid diagrams
Patch Changes

v2.6.2

Compare Source

Patch Changes

v2.6.1

Compare Source

Patch Changes

v2.6.0

Compare Source

Minor Changes
  • 1c6256b: Move Callout component to nextra package
Patch Changes

v2.5.2

Compare Source

Patch Changes

v2.5.1

Compare Source

Patch Changes

v2.5.0

Compare Source

Minor Changes
  • 08d393e: support ANSI highlighting
Patch Changes

v2.4.2

Compare Source

Patch Changes
  • 16e562d: fix Next.js 13.3.1 compatibility for SyntaxError: Named export 'existsSync' not found.

v2.4.1

Compare Source

Patch Changes
  • a992ce1: do not add dynamic routes to pageMap

v2.4.0

Compare Source

Minor Changes
Patch Changes
  • 545bd7c: Remove .mdx? of local links only
  • 259bfbc: do not throw error when output: 'export' is specified in next.config.js

v2.3.0

Compare Source

Minor Changes
  • 6ea1caf: fix crash of dev server when _meta.js contains errors

    disallow caching of _meta.js on dev env

    set minimal node as 16

  • 76e8b0f: support custom heading id via # my very long heading... [#my-custom-heading] syntax #​1645

Patch Changes
  • 0dd028a: Prints the warning inline instead of the current behavior which includes a stack trace.

v2.2.20

Compare Source

Patch Changes
  • 2e48307: export normalizePages from nextra/normalize-pages, useFSRoute from nextra/hooks (can be useful for custom theme)
  • e4c8b6d: fix crash of dev server when _meta.json is malformed

v2.2.19

Compare Source

Patch Changes
  • e41cbbc: fix transformPageOpts with _app.mdx, pageMap was still included even it was removed in transformPageOpts
  • a1e59b2: Support Markdown links with query or anchor.

v2.2.18

Compare Source

Patch Changes
  • 9bd2d59: remove the .md and .mdx extension from links
  • c2287e1: fix buildDynamicMDX options passed to compileMdx
  • 90cb6b8: do not auto create _app.mdx if missing

v2.2.17

Compare Source

Patch Changes
  • 4a66366: fix TypeError: Cannot read properties of undefined (reading '/') with _app.mdx while editing theme.config, _meta.json or adding/removing md/mdx files

v2.2.16

Compare Source

Patch Changes
  • d495e5f: introduce _app.mdx for better performance and smallest .next/static/chunks size

v2.2.15

Compare Source

Patch Changes
  • d5aa17c: do not redirect .txt files in nextra's locales middleware
  • 016828e: do not redirect .mp4 in locales middleware
  • b3219c3: do not override className for <Td />, <Th /> and <Tr /> components

v2.2.14

Compare Source

Patch Changes
  • bcaba9c: fix capitalizing sidebar links + tests
  • a683c84: fix * key for collectCatchAll
  • a404ef7: fix rewrites

v2.2.13

Compare Source

Patch Changes

v2.2.12

Compare Source

Patch Changes

v2.2.10

Compare Source

Patch Changes
  • c97143f: fix search index output location
  • 4b2052f: fix Module not found: Can't resolve 'nextra-theme-docs/style.css' for imported markdown files that located outside of CWD
  • 624d6b4: fix when sidebar show non-md folders
  • 0c957db: fix capitalizing of undefined _meta.json file/folders

v2.2.9

Compare Source

Patch Changes
  • c50474e: support dynamic markdown import

v2.2.8

Compare Source

Patch Changes
  • d2ed10f: remove development: false
  • b943146: add transformPageOpts option for advanced use cases

v2.2.7

Compare Source

Patch Changes
  • 36fd8c7: add format detection
  • 64cec8f: disable code splitting and fix dev errors

v2.2.6

Compare Source

Patch Changes
  • be24334: improve search index generation
  • 4fc13df: fix warning of dynamic imports

v2.2.5

Compare Source

Patch Changes
  • 163065c: loader refactor, type-safe __nextra_resolvePageMap, avoid code interpolation in loader.ts

v2.2.4

Compare Source

Patch Changes
  • 091b77b: fix missing filename

    add filename / copy code with "codeHighlight: false"

    add unit tests for filename and copy code

  • 917de49: remove github-slugger from docs

v2.2.3

Compare Source

Patch Changes
  • 11b2870: fix copy code button position

v2.2.2

Compare Source

Patch Changes
  • 3145f53: extend plugin:react/recommended, plugin:react-hooks/recommended and plugin:@&#8203;next/next/recommended configs
  • 1834730: fix hydration error produced by cached compiler, fix broken code-blocks styles while setting nextraConfig.codeHighlight: false
  • f53b935: Allow disabling code highlighting & memory improvements

v2.2.1

Compare Source

Patch Changes
  • 9bcfc1d: fix error was swallowed silently

v2.2.0

Compare Source

Minor Changes
  • e4b20ca: support transform in nextra config
Patch Changes
  • 52a1bf3: feat: allow to use plain md syntax
  • af76dbe: fix highlight substring from filename for code blocks

Configuration

📅 Schedule: Branch creation - "after 2am and before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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[bot] avatar Feb 03 '23 02:02 renovate[bot]