Skip to content

Commit

Permalink
test(@angular-devkit/build-angular): build and test with Bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Apr 27, 2020
1 parent a7e827c commit c56b83e
Show file tree
Hide file tree
Showing 142 changed files with 630 additions and 1,166 deletions.
91 changes: 82 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,27 +66,46 @@
]
},
"devDependencies": {
"@angular/animations": "9.1.2",
"@angular/cdk": "9.2.1",
"@angular/common": "9.1.2",
"@angular/compiler": "9.1.2",
"@angular/compiler-cli": "9.1.2",
"@angular/core": "9.1.2",
"@angular/forms": "9.1.2",
"@angular/localize": "9.1.2",
"@angular/material": "9.2.1",
"@angular/platform-browser": "9.1.2",
"@angular/platform-browser-dynamic": "9.1.2",
"@angular/platform-server": "9.1.2",
"@angular/router": "9.1.2",
"@angular/service-worker": "9.1.2",
"@babel/core": "7.9.0",
"@babel/generator": "7.9.4",
"@babel/preset-env": "7.9.0",
"@babel/template": "7.8.6",
"@bazel/bazel": "2.1.0",
"@bazel/buildifier": "0.29.0",
"@bazel/jasmine": "https://github.com/aspect-dev/rules_nodejs-builds/raw/1.5.0+1361843f/@bazel_jasmine-labs-snapshot.tar.gz",
"@bazel/karma": "https://github.com/aspect-dev/rules_nodejs-builds/raw/1.5.0+1361843f/@bazel_karma-labs-snapshot.tar.gz",
"@bazel/labs": "https://github.com/aspect-dev/rules_nodejs-builds/raw/1.5.0+1361843f/@bazel_labs-labs-snapshot.tar.gz",
"@bazel/typescript": "https://github.com/aspect-dev/rules_nodejs-builds/raw/1.5.0+1361843f/@bazel_typescript-labs-snapshot.tar.gz",
"@types/babel__core": "7.1.7",
"@types/babel__template": "7.0.2",
"@types/browserslist": "^4.4.0",
"@types/caniuse-lite": "^1.0.0",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/cssnano": "^4.0.0",
"@types/debug": "^4.1.2",
"@types/express": "^4.16.0",
"@types/find-cache-dir": "^3.0.0",
"@types/glob": "^7.0.3",
"@types/glob": "^7.1.1",
"@types/inquirer": "^0.0.44",
"@types/jasmine": "~3.5.0",
"@types/karma": "^5.0.0",
"@types/license-checker-webpack-plugin": "^0.0.2",
"@types/loader-utils": "^1.1.3",
"@types/minimatch": "3.0.3",
"@types/minimist": "^1.2.0",
"@types/node": "10.12.30",
"@types/node-fetch": "^2.1.6",
Expand All @@ -103,56 +122,110 @@
"@yarnpkg/lockfile": "1.1.0",
"ajv": "6.12.0",
"ansi-colors": "4.1.1",
"autoprefixer": "9.7.6",
"babel-loader": "8.1.0",
"bootstrap": "^4.0.0",
"browserslist": "4.9.1",
"cacache": "15.0.0",
"caniuse-lite": "1.0.30001032",
"css-loader": "3.5.2",
"circular-dependency-plugin": "5.2.0",
"codelyzer": "^5.0.0",
"common-tags": "^1.8.0",
"conventional-changelog": "^3.0.0",
"conventional-commits-parser": "^3.0.0",
"copy-webpack-plugin": "5.1.1",
"core-js": "3.6.4",
"cssnano": "4.1.10",
"debug": "^4.1.1",
"enhanced-resolve": "4.1.1",
"express": "4.17.1",
"fast-json-stable-stringify": "2.1.0",
"file-loader": "6.0.0",
"find-cache-dir": "3.3.1",
"font-awesome": "^4.7.0",
"gh-got": "^9.0.0",
"git-raw-commits": "^2.0.0",
"glob": "^7.0.3",
"glob": "7.1.6",
"husky": "^4.0.10",
"inquirer": "7.1.0",
"jasmine": "^3.3.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jest-worker": "25.2.6",
"jquery": "^3.3.1",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~3.1.0",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-source-map-support": "1.4.0",
"less": "3.11.1",
"less-loader": "5.0.0",
"license-checker": "^25.0.0",
"minimatch": "^3.0.4",
"license-checker-webpack-plugin": "0.1.4",
"loader-utils": "2.0.0",
"mini-css-extract-plugin": "0.9.0",
"minimatch": "3.0.4",
"minimist": "^1.2.0",
"node-fetch": "^2.2.0",
"npm-registry-client": "8.6.0",
"open": "7.0.3",
"ora": "^4.0.2",
"pacote": "11.1.4",
"parse5": "4.0.0",
"parse5-html-rewriting-stream": "5.1.1",
"pidtree": "^0.3.0",
"pidusage": "^2.0.17",
"pnp-webpack-plugin": "1.6.4",
"popper.js": "^1.14.1",
"postcss": "7.0.27",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"prettier": "^2.0.0",
"protractor": "~5.4.0",
"puppeteer": "2.1.1",
"quicktype-core": "^6.0.15",
"raw-loader": "4.0.0",
"regenerator-runtime": "0.13.5",
"rimraf": "3.0.2",
"rollup": "2.3.4",
"rxjs": "6.5.5",
"sass": "1.26.3",
"sass-loader": "8.0.2",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",
"semver": "7.1.3",
"source-map": "^0.7.3",
"source-map-support": "^0.5.0",
"semver": "7.2.1",
"source-map": "0.7.3",
"source-map-loader": "0.2.4",
"source-map-support": "0.5.16",
"spdx-satisfies": "^5.0.0",
"speed-measure-webpack-plugin": "1.3.3",
"style-loader": "1.1.3",
"stylus": "0.54.7",
"stylus-loader": "3.0.2",
"symbol-observable": "1.2.0",
"tar": "^6.0.0",
"temp": "^0.9.0",
"terser": "4.6.11",
"terser-webpack-plugin": "2.3.5",
"through2": "^3.0.0",
"tree-kill": "^1.2.2",
"tree-kill": "1.2.2",
"ts-api-guardian": "0.5.0",
"ts-node": "^5.0.0",
"tslib": "^1.11.1",
"tslint": "^6.0.0",
"tslint-no-circular-imports": "^0.7.0",
"tslint-sonarts": "1.9.0",
"typescript": "3.8.3",
"verdaccio": "4.5.1",
"webpack": "4.42.0",
"webpack-sources": "1.4.3"
"webpack": "4.42.1",
"webpack-dev-middleware": "3.7.2",
"webpack-dev-server": "3.10.3",
"webpack-merge": "4.2.2",
"webpack-sources": "1.4.3",
"webpack-subresource-integrity": "1.4.0",
"worker-plugin": "4.0.2",
"zone.js": "^0.10.2"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit c56b83e

Please sign in to comment.