Skip to content

Upgrade all dependencies + add TS-Reset - #19

Open
keichinger wants to merge 3 commits into
1.xfrom
ts-reset
Open

Upgrade all dependencies + add TS-Reset#19
keichinger wants to merge 3 commits into
1.xfrom
ts-reset

Conversation

@keichinger

Copy link
Copy Markdown
Contributor

No description provided.

@keichinger keichinger added the enhancement New feature or request label Sep 2, 2024
@keichinger
keichinger requested a review from apfelbox as a code owner September 2, 2024 09:04
…bally available

This is also recommended by TS-Reset itself, as this may or may not interfere badly when used in third-party code bases that don’t even want to use TS-Reset.
Comment thread .gitignore
@@ -1,2 +1,4 @@
/_init/**/node_modules
/_init/**/pnpm-lock.yaml

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't need that, as the deploy step rebuilds the project without installing it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is purely for our own maintenance sakes, as it seems way easier and more intuitive to just cd into each starter type and type pnpm update to bump the versions accordingly.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not super happy with adding these, as they are not really required and might hide issues.

If you need a more comfortable way to update the deps, you should rather use something like https://www.npmjs.com/package/npm-check-updates instead.

Comment thread src/init.mjs
cwd: sourceDir,
dot: true,
nodir: true,
ignore: [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well: we should not need this, as there is no node_modules in this directory.

Comment thread CHANGELOG.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants