Skip to content

Commit 0a5ff75

Browse files
kamilkisielagithub-actions[bot]n1ru4l
authored
No runify, no GH action (#247)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Laurin Quast <[email protected]>
1 parent 906fded commit 0a5ff75

File tree

9 files changed

+27
-787
lines changed

9 files changed

+27
-787
lines changed

.changeset/angry-cooks-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'bob-the-bundler': major
3+
---
4+
5+
Remove the `bob runify` command.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"bob-the-bundler": patch
3+
---
4+
dependencies updates:
5+
- Removed dependency [`@vercel/ncc@^0.36.0` ↗︎](https://www.npmjs.com/package/@vercel/ncc/v/0.36.0) (from `dependencies`)
6+
- Removed dependency [`dependency-graph@^0.11.0` ↗︎](https://www.npmjs.com/package/dependency-graph/v/0.11.0) (from `dependencies`)
7+
- Removed dependency [`tsup@^6.5.0` ↗︎](https://www.npmjs.com/package/tsup/v/6.5.0) (from `dependencies`)

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,4 @@ You can add a `bob` key to each `package.json`.
7474
```bash
7575
$ bob build
7676
$ bob check
77-
78-
# only use this command if you know the secret sauce
79-
$ bob runify
8077
```

action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
"typescript": "^4.7.4"
4444
},
4545
"dependencies": {
46-
"@vercel/ncc": "^0.36.0",
4746
"consola": "^2.15.3",
48-
"dependency-graph": "^0.11.0",
4947
"execa": "6.1.0",
5048
"fs-extra": "^11.1.0",
5149
"globby": "^13.1.3",
@@ -55,12 +53,10 @@
5553
"p-limit": "^4.0.0",
5654
"resolve.exports": "^2.0.0",
5755
"tslib": "^2.0.0",
58-
"tsup": "^6.5.0",
5956
"yargs": "^17.6.2",
6057
"zod": "^3.20.2"
6158
},
6259
"devDependencies": {
63-
"@actions/core": "1.10.0",
6460
"@changesets/changelog-github": "0.4.8",
6561
"@changesets/cli": "2.26.0",
6662
"@theguild/prettier-config": "1.1.2",

src/action.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/commands/runify.ts

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)