Skip to content

Commit e09ea45

Browse files
tropicadritomayac
andauthored
Dependencies update (#3311)
* depcheck, babel/core, webpack updates * fixing package-lock * fixing package-lock * fixing package-lock * removing google analytics tests since it is not longer supported * adding updatest to minor versions of other dependencies * Update gulp-tasks/test-integration.js Co-authored-by: Thomas Steiner <steiner.thomas@gmail.com> --------- Co-authored-by: Thomas Steiner <steiner.thomas@gmail.com>
1 parent a30d1aa commit e09ea45

13 files changed

+15145
-12460
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

1212
- uses: actions/setup-node@v1
1313
with:
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: macos-latest
3636

3737
steps:
38-
- uses: actions/checkout@v2
38+
- uses: actions/checkout@v3
3939

4040
- uses: actions/setup-node@v1
4141
with:

gulp-tasks/test-integration.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ async function runIntegrationForBrowser(browser) {
8686
});
8787

8888
for (const packageToTest of packagesToTest) {
89+
// Since workbox-google-analytics is deprecated, removing the tests from integration tests.
90+
if (packageToTest.includes('workbox-google-analytics')) {
91+
continue;
92+
}
8993
const nodeEnv = constants.BUILD_TYPES[buildKey];
9094
try {
9195
await runTestSuite(packageToTest, nodeEnv, browser, webdriver);

0 commit comments

Comments
 (0)