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

📦 Update dependency google-closure-compiler to v20190929 #24847

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion build-system/compile/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ function compile(entryModuleFilenames, outputDir, outputFilename, options) {
const baseExterns = [
'build-system/amp.extern.js',
'build-system/dompurify.extern.js',
'build-system/event-timing.extern.js',
'build-system/layout-jank.extern.js',
'build-system/performance-observer.extern.js',
'third_party/web-animations-externs/web_animations.js',
Expand Down
36 changes: 0 additions & 36 deletions build-system/event-timing.extern.js

This file was deleted.

4 changes: 3 additions & 1 deletion extensions/amp-date-picker/0.1/amp-date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,9 @@ export class AmpDatePicker extends AMP.BaseElement {
this.setupListeners_();

if (this.element.contains(this.document_.activeElement)) {
this.maybeTransitionWithFocusChange_(this.document_.activeElement);
this.maybeTransitionWithFocusChange_(
dev().assertElement(this.document_.activeElement)
);
}

// Make sure it's rendered and measured properly. Then if possible, attempt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"fs-extra": "8.1.0",
"fuse.js": "3.4.5",
"globs-to-files": "1.0.0",
"google-closure-compiler": "20190909.0.0",
"google-closure-compiler": "20190929.0.0",
"gulp": "4.0.2",
"gulp-ava": "2.0.0",
"gulp-connect": "5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/focus-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class FocusHistory {
// implemented here. We wait for a blur to arrive on the main window
// and after a short time check which element is active.
Services.timerFor(win).delay(() => {
this.pushFocus_(this.win.document.activeElement);
this.pushFocus_(dev().assertElement(this.win.document.activeElement));
}, 500);
};
this.win.document.addEventListener('focus', this.captureFocus_, true);
Expand Down
2 changes: 1 addition & 1 deletion validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"preinstall": "node ../build-system/check-package-manager.js"
},
"devDependencies": {
"google-closure-compiler": "20190909.0.0",
"google-closure-compiler": "20190929.0.0",
"google-closure-library": "20190909.0.0",
"jasmine": "3.5.0"
}
Expand Down
68 changes: 34 additions & 34 deletions validator/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,46 +99,46 @@ glob@^7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

google-closure-compiler-java@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20190909.0.0.tgz#de0211e706186631b6e419840559f8026fb08dcf"
integrity sha512-Cz58+hW7XxFQ8KHenfP9eH2FqvGJ1ikcSebHihgqAg1Pfy8ZzxWUBZYEwOGqV0Kzcbb1NN79n0UMd2ZNfWb19w==

google-closure-compiler-js@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20190909.0.0.tgz#0738952e17a7041949583ee1304735c56f0f344b"
integrity sha512-x8PcAL5H5VxkOJ/jYdAYxwdwbIvClGW7IxzyOH2NMvBNVP6AbpJ24SCODQSA0qhMbCs45JyY3TJ9s2wH2NuzUA==

google-closure-compiler-linux@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20190909.0.0.tgz#4c447a41da0d7fc317af785b023916ee231eef73"
integrity sha512-4mTUVhrkjS4d4LREqOWIwPT4lfbUJAs5nh9gTJ7vHtBxa8aE08ynGPz4zhO9gYpRb3mDVYd7BHA2dvJWtFRiDw==

google-closure-compiler-osx@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20190909.0.0.tgz#521b2ed7571c054739803d13a7785b764aab6239"
integrity sha512-DvIr6gd7BfIpptSfLihEGwCHKlcwssHC+pt1duagRPfmgezp8GeJvAvbZIS/+Ud77zRFz+wcwQWsTvwyZSwklQ==

google-closure-compiler-windows@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20190909.0.0.tgz#295bb667fe830b71dde6ee88b0af4cd36cf5dbd0"
integrity sha512-9N+7ocubt+cNI1q2395ZZ2fQouLeAudLGpYYMLYzNPfrfENvPWX+Zbk7A0gSqUzRLn+tD0SfpRcxmvajw7o2VA==

google-closure-compiler@20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20190909.0.0.tgz#d5c6d68380a5234e4645d6e6a45bc5c9badfdfa0"
integrity sha512-Mh1IKgp72HBgEeWQ5RDZHGj0w3vhEJsIaWptqSWEr7muinBv/0Xq5g1pxCvXX7LPfSH7vL+1Indzt1OxwfTXwQ==
google-closure-compiler-java@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20190929.0.0.tgz#faa2c5750982a79c8a4c27999164842502d6b80a"
integrity sha512-fDThDeix5BDIQrP1ESznDq6VDLxY539JF2Hhm+/+XfgXz/kfxWB6RIcsHF+pI4QdNYEEaUGsE3gvF0bYpesUUQ==

google-closure-compiler-js@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20190929.0.0.tgz#6b62c7122fcce86a978a5496fb593949452edefe"
integrity sha512-IB9GJCJPGcSNZWtferd15lA9InUaab9oWPZhJssZN3z/nsHPzV9SqKJLj2oajmcaf2uINhlOIsCVWZwC+AbwVA==

google-closure-compiler-linux@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20190929.0.0.tgz#394b29e8c294498be34f5e86eb3f38fa5d2abe6a"
integrity sha512-gu/H1z7MqC43rXnGGoUyGdb12kTFpkDNw0huKj1ScXNvHgq5fQteicQKd7EpiKOIlMBJbJOKoVFNpU1nrAfNvQ==

google-closure-compiler-osx@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20190929.0.0.tgz#06e501a0c7ae78b6bc16c260ba137c82bb9d933f"
integrity sha512-SZbp2BOhwjrJdrShZ4HrtBHOEJyKvOtka47uXyo83AdZMX22EV04z+mQCMFHtBautgG/mCsL8eX75nlMPXzkjg==

google-closure-compiler-windows@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20190929.0.0.tgz#d6ab1ff5c74d87302884cc7691349d2f14e73b51"
integrity sha512-b1azZx19cQnYqwof+4KxWcjjOJ88QeDDIvmjCmuAZjXG5UC0os/1cutg0AeK3gZnXAsaQwAh3szy+QGKT6IgWw==

google-closure-compiler@20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20190929.0.0.tgz#9ddd9150e852fe6486e7840ba8277e67ee50ec72"
integrity sha512-psPXU3rfTbx4WsTOxtxCnNQqZdphdH1fS7KbqISJ3Bk1G6WMFapnCUHdnXsFz96i/XrVaTxjwUfrNdoz/F+PsA==
dependencies:
chalk "2.x"
google-closure-compiler-java "^20190909.0.0"
google-closure-compiler-js "^20190909.0.0"
google-closure-compiler-java "^20190929.0.0"
google-closure-compiler-js "^20190929.0.0"
minimist "1.x"
vinyl "2.x"
vinyl-sourcemaps-apply "^0.2.0"
optionalDependencies:
google-closure-compiler-linux "^20190909.0.0"
google-closure-compiler-osx "^20190909.0.0"
google-closure-compiler-windows "^20190909.0.0"
google-closure-compiler-linux "^20190929.0.0"
google-closure-compiler-osx "^20190929.0.0"
google-closure-compiler-windows "^20190929.0.0"

google-closure-library@20190909.0.0:
version "20190909.0.0"
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6779,46 +6779,46 @@ glogg@^1.0.0:
dependencies:
sparkles "^1.0.0"

google-closure-compiler-java@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20190909.0.0.tgz#de0211e706186631b6e419840559f8026fb08dcf"
integrity sha512-Cz58+hW7XxFQ8KHenfP9eH2FqvGJ1ikcSebHihgqAg1Pfy8ZzxWUBZYEwOGqV0Kzcbb1NN79n0UMd2ZNfWb19w==

google-closure-compiler-js@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20190909.0.0.tgz#0738952e17a7041949583ee1304735c56f0f344b"
integrity sha512-x8PcAL5H5VxkOJ/jYdAYxwdwbIvClGW7IxzyOH2NMvBNVP6AbpJ24SCODQSA0qhMbCs45JyY3TJ9s2wH2NuzUA==

google-closure-compiler-linux@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20190909.0.0.tgz#4c447a41da0d7fc317af785b023916ee231eef73"
integrity sha512-4mTUVhrkjS4d4LREqOWIwPT4lfbUJAs5nh9gTJ7vHtBxa8aE08ynGPz4zhO9gYpRb3mDVYd7BHA2dvJWtFRiDw==

google-closure-compiler-osx@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20190909.0.0.tgz#521b2ed7571c054739803d13a7785b764aab6239"
integrity sha512-DvIr6gd7BfIpptSfLihEGwCHKlcwssHC+pt1duagRPfmgezp8GeJvAvbZIS/+Ud77zRFz+wcwQWsTvwyZSwklQ==

google-closure-compiler-windows@^20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20190909.0.0.tgz#295bb667fe830b71dde6ee88b0af4cd36cf5dbd0"
integrity sha512-9N+7ocubt+cNI1q2395ZZ2fQouLeAudLGpYYMLYzNPfrfENvPWX+Zbk7A0gSqUzRLn+tD0SfpRcxmvajw7o2VA==

google-closure-compiler@20190909.0.0:
version "20190909.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20190909.0.0.tgz#d5c6d68380a5234e4645d6e6a45bc5c9badfdfa0"
integrity sha512-Mh1IKgp72HBgEeWQ5RDZHGj0w3vhEJsIaWptqSWEr7muinBv/0Xq5g1pxCvXX7LPfSH7vL+1Indzt1OxwfTXwQ==
google-closure-compiler-java@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20190929.0.0.tgz#faa2c5750982a79c8a4c27999164842502d6b80a"
integrity sha512-fDThDeix5BDIQrP1ESznDq6VDLxY539JF2Hhm+/+XfgXz/kfxWB6RIcsHF+pI4QdNYEEaUGsE3gvF0bYpesUUQ==

google-closure-compiler-js@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20190929.0.0.tgz#6b62c7122fcce86a978a5496fb593949452edefe"
integrity sha512-IB9GJCJPGcSNZWtferd15lA9InUaab9oWPZhJssZN3z/nsHPzV9SqKJLj2oajmcaf2uINhlOIsCVWZwC+AbwVA==

google-closure-compiler-linux@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20190929.0.0.tgz#394b29e8c294498be34f5e86eb3f38fa5d2abe6a"
integrity sha512-gu/H1z7MqC43rXnGGoUyGdb12kTFpkDNw0huKj1ScXNvHgq5fQteicQKd7EpiKOIlMBJbJOKoVFNpU1nrAfNvQ==

google-closure-compiler-osx@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20190929.0.0.tgz#06e501a0c7ae78b6bc16c260ba137c82bb9d933f"
integrity sha512-SZbp2BOhwjrJdrShZ4HrtBHOEJyKvOtka47uXyo83AdZMX22EV04z+mQCMFHtBautgG/mCsL8eX75nlMPXzkjg==

google-closure-compiler-windows@^20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20190929.0.0.tgz#d6ab1ff5c74d87302884cc7691349d2f14e73b51"
integrity sha512-b1azZx19cQnYqwof+4KxWcjjOJ88QeDDIvmjCmuAZjXG5UC0os/1cutg0AeK3gZnXAsaQwAh3szy+QGKT6IgWw==

google-closure-compiler@20190929.0.0:
version "20190929.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20190929.0.0.tgz#9ddd9150e852fe6486e7840ba8277e67ee50ec72"
integrity sha512-psPXU3rfTbx4WsTOxtxCnNQqZdphdH1fS7KbqISJ3Bk1G6WMFapnCUHdnXsFz96i/XrVaTxjwUfrNdoz/F+PsA==
dependencies:
chalk "2.x"
google-closure-compiler-java "^20190909.0.0"
google-closure-compiler-js "^20190909.0.0"
google-closure-compiler-java "^20190929.0.0"
google-closure-compiler-js "^20190929.0.0"
minimist "1.x"
vinyl "2.x"
vinyl-sourcemaps-apply "^0.2.0"
optionalDependencies:
google-closure-compiler-linux "^20190909.0.0"
google-closure-compiler-osx "^20190909.0.0"
google-closure-compiler-windows "^20190909.0.0"
google-closure-compiler-linux "^20190929.0.0"
google-closure-compiler-osx "^20190929.0.0"
google-closure-compiler-windows "^20190929.0.0"

got@^9.6.0:
version "9.6.0"
Expand Down