ng-cli-packagr-tasks icon indicating copy to clipboard operation
ng-cli-packagr-tasks copied to clipboard

Tasks & Workflow for ng-packagr.

Results 7 ng-cli-packagr-tasks issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Hi, Following [your own example here](https://github.com/shlomiassaf/ng-cli-packagr-tasks/blob/20ab8b60418089a709a59ee6d2d861a5313cbb1b/examples/update-tsconfig-for-secondary-entry-points/update-tsconfig-for-secondary-entry-points.ts), I did not managed to execute custom hooks. I've solved my issue by manually registering my hook in the registry like so: ```ts module.exports...

Cannot run copy files task from Windows, because globby not supported and throws error. Please fix if possible. Thank you.

Thanks for making this package. It would be nice to improve the dependencies, since they seem to be a bit tight right now. E.g. You can't update to `@angular-devkit/architect` `0.13.0+`,...

Fantastic work on this. I'm looking at it as a way to deal with the problem with tsconfig path aliases not being recognized during ng-packagr bundling. This is a [widely...