Skip to content

Commit

Permalink
Dependencies update (#3311)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tropicadri and tomayac committed Apr 22, 2024
1 parent a30d1aa commit e09ea45
Show file tree
Hide file tree
Showing 13 changed files with 15,145 additions and 12,460 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/setup-node@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions gulp-tasks/test-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ async function runIntegrationForBrowser(browser) {
});

for (const packageToTest of packagesToTest) {
// Since workbox-google-analytics is deprecated, removing the tests from integration tests.
if (packageToTest.includes('workbox-google-analytics')) {
continue;
}
const nodeEnv = constants.BUILD_TYPES[buildKey];
try {
await runTestSuite(packageToTest, nodeEnv, browser, webdriver);
Expand Down

0 comments on commit e09ea45

Please sign in to comment.