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

⬆️ upgrade nextra monorepo to v2.13.4 - autoclosed #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextra 2.0.0-alpha.56 -> 2.13.4 age adoption passing confidence
nextra-theme-docs 2.0.0-alpha.59 -> 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

v2.1.0

Compare Source

Minor Changes
  • e5262d0: improve hmr and internal api for layout (toc and meta files)
Patch Changes
  • a923bd5: fix collectFiles concurrency
  • 5bdc62c: fix static images on windows
  • c86508c: lint fixes for eslint:recommended and plugin:@&#8203;typescript-eslint/recommended configs
  • d6c871a: simplify the custom theme layout api
  • 1ff43c1: use OKLCH colors where possible
  • a31678a: improve copy

v2.0.3

Compare Source

Patch Changes

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes
  • a9748aa: fix: A11y improvements to the docs theme
  • ac82b1f: make code-blocks buttons focusable if they are visible on page

v2.0.0

Compare Source

Minor Changes
  • 8f6d377: allow custom github domains
Patch Changes
  • 4731fa7: Style improvements
  • 7a32f8e: remove unneeded wrappers <div />s in <Navbar />
  • 9ab6dd0: allow adding additional navbar content via navbar.extraContent
  • e6771ca: fix search overlay styles on mobile
  • 94ef0b3: improve 2.0 docs
  • 21009c7: fix covered select options
  • bea62a1: make the search input responsive in narrow screens
  • 903ddf0: fix: should update scroll when height is dynamic
  • e6771ca: split css to hamburger/scrollbar/typesetting-article css files
  • 24a02f8: reuse Flexsearch result styles on match-sorter search
  • 1a7cd68: toc anchor links should have display: inline-block
  • 6644bd5: pass unstable_flexsearch
  • cef5546: allow headings contain links
  • 2217f9c: fix Warning: Prop href did not match. Server: "#" Client: ...
  • a0c0eb8: allow override MDXProvider.components
  • e6771ca: fix edit on github button for cases when filename named as index
  • 8bcb5e6: fix sideEffects in package.json
  • 2217f9c: fix next export command
  • fdb2f57: update docs to use next.js 13
  • 3e3b0a9: feat: add cursor pointer to locale and theme menu
  • a0398e0: fix: avoid mutating nextConfig
  • e6771ca: BREAKING! various theme config options was renamed, take a look of renamed options here
  • 59e18b0: make nextra/nextra-theme-docs/nextra-theme-blog be compatible with next 13
  • 38ccce8: feat(docs): allow Tabs.items as ReadonlyArray<ReactNode>
  • fc8cca0: add <InformationCircleIcon /> icon, improve <Callout /> default emojis
  • fe2b714: upgrade to react 18
  • af72f85: chore(nextra-theme-docs): provide type for DocsThemeConfig.nextThemes instead of object
  • e4cfb83: define page title in sidebar from frontMatter.title if page is not specified in _meta.json
  • 1ee3c92: reuse table styles from docs in blog
  • f569d90: missing nx- class prefixes in blog
    fix callout padding in docs
  • 77361da: fix ESC button when still stays after pressed ESC
  • b1d7361: improve docs for 2.0
  • 9064112: make <Tab /> accept ComponentProps<'div'>
  • da2bea7: remove no longer used icons folder
  • 4825365: add @types/github-slugger instead of manually declaring type
  • 6bdb9bf: fix: broken flexsearch styles
  • fdfe4f8: fix covered theme switch popup when i18n is not setup
  • 66712f0: polish docs
  • 873561b: scrollbar is toc should be same as in sidebar
  • 08a39e6: remove resizeObserver for dynamic content since it provoke jumps on tabs switch when there is # anchor in url
  • 4e4a37c: add new "display" property to _meta
  • e6771ca: [Blog/Docs] Add copy to clipboard button for code-blocks. Add NextraConfig.unstable_defaultShowCopyCode option to show button by default, add copy and copy=false options for code-blocks
  • a5cac21: [docs/blog]: extract code styles and import in both themes
  • 96ed5c2: [nextra/nextra-theme-docs]: support both experimental.newNextLinkBehavior - true and false
  • 1fef548: allow head to be a ReactNode
  • 580c433: add nx- to all tailwind classes for style isolation
  • c3e6227: add overflow-x-scroll for tables
  • dfbe996: extract <Banner /> from <Navbar /> to components/banner.tsx
  • 1c3fedb: add missing nx- prefixes to table/th/tr elements
  • 78f1519: chore: Add strict-peer-dependencies=false
  • c15f570: fix: query should not affect nav highlight
  • 97e6141: fix(nextra/docs): fallback search to en-US instead default
  • 2b6f3be: add missing border for search container
  • cb87709: Fix flexsearch option being overridden
  • d6d5ab8: Make sure arrows are aligned
  • a007c64: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsx
  • ab6c0e6: fix disappearing toc issue in Firefox
  • 16bedce: "layout": "raw" should render all unstyled elements, except <a />
  • a0e5847: Rename some docs theme configurations
  • 351fa45: add missing nx- prefix for grow class in <LocaleSwitch />
  • c09f450: fix CTRL+K, on non non-mac use e.ctrlKey instead e.metaKey
  • f5bf2e4: fix margin-top for <Tab /> content
  • 237faa9: add clear button for search input
  • 973ca49: fix rtl/ltr glitch on initial loading
  • c8129a2: fix theme switcher style
  • 3de0f41: chore(blog/docs): use postcss-import to import css variables styles
  • 2e2912e: fix project/chat icon could appear without provided link
  • 97ca2e3: New feature: menu type
  • 84d983f: fix(docs): correct query for hash with leading num
  • 32cd385: add new option search.loading for control loading text
  • 2533a6c: replace main.extraContent theme option with main option
  • 4730bdc: chore(nextra-theme-docs): refactor theme-context.ts
  • 24a02f8: typescripify <Flexsearch />
  • 74a3398: update docs for 2.0
  • bd2cefa: Fix css classes with eslint-plugin-tailwindcss
  • ff8967c: add Toggle Word Wrap button for code-blocks (only for mobile)
  • 5d852b6: break words in navlinks, remove unneeded <div /> wrappers, align text on right side for next link
  • e6771ca: hide search input in navbar on mobile
  • 76d1e30: [nextra-theme-docs]: fix Warning: A title element received an array and possible [object Object] in title
  • 009bf6a: Fix release workflow.
  • 5238bb4: feat(docs): support logoLink config option
  • e6771ca: fix empty space in navbar when theme option search.component: null
  • e6771ca: add editLink.component
  • ee270a4: fix extra space in flexsearch input after loading indexes
  • e6771ca: rename meta.json to _meta.json
  • 24a02f8: fix all RTL broken styles
  • 0c136ad: add missing nx- prefix in sidebar
  • ff8967c: fix missing Copy Code button in code-blocks without language
  • 2217f9c: replace classnames package with clsx as he's faster
  • e6771ca: clicking on folder should navigate to first children if index page doesn't exist
  • 723d42a: use lightningcss instead cssnano
  • bf74201: [nextra-theme-docs]: use new opacity modifier syntax for tailwindcss
  • a8c5883: add config.bodyExtraContent option
  • e2d603a: remove getComponents export, export useMDXComponents from @mdx-js/react instead
  • 8564919: extract <Input/> from <Search/> and <Flexsearch/>
  • 05d068c: Add button label for hamburger menu
  • 38769ca: prefer ref.current.querySelector over document.querySelector, remove load prop in <Search />
  • b219821: fix body overflow
  • d7f2bbc: adjust docs theme; rename options
  • 24a02f8: match-sorter search should highlight every match like flexsearch
  • 2217f9c: remove locale prop from theme config, forbid passing in renderComponent
  • 7d2d5ee: use resolvedTheme instead renderedTheme + theme check
  • 256154a: use "next/future/image" if "experimental.images.allowFutureImage": true is set in next config
  • 9f5af54: add _meta.json#theme.collapsed option for control state sidebar's folders
  • c8605d6: feat: New layout implementation
  • 4157b71: set lower build target and share code highlight theme through nextra
  • c28a7f2: - setup next-seo
    • add new theme option getNextSeoProps
    • remove titleSuffix theme option in favor of getNextSeoProps.titleTemplate
    • by default pass description, canonical, openGraph values to <NextSeo /> component from page frontMatter, values can be overridden with return value of getNextSeoProps
  • f360f28: add new theme option banner.dismissible
  • 7bcbc98: add new meta.json#theme.timestamp option to hide Last updated on ...
  • 94a8587: chore: extract svg icons in /icons folder, reusing same icons <MoonIcon /> / <SunIcon /> in blog from docs
  • d16b2ba: move contexts to ./contexts directory
  • 699d131: feat(nextra/docs/blog): allow import .md/.mdx as well
  • 47938b1: remove unneeded useRef for <details />
  • 256154a: replace images with <NextImage /> even when url not relative but that starts from / (public directory)
  • e573175: Fix release CI
  • 48e0ac2: export useConfig and useTheme
  • 21009c7: better focus ui, use ring color as theme hue color
  • 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader
  • 71528f1: show copy code button only on hover of container
  • 03e90d8: refresh build system with tsup and fix nextra type
  • afaa26a: refactor toc, fix toc's styles on rtl, use ref.current instead document.getElementsByClassName
  • c380989: fix(docs): types is missing in bundle
  • 7373c1f: fix useConfig/useRouter inside head()
  • e6771ca: fix callout shrinking from children content
  • fb37b5f: Close selector bracket for compat with old Safari.
  • e6771ca: rename PageOpts.meta to PageOpts.frontMatter
  • ab629e6: Add correct aria values inside nav
  • cdc1c2f: prefer ref.current over document.querySelector in sidebar
  • 6a4a593: fix: #​531 unclickable breadcrumb
  • d34f9f2: feat(nextra-theme-docs): update discord logo to the new one
  • a8a89e9: chore(docs): export ThemeSwitch & custom social
  • f964802: do not hide default logo on mobile
  • 7053959: chore(nextra-theme-docs): remove unneeded transform-none css class
  • bc52178: fix editLink option was not merged with default config editLink
  • 582ad96: feat: bump rehype-pretty-code version, support showLineNumbers
  • da998e6: move react components to components folder and replace exports:
    import Callout from 'nextra-theme-docs/callout'
    import Collapse from 'nextra-theme-docs/collapse'
    import Bleed from 'nextra-theme-docs/bleed'
    import { Tabs, Tab } from 'nextra-theme-docs/tabs'
    by
    import { Callout, Collapse, Bleed, Tabs, Tab } from 'nextra-theme-docs'
  • e6771ca: move withLayout logic directly in nextra loader
  • 8ad9507: fix unable expanding folder items in sidebar
  • c2c0d90: fix(search): handle case when value is empty
  • c4a9782: support custom hue theme color via primaryHue, primaryHue.dark and primaryHue.light theme options
  • c8bb94f: UI adjustments
  • a9ca0b9: do not add basePath to the links
  • 88f999d: fix: UI improvements
  • 43409ad: fix: mdx theme is missing
  • 416dfe2: add missing nx- prefixes in sidebar
  • e6771ca: adjust active breadcrumb color
  • 707fdc2: fix: Anchor links are not wrapping on the sidebar
  • c3e6227: reuse nextra's scrollbar-y styles for scrollbar-x, adjust sidebar's scrollbar-y
  • 0af6e79: "layout": "raw" should have unstyled <a /> and <p /> elements as well
  • 2ec8564: add DocsThemeConfig.navbar config option for overriding navbar
  • f99bbc2: Add nextra-body-typesetting-article back
  • e6771ca: fix search input ESC icon vertical alignment
  • 5b01537: Fix full docs directory list and active link
  • 06aa62f: feat: allow import { getComponents } from 'nextra-theme-docs'

v2.0.0-beta.45

Compare Source

Patch Changes

v2.0.0-beta.44

Compare Source

Patch Changes

v2.0.0-beta.43

Compare Source

Patch Changes
  • 9ab6dd0: allow adding additional navbar content via navbar.extraContent
  • 59e18b0: make nextra/nextra-theme-docs/nextra-theme-blog be compatible with next 13
  • 2e2912e: fix project/chat icon could appear without provided link

v2.0.0-beta.42

Compare Source

Patch Changes
  • 2b6f3be: add missing border for search container
  • 32cd385: add new option search.loading for control loading text
  • fb37b5f: Close selector bracket for compat with old Safari.

v2.0.0-beta.41

Compare Source

Patch Changes
  • bd2cefa: Fix css classes with eslint-plugin-tailwindcss

v2.0.0-beta.40

Compare Source

Patch Changes
  • f569d90: missing nx- class prefixes in blog
    fix callout padding in docs

v2.0.0-beta.39

Compare Source

Patch Changes
  • a9414be: always use next/image, since in next 12.3.2 next/future/image was renamed to next/image

v2.0.0-beta.38

Compare Source

Patch Changes
  • 05d068c: Add button label for hamburger menu

v2.0.0-beta.37

Compare Source

Patch Changes
  • 5b01537: Fix full docs directory list and active link

v2.0.0-beta.36

Compare Source

Patch Changes
  • 08a39e6: remove resizeObserver for dynamic content since it provoke jumps on tabs switch when there is # anchor in url
  • 1c3fedb: add missing nx- prefixes to table/th/tr elements
  • 351fa45: add missing nx- prefix for grow class in <LocaleSwitch />

v2.0.0-beta.35

Compare Source

Patch Changes
  • ab629e6: Add correct aria values inside nav

v2.0.0-beta.34

Compare Source

Patch Changes
  • 4e4a37c: add new "display" property to _meta

v2.0.0-beta.33

Compare Source

Patch Changes
  • 580c433: add nx- to all tailwind classes for style isolation
  • 2533a6c: replace main.extraContent theme option with main option
  • c28a7f2: - setup next-seo
    • add new theme option getNextSeoProps
    • remove titleSuffix theme option in favor of getNextSeoProps.titleTemplate
    • by default pass description, canonical, openGraph values to <NextSeo /> component from page frontMatter, values can be overridden with return value of getNextSeoProps

v2.0.0-beta.32

Compare Source

Patch Changes
  • fc8cca0: add <InformationCircleIcon /> icon, improve <Callout /> default emojis
  • 723d42a: use lightningcss instead cssnano
  • 9f5af54: add _meta.json#theme.collapsed option for control state sidebar's folders
  • f360f28: add new theme option banner.dismissible
  • a8a89e9: chore(docs): export ThemeSwitch & custom social

v2.0.0-beta.31

Compare Source

Patch Changes
  • cef5546: allow headings contain links
  • 5238bb4: feat(docs): support logoLink config option
  • f964802: do not hide default logo on mobile

v2.0.0-beta.30

Compare Source

Patch Changes
  • 1a7cd68: toc anchor links should have display: inline-block
  • c09f450: fix CTRL+K, on non non-mac use e.ctrlKey instead e.metaKey
  • 84d983f: fix(docs): correct query for hash with leading num
  • 7d2d5ee: use resolvedTheme instead renderedTheme + theme check

v2.0.0-beta.29

Compare Source

Patch Changes
  • 973ca49: fix rtl/ltr glitch on initial loading

v2.0.0-beta.28

Compare Source

Patch Changes
  • c2c0d90: fix(search): handle case when value is empty

v2.0.0-beta.27

Compare Source

Patch Changes
  • 21009c7: fix covered select options
  • 21009c7: better focus ui, use ring color as theme hue color

v2.0.0-beta.26

Compare Source

Patch Changes
  • a0e5847: Rename some docs theme configurations

v2.0.0-beta.25

Compare Source

Patch Changes

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

vercel bot commented Jan 12, 2024

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

Name Status Preview Comments Updated (UTC)
onruntime-docs ❌ Failed (Inspect) Mar 1, 2024 7:37pm

@renovate renovate bot force-pushed the renovate/nextra-monorepo branch 3 times, most recently from c6314f2 to 19c8d07 Compare January 12, 2024 12:22
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 19c8d07 to 6ca7552 Compare January 12, 2024 12:49
Copy link

vercel bot commented Jan 12, 2024

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/nextra-monorepo branch 7 times, most recently from 8a68e2d to 3c1ee33 Compare January 14, 2024 00:42
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 3c1ee33 to cae460b Compare January 14, 2024 00:49
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from cae460b to 3b01a4f Compare February 1, 2024 22:31
@renovate renovate bot changed the title ⬆️ upgrade nextra monorepo to v2.13.2 ⬆️ upgrade nextra monorepo to v2.13.3 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/nextra-monorepo branch from 3b01a4f to 301d3d3 Compare March 1, 2024 19:33
@renovate renovate bot changed the title ⬆️ upgrade nextra monorepo to v2.13.3 ⬆️ upgrade nextra monorepo to v2.13.4 Mar 1, 2024
@renovate renovate bot changed the title ⬆️ upgrade nextra monorepo to v2.13.4 ⬆️ upgrade nextra monorepo to v2.13.4 - autoclosed Jul 29, 2024
@renovate renovate bot closed this Jul 29, 2024
@renovate renovate bot deleted the renovate/nextra-monorepo branch July 29, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants