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

Error from outdated type-fest version #24

Closed
pauliesnug opened this issue Mar 16, 2024 · 1 comment
Closed

Error from outdated type-fest version #24

pauliesnug opened this issue Mar 16, 2024 · 1 comment

Comments

@pauliesnug
Copy link

I'm recieveing the MergeDeep recursion error using TypeScript 5.4.0, which was fixed in the latest version of type-fest: sindresorhus/type-fest#807, but all dependencies of read-package-up including read-pkg rely on an outdated type-fest version:

Output of pnpm list type-fest --depth=100:

dependencies:
read-package-up 11.0.0
├─┬ read-pkg 9.0.1
│ ├─┬ parse-json 8.1.0
│ │ └── type-fest 4.8.3
│ └── type-fest 4.8.3
└── type-fest 4.8.3
@sindresorhus
Copy link
Owner

All of these packages use semver specifiers that should get type-fest@4.12.0. This looks like a problem with pnpm or your lock file keeping old versions.

https://www.linkedin.com/pulse/understanding-semantic-versioning-guide-developers-ajibola-oseni-#:~:text=SemVer%20consists%20of%20three%20components,are%20introduced%20in%20the%20software.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2024
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

No branches or pull requests

2 participants