mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
106b85d843
Some engineers were already on Yarn 0.10.x which was permitted by the range in our package.json#engines However this introduced 'integrity sha512' lines into the yarn.lock files. Then when engineers use yarn 0.9 (in particular, Bazel did this) then the lock files get tons of meaningless edits. We could force everyone back to yarn 0.9 but this commit chooses to instead advance everyone past 0.10 PR Close #27193
149 lines
5.8 KiB
JSON
149 lines
5.8 KiB
JSON
{
|
|
"name": "angular-srcs",
|
|
"version": "7.0.4",
|
|
"private": true,
|
|
"branchPattern": "2.0.*",
|
|
"description": "Angular - a web framework for modern web apps",
|
|
"homepage": "https://github.com/angular/angular",
|
|
"bugs": "https://github.com/angular/angular/issues",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.9.0 <11.0.0",
|
|
"yarn": ">=1.10.1 <1.13.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"scripts": {
|
|
"preskylint": "bazel build --noshow_progress @io_bazel//src/tools/skylark/java/com/google/devtools/skylark/skylint:Skylint",
|
|
"//": "deprecated-api is disabled because we use actions.new_file(genfiles_dir) which has no replacement, see https://github.com/bazelbuild/bazel/issues/4858",
|
|
"skylint": "find . -type f -name \"*.bzl\" ! -path \"*/node_modules/*\" ! -path \"./dist/*\" | xargs $(bazel info bazel-bin)/external/io_bazel/src/tools/skylark/java/com/google/devtools/skylark/skylint/Skylint --disable-checks=deprecated-api",
|
|
"prebuildifier": "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier",
|
|
"buildifier": "find . -type f \\( -name \"*.bzl\" -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/*/buildifier",
|
|
"preinstall": "node tools/yarn/check-yarn.js",
|
|
"postinstall": "yarn update-webdriver && node ./tools/postinstall-patches.js",
|
|
"update-webdriver": "webdriver-manager update --gecko false $CHROMEDRIVER_VERSION_ARG",
|
|
"check-env": "gulp check-env",
|
|
"commitmsg": "node ./scripts/git/commit-msg.js",
|
|
"test-ivy-jit": "bazel test --define=compile=jit --build_tag_filters=-no-ivy-jit,-fixme-ivy-jit --test_tag_filters=-no-ivy-jit,-fixme-ivy-jit",
|
|
"test-fixme-ivy-jit": "bazel test --define=compile=jit --build_tag_filters=-no-ivy-jit --test_tag_filters=-no-ivy-jit",
|
|
"test-ivy-aot": "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot,-fixme-ivy-aot --test_tag_filters=-no-ivy-aot,-fixme-ivy-aot",
|
|
"test-fixme-ivy-aot": "bazel test --define=compile=aot --build_tag_filters=-no-ivy-aot --test_tag_filters=-no-ivy-aot",
|
|
"list-fixme-ivy-targets": "bazel query --output=label 'attr(\"tags\", \"\\[.*fixme-ivy.*\\]\", //...) except kind(\"sh_binary\", //...) except kind(\"devmode_js_sources\", //...)' | sort",
|
|
"bazel": "bazel"
|
|
},
|
|
"// 1": "dependencies are used locally and by bazel",
|
|
"dependencies": {
|
|
"@angular-devkit/schematics": "^0.5.5",
|
|
"@bazel/typescript": "0.21.0",
|
|
"@schematics/angular": "^0.5.4",
|
|
"@types/chokidar": "1.7.3",
|
|
"@types/convert-source-map": "^1.5.1",
|
|
"@types/diff": "^3.2.2",
|
|
"@types/fs-extra": "4.0.2",
|
|
"@types/hammerjs": "2.0.35",
|
|
"@types/jasmine": "^2.8.8",
|
|
"@types/mock-fs": "^3.6.30",
|
|
"@types/node": "^10.9.4",
|
|
"@types/selenium-webdriver": "3.0.7",
|
|
"@types/shelljs": "^0.7.8",
|
|
"@types/source-map": "^0.5.1",
|
|
"@types/yargs": "^11.1.1",
|
|
"@webcomponents/custom-elements": "^1.0.4",
|
|
"angular": "npm:angular@1.7",
|
|
"angular-1.5": "npm:angular@1.5",
|
|
"angular-1.6": "npm:angular@1.6",
|
|
"angular-mocks": "npm:angular-mocks@1.7",
|
|
"angular-mocks-1.5": "npm:angular-mocks@1.5",
|
|
"angular-mocks-1.6": "npm:angular-mocks@1.6",
|
|
"base64-js": "1.2.1",
|
|
"canonical-path": "1.0.0",
|
|
"chokidar": "1.7.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"dependency-graph": "^0.7.2",
|
|
"domino": "2.1.0",
|
|
"fs-extra": "4.0.2",
|
|
"jasmine": "^3.1.0",
|
|
"jasmine-core": "^3.1.0",
|
|
"karma": "^2.0.4",
|
|
"magic-string": "^0.25.0",
|
|
"minimist": "1.2.0",
|
|
"mock-fs": "^4.5.0",
|
|
"node-uuid": "1.4.8",
|
|
"protractor": "5.1.2",
|
|
"reflect-metadata": "^0.1.3",
|
|
"selenium-webdriver": "3.5.0",
|
|
"shelljs": "^0.8.1",
|
|
"source-map": "^0.6.1",
|
|
"source-map-support": "0.4.18",
|
|
"tsickle": "0.32.1",
|
|
"tslib": "^1.7.1",
|
|
"typescript": "~3.1.1",
|
|
"xhr2": "0.1.4",
|
|
"yargs": "9.0.1",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "1.1.2"
|
|
},
|
|
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
|
|
"devDependencies": {
|
|
"@bazel/bazel": "^0.18.1",
|
|
"@bazel/ibazel": "^0.1.1",
|
|
"@bazel/karma": "0.21.0",
|
|
"@types/angular": "^1.6.47",
|
|
"@types/base64-js": "1.2.5",
|
|
"@types/jasminewd2": "^2.0.4",
|
|
"@types/minimist": "^1.2.0",
|
|
"@types/systemjs": "0.19.32",
|
|
"bower": "1.8.2",
|
|
"browserstacktunnel-wrapper": "2.0.1",
|
|
"clang-format": "1.0.41",
|
|
"cldr": "4.10.0",
|
|
"cldr-data-downloader": "0.3.2",
|
|
"cldrjs": "0.5.0",
|
|
"conventional-changelog": "^2.0.3",
|
|
"core-js": "^2.4.1",
|
|
"cors": "2.8.4",
|
|
"diff": "^3.5.0",
|
|
"entities": "1.1.1",
|
|
"firefox-profile": "1.0.3",
|
|
"glob": "7.1.2",
|
|
"gulp": "3.9.1",
|
|
"gulp-clang-format": "1.0.23",
|
|
"gulp-connect": "5.0.0",
|
|
"gulp-conventional-changelog": "^2.0.3",
|
|
"gulp-filter": "^5.1.0",
|
|
"gulp-git": "^2.7.0",
|
|
"gulp-tslint": "8.1.2",
|
|
"hammerjs": "2.0.8",
|
|
"husky": "^0.14.3",
|
|
"incremental-dom": "0.4.1",
|
|
"jpm": "1.3.1",
|
|
"karma-browserstack-launcher": "^1.3.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-jasmine": "^1.1.2",
|
|
"karma-sauce-launcher": "^1.2.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"madge": "0.5.0",
|
|
"mutation-observer": "^1.0.3",
|
|
"rewire": "2.5.2",
|
|
"rollup": "0.47.4",
|
|
"rollup-plugin-commonjs": "8.1.0",
|
|
"rollup-plugin-node-resolve": "3.0.0",
|
|
"rollup-plugin-sourcemaps": "0.4.2",
|
|
"rxjs": "^6.3.0",
|
|
"semver": "5.4.1",
|
|
"systemjs": "0.18.10",
|
|
"tslint": "5.7.0",
|
|
"tslint-eslint-rules": "4.1.1",
|
|
"tsutils": "2.27.2",
|
|
"uglify-es": "^3.3.9",
|
|
"universal-analytics": "0.4.15",
|
|
"vlq": "0.2.2",
|
|
"vrsource-tslint-rules": "5.1.1",
|
|
"webpack": "1.12.9"
|
|
}
|
|
}
|