You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the workspace dependency type, packages installing that dependency no longer have to exactly match the version property of the package.json of origin.
If the version or version range used by every dependent package matches, it is considered valid.
JavaScript config files now have support for TypeScript IntelliSense.
fix-mismatches will now exit with a status code of 1 if there are mismatches among unsupported versions which syncpack cannot auto-fix.
Although they are still not auto-fixable, unsupported versions which were previously ignored are now acknowledged, which may introduce mismatches which previously would have been considered valid.
This release was also a huge rewrite of Syncpack's internals and, while there is a large amount of tests, some scenarios may have been missed.
If you run into any problems, please create an issue.