chore(deps): bump the website-dependencies group across 1 directory with 6 updates - #1631
Conversation
…ith 6 updates Bumps the website-dependencies group with 6 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.12.1` | `16.14.0` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `15.2.1` | `15.2.2` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.12.1` | `16.14.0` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.27.0` | `1.28.0` | | [next](https://github.com/vercel/next.js) | `16.2.12` | `16.3.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` | Updates `fumadocs-core` from 16.12.1 to 16.14.0 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.12.1...fumadocs@16.14.0) Updates `fumadocs-mdx` from 15.2.1 to 15.2.2 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@15.2.1...fumadocs-mdx@15.2.2) Updates `fumadocs-ui` from 16.12.1 to 16.14.0 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.12.1...fumadocs@16.14.0) Updates `lucide-react` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.28.0/packages/lucide-react) Updates `next` from 16.2.12 to 16.3.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](vercel/next.js@v16.2.12...v16.3.0) Updates `postcss` from 8.5.25 to 8.5.26 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.25...8.5.26) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 16.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website-dependencies - dependency-name: fumadocs-mdx dependency-version: 15.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: website-dependencies - dependency-name: fumadocs-ui dependency-version: 16.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website-dependencies - dependency-name: lucide-react dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website-dependencies - dependency-name: next dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website-dependencies - dependency-name: postcss dependency-version: 8.5.26 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: website-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The grouped bump resolves esbuild 0.28.2 in website/pnpm-lock.yaml, but website/pnpm-workspace.yaml still allowed only 0.28.1, failing the pnpm-workspace-config parity test (and the full Test matrix + Cloudflare). Align the allowBuilds entry to 0.28.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Applied the same one-line fix #1620 needed before dependabot superseded it: |
…ndencies-b6f71d7ef9
alfred-openspec
left a comment
There was a problem hiding this comment.
Fumadocs 16.14 switches static search to ZBSearch, but this head still passes an Orama database through initOrama. Exact-head pnpm run types:check fails in components/search.tsx with Orama not assignable to AnyZBSearch, matching the red Cloudflare build. Please migrate the search client to staticClient/ZBSearch, remove the now-unused @orama/orama dependency, regenerate the website lockfile, and get type-check/build green before approval.
|
Superseded by #1634, which ships the non-breaking website bumps (fumadocs-mdx, lucide-react, next, postcss). The fumadocs-core/ui 16.14 bump is deferred to a dedicated PR because 16.14 replaces Orama with ZBSearch and needs a components/search.tsx migration. Closing in favor of the split. |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
* chore(deps): bump safe website-dependencies subset (defer fumadocs 16.14 / ZBSearch migration) Ships the non-breaking bumps from dependabot PR Fission-AI#1631, holding back the fumadocs 16.14 major that requires a website source migration. Bumped: - fumadocs-mdx ^15.2.1 -> ^15.2.2 (resolves 15.2.3; builds cleanly) - lucide-react ^1.27.0 -> ^1.28.0 (resolves 1.31.0) - next 16.2.12 -> 16.3.0 - postcss ^8.5.25 -> ^8.5.26 (override ^8.5.22 governs resolution) Held (defer to a dedicated migration PR): - fumadocs-core ^16.12.1 (16.14 replaces Orama with ZBSearch) - fumadocs-ui ^16.12.1 (pairs with core) fumadocs-mdx 15.2.3 does NOT pull core 16.14 transitively; type-check and next build both pass. esbuild stays 0.28.1, so allowBuilds is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore(deps): apply the postcss bump for real (align override + lock to 8.5.26) The manifest declared postcss ^8.5.26 but the pnpm override stayed ^8.5.22, so the importer resolved 8.5.25 and the declared bump had no effect. Raise the override (website/pnpm-workspace.yaml + website/package.json pnpm.overrides) to ^8.5.26 and re-lock so postcss resolves 8.5.26 everywhere. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Bumps the website-dependencies group with 6 updates in the /website directory:
16.12.116.14.015.2.115.2.216.12.116.14.01.27.01.28.016.2.1216.3.08.5.258.5.26Updates
fumadocs-corefrom 16.12.1 to 16.14.0Release notes
Sourced from fumadocs-core's releases.
... (truncated)
Commits
81c88c6Version Packages (#3445)4108f03chore: fix example buildsa279c17fix(mdx): workaround for base ui issuesf29a484refactor(*): migrate non-rsc examples to macro apif845513feat(mdx): browser helpers for macroe0d374crefactor(*): migrate examples & docs to macro API4047bf7feat(mdx): improve vite plugin usageb1636d5chore: bump depsd1245c4refactor(ui): build tailwind css via tsdown hooks693bb19docs: mention MDX macro usageUpdates
fumadocs-mdxfrom 15.2.1 to 15.2.2Release notes
Sourced from fumadocs-mdx's releases.
Commits
1025ff3Version Packages (#3451)5f1a185fix(mdx): support thenable Next.js configUpdates
fumadocs-uifrom 16.12.1 to 16.14.0Release notes
Sourced from fumadocs-ui's releases.
... (truncated)
Commits
81c88c6Version Packages (#3445)4108f03chore: fix example buildsa279c17fix(mdx): workaround for base ui issuesf29a484refactor(*): migrate non-rsc examples to macro apif845513feat(mdx): browser helpers for macroe0d374crefactor(*): migrate examples & docs to macro API4047bf7feat(mdx): improve vite plugin usageb1636d5chore: bump depsd1245c4refactor(ui): build tailwind css via tsdown hooks693bb19docs: mention MDX macro usageUpdates
lucide-reactfrom 1.27.0 to 1.28.0Release notes
Sourced from lucide-react's releases.
Commits
Updates
nextfrom 16.2.12 to 16.3.0Release notes
Sourced from next's releases.
... (truncated)
Commits
d73f562v16.3.02e0d4cbEdits to turbopackFileSystemCache (#96531)86df9c7docs: cover direct visits and client navigations in the instant() e2e example...47a52c0[turbopack / next.js] Add an end-to-end test for new root detection (#96544)8e878d4Remove implicit Partial Prefetching opt-in frominstant(#96539)e37ddd1Fix deploy test TypeScript exclusions (#96545)8a4920cdocs: clarify first-party Skills workflows (#96495)4344b83Flag newly disabled deploy tests (#96505)459617afix: double fragment on navigation (#93132)cbf0cefEnable TypeScript CLI by default (#96497)Updates
postcssfrom 8.5.25 to 8.5.26Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
07b2577Release 8.5.26 version47de6b9Update CI1493a83Fix Rule#selectors losing the empty selector (#2129)180db16Typo29e9e00Resolve symlinks before the previous-source-map containment check (#2125)3ba8f84Update dependencies87e72f6Update lock filecaaeeb9Upgrade nanoid to fix infinite loop on zero size (#2124)3609b6fExplain how to type plugin optionsfbad419docs: show ESM and TypeScript plugin declaration (#2118)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions