-
Notifications
You must be signed in to change notification settings - Fork 615
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
CONSOLE-3905: (deps) upgrade to webpack 5 #14378
CONSOLE-3905: (deps) upgrade to webpack 5 #14378
Conversation
@logonoff: This pull request references CONSOLE-3905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@logonoff: This pull request references CONSOLE-3905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
869d212
to
a4f5dcf
Compare
/retest e2e-gcp-console |
@logonoff: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
4ce69e2
to
464ba9e
Compare
9173d3c
to
44b6e7c
Compare
@logonoff: This pull request references CONSOLE-3905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
44b6e7c
to
8ff2876
Compare
@logonoff: This pull request references CONSOLE-3905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
56a128f
to
83ba265
Compare
d23de74
to
e65a660
Compare
@logonoff: This pull request references CONSOLE-3905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.18.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
e65a660
to
7639885
Compare
91b5351
to
0f7beeb
Compare
dd42c30
to
3ccd033
Compare
/lgtm |
3ccd033
to
b066e5a
Compare
Jira ticket for throwing warnings on |
adapted from CONSOLE-2971
Will be fixed in CONSOLE-4088 as part of a refactor
for YAML language server and cypress
Improves build speed by 50% (267s vs 142s)
…eded" This reverts commit b066e5a.
4a4c6cb
to
0591f54
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: logonoff, vojtechszocs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
36bee3e
into
openshift:master
/honk |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
CONSOLE Features and Fixes:
https://issues.redhat.com/browse/CONSOLE-3905
Solution description
webpack
related dependencies to latest versionformik
from 2.0.3 to 2.1.5 to fix build warningcache-loader
,null-loader
because they are deprecatedreact-dnd
from 9.4.0 to 11.1.3 to fix build errorts-loader
toesbuild-loader
for performancewebpack-virtual-modules
withval-loader
to fix build warning (and for easier transition to rspack, since it supports most loader APIs)Reviewers and assignees:
n/a
Test cases:
@console/internal/file-input
still work as expected?formik
orreact-dnd
?Additional info:
n/a
Screen shots / gifs / design review:
n/a