Skip to content

feat: Add ASTRO farmework preset option #111

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

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

Conversation

@Reetika-Chavan
Copy link

feat: Add ASTRO farmework preset option

@github-actions
Copy link

🔒 Security Scan Results

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

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 0 ✅ Passed
🔵 Low Severity 0 0 0 ✅ Passed

⏱️ SLA Breach Summary

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

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

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

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

Choose a reason for hiding this comment

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

👍

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

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.

File Description
src/config/index.ts Adds ASTRO preset metadata (name/value + default output dir) and enables server-command support for Astro.
package.json Bumps rollup version (unrelated to Astro feature, but affects dependency graph).
package-lock.json Lockfile 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.

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

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

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 development Mar 12, 2026
3 checks passed
@Reetika-Chavan Reetika-Chavan deleted the CL-2514-a branch March 12, 2026 16:59
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.

4 participants