Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🛠 Tooling: Use the create engine for updates #1753

Open
3 tasks done
JoshuaKGoldberg opened this issue Dec 7, 2024 · 0 comments
Open
3 tasks done

🛠 Tooling: Use the create engine for updates #1753

JoshuaKGoldberg opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels
area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this!

Comments

@JoshuaKGoldberg
Copy link
Owner

JoshuaKGoldberg commented Dec 7, 2024

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

Splitting out of #1181: I'm onboarding this project to the new "create" engine in https://github.com/JoshuaKGoldberg/create. #1670 added usage of file creations. Another step will be having this repo's updates of older/equivalent tools to the new forms. For example, the deletion of old configs:

const globPaths = [
...extensions(".babelrc", "cjs", "cts", "js", "json", "mjs"),

export async function clearUnnecessaryFiles() {
for (const globPath of globPaths) {
await fs.rm(globPath, { force: true, recursive: true });
}
}

Each block will want to manage its updates. For example, blockTsup -which manages builds- will want to delete old Babel config files.

Additional Info

I'd previously referred to this as migrations. But that's confusing overlap with the migration mode.

💖

@JoshuaKGoldberg JoshuaKGoldberg added area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this! labels Dec 7, 2024
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Dec 7, 2024
@JoshuaKGoldberg JoshuaKGoldberg changed the title 🛠 Tooling: Use the create engine for migrations 🛠 Tooling: Use the create engine for updates Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tooling Managing the repository's maintenance status: accepting prs Please, send a pull request to resolve this!
Projects
None yet
Development

No branches or pull requests

1 participant