Skip to content

Conversation

@tiye
Copy link
Member

@tiye tiye commented Jun 18, 2025

No description provided.

@tiye tiye requested review from a team and Copilot June 18, 2025 17:32
Copy link

Copilot AI left a 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 versioning, dependency versions, and consolidates <pre> and <blockquote> styles into the cirru-based code generator while removing them from the standalone CSS file.

  • Bumps package and module versions across package.json, deps.cirru, compact.cirru, and calcit.cirru
  • Migrates <pre> and <blockquote> styling from assets/main.css into nested & selectors in cirru code
  • Updates example in docs/guide.md and bumps GitHub Action Node version to 24

Reviewed Changes

Copilot reviewed 7 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
package.json Version bump to 0.0.21; dependency upgrades
docs/guide.md Extended demo string in println call
deps.cirru Updated :calcit-version and Respo sub-dependencies
compact.cirru Version bump; replaced $0 placeholder with & and added nested styles for pre/blockquote
calcit.cirru Version bump; mirrored nested style changes for pre/blockquote
assets/main.css Removed standalone pre and blockquote styles
.github/workflows/upload.yaml Node version updated from 20 to 24
Comments suppressed due to low confidence (1)

.github/workflows/upload.yaml:17

  • GitHub Actions’ actions/setup-node officially supports Node LTS versions; confirm that Node.js 24 is supported by this action or consider sticking to a current LTS (e.g., 20) to avoid unexpected failures.
        node-version: 24


```
println "|a demo of code"
println "|a demo of code" "|longlonglonglonglonglonglonglonglonglonglonglonglonglong"
Copy link

Copilot AI Jun 18, 2025

Choose a reason for hiding this comment

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

[nitpick] This line is very long and may hurt readability in the docs. Consider breaking the string into smaller parts or using a multiline code block to demonstrate long output.

Suggested change
println "|a demo of code" "|longlonglonglonglonglonglonglonglonglonglonglonglonglong"
println "|a demo of code"
"|longlonglonglonglonglonglonglonglonglonglonglonglonglong"

Copilot uses AI. Check for mistakes.
:border-radius "\"4px"
:padding "\"2px 2px"
:margin "\"-2px 2px"
"\"& pre" $ {} (:background-color "|hsla(0, 0%, 96%, 0.5)") (:border "|1px solid #eee") (:padding "|2px 8px") (:line-height |1.4) (:min-width |400px) (:border-radius |4px) (:overflow |auto)
Copy link

Copilot AI Jun 18, 2025

Choose a reason for hiding this comment

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

Embedding a large block of CSS directly in the cirru AST can make the code harder to maintain. Consider extracting this style into a reusable CSS module or a shared configuration.

Copilot uses AI. Check for mistakes.
@NoEgAm NoEgAm merged commit 35b2f49 into main Jul 29, 2025
1 check passed
@NoEgAm NoEgAm deleted the reuse-css branch July 29, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants