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

Update dependency nextra-theme-blog to v2.0.3 - autoclosed #5

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nextra-theme-blog 2.0.0-beta.5 -> 2.0.3 age adoption passing confidence

Release Notes

shuding/nextra

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

Major Changes
Patch Changes
  • e4cfb83: addPage no longer need accept frontMatter
  • 94ef0b3: improve 2.0 docs
  • 8101efe: fix(nextra): use rehype-mdx-title to determine page title
  • 6644bd5: pass unstable_flexsearch
  • cef5546: allow headings contain links
  • 2217f9c: fix Warning: Prop href did not match. Server: "#" Client: ...
  • e6771ca: fix edit on github button for cases when filename named as index
  • 2217f9c: fix next export command
  • fdb2f57: update docs to use next.js 13
  • 803553c: use findPagesDir from next/dist/lib/find-pages-dir
  • 568282e: fix broken build SyntaxError: Unexpected token '}'
  • a0398e0: fix: avoid mutating nextConfig
  • e6771ca: fix ReferenceError when trying to access __nextra_pageOpts__ inside MDX file
  • 59e18b0: make nextra/nextra-theme-docs/nextra-theme-blog be compatible with next 13
  • 488f737: fix client console error - Text content does not match server-rendered HTML
  • fc8cca0: add <InformationCircleIcon /> icon, improve <Callout /> default emojis
  • fe2b714: upgrade to react 18
  • 02bc6fc: use next/future/image if next>=12.3.0
  • 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
  • b1d7361: improve docs for 2.0
  • 8dab966: fix invisible copy button in code blocks
  • 6f987e9: fix: print shallow warning only once
  • 4825365: add @types/github-slugger instead of manually declaring type
  • f7856a1: change default options for compileMdx, set jsx: false and outputFormat: 'function-body' by default
  • cc1379c: fix Hydration failed because the initial UI... while modifying meta.json on dev env and react 18
  • 66712f0: polish docs
  • 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
  • 96ed5c2: [nextra/nextra-theme-docs]: support both experimental.newNextLinkBehavior - true and false
  • b365bb0: fix TypeError: Cannot read properties of undefined (reading 'data')
  • 580c433: add nx- to all tailwind classes for style isolation
  • c3e6227: add overflow-x-scroll for tables
  • 1c3fedb: add missing nx- prefixes to table/th/tr elements
  • d7e7f5b: do not add placeholder="blur" on .svg static images
  • 78f1519: chore: Add strict-peer-dependencies=false
  • 97e6141: fix(nextra/docs): fallback search to en-US instead default
  • a0e5847: Rename some docs theme configurations
  • 74a3398: update docs for 2.0
  • 93d028b: use title package in nextra to determine sidebar title based on pagename
  • bd2cefa: Fix css classes with eslint-plugin-tailwindcss
  • ff8967c: add Toggle Word Wrap button for code-blocks (only for mobile)
  • 009bf6a: Fix release workflow.
  • e6771ca: rename meta.json to _meta.json
  • ff8967c: fix missing Copy Code button in code-blocks without language
  • 4a7cc10: feat(nextra): allow define custom languages for shiki with mdxOptions.rehypePrettyCodeOptions option
  • a2bc427: compile context.ts, ssg.ts and locales.ts to esm
  • 64ae4b5: add nextraConfig.unstable_readingTime option for blog theme
  • a9523c9: fix nextra on webcontainers
  • 383b869: Add Changesets and setup pre-release and release CI.
  • 6dc4dee: fix Unhandled Runtime Error: No content found for <route>
  • d7f2bbc: adjust docs theme; rename options
  • 256154a: use "next/future/image" if "experimental.images.allowFutureImage": true is set in next config
  • a9414be: always use next/image, since in next 12.3.2 next/future/image was renamed to next/image
  • 512953f: chore: remove redundant check for MARKDOWN_EXTENSION_REGEX.test(filename) in loader
  • c8605d6: feat: New layout implementation
  • e6771ca: better loader types, add MetaJsonFile, MdxFile, Folder types
  • 4157b71: set lower build target and share code highlight theme through nextra
  • a1c1e4e: Update docs
  • 1942a2e: chore: Fix build script
  • 699d131: feat(nextra/docs/blog): allow import .md/.mdx as well
  • 044721d: chore: Update turbo filters
  • 256154a: replace images with <NextImage /> even when url not relative but that starts from / (public directory)
  • c751458: fix(nextra): ignore in loader files from pages/api folder
  • e573175: Fix release CI
  • 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
  • e6771ca: rename PageOpts.meta to PageOpts.frontMatter
  • 37b4445: fix react-dom peer dependency version
  • 094fdec: sort defaultMeta by frontMatter.date, if missing by frontMatter.title and after by capitalized page name
  • e6771ca: move withLayout logic directly in nextra loader
  • efd95ec: fix(nextra): allow to contain dots in page filenames
  • 094fdec: capitalize sidebar's folders names if item is missing in _meta.json
  • e35bbf7: chore: rename module to mod to avoid confusing with global module object

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
  • 59e18b0: make nextra/nextra-theme-docs/nextra-theme-blog be compatible with next 13

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

Minor Changes
  • 8f6d377: allow custom github domains
Patch Changes
  • f5bf2e4: fix margin-top for <Tab /> content
  • 0c136ad: add missing nx- prefix in sidebar
  • 8ad9507: fix unable expanding folder items in sidebar
  • 416dfe2: add missing nx- prefixes in sidebar

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
  • 02bc6fc: use next/future/image if next>=12.3.0
  • f7856a1: change default options for compileMdx, set jsx: false and outputFormat: 'function-body' by default

v2.0.0-beta.29

Compare Source

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
  • 4731fa7: Style improvements
  • e4cfb83: define page title in sidebar from frontMatter.title if page is not specified in _meta.json
  • 9064112: make <Tab /> accept ComponentProps<'div'>
  • c3e6227: add overflow-x-scroll for tables
  • d6d5ab8: Make sure arrows are aligned
  • ab6c0e6: fix disappearing toc issue in Firefox
  • ff8967c: add Toggle Word Wrap button for code-blocks (only for mobile)
  • ff8967c: fix missing Copy Code button in code-blocks without language
  • e2d603a: remove getComponents export, export useMDXComponents from @mdx-js/react instead
  • 256154a: use "next/future/image" if "experimental.images.allowFutureImage": true is set in next config
  • 256154a: replace images with <NextImage /> even when url not relative but that starts from / (public directory)
  • c4a9782: support custom hue theme color via primaryHue, primaryHue.dark and primaryHue.light theme options
  • c3e6227: reuse nextra's scrollbar-y styles for scrollbar-x, adjust sidebar's scrollbar-y

v2.0.0-beta.24

Compare Source

Patch Changes
  • bc52178: fix editLink option was not merged with default config editLink

v2.0.0-beta.23

Compare Source

Patch Changes
  • c8129a2: fix theme switcher style
  • 2ec8564: add DocsThemeConfig.navbar config option for overriding navbar

v2.0.0-beta.21

Compare Source

v2.0.0-beta.20

Compare Source

Patch Changes
  • e6771ca: fix search overlay styles on mobile
  • e6771ca: split css to hamburger/scrollbar/typesetting-article css files
  • e6771ca: fix edit on github button for cases when filename named as index
  • e6771ca: BREAKING! various theme config options was renamed, take a look of renamed options here
  • 1ee3c92: reuse table styles from docs in blog
  • 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
  • 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
  • e6771ca: fix empty space in navbar when theme option search.component: null
  • e6771ca: add editLink.component
  • e6771ca: rename meta.json to _meta.json
  • e6771ca: clicking on folder should navigate to first children if index page doesn't exist
  • 71528f1: show copy code button only on hover of container
  • e6771ca: fix callout shrinking from children content
  • e6771ca: rename PageOpts.meta to PageOpts.frontMatter
  • e6771ca: move withLayout logic directly in nextra loader
  • e6771ca: adjust active breadcrumb color
  • e6771ca: fix search input ESC icon vertical alignment

v2.0.0-beta.19

Compare Source

Patch Changes
  • 1fef548: allow head to be a ReactNode
  • ee270a4: fix extra space in flexsearch input after loading indexes
  • afaa26a: refactor toc, fix toc's styles on rtl, use ref.current instead document.getElementsByClassName
  • cdc1c2f: prefer ref.current over document.querySelector in sidebar

v2.0.0-beta.18

Compare Source

Patch Changes
  • 7a32f8e: remove unneeded wrappers <div />s in <Navbar />
  • bea62a1: make the search input responsive in narrow screens
  • 24a02f8: reuse Flexsearch result styles on match-sorter search
  • a0c0eb8: allow override MDXProvider.components
  • 16bedce: "layout": "raw" should render all unstyled elements, except <a />
  • 237faa9: add clear button for search input
  • 24a02f8: typescripify <Flexsearch />
  • 24a02f8: fix all RTL broken styles
  • a8c5883: add config.bodyExtraContent option
  • 8564919: extract <Input/> from <Search/> and <Flexsearch/>
  • 38769ca: prefer ref.current.querySelector over document.querySelector, remove load prop in <Search />
  • 24a02f8: match-sorter search should highlight every match like flexsearch
  • 7bcbc98: add new meta.json#theme.timestamp option to hide Last updated on ...
  • d16b2ba: move contexts to ./contexts directory
  • 47938b1: remove unneeded useRef for <details />
  • 7373c1f: fix useConfig/useRouter inside head()
  • a9ca0b9: do not add basePath to the links
  • 0af6e79: "layout": "raw" should have unstyled <a /> and <p /> elements as well
  • f99bbc2: Add nextra-body-typesetting-article back

v2.0.0-beta.17

Compare Source

Patch Changes
  • 2217f9c: fix Warning: Prophrefdid not match. Server: "#" Client: ...
  • 2217f9c: fix next export command
  • 2217f9c: replace classnames package with clsx as he's faster
  • 2217f9c: remove locale prop from theme config, forbid passing in renderComponent

v2.0.0-beta.16

Compare Source

Patch Changes
  • 8bcb5e6: fix sideEffects in package.json
  • da2bea7: remove no longer used icons folder
  • 4825365: add @types/github-slugger instead of manually declaring type
  • dfbe996: extract <Banner /> from <Navbar /> to components/banner.tsx
  • a007c64: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsx
  • b219821: fix body overflow
  • 48e0ac2: export useConfig and useTheme
  • 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'
  • 43409ad: fix: mdx theme is missing

v2.0.0-beta.15

Compare Source

Patch Changes

v2.0.0-beta.14

Compare Source

Patch Changes
  • 96ed5c2: [nextra/nextra-theme-docs]: support both experimental.newNextLinkBehavior - true and false
  • c8605d6: feat: New layout implementation

v2.0.0-beta.13

Compare Source

Patch Changes
  • cb87709: Fix flexsearch option being overridden
  • 4157b71: set lower build target and share code highlight theme through nextra
  • 6a4a593: fix: #​531 unclickable breadcrumb
  • 06aa62f: feat: allow import { getComponents } from 'nextra-theme-docs'

v2.0.0-beta.12

Compare Source

Patch Changes
  • a5cac21: [docs/blog]: extract code styles and import in both themes
  • 3de0f41: chore(blog/docs): use postcss-import to import css variables styles
  • 97ca2e3: New feature: menu type
  • 76d1e30: [nextra-theme-docs]: fix Warning: A title element received an array and possible [object Object] in title
  • bf74201: [nextra-theme-docs]: use new opacity modifier syntax for tailwindcss
  • 0f4795f: chore(nextra/blog/docs): provide types for PageOpts in loader

v2.0.0-beta.11

Compare Source

Patch Changes
  • 903ddf0: fix: should update scroll when height is dynamic
  • 3e3b0a9: feat: add cursor pointer to locale and theme menu
  • a0398e0: fix: avoid mutating nextConfig
  • 38ccce8: feat(docs): allow Tabs.items as ReadonlyArray<ReactNode>
  • fe2b714: upgrade to react 18
  • 6bdb9bf: fix: broken flexsearch styles
  • 78f1519: chore: Add strict-peer-dependencies=false
  • 582ad96: feat: bump rehype-pretty-code version, support showLineNumbers
  • c8bb94f: UI adjustments
  • 707fdc2: fix: Anchor links are not wrapping on the sidebar

v2.0.0-beta.10

Compare Source

Patch Changes
  • af72f85: chore(nextra-theme-docs): provide type for DocsThemeConfig.nextThemes instead of object
  • 97e6141: fix(nextra/docs): fallback search to en-US instead default
  • 699d131: feat(nextra/docs/blog): allow import .md/.mdx as well
  • 03e90d8: refresh build system with tsup and fix nextra type

v2.0.0-beta.9

Compare Source

Patch Changes
  • 6644bd5: pass unstable_flexsearch
  • c15f570: fix: query should not affect nav highlight
  • 4730bdc: chore(nextra-theme-docs): refactor theme-context.ts
  • 94a8587: chore: extract svg icons in /icons folder, reusing same icons <MoonIcon /> / <SunIcon /> in blog from docs
  • e573175: Fix release CI
  • c380989: fix(docs): types is missing in bundle
  • d34f9f2: feat(nextra-theme-docs): update discord logo to the new one
  • 7053959: chore(nextra-theme-docs): remove unneeded transform-none css class

v2.0.0-beta.8

Compare Source

Patch Changes

v2.0.0-beta.7

Compare Source

v2.0.0-beta.6

Compare Source

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Dec 30, 2022

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

Name Status Preview Updated
digital-rain-analytics ❌ Failed (Inspect) Jan 4, 2023 at 5:46PM (UTC)

@renovate renovate bot force-pushed the renovate/nextra-theme-blog-2.x branch from 37bc40c to af74635 Compare December 30, 2022 15:58
@renovate renovate bot changed the title Update dependency nextra-theme-blog to v2.0.1 Update dependency nextra-theme-blog to v2.0.2 Dec 30, 2022
@renovate renovate bot force-pushed the renovate/nextra-theme-blog-2.x branch from af74635 to c6f9349 Compare December 30, 2022 15:59
@renovate renovate bot force-pushed the renovate/nextra-theme-blog-2.x branch from c6f9349 to 972f3c9 Compare January 2, 2023 16:50
@renovate renovate bot changed the title Update dependency nextra-theme-blog to v2.0.2 Update dependency nextra-theme-blog to v2.0.3 Jan 2, 2023
@renovate renovate bot force-pushed the renovate/nextra-theme-blog-2.x branch from 972f3c9 to a6fd159 Compare January 4, 2023 17:45
@renovate renovate bot changed the title Update dependency nextra-theme-blog to v2.0.3 Update dependency nextra-theme-blog to v2.0.3 - autoclosed Jan 6, 2023
@renovate renovate bot closed this Jan 6, 2023
@renovate renovate bot deleted the renovate/nextra-theme-blog-2.x branch January 6, 2023 09:07
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