-
Notifications
You must be signed in to change notification settings - Fork 473
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 dependencies and fix e2e tests #2160
Conversation
Bumps [webpack](https://github.com/webpack/webpack) from 5.83.1 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.83.1...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
6daa1e6
to
713db2a
Compare
99b6228
to
6decafd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this PR and I'm sorry for the late reviews! I built and smoked test the zip file locally and the built theme works flawlessly in my test, no console log or PHP error thrown. I left some minor comments, otherwise, this is LGTM.
package.json
Outdated
@@ -70,39 +60,50 @@ | |||
"STORE_URL": "http://localhost:8802" | |||
} | |||
}, | |||
"lorem": "ipsum", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups, a leftover from testing. Removed in 54f1178.
package.json
Outdated
}, | ||
"engines": { | ||
"node": "14.21.1", | ||
"node": "^20.11.1", | ||
"npm": "9.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also pump the npm version too, as v10 is ship with node 20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in ea5e7b8.
81c44cc
to
ea5e7b8
Compare
Thanks for the review, @dinhtungdu! This is ready for another look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates! I smoke-tested the build and it still worked as expected for me.
This PR:
validate-build.js
to the excluded files from builds.@typescript-eslint/no-this-alias
.package-lock.json
from scratch.This allows us to get the e2e tests job pass again.
How to test the changes in this Pull Request:
This PR doesn't include any new features, it's simply updating dependencies and internal tools.
npm ci && npm run build
to build the ZIP.Changelog