Skip to content

chore: upgrade deps#1443

Merged
acbin merged 4 commits intomainfrom
chore/deps
Apr 8, 2026
Merged

chore: upgrade deps#1443
acbin merged 4 commits intomainfrom
chore/deps

Conversation

@acbin
Copy link
Copy Markdown
Member

@acbin acbin commented Apr 8, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 8, 2026 00:17
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

🚀 Surge Preview has been successfully deployed!

Preview URL: https://doocs-md-preview-pr-1443.surge.sh

Built with commit 49a5efb

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Upgrades key dependencies used across the monorepo (CodeMirror view + Marked) and updates the pnpm patching setup accordingly, affecting both the web app and the core markdown renderer packages.

Changes:

  • Bump @codemirror/view from 6.40.06.41.0 and update the corresponding patchedDependencies entry + patch file.
  • Bump marked from ^17.0.6^18.0.0 across packages that depend on it.
  • Remove compilerOptions.baseUrl from apps/web and packages/core tsconfigs.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pnpm-workspace.yaml Updates @codemirror/view override and points patchedDependencies to the new patch/version.
pnpm-lock.yaml Regenerates lockfile to reflect @codemirror/view@6.41.0 (patched) and marked@18.0.0.
patches/@codemirror__view@6.41.0.patch Patch for @codemirror/view@6.41.0 (d.ts export + keybinding behavior tweak).
packages/shared/package.json Upgrades marked dependency range to ^18.0.0.
packages/core/tsconfig.json Removes baseUrl while keeping paths mapping.
packages/core/package.json Upgrades marked dependency range to ^18.0.0.
package.json Pins root @codemirror/view to 6.41.0.
apps/web/tsconfig.app.json Removes baseUrl while keeping paths mapping.
apps/web/package.json Upgrades marked dependency range to ^18.0.0.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)

packages/core/tsconfig.json:7

  • compilerOptions.paths requires compilerOptions.baseUrl (either in this file or inherited). Since baseUrl was removed and the base tsconfig doesn’t define it, TypeScript will error and the @/* alias won’t work. Re-add "baseUrl": "." here (or move it into the shared base config and ensure this config inherits it).
  "extends": "@md/config/tsconfig.base.json",
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },

@@ -1,7 +1,6 @@
{
"extends": "@md/config/tsconfig.base.json",
"compilerOptions": {
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

compilerOptions.paths requires compilerOptions.baseUrl (either in this file or inherited). Since baseUrl was removed and the base tsconfig doesn’t define it, TypeScript will error and the @/* alias won’t work. Re-add "baseUrl": "." here (or move it into the shared base config and ensure this config inherits it).

Suggested change
"compilerOptions": {
"compilerOptions": {
"baseUrl": ".",

Copilot uses AI. Check for mistakes.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

🚀 Cloudflare Workers Preview has been successfully deployed!

Preview URL: https://md-pr-1443.doocs.workers.dev

Built with commit 49a5efb

@acbin acbin merged commit cfcb695 into main Apr 8, 2026
2 checks passed
@acbin acbin deleted the chore/deps branch April 8, 2026 00:44
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

🗑️ Cloudflare Workers preview deployment has been cleaned up.

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.

3 participants