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

upgrade cli deps #187

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .changeset/tall-pumpkins-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
"@qwikdev/create-astro": patch
"@qwikdev/astro": patch
---

## 🎄 Qwik Astro CLI Holiday Update! 🎅

This release introduces the ability to add Qwik to your existing Astro projects, with an improved CLI experience and better project integration.

### ✨ Core Features
- ✨ New CLI command to add Qwik to existing Astro projects
- 🚸 Improved interactive experience with smart defaults
- 🎯 Simplified project setup with fewer required inputs
- 🔄 Smarter handling of existing project names
- ⚡️ Streamlined installation process

### 🔧 Improvements
- 🎮 Enhanced interactive mode
- ✅ Better validation of user inputs
- 🔄 Smoother integration with existing projects
- 🛠️ Improved handling of CLI options
- 🚀 Faster project setup

### 🐛 Bug Fixes
- 🪟 Fixed Windows compatibility issues
- 🔧 Improved package manager detection
- 🛠️ Better error handling and user feedback
- 🔄 Fixed conflicts between CLI options

### 📦 Updates
- ⬆️ Updated dependencies
- 🔨 Improved build process
- 📦 Better package structure
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/deno": "^5.0.1",
"@builder.io/qwik": "^1.11",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@6d96827",
"astro": "5.0.2",
"@builder.io/qwik": "^1.12",
"@qwikdev/astro": "^0.7",
"astro": "^5.1",
"typescript": "^5.4.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions libs/create-qwikdev-astro/stubs/templates/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/deno": "^5.0.1",
"@builder.io/qwik": "^1.11",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@6d96827",
"astro": "5.0.2"
"@builder.io/qwik": "^1.12",
"@qwikdev/astro": "^0.7",
"astro": "^5.1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@builder.io/qwik": "^1.11",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@6d96827",
"astro": "5.0.2"
"@builder.io/qwik": "^1.12",
"@qwikdev/astro": "^0.7",
"astro": "^5.1"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0"
Expand Down
6 changes: 3 additions & 3 deletions libs/create-qwikdev-astro/stubs/templates/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@builder.io/qwik": "^1.11",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@6d96827",
"astro": "5.0.2"
"@builder.io/qwik": "^1.12",
"@qwikdev/astro": "^0.7",
"astro": "^5.1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@builder.io/qwik": "^1.11",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@6d96827",
"astro": "5.0.2"
"@builder.io/qwik": "^1.12",
"@qwikdev/astro": "^0.7",
"astro": "^5.1"
},
"devDependencies": {
"@biomejs/biome": "^1.7.0"
Expand Down
6 changes: 3 additions & 3 deletions libs/create-qwikdev-astro/stubs/templates/none/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@builder.io/qwik": "^1.11",
"@qwikdev/astro": "https://pkg.pr.new/QwikDev/astro/@qwikdev/astro@6d96827",
"astro": "5.0.2"
"@builder.io/qwik": "^1.12",
"@qwikdev/astro": "^0.7",
"astro": "^5.1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
Expand Down
9 changes: 2 additions & 7 deletions libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
"./utils": "./src/utils.ts",
"./q-astro-manifest.json": "./q-astro-manifest.json"
},
"files": [
"src",
"src/index.ts",
"server.ts",
"env.d.ts"
],
"files": ["src", "src/index.ts", "server.ts", "env.d.ts"],
"keywords": [
"astro-integration",
"astro-component",
Expand All @@ -65,7 +60,7 @@
},
"devDependencies": {
"@builder.io/qwik": "^1.12.0",
"astro": "5.1.1",
"astro": "^5.1",
"vite": "^5.4.11"
},
"peerDependencies": {
Expand Down
56 changes: 48 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading