Skip to content

build: yarn upgrade lock update #15589

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 3 commits into from
Sep 17, 2019
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"typescript": "3.5.3"
},
"devDependencies": {
"@angular/compiler": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.4",
"@angular/compiler": "9.0.0-next.4",
"@angular/compiler-cli": "9.0.0-next.4",
"@bazel/bazel": "0.29.0",
"@bazel/buildifier": "0.28.0",
"@bazel/jasmine": "0.37.0",
Expand Down Expand Up @@ -127,7 +127,7 @@
"pidtree": "^0.3.0",
"pidusage": "^2.0.17",
"rxjs": "~6.4.0",
"sauce-connect": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz",
"semver": "6.3.0",
"source-map": "^0.7.3",
"source-map-support": "^0.5.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@
"worker-plugin": "3.2.0"
},
"devDependencies": {
"@angular/animations": "~9.0.0-next.4",
"@angular/animations": "9.0.0-next.4",
"@angular/cdk": "~8.2.0",
"@angular/common": "~9.0.0-next.4",
"@angular/compiler": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.4",
"@angular/core": "~9.0.0-next.4",
"@angular/forms": "~9.0.0-next.4",
"@angular/common": "9.0.0-next.4",
"@angular/compiler": "9.0.0-next.4",
"@angular/compiler-cli": "9.0.0-next.4",
"@angular/core": "9.0.0-next.4",
"@angular/forms": "9.0.0-next.4",
"@angular/material": "~8.2.0",
"@angular/platform-browser": "~9.0.0-next.4",
"@angular/platform-browser-dynamic": "~9.0.0-next.4",
"@angular/platform-server": "~9.0.0-next.4",
"@angular/router": "~9.0.0-next.4",
"@angular/service-worker": "~9.0.0-next.4",
"@angular/platform-browser": "9.0.0-next.4",
"@angular/platform-browser-dynamic": "9.0.0-next.4",
"@angular/platform-server": "9.0.0-next.4",
"@angular/router": "9.0.0-next.4",
"@angular/service-worker": "9.0.0-next.4",
"codelyzer": "^5.0.0",
"bootstrap": "^4.0.0",
"font-awesome": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_ng_packagr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"ng-packagr": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@angular/compiler": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.4",
"@angular/compiler": "9.0.0-next.4",
"@angular/compiler-cli": "9.0.0-next.4",
"@angular-devkit/core": "0.0.0",
"ng-packagr": "~5.5.0",
"tslib": "^1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"webpack": "^4.0.0"
},
"devDependencies": {
"@angular/compiler": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.4",
"@angular/compiler": "9.0.0-next.4",
"@angular/compiler-cli": "9.0.0-next.4",
"typescript": "3.5.3",
"webpack": "4.40.2"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/saucelabs/start-tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ fi

echo "Starting Sauce Connect. Passed arguments: ${sauceArgs}"

${currentDir}/../../node_modules/sauce-connect/bin/sc -u ${SAUCE_USERNAME} -k ${SAUCE_ACCESS_KEY} ${sauceArgs}
${currentDir}/../../node_modules/sauce-connect-proxy/bin/sc -u ${SAUCE_USERNAME} -k ${SAUCE_ACCESS_KEY} ${sauceArgs}
17 changes: 2 additions & 15 deletions scripts/validate-licenses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,14 @@ const ignoredPackages = [
// Us.
'@angular/[email protected]', // Hey, that's us!
// * Development only
'[email protected].1', // CC0 but it's content only (index.json, no code) and not distributed.
'[email protected].5', // CC0 but it's content only (index.json, no code) and not distributed.
'[email protected]', // LGPL-3.0 but only used as a tool, not linked in the build.

// * Broken license fields
'[email protected]', // MIT but no license field in package.json
'[email protected]', // MIT but broken license in package.json
'[email protected]', // Apache-2.0 but broken license in package.json
'[email protected]', // zlib license

// * Need to publish these with LICENSE files
// see https://github.com/bazelbuild/rules_nodejs/pull/696
// TODO(alexeagle): remove these after a release that fixes it
'@bazel/[email protected]',
'@bazel/[email protected]',
'@bazel/[email protected]',
'@bazel/[email protected]',
'@bazel/[email protected]',
'[email protected]', // MIT but broken license in package.json

// * Other
'[email protected]', // (OFL-1.1 AND MIT)
'[email protected]', // 'New BSD'
];

// Ignore own packages (all MIT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@
/** IE10 and IE11 requires the following for the Reflect API. */
// import 'core-js/es6/reflect';


/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';


/**
* Required to support Web Animations `@angular/platform-browser/animations`.
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
Expand Down
16 changes: 8 additions & 8 deletions tests/legacy-cli/e2e/assets/webpack/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "test",
"license": "MIT",
"dependencies": {
"@angular/common": "~9.0.0-next.4",
"@angular/compiler": "~9.0.0-next.4",
"@angular/compiler-cli": "~9.0.0-next.4",
"@angular/core": "~9.0.0-next.4",
"@angular/platform-browser": "~9.0.0-next.4",
"@angular/platform-browser-dynamic": "~9.0.0-next.4",
"@angular/platform-server": "~9.0.0-next.4",
"@angular/router": "~9.0.0-next.4",
"@angular/common": "9.0.0-next.4",
"@angular/compiler": "9.0.0-next.4",
"@angular/compiler-cli": "9.0.0-next.4",
"@angular/core": "9.0.0-next.4",
"@angular/platform-browser": "9.0.0-next.4",
"@angular/platform-browser-dynamic": "9.0.0-next.4",
"@angular/platform-server": "9.0.0-next.4",
"@angular/router": "9.0.0-next.4",
"@ngtools/webpack": "0.0.0",
"core-js": "^3.0.0",
"rxjs": "^6.4.0",
Expand Down
Loading