Skip to content

chore: upgrade deps and silence VitePress build warnings - #347

Merged
yanglbme merged 1 commit into
mainfrom
chore/upgrade-deps-and-fix-build-warnings
Jun 25, 2026
Merged

chore: upgrade deps and silence VitePress build warnings#347
yanglbme merged 1 commit into
mainfrom
chore/upgrade-deps-and-fix-build-warnings

Conversation

@yanglbme

Copy link
Copy Markdown
Member

Summary

  • Refresh transitive dependencies in pnpm-lock.yaml (e.g. vue 3.5.38, @docsearch 4.6.3, @vueuse 14.2.1)
  • Add pnpm.onlyBuiltDependencies for esbuild so pnpm 10 no longer ignores its postinstall script
  • Pin @vueuse/core and @vueuse/integrations to 14.2.1 to avoid Rollup /* #PURE */ annotation warnings from 14.3.0
  • Raise Vite chunkSizeWarningLimit to 1000 for the lazy-loaded local search index (~860 kB)

Test plan

  • pnpm i — no esbuild build-script warning
  • pnpm docs:build — clean build without Rollup or chunk-size warnings
  • pnpm typecheck — passes

Made with Cursor

Update transitive dependencies, allow esbuild postinstall under pnpm 10,
pin @vueuse to 14.2.1 to avoid Rollup PURE annotation warnings, and
raise chunkSizeWarningLimit for the lazy-loaded local search index.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings June 25, 2026 02:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@yanglbme
yanglbme merged commit 1659850 into main Jun 25, 2026
@yanglbme
yanglbme deleted the chore/upgrade-deps-and-fix-build-warnings branch June 25, 2026 02:21
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.

2 participants