-
Notifications
You must be signed in to change notification settings - Fork 2
chore: bump rspress to v2.0.0-beta.13
#86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: f957d0e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis update revises dependency versions in the project. The Changes
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates dependency versions to incorporate the new rspress beta release and bump Playwright.
- Replace pinned commit URLs for
@rspresspackages with the2.0.0-beta.13release - Upgrade both
@playwright/browser-chromiumandplaywrightfrom1.52.0to1.53.0 - Add a changeset describing the bump
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updated @rspress/* and Playwright dependency versions |
| .changeset/better-ghosts-see.md | Added metadata for the version bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.changeset/better-ghosts-see.md (1)
5-5: Expand changeset summary to include Playwright bumps
The changeset mentions only the RSPress bump; consider adding the Playwright dependency updates (@playwright/browser-chromiumandplaywright→^1.53.0) to the description for clarity.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (2)
.changeset/better-ghosts-see.md(1 hunks)package.json(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (11)
- GitHub Check: autofix
- GitHub Check: Build and Lint with Node.js 20 on ubuntu-latest
- GitHub Check: Build and Lint with Node.js 22 on ubuntu-latest
- GitHub Check: Build and Lint with Node.js 18 on ubuntu-latest
- GitHub Check: Build and Lint with Node.js 24 on ubuntu-latest
- GitHub Check: publish
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: Build and Lint with Node.js 24 on ubuntu-latest
- GitHub Check: Build and Lint with Node.js 20 on ubuntu-latest
- GitHub Check: Build and Lint with Node.js 22 on ubuntu-latest
- GitHub Check: Build and Lint with Node.js 18 on ubuntu-latest
🔇 Additional comments (2)
package.json (2)
64-64: Verify Playwright minor version bump (1.52.0 → 1.53.0)
The updates to@playwright/browser-chromiumandplaywrightare semver minor bumps; ensure your end-to-end tests and browser automation flows remain stable with the new versions by running the full test suite.Also applies to: 92-92
69-71:Details
✅ Verification successful
Ensure RSPress
2.0.0-beta.13packages are published
The@rspress/core,@rspress/plugin-algolia, and@rspress/plugin-llmsdependencies were switched from commit URLs to the beta release. Verify they exist on npm before merging:
🏁 Script executed:
#!/usr/bin/env bash # Skip cloning: external registry check npm view @rspress/core@2.0.0-beta.13 version npm view @rspress/plugin-algolia@2.0.0-beta.13 version npm view @rspress/plugin-llms@2.0.0-beta.13 versionLength of output: 199
RSPress 2.0.0-beta.13 packages are published
Verified that@rspress/core,@rspress/plugin-algolia, and@rspress/plugin-llmsat version 2.0.0-beta.13 are available on npm. No further action required—safe to merge.
Summary by CodeRabbit
playwright,@playwright/browser-chromium, and multiple@rspresspackages. No user-facing changes were introduced.