Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Support Angular 9 #67

Merged
merged 1 commit into from May 16, 2020
Merged

Support Angular 9 #67

merged 1 commit into from May 16, 2020

Conversation

dhilt
Copy link
Contributor

@dhilt dhilt commented May 16, 2020

This PR

  • switches to Angular 9
  • updates all necessary dependencies
  • changes rollup-plugin-license usage (in accordance with new plug version)
  • fixes Angular / tsickle 3.3+ paths issue (had to provide absolute path, see below)
  • fixes mass deps vulnerabilities (only this one persists at the moment)

@@ -61,7 +62,7 @@ if (shell.exec(`rollup -c rollup.es.config.js -i ${NPM_DIR}/${PACKAGE}.js -o ${F
}

shell.echo(`Produce ESM5/FESM5 versions`);
shell.exec(`ngc -p ${OUT_DIR}/tsconfig-build.json --target es5 -d false --outDir ${OUT_DIR_ESM5} --sourceMap`);
shell.exec(`ngc -p ${OUT_DIR}/tsconfig-build.json --target es5 -d false --outDir ${OUT_DIR_ESM5_ABS} --sourceMap`);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise there will be following:

Produce ESM5/FESM5 versions
Error: expected "dist/package/esm5/src/services/sum.service.js.map" to be absolute

@robisim74 robisim74 merged commit 5d4d09c into robisim74:master May 16, 2020
@robisim74
Copy link
Owner

@dhilt thank you so much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants