Bump to v1.5.0#3709
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_eb16bdb4-f090-4c8e-af60-628969028d84) |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 1.5.0-beta.1 to 1.5.0 in package.json and package-lock.json. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Promotes the root dyad package from prerelease 1.5.0-beta.1 to the stable 1.5.0 by updating npm version metadata in the root manifest and lockfile.
Changes:
- Update root
package.json"version"to1.5.0. - Update
package-lock.jsontop-level"version"and root package entry (packages[""]) to1.5.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps root package version to 1.5.0. |
| package-lock.json | Keeps lockfile version metadata in sync with the root package version (1.5.0). |
π‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
π Dyadbot Code Review SummaryVerdict: β
YES - Ready to merge Minimal version bump from
β No issues found by persona-based review. Generated by Dyadbot persona-based code review |
π Playwright Test Resultsβ Some tests failed
Summary: 1053 passed, 7 failed, 7 flaky, 338 skipped Failed Testsπ macOS
πͺ Windows
π Re-run Failing Tests (macOS)Copy and paste to re-run all failing spec files locally: npm run e2e \
e2e-tests/local_agent_code_search.spec.ts \
e2e-tests/package_manager.spec.ts \
e2e-tests/setup_flow.spec.ts \
e2e-tests/supabase_migrations.spec.ts
|
#skip-bb
Note
Low Risk
Version metadata only; no application, dependency, or runtime code changes.
Overview
Promotes the dyad package from
1.5.0-beta.1to stable1.5.0.Updates the root
versionfield inpackage.jsonand the matching root package entry inpackage-lock.jsonso npm metadata reflects the release.Reviewed by Cursor Bugbot for commit d8e4862. Bugbot is set up for automated code reviews on this repo. Configure here.