Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2025

chore(deps): fix(deps): update docs-and-infra-deps

Manual changes

GitHub Actions Failures

The upgrade of actions/setup-node to v5 caused CI workflows to fail. The new version of the action attempts to automatically detect and set up pnpm, but it was running before corepack was enabled in our workflow steps. This resulted in an error where the pnpm executable could not be found.

The fix involved reordering the workflow steps to run corepack enable before the actions/setup-node step. This ensures pnpm is available in the environment when the action needs it. This change was applied to all relevant CI workflows.

Cloudflare Pages Deployment Failure

The docs site deployment began failing during the astro build process with a module compatibility error (Dynamic require of "path" is not supported).

The failure was traced to the @fujocoded/expressive-code-output package, which was updated from 0.0.1 to 0.1.0. An investigation of the package's contents revealed a build issue: the exports map in its package.json had its import and require conditions swapped. The entry for ESM consumers incorrectly pointed to a file containing CommonJS require() calls.

Given the packaging bug and an unstable versioning history observed in the dependency's repository, the package was downgraded back to the last known stable version, 0.0.1, to ensure the docs site builds correctly.

Automated changes

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config ^2.21.1 -> ^5.0.0 age confidence devDependencies major
@astrojs/mdx (source) 4.3.5 -> 4.3.6 age confidence dependencies patch
@astrojs/starlight (source) ^0.35.2 -> ^0.36.0 age confidence dependencies minor
@base-ui-components/react (source) 1.0.0-beta.3 -> 1.0.0-beta.4 age confidence dependencies patch
@​fujocoded/expressive-code-output ^0.0.1 -> ^0.1.0 age confidence dependencies minor
@manypkg/cli (source) ^0.21.4 -> ^0.25.0 age confidence devDependencies minor
@simplewebauthn/browser (source) 13.2.0 -> 13.2.2 age confidence dependencies patch
@simplewebauthn/server (source) 13.2.0 -> 13.2.2 age confidence dependencies patch
@tailwindcss/typography 0.5.18 -> 0.5.19 age confidence dependencies patch
@tailwindcss/vite (source) 4.1.13 -> 4.1.14 age confidence devDependencies patch
@types/node (source) 22.14.0 -> 22.18.8 age confidence devDependencies minor
@types/node (source) ^20.14.2 -> ^22.0.0 age confidence devDependencies major
actions/checkout v4 -> v5 age confidence action major
actions/setup-node v4 -> v5 age confidence action major
astro (source) 5.13.7 -> 5.14.1 age confidence dependencies minor
astro-embed (source) 0.9.0 -> 0.9.1 age confidence dependencies patch
eslint (source) 9.36.0 -> 9.37.0 age confidence devDependencies minor
knip (source) ~5.26.0 -> ~5.64.0 age confidence devDependencies minor
kysely (source) ^0.27.4 -> ^0.28.0 age confidence dependencies minor
node (source) 22.14.0 -> 22.20.0 age confidence minor
pnpm (source) 10.0.0 -> 10.18.0 age confidence packageManager minor
pnpm (source) 10.17.1 -> 10.18.0 age confidence devDependencies minor
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
react-hook-form (source) 7.63.0 -> 7.64.0 age confidence dependencies minor
recharts 2.15.4 -> 3.2.1 age confidence dependencies major
renovatebot/github-action v40.2.2 -> v43.0.14 age confidence action major
resend 6.1.0 -> 6.1.2 age confidence dependencies patch
shadcn (source) 3.3.1 -> 3.4.0 age confidence devDependencies minor
sharp (source, changelog) ^0.32.6 -> ^0.34.0 age confidence dependencies minor
starlight-llms-txt (source) ^0.5.1 -> ^0.6.0 age confidence dependencies minor
tailwindcss (source) 4.1.13 -> 4.1.14 age confidence dependencies patch
tsx (source) 4.19.4 -> 4.20.6 age confidence devDependencies minor
typescript (source) 5.8.3 -> 5.9.3 age confidence devDependencies minor
vitest (source) 3.1.1 -> 3.2.4 age confidence devDependencies minor
wrangler (source) 4.35.0 -> 4.42.0 age confidence devDependencies minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

This PR updates the following dependencies:


Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v5.4.1

Compare Source

No significant changes

    View changes on GitHub

v5.4.0

Compare Source

No significant changes

    View changes on GitHub

v5.3.0

Compare Source

   🐞 Bug Fixes
  • Use ecmaVersion 'latest' per eslint's docs recommendation. fixes support for import attributes  -  by @​romansp in #​756 (2031b)
    View changes on GitHub

v5.2.2

Compare Source

   🚀 Features
    View changes on GitHub

v5.2.1

Compare Source

No significant changes

    View changes on GitHub

v5.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v5.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v5.0.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v4.19.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.18.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.16.2

Compare Source

No significant changes

    View changes on GitHub

v4.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.14.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.14.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.13.3

Compare Source

No significant changes

    View changes on GitHub

v4.13.2

Compare Source

No significant changes

    View changes on GitHub

v4.13.1

Compare Source

No significant changes

    View changes on GitHub

v4.13.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v4.12.1

Compare Source

No significant changes

    View changes on GitHub

v4.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.10.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.10.1

Compare Source

No significant changes

    View changes on GitHub

v4.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.9.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.8.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.7.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.3.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub

v4.2.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.1.1

Compare Source

No significant changes

    View changes on GitHub

v4.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.0.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.0.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

v3.16.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.14.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.1

Compare Source

No significant changes

    View changes on GitHub

v3.12.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.11.2

Compare Source

   🐞 Bug Fixes
  • perfectionist: Revert bahaviour change on import sorting since v3.10  -  by @​antfu (00c41)
    View changes on GitHub

v3.11.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.11.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable antfu/no-top-level-await for markdown snippets  -  by @​antfu (a984c)
    View changes on GitHub

v3.7.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Disable explicit-function-return-type in markdown code  -  by @​antfu (60ffd)
  • Disable ts/explicit-function-return-type in vue files  -  by @​antfu (1788d)
    View changes on GitHub

v3.6.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🐞 Bug Fixes
  • perfectionist/sort-imports sort types always on top  -  by @​antfu (e2839)
    View changes on GitHub

v3.5.1

Compare Source

No significant changes

    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.4.1

Compare Source

No significant changes

    View changes on GitHub

v3.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

[v3.3.1](https://redirect.github.c


Configuration

📅 Schedule: Branch creation - "at 00:00 on sunday" (UTC), 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.

👻 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.

Copy link

cloudflare-workers-and-pages bot commented Sep 20, 2025

Deploying redwood-sdk-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 80913d7
Status: ✅  Deploy successful!
Preview URL: https://485cafb3.redwood-sdk-docs.pages.dev
Branch Preview URL: https://renovate-docs-and-infra-deps.redwood-sdk-docs.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/docs-and-infra-deps branch 19 times, most recently from 6d73978 to 1c2f17a Compare September 25, 2025 00:18
@renovate renovate bot force-pushed the renovate/docs-and-infra-deps branch from 1c2f17a to a7672fb Compare September 25, 2025 07:55
@renovate renovate bot force-pushed the renovate/docs-and-infra-deps branch 7 times, most recently from 15f104e to e9d55f5 Compare September 25, 2025 11:17
@renovate renovate bot force-pushed the renovate/docs-and-infra-deps branch 14 times, most recently from ca50c8e to de1c768 Compare October 2, 2025 02:48
@renovate renovate bot force-pushed the renovate/docs-and-infra-deps branch 6 times, most recently from 9bd14b9 to 682879f Compare October 4, 2025 20:32
@renovate renovate bot force-pushed the renovate/docs-and-infra-deps branch from 682879f to 2e9a28c Compare October 5, 2025 12:32
Copy link
Contributor Author

renovate bot commented Oct 6, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@justinvdm justinvdm merged commit 190d92a into main Oct 6, 2025
6 checks passed
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.

1 participant