-
Notifications
You must be signed in to change notification settings - Fork 64
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 Node to v16 #3828
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maciaszczykm 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 |
/assign @kgroschoff @floreks |
/hold Until upstream issues will be fixed. |
Revert cookie service version
# Conflicts: # package-lock.json # package.json
/hold cancel |
Codecov Report
@@ Coverage Diff @@
## master #3828 +/- ##
========================================
Coverage 52.25% 52.25%
========================================
Files 286 286
Lines 10333 10333
Branches 1178 1362 +184
========================================
Hits 5399 5399
+ Misses 4932 4620 -312
- Partials 2 314 +312
Continue to review full report at Codecov.
|
mocked e2e tests showing following
Not sure if this is a flake or something that is caused by your changes? Do you have an idea? Otherwise I think your pr looks good. |
@kgroschoff Adjusted the limits, now Cypress should be more stable. |
/hold There is issue with Cypress after version bump. |
/hold cancel |
/test pre-dashboard-test-e2e |
/retest |
/lgtm |
LGTM label has been added. Git tree hash: 368195927112c8784f609b021204651da53252b1
|
/retest |
1 similar comment
/retest |
What this PR does / why we need it
Which issue(s) this PR fixes
Closes #3827.
Special notes for your reviewer
Build image was updated in https://github.com/kubermatic/infra/pull/1557.
For Node >=16.10 it might be required to add
--legacy-peer-deps
param while usingnpm i
command.npm ci
works like before.angular/components#23907 needs to be solved to make the unit tests pass.I had to revert to Angular LTS version as v13 is not stable enough at the moment.Release note