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

chore(package): Do not typecheck typecript in webpack (we check via 'tsc' in npm run lib) #8670

Conversation

christopherthielen
Copy link
Contributor

@christopherthielen christopherthielen commented Oct 21, 2020

This is a test to see if avoiding typechecking in webpack module builds can improve CI speed typecheck only the code in each package when it is built.
We already typecheck in the package.json scripts when building packages.

we already typecheck via 'tsc' in 'npm run build'
@christopherthielen
Copy link
Contributor Author

For some reason, typechecking in webpack via fork-ts-checker-webpack-plugin was checking code outside the package being built. This made it difficult to change an API in @spinnaker/core for example while also updating the code in packages (i.e., @spinnaker/amazon) that need to use the API change. It seems there was sometimes a chicken/egg scenario where core/lib wasn't built yet so amazon wouldn't compile. However, we couldn't build core/lib because amazon wouldn't compile when (erroneously... ?) picked up during the core build.

@christopherthielen christopherthielen merged commit 8b3c134 into spinnaker:master Oct 23, 2020
@christopherthielen christopherthielen deleted the packages-no-webpack-typechecking branch October 23, 2020 16:56
christopherthielen added a commit that referenced this pull request Oct 26, 2020
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
c9c0b4d feat($q): Adds PromiseLike compatibility to $q and $q promises
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
f3e1d6e fix(core): Check if manifest event is null from k8s. (#8666)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
926b1bd feat(core/managed): run commit messages through Markdown (#8664)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
67c0d3d  fix(kubernetes): remove unneeded application validation warning  (#8662)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
c9c0b4d feat($q): Adds PromiseLike compatibility to $q and $q promises
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
f3e1d6e fix(core): Check if manifest event is null from k8s. (#8666)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
926b1bd feat(core/managed): run commit messages through Markdown (#8664)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
67c0d3d  fix(kubernetes): remove unneeded application validation warning  (#8662)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
602021d chore(amazon): publish amazon@0.0.274
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
dad138d chore(appengine): publish appengine@0.0.21
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
7852568 chore(azure): publish azure@0.0.259
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
6d4e22c chore(cloudfoundry): publish cloudfoundry@0.0.105
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
343296b chore(core): publish core@0.0.522
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
c9c0b4d feat($q): Adds PromiseLike compatibility to $q and $q promises
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
f3e1d6e fix(core): Check if manifest event is null from k8s. (#8666)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
926b1bd feat(core/managed): run commit messages through Markdown (#8664)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
3207ad0 chore(docker): publish docker@0.0.64
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
a7dc7e5 chore(ecs): publish ecs@0.0.267
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
6ccd3bd chore(google): publish google@0.0.25
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
c7279a2 chore(huaweicloud): publish huaweicloud@0.0.7
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
450e7cb chore(kubernetes): publish kubernetes@0.0.53
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
67c0d3d  fix(kubernetes): remove unneeded application validation warning  (#8662)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
e083d75 chore(oracle): publish oracle@0.0.14
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
10b8d86 chore(tencentcloud): publish tencentcloud@0.0.10
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
christopherthielen added a commit that referenced this pull request Oct 26, 2020
0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
f41283f chore(titus): publish titus@0.0.149
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
mergify bot pushed a commit that referenced this pull request Oct 26, 2020
…undry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 (#8680)

* chore(amazon): publish amazon@0.0.274

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
602021d chore(amazon): publish amazon@0.0.274
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(appengine): publish appengine@0.0.21

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
dad138d chore(appengine): publish appengine@0.0.21
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(azure): publish azure@0.0.259

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
7852568 chore(azure): publish azure@0.0.259
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(cloudfoundry): publish cloudfoundry@0.0.105

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
6d4e22c chore(cloudfoundry): publish cloudfoundry@0.0.105
d5ae512 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(core): publish core@0.0.522

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
343296b chore(core): publish core@0.0.522
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
c9c0b4d feat($q): Adds PromiseLike compatibility to $q and $q promises
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
f3e1d6e fix(core): Check if manifest event is null from k8s. (#8666)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)
926b1bd feat(core/managed): run commit messages through Markdown (#8664)

* chore(docker): publish docker@0.0.64

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
3207ad0 chore(docker): publish docker@0.0.64
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(ecs): publish ecs@0.0.267

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
a7dc7e5 chore(ecs): publish ecs@0.0.267
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(google): publish google@0.0.25

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
6ccd3bd chore(google): publish google@0.0.25
1e2032b chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(huaweicloud): publish huaweicloud@0.0.7

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
c7279a2 chore(huaweicloud): publish huaweicloud@0.0.7
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(kubernetes): publish kubernetes@0.0.53

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
450e7cb chore(kubernetes): publish kubernetes@0.0.53
553be66 chore(PromiseLike): Migrate code from IPromise types to PromiseLike
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
67c0d3d  fix(kubernetes): remove unneeded application validation warning  (#8662)

* chore(oracle): publish oracle@0.0.14

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
e083d75 chore(oracle): publish oracle@0.0.14
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
6022821 fix(deck): Bugfix 6112: provide default settings for oracle provider in deck microservice to remove Halyard dependency. (#8665)

* chore(tencentcloud): publish tencentcloud@0.0.10

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
10b8d86 chore(tencentcloud): publish tencentcloud@0.0.10
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)

* chore(titus): publish titus@0.0.149

0b1e297 chore(modules): Reformat package.json with prettier (#8679)
a220af5 Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" (#8678)
f41283f chore(titus): publish titus@0.0.149
e622a53 feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports
8b3c134 chore(package): In packages, do not use webpack to typecheck (#8670)
231f781 chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) (#8668)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants