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

chore: pin dependencies across packages #3876

Merged
merged 1 commit into from Mar 7, 2024
Merged

Conversation

jamesgeorge007
Copy link
Member

@jamesgeorge007 jamesgeorge007 commented Mar 4, 2024

Description

This PR pins dependencies to the resolved versions (obtained via pnpm list) across packages ensuring consistency. We'll have frequent dependency bumps that will go hand in hand.

Fixes HFE-448.

Changes

  • Pins dependencies across packages.
  • Adds save-prefix config under .npmrc ensuring any dependencies added will be pinned.
  • Dependencies are bumped to the latest version for the CLI. Duplicate entries for zod present under both dependencies & devDependencies are removed. Also, moves verzod from devDependencies to dependencies (direct dependencies shouldn't be inlined in the bundle except fp-ts, Ref).
  • Bumps version to v0.7.0 for the CLI accounting for chore(cli): emit bundle in ESM format #3777 (v0.6.0 was published while shipping feat: support secret environment variables in CLI #3815).

Checks

  • My pull request adheres to the code style of this project
  • All the tests have passed

@AndrewBastin AndrewBastin merged commit 439cd82 into release/2024.3.0 Mar 7, 2024
1 check passed
@jamesgeorge007 jamesgeorge007 deleted the pin-deps branch March 8, 2024 06:15
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.

None yet

2 participants