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

chore(deps): update web (major) #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update web (major) #198

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react (source) 18.3.11 -> 19.0.3 age adoption passing confidence
@types/react-dom (source) 18.3.1 -> 19.0.2 age adoption passing confidence
fumadocs-core (source) 13.4.10 -> 14.7.0 age adoption passing confidence
fumadocs-mdx (source) 10.0.2 -> 11.2.2 age adoption passing confidence
fumadocs-typescript (source) 2.1.0 -> 3.0.2 age adoption passing confidence
fumadocs-ui (source) 13.4.10 -> 14.7.0 age adoption passing confidence
react (source) 18.3.1 -> 19.0.0 age adoption passing confidence
react-dom (source) 18.3.1 -> 19.0.0 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-core)

v14.7.0

Compare Source

Patch Changes

v14.6.8

Compare Source

Patch Changes

v14.6.7

Compare Source

Patch Changes

v14.6.6

Compare Source

Patch Changes

v14.6.5

Compare Source

Patch Changes

v14.6.4

Compare Source

Patch Changes

v14.6.3

Compare Source

Patch Changes

v14.6.2

Compare Source

Patch Changes
  • 2357d40: Fix typings of HighlightOptions

v14.6.1

Compare Source

Patch Changes

v14.6.0

Compare Source

Minor Changes
  • 010da9e: Tabs: support usage without value
  • bebb16b: Support DynamicCodeBlock component
Patch Changes

v14.5.6

Compare Source

Patch Changes

v14.5.5

Compare Source

v14.5.4

Compare Source

v14.5.3

Compare Source

v14.5.2

Compare Source

Patch Changes

v14.5.1

Compare Source

v14.5.0

Compare Source

v14.4.2

Compare Source

v14.4.1

Compare Source

v14.4.0

Compare Source

Minor Changes
  • 5fd4e2f: Make TOC collapse to a popover on lg screen size instead of md
  • 5fd4e2f: Support better table styles for Typography plugin
  • 8a3f5b0: Make neutral the default theme of Fumadocs UI
Patch Changes

v14.3.1

Compare Source

Patch Changes

v14.3.0

Compare Source

Minor Changes
  • b8a12ed: Move to tsc (experimental)
Patch Changes

v14.2.1

Compare Source

Patch Changes
  • ca94bfd: Support sync usage of getTableOfContents

v14.2.0

Compare Source

Minor Changes
  • e248a0f: Support Orama Cloud integration

v14.1.1

Patch Changes
  • 1573d63: Support URL format publicDir in Remark Image plugin

v14.0.1

Compare Source

Patch Changes

v14.0.0

Compare Source

Major Changes
  • e45bc67: Remove deprecated fumadocs-core/middleware export

    migrate: Use fumadocs-core/i18n.

  • d9e908e: Remove deprecated languages and defaultLanguage option from loader

    migrate: Use I18n config API

  • 9a0b09f: Change usage of useDocsSearch

    why: Allow static search

    migrate:

    Pass client option, it can be algolia, static, or fetch (default).

    import { useDocsSearch } from 'fumadocs-core/search/client';
    
    const { search, setSearch, query } = useDocsSearch({
      type: 'fetch',
      api: '/api/search', // optional
    });
  • 9a0b09f: Remove Algolia Search Client

    why: Replace by the new search client

    migrate:

    import { useDocsSearch } from 'fumadocs-core/search/client';
    
    const { search, setSearch, query } = useDocsSearch({
      type: 'algolia',
      index,
      ...searchOptions,
    });
  • 9a0b09f: Refactor import path of fumadocs-core/search-algolia/server to fumadocs-core/search/algolia

  • d9e908e: Improved usage for createI18nSearchAPI (replaced createI18nSearchAPIExperimental)

  • d9e908e: Replace fumadocs-core/search/shared with fumadocs-core/server

Minor Changes
  • d9e908e: Create search api from source (Support i18n without modifying search route handler)
  • 367f4c3: Support referencing original page/meta from page tree nodes
  • e1ee822: Support hast nodes in toc variable
  • 979e301: Replace flexearch with Orama
  • 979e301: Support static search (without server)
  • d9e908e: Support creating metadata API from sources
Patch Changes
  • f949520: Support Shiki diff transformer
  • e612f2a: Make compatible with Next.js 15
  • 8ef00dc: Apply hideLocale to Source getPage APIs
  • 15781f0: Fix breadcrumb empty when includePage isn't specified
  • be820c4: Bump deps
facebook/react (react)

v19.0.0

Compare Source

facebook/react (react-dom)

v19.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependency updates!! label Oct 21, 2024
@renovate renovate bot requested a review from a team as a code owner October 21, 2024 19:03
@renovate renovate bot enabled auto-merge October 21, 2024 19:03
Copy link

changeset-bot bot commented Oct 21, 2024

⚠️ No Changeset found

Latest commit: a085f17

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

@renovate renovate bot force-pushed the renovate/major-web branch from 09c38ae to 1bb2a4c Compare October 22, 2024 00:34
@renovate renovate bot changed the title chore(deps): update dependency next to v15 chore(deps): update web (major) Oct 22, 2024
@renovate renovate bot force-pushed the renovate/major-web branch 8 times, most recently from b20bbae to cce778e Compare October 28, 2024 15:24
@renovate renovate bot force-pushed the renovate/major-web branch 5 times, most recently from a0ee823 to 53f149e Compare November 2, 2024 14:09
@renovate renovate bot force-pushed the renovate/major-web branch 3 times, most recently from bd04a90 to a374405 Compare November 12, 2024 15:59
@renovate renovate bot force-pushed the renovate/major-web branch 6 times, most recently from 545ebed to dbc8c51 Compare November 21, 2024 05:08
@renovate renovate bot force-pushed the renovate/major-web branch from dbc8c51 to 08863d2 Compare November 23, 2024 03:16
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from c90a5a9 to b7c9e7a Compare November 25, 2024 12:41
@renovate renovate bot force-pushed the renovate/major-web branch 6 times, most recently from e640d62 to d519b12 Compare December 6, 2024 16:55
@renovate renovate bot force-pushed the renovate/major-web branch 4 times, most recently from ff271a8 to 17ae610 Compare December 13, 2024 17:12
@buape-dokploy
Copy link

buape-dokploy bot commented Dec 16, 2024

Dokploy Preview Deployment

Name Status Preview Updated (UTC)
docs ✅ Done Preview URL 2024-12-18T16:49:10.289Z

@renovate renovate bot force-pushed the renovate/major-web branch 5 times, most recently from d4045f3 to 90e2698 Compare December 24, 2024 17:30
@renovate renovate bot force-pushed the renovate/major-web branch 4 times, most recently from 01cd415 to 9e0a45b Compare December 29, 2024 01:29
@renovate renovate bot force-pushed the renovate/major-web branch from 9e0a45b to 45559df Compare January 4, 2025 10:36
@renovate renovate bot force-pushed the renovate/major-web branch from 45559df to a085f17 Compare January 6, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates!!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants