You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 🎁.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->
## PR Checklist
- [x] Addresses an existing open issue: fixes#2002
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
were taken
## Overview
Adds a collection of dependency and file cleanups based on older CTA
versions.
Also unifies their removals into new `blockRemoveDependencies` and
`blockRemoveFiles` Blocks. This should actually speed things up by
running one command for each of those two Blocks. Previously it was one
command for each Block with things to remove.
🎁
🤖 Beep boop! I ran \`npx create-typescript-app\` and found same changes.
52
+
Please review the latest commit to see if you want to merge it.
53
+
Cheers! 💝
49
54
50
-
> This change was automatically made in CI to keep your repository up-to-date with the templating in [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).
51
-
> If you want to opt out of these automatic updates, delete the \`.github/workflows/cta-transitions.yml\` file on your \`main\` branch.",
52
-
"repo-token": "\${{ secrets.ACCESS_TOKEN }}",
53
-
},
54
-
},
55
-
],
56
-
},
57
-
],
58
-
},
59
-
"block": [Function],
60
-
},
61
-
{
62
-
"addons": {
63
-
"properties": {
64
-
"devDependencies": {
65
-
"create-typescript-app": "2.8.0",
66
-
},
67
-
},
68
-
},
69
-
"block": [Function],
70
-
},
71
-
],
72
-
}
73
-
`);
55
+
> This change was automatically made in CI to keep your repository up-to-date with the templating in [create-typescript-app](https://github.com/JoshuaKGoldberg/create-typescript-app).
56
+
> If you want to opt out of these automatic updates, delete the \`.github/workflows/cta-transitions.yml\` file on your \`main\` branch.`,
0 commit comments