Skip to content

docs: bun deno changes#10653

Merged
jasonsaayman merged 3 commits intov1.xfrom
docs/bun-deno-changes
Apr 5, 2026
Merged

docs: bun deno changes#10653
jasonsaayman merged 3 commits intov1.xfrom
docs/bun-deno-changes

Conversation

@jasonsaayman
Copy link
Copy Markdown
Member

@jasonsaayman jasonsaayman commented Apr 5, 2026

Summary by cubic

Updates the docs to reflect Bun and Deno support and make the homepage carousel responsive. Clarifies install commands and notes cross-runtime smoke tests.

Description

  • Summary of changes
    • Homepage: added carousel breakpoints (1200/960/640/480); cards are now 100% width with max-width and centered.
    • Getting Started: Bun install uses bun add axios; added Deno section with deno install npm:axios; features note Bun/Deno smoke tests.
  • Reasoning
    • Better mobile UX and clearer cross-runtime setup.
  • Additional context
    • Please confirm the Deno command; many projects use deno add npm:axios or import via npm:axios.

Testing

  • No tests changed; docs-only update.
  • Manual checks
    • Build docs and verify carousel behavior per breakpoints and card centering.
    • Confirm bun add axios works.
    • Verify the Deno install/import flow on a recent Deno version.

Written for commit 2556b78. Summary will update on new commits.

@jasonsaayman jasonsaayman self-assigned this Apr 5, 2026
@jasonsaayman jasonsaayman added priority::medium A medium priority commit::docs The PR is related to docs labels Apr 5, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 3 files

Confidence score: 4/5

  • This PR is likely safe to merge, with only a minor documentation correctness issue and no clear runtime regression risk.
  • In docs/pages/getting-started/first-steps.md, deno install axios should use an explicit npm specifier (npm:axios); otherwise new users may copy an outdated/incorrect install command.
  • Because the issue is low-to-moderate severity (4/10) and confined to docs, the overall merge risk remains minimal.
  • Pay close attention to docs/pages/getting-started/first-steps.md - ensure the Deno dependency example uses the correct npm: package specifier.
Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs/pages/getting-started/first-steps.md">

<violation number="1" location="docs/pages/getting-started/first-steps.md:36">
P2: Use an explicit npm package specifier for Deno dependencies; `deno install axios` should be `npm:axios`.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread docs/pages/getting-started/first-steps.md Outdated
@jasonsaayman jasonsaayman merged commit 71f14b7 into v1.x Apr 5, 2026
38 of 40 checks passed
@jasonsaayman jasonsaayman deleted the docs/bun-deno-changes branch April 5, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit::docs The PR is related to docs priority::medium A medium priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant