Skip to content

tests: remove unsupported TS integration tests #20359

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

Merged
merged 4 commits into from
Aug 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions integration/ts-compat/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ write_file(
# List of TypeScript packages that we want to run the compatibility test against.
# The list contains NPM module names that resolve to the desired TypeScript version.
typescript_version_packages = [
"typescript-3.6",
"typescript-3.7",
"typescript-3.8",
"typescript",
]

Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,12 @@
"tsickle": "0.38.1",
"tslint": "^6.1.0",
"tsutils": "^3.17.1",
"typescript": "3.9.5",
"typescript-3.6": "npm:typescript@~3.6.4",
"typescript-3.7": "npm:typescript@~3.7.0",
"typescript-3.8": "npm:typescript@~3.8.0",
"typescript": "3.9.7",
"vrsource-tslint-rules": "5.1.1",
"yaml": "^1.10.0"
},
"resolutions": {
"dgeni-packages/typescript": "3.9.5",
"dgeni-packages/typescript": "3.9.7",
"**/graceful-fs": "4.2.2"
}
}
2 changes: 1 addition & 1 deletion src/cdk-experimental/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"../../dist/packages/cdk-experimental"
],
"importHelpers": false,
"module": "commonjs",
"module": "umd",
"target": "es5",
"types": ["jasmine"],
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"../../dist/packages/cdk"
],
"importHelpers": false,
"module": "commonjs",
"module": "umd",
"target": "es5",
"types": ["jasmine"],
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion src/google-maps/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"../../dist/packages/google-maps"
],
"importHelpers": false,
"module": "commonjs",
"module": "umd",
"target": "es5",
"types": ["jasmine"],
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion src/material-experimental/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"../../dist/packages/material-experimental"
],
"importHelpers": false,
"module": "commonjs",
"module": "umd",
"target": "es5",
"types": ["jasmine"],
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion src/material-moment-adapter/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"../../dist/packages/material-moment-adapter"
],
"importHelpers": false,
"module": "commonjs",
"module": "umd",
"target": "es5",
"types": ["jasmine"],
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion src/material/tsconfig-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"../../dist/packages/material"
],
"importHelpers": false,
"module": "commonjs",
"module": "umd",
"target": "es5",
"types": ["jasmine"],
"experimentalDecorators": true,
Expand Down
2 changes: 1 addition & 1 deletion tools/package-tools/ts-compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import chalk from 'chalk';
*/
export function tsCompile(binary: 'tsc' | 'ngc', flags: string[]) {
return new Promise((resolve, reject) => {
const binaryPath = resolvePath(`./node_modules/.bin/${binary}`);
const binaryPath = resolvePath(`./node_modules/typescript/bin/${binary}`);
const childProcess = spawn(binaryPath, flags, {shell: true});

// Pipe stdout and stderr from the child process.
Expand Down
28 changes: 9 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12093,31 +12093,21 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

"typescript-3.6@npm:typescript@~3.6.4":
version "3.6.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.5.tgz#dae20114a7b4ff4bd642db9c8c699f2953e8bbdb"
integrity sha512-BEjlc0Z06ORZKbtcxGrIvvwYs5hAnuo6TKdNFL55frVDlB+na3z5bsLhFaIxmT+dPWgBIjMo6aNnTOgHHmHgiQ==

"typescript-3.7@npm:typescript@~3.7.0", typescript@~3.7.2:
version "3.7.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==

"typescript-3.8@npm:typescript@~3.8.0":
version "3.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==

typescript@3.9.5, typescript@^3.2.2:
version "3.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
typescript@3.9.7, typescript@^3.2.2:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

typescript@^3.0.3, typescript@^3.4.5:
version "3.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==

typescript@~3.7.2:
version "3.7.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==

ua-parser-js@0.7.17:
version "0.7.17"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.17.tgz#e9ec5f9498b9ec910e7ae3ac626a805c4d09ecac"
Expand Down