Skip to content

Commit

Permalink
Merge pull request #187 from QwikDev/cli-deps
Browse files Browse the repository at this point in the history
upgrade cli deps
  • Loading branch information
thejackshelton authored Dec 25, 2024
2 parents d2edca0 + 5baee12 commit 73926ae
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 33 deletions.
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.

0 comments on commit 73926ae

Please sign in to comment.