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

feat: Update and cleanup pnpm dependencies #399

Merged
merged 19 commits into from
Sep 22, 2023
Merged

Conversation

pziemkowski
Copy link
Member

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

feature

What is the current behavior?

Lot's of outdated pnpm dependencies

What is the new behavior?

Updated most of pnpm packages to latest versions, changed code accordingly.
I also moved a lot of dependencies to the root package.json to avoid conflicts and ease of future updates. It's just too difficult to manage that many duplications of packages. It's also easier to avoid having multiple versions of the same library in code bundles.

I also added some CLI commands to webapp that I found helpful when working on this PR.

Does this PR introduce a breaking change?

no

mkleszcz
mkleszcz previously approved these changes Sep 22, 2023
packages/internal/cli/src/config/env.ts Outdated Show resolved Hide resolved
@mkleszcz mkleszcz merged commit 9d2fa78 into master Sep 22, 2023
@mkleszcz mkleszcz deleted the feature/update-node-deps branch September 22, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants