Align @bquery/ui with @bquery/bquery 1.10.0#17
Merged
Conversation
Agent-Logs-Url: https://github.com/bQuery/ui/sessions/65d0e715-e509-43e6-9e5e-cbafaad44e21 Co-authored-by: JosunLP <20913954+JosunLP@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
JosunLP
April 15, 2026 14:07
View session
There was a problem hiding this comment.
Pull request overview
Updates @bquery/ui to the 1.10.0 release line and aligns declared compatibility and consumer docs with @bquery/bquery@^1.10.0.
Changes:
- Bump
@bquery/uiversion to1.10.0and update@bquery/bquerypeer/dev dependency ranges to^1.10.0. - Refresh Bun lockfile entry to resolve
@bquery/bquery@1.10.0. - Update version-pinned CDN/install snippets in README and docs from
1.9.0to1.10.0.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps package version and aligns @bquery/bquery peer/dev dependency ranges to ^1.10.0. |
| bun.lock | Updates lock resolution for @bquery/bquery to 1.10.0. |
| README.md | Updates CDN snippet pins and “current release” copy to 1.10.0. |
| docs/guide/installation.md | Updates pinned CDN install examples to 1.10.0. |
| docs/guide/migration-from-1-1-0.md | Updates “current line” and CDN pin references to 1.10.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates
@bquery/uito the1.10.0release line and aligns its declared compatibility with@bquery/bquery@^1.10.0. It also refreshes version-pinned consumer docs so installation and CDN guidance match the published package metadata.Package alignment
@bquery/uipackage version to1.10.0peerDependenciesanddevDependenciesto require@bquery/bquery@^1.10.01.10.0packageDocs and release-line consistency
README.mdand installation docs from1.9.0to1.10.0Consumer-facing effect
1.9.0examples while the package targets the1.10.0line{ "version": "1.10.0", "peerDependencies": { "@bquery/bquery": "^1.10.0" }, "devDependencies": { "@bquery/bquery": "^1.10.0" } }