chore(deps): upgrade packages to latest#82
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| 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
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis pull request updates dependency version ranges and changeset metadata across the monorepo. Specific updates: 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml,!pnpm-lock.yaml
📒 Files selected for processing (6)
.changeset/upgrade-deps.mdextensions/vscode/package.jsonpackage.jsonpackages/cli/package.jsonpackages/ui/package.jsonpnpm-workspace.yaml
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>
Summary
mermaidlocked at^10.9.5(v11 breaks Rspress webpack compilation of raw-copied global components)@rslib/coreat^0.21.0(was already latest, cannot downgrade without rspack incompatibilities)Changes
@rslib/core@microsoft/api-extractorinkesbuild@types/vscodeTesting
pnpm buildpasses (all 9 tasks)pnpm typecheckpasses (all 16 tasks)