Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Attach Binaries
uses: stacksjs/action-releaser@v1.1.0
uses: stacksjs/action-releaser@v1.2.5
with:
files: |
packages/launchpad/bin/launchpad-linux-x64.zip
Expand Down
190 changes: 22 additions & 168 deletions bun.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"typecheck": "bun --bun tsc --noEmit"
},
"devDependencies": {
"@stacksjs/bumpx": "^0.1.84",
"@stacksjs/bumpx": "^0.2.2",
"@stacksjs/docs": "^0.70.23",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/launchpad": "workspace:*",
"@stacksjs/logsmith": "^0.1.18",
"@types/bun": "^1.2.22",
"buddy-bot": "^0.9.7",
"bun-git-hooks": "^0.2.19",
"@stacksjs/logsmith": "^0.2.0",
"@types/bun": "^1.3.0",
"buddy-bot": "^0.9.9",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "0.9.5",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"overrides": {
"@stacksjs/dtsx": "0.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"devDependencies": {
"bun-plugin-dtsx": "^0.9.5",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/launchpad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@stacksjs/clapp": "0.2.0",
"bun-plugin-dtsx": "0.9.5",
"bunfig": "^0.15.0",
"ts-pkgx": "^0.4.93"
"ts-pkgx": "^0.4.98"
},
"lint-staged": {
"*.{js,ts}": "bunx --bun eslint . --fix"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"": {
"name": "bun-package-manager-basic",
"dependencies": {
"express": "^4.18.0",
"express": "^4.21.2",
},
"devDependencies": {
"@types/express": "^4.17.0",
"eslint": "8",
"@types/express": "^4.17.23",
"eslint": "8.57.1",
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test": "echo 'Testing with Bun!'"
},
"dependencies": {
"express": "^4.18.0"
"express": "^4.21.2"
},
"devDependencies": {
"@types/express": "^4.17.0",
"eslint": "8"
"@types/express": "^4.17.23",
"eslint": "8.57.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"lint": "bunx eslint src/ --fix"
},
"dependencies": {
"fastify": "^4.0.0"
"fastify": "^4.29.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"eslint": "^8.0.0"
"@types/node": "^20.19.21",
"eslint": "^8.57.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"test": "bun test"
},
"dependencies": {
"next": "^14.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"next": "^14.2.33",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0"
"@types/node": "^20.19.21",
"@types/react": "^18.3.26",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.33",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
}
}
12 changes: 6 additions & 6 deletions packages/launchpad/test-envs/bun-vs-node-engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"packageManager": "bun",
"description": "Test environment for Bun package manager with conflicting Node.js engines",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
"node": ">=18.20.8",
"npm": ">=9.9.4"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.3"
"node": "20.19.5",
"npm": "10.9.4"
},
"scripts": {
"dev": "echo 'Should use Bun, not Node!'",
"test": "echo 'Testing with Bun!'",
"check-runtime": "bunx node --version"
},
"dependencies": {
"lodash": "^4.17.0"
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.0.0"
"eslint": "^8.57.1"
}
}
8 changes: 4 additions & 4 deletions packages/launchpad/test-envs/bun-with-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"packageManager": "bun@1.2.0",
"description": "Test environment for Bun and Node.js coexistence",
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
"node": ">=20.19.5",
"npm": ">=9.9.4"
},
"scripts": {
"dev": "echo 'Testing Bun + Node.js coexistence'",
Expand All @@ -14,9 +14,9 @@
"test-npm": "npm --version"
},
"dependencies": {
"lodash": "^4.17.0"
"lodash": "^4.17.21"
},
"devDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.9.3"
}
}
Loading