Skip to content
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
5 changes: 5 additions & 0 deletions .changeset/angry-cooks-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bob-the-bundler': major
---

Remove the `bob runify` command.
7 changes: 7 additions & 0 deletions .changeset/bob-the-bundler-247-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"bob-the-bundler": patch
---
dependencies updates:
- Removed dependency [`@vercel/ncc@^0.36.0` ↗︎](https://www.npmjs.com/package/@vercel/ncc/v/0.36.0) (from `dependencies`)
- Removed dependency [`dependency-graph@^0.11.0` ↗︎](https://www.npmjs.com/package/dependency-graph/v/0.11.0) (from `dependencies`)
- Removed dependency [`tsup@^6.5.0` ↗︎](https://www.npmjs.com/package/tsup/v/6.5.0) (from `dependencies`)
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,4 @@ You can add a `bob` key to each `package.json`.
```bash
$ bob build
$ bob check

# only use this command if you know the secret sauce
$ bob runify
```
15 changes: 0 additions & 15 deletions action.yml

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@vercel/ncc": "^0.36.0",
"consola": "^2.15.3",
"dependency-graph": "^0.11.0",
"execa": "6.1.0",
"fs-extra": "^11.1.0",
"globby": "^13.1.3",
Expand All @@ -55,12 +53,10 @@
"p-limit": "^4.0.0",
"resolve.exports": "^2.0.0",
"tslib": "^2.0.0",
"tsup": "^6.5.0",
"yargs": "^17.6.2",
"zod": "^3.20.2"
},
"devDependencies": {
"@actions/core": "1.10.0",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@theguild/prettier-config": "1.1.2",
Expand Down
43 changes: 0 additions & 43 deletions src/action.ts

This file was deleted.

292 changes: 0 additions & 292 deletions src/commands/runify.ts

This file was deleted.

Loading