Skip to content

feat: Add ASTRO farmework preset option - #111

Merged
Reetika-Chavan merged 1 commit into
developmentfrom
CL-2514-a
Mar 12, 2026
Merged

feat: Add ASTRO farmework preset option #111
Reetika-Chavan merged 1 commit into
developmentfrom
CL-2514-a

Conversation

@Reetika-Chavan

Copy link
Copy Markdown
Contributor

feat: Add ASTRO farmework preset option

@github-actions

Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check TypeCount (with fixes)Without fixesThresholdResult
🔴 Critical Severity0010✅ Passed
🟠 High Severity0025✅ Passed
🟡 Medium Severity000✅ Passed
🔵 Low Severity000✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

SeverityBreaches (with fixes)Breaches (no fixes)SLA Threshold (with/no fixes)Status
🔴 Critical0015 / 30 days✅ Passed
🟠 High0030 / 120 days✅ Passed
🟡 Medium0090 / 365 days✅ Passed
🔵 Low00180 / 365 days✅ Passed

✅ BUILD PASSED - All security checks passed

Harshi-Shah-CS
Harshi-Shah-CS previously approved these changes Mar 12, 2026

@Harshi-Shah-CSHarshi-Shah-CS left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds an Astro framework preset to the CLI’s framework selection/config so Astro projects get an appropriate default output directory and can optionally use server-command prompting (based on the configured supported frameworks).

Changes:

  • Add ASTRO to outputDirectories and listOfFrameWorks in the shared config.
  • Include ASTRO in supportedFrameworksForServerCommands.
  • Update rollup dependency to ^4.59.0 (and regenerate package-lock.json, bringing in many transitive updates).

Reviewed changes

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

FileDescription
src/config/index.tsAdds ASTRO preset metadata (name/value + default output dir) and enables server-command support for Astro.
package.jsonBumps rollup version (unrelated to Astro feature, but affects dependency graph).
package-lock.jsonLockfile regenerated with many dependency updates; includes axios resolution changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment threadsrc/config/index.ts
Comment threadpackage.json
Harshi-Shah-CS
Harshi-Shah-CS previously approved these changes Mar 12, 2026

@Harshi-Shah-CSHarshi-Shah-CS left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍

@Reetika-Chavan
Reetika-Chavan merged commit 7e4511a into developmentMar 12, 2026
3 checks passed
@Reetika-Chavan
Reetika-Chavan deleted the CL-2514-a branch March 12, 2026 16:59
Sign up for freeto 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.

4 participants

@Reetika-Chavan@Harshi-Shah-CS@SakshiKoli-CS