Skip to content

chore(deps): upgrade packages to latest#82

Merged
zrosenbauer merged 3 commits into
mainfrom
chore/upgrade-deps-latest
Apr 9, 2026
Merged

chore(deps): upgrade packages to latest#82
zrosenbauer merged 3 commits into
mainfrom
chore/upgrade-deps-latest

Conversation

@zrosenbauer

Copy link
Copy Markdown
Member

Summary

  • Upgrades 5 dependencies to their latest versions
  • Keeps mermaid locked at ^10.9.5 (v11 breaks Rspress webpack compilation of raw-copied global components)
  • Keeps @rslib/core at ^0.21.0 (was already latest, cannot downgrade without rspack incompatibilities)

Changes

Package From To
@rslib/core 0.20.0 0.21.0
@microsoft/api-extractor 7.58.1 7.58.2
ink 6.8.0 7.0.0
esbuild 0.27.4 0.28.0
@types/vscode 1.110.0 1.115.0

Testing

  • pnpm build passes (all 9 tasks)
  • pnpm typecheck passes (all 16 tasks)

Upgrades:
- @rslib/core: 0.20.0 → 0.21.0
- @microsoft/api-extractor: 7.58.1 → 7.58.2
- ink: 6.8.0 → 7.0.0
- esbuild: 0.27.4 → 0.28.0
- @types/vscode: 1.110.0 → 1.115.0

Intentionally kept at current version:
- mermaid: locked at ^10.9.5 (v11 breaks Rspress webpack compilation)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel

vercel Bot commented Apr 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
oss-zpress Ready Ready Preview, Comment Apr 9, 2026 9:43pm

Request Review

@changeset-bot

changeset-bot Bot commented Apr 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3e410cf

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 changesets to release 3 packages
Name Type
@zpress/cli Patch
@zpress/ui Patch
@zpress/kit Patch

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

@coderabbitai

coderabbitai Bot commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

This pull request updates dependency version ranges and changeset metadata across the monorepo. Specific updates: @types/vscode 1.110.0 → 1.115.0, esbuild 0.27.4 → 0.28.0, @microsoft/api-extractor 7.58.1 → 7.58.2, ink 6.8.0 → 7.0.0, @rslib/core 0.20.0 → 0.21.0. The changeset declares patch releases for @zpress/cli and @zpress/ui with the message "upgrade dependencies to latest". All edits are version or metadata changes.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(deps): upgrade packages to latest' accurately and concisely summarizes the main objective of the changeset, which is a dependency upgrade.
Description check ✅ Passed The description provides comprehensive details about the dependency upgrades, including specific version changes, rationale for version locks, and testing verification, all directly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@extensions/vscode/package.json`:
- Around line 32-34: The package.json currently lists a dev dependency
"@types/vscode": "^1.115.0" that is newer than the declared minimum runtime
"engines.vscode" (^1.110.0), which can allow compiling against APIs not
available to users; fix by aligning these versions: either change
"@types/vscode" to "^1.110.0" to match the current engines.vscode floor, or bump
"engines.vscode" to "^1.115.0" if you intend to raise the supported VS Code
minimum—update the respective field in package.json (the "@types/vscode"
devDependency or the "engines.vscode" field) so the two stay consistent.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2fe1a1ab-922d-4083-af6c-b632d930d1d9

📥 Commits

Reviewing files that changed from the base of the PR and between 7a39840 and 0bb94e9.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml, !pnpm-lock.yaml
📒 Files selected for processing (6)
  • .changeset/upgrade-deps.md
  • extensions/vscode/package.json
  • package.json
  • packages/cli/package.json
  • packages/ui/package.json
  • pnpm-workspace.yaml

Comment thread extensions/vscode/package.json
Bump minimum VS Code version to ^1.115.0 to match the updated
@types/vscode dependency and prevent API drift.

Co-Authored-By: Claude <noreply@anthropic.com>
@zrosenbauer zrosenbauer merged commit 5263cdc into main Apr 9, 2026
4 of 5 checks passed
@zrosenbauer zrosenbauer deleted the chore/upgrade-deps-latest branch April 9, 2026 21:46
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