Update Ts References Versions Save

Helper for multi-package repository with TypeScript

3.3.0

1 month ago

3.2.1

5 months ago

Path mappings for packages without tsconfig will be added to the root tsconfig to leverage your IDE resolution support more (during your migration phase). Please also note that with that release the --check option also respects compilerOptions.paths differences but only in combination with --createPathMappings.

3.1.0

5 months ago

It's now also possible to write path mappings under compilerOptions. This is beneficial in combination with your IDE to resolve usages better.

3.0.0

5 months ago

You can now configure separately a different name for the tsconfig in the root directory. This is kinda a breaking change because --configName was used before also for the tsconfig in the root. In order to archive the same behaviour you would need to adjust the cmd-line from something like

npx update-ts-references --configName tsconfig.dev.json

to

npx update-ts-references --configName tsconfig.dev.json --rootConfigName tsconfig.dev.json

2.8.0

5 months ago

You can configure paths via the update-ts-references.yaml file. This is useful if your repo is having no package.json or pnp-workspace.yaml in the root folder. Additional to that it can also being used to extend the paths config next to the normal workspace setup via npm, pnpm, yarn and lerna so you can include or exclude some packages.

2.7.0

5 months ago

This new feature should help to setup project references in your repository by adding TS config files to your packages. For more please have a look on the Readme.md

2.6.0

1 year ago

We could happily removed the flag --discardComments 🎉

2.5.0

1 year ago

2.4.1

2 years ago

We now support unofficially node.js v8 for a some time, but we encourage everyone that is still using older versions to switch to the last supported LTS version of node.js. See more -> https://nodejs.org/en/about/releases/

Important Note: Please be aware that this might break in future without any notice or reflected via the package json

2.4.0

2 years ago

Added fallback resolution to tsconfig.json if the provided custom configName couldn't be resolved.

This version also include a fix where the provided configName wasn't appended correctly to the path.