Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Simplify CLI starters #6632

Merged
merged 4 commits into from
Jul 3, 2024

Conversation

thejackshelton
Copy link
Member

Overview

What is it?

  • Feature / enhancement
  • Bug
  • Docs / tests / types / typos

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Use cases and why

    1. One use case
    1. Another use case

Checklist:

  • My code follows the developer guidelines of this project
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • Added new tests to cover the fix / functionality

@thejackshelton thejackshelton requested review from a team as code owners July 2, 2024 04:46
Copy link

netlify bot commented Jul 2, 2024

👷 Deploy request for qwik-insights pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 0e3d071

@thejackshelton thejackshelton changed the title Simplify CLI starters refactor: Simplify CLI starters Jul 2, 2024
Copy link
Member

@gioboa gioboa 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
Member

@gioboa gioboa left a comment

Choose a reason for hiding this comment

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

One Test is failing 🥴
Can you check it pls?

@thejackshelton thejackshelton marked this pull request as draft July 2, 2024 14:51
@thejackshelton
Copy link
Member Author

One Test is failing 🥴 Can you check it pls?

Ah yes, was going to tackle this. I still need to test the CLI and get more familiar with it. So converting to draft for now.

Copy link

pkg-pr-new bot commented Jul 2, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

commit: 0e3d071

@builder.io/qwik

npm i https://pkg.pr.new/@builder.io/qwik@6632

@builder.io/qwik-city

npm i https://pkg.pr.new/@builder.io/qwik-city@6632

eslint-plugin-qwik

npm i https://pkg.pr.new/eslint-plugin-qwik@6632

create-qwik

npm i https://pkg.pr.new/create-qwik@6632


templates

@thejackshelton thejackshelton marked this pull request as ready for review July 3, 2024 02:34
@thejackshelton
Copy link
Member Author

thejackshelton commented Jul 3, 2024

Ok it's ready for review. I've changed the validate cli command to account for the current starters, pkg pr new with the latest cli artifact for the three different templates.

For pkg pr new I tested consuming them with and without dependencies, as well as the dev mode of each. Happy to make any adjustments if needed 👍

Copy link
Member

@gioboa gioboa left a comment

Choose a reason for hiding this comment

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

Great job 🎉 @thejackshelton

@gioboa gioboa merged commit 220536f into QwikDev:main Jul 3, 2024
21 checks passed
dario-piotrowicz added a commit to cloudflare/workers-sdk that referenced this pull request Sep 18, 2024
…dflare/src/frameworks`

As part of this update the 'basic' template to its new name 'playground'
(renamed in QwikDev/qwik#6632)
edmundhung pushed a commit to cloudflare/workers-sdk that referenced this pull request Sep 19, 2024
* fix: add missing `nodejs_compat` flag to c3 qwik template

The c3 qwik template doesn't include the `nodejs_compat` but qwik seems to be using
AsyncLocalStorage, so newly created applications do display a warning regarding it
missing, fix the above issue by adding the missing compat flag

* chore: bump create-qwik from 1.5.7 to 1.9.0 in `/packages/create-cloudflare/src/frameworks`

As part of this update the 'basic' template to its new name 'playground'
(renamed in QwikDev/qwik#6632)
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.

2 participants