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

Upgrade all dependencies + add TS-Reset #19

Open
wants to merge 3 commits into
base: 1.x
Choose a base branch
from
Open

Upgrade all dependencies + add TS-Reset #19

wants to merge 3 commits into from

Conversation

keichinger
Copy link
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.
@@ -1,2 +1,4 @@
/_init/**/node_modules
/_init/**/pnpm-lock.yaml
Copy link
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
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
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.

cwd: sourceDir,
dot: true,
nodir: true,
ignore: [
Copy link
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.

CHANGELOG.md Show resolved Hide resolved
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