Skip to content

Commit

Permalink
Upgrade to Angular version 18. (#6958)
Browse files Browse the repository at this point in the history
* update angular core/cli

* update angular material
  • Loading branch information
ahmadhamzh authored Oct 31, 2024
1 parent 76d9318 commit df642da
Show file tree
Hide file tree
Showing 9 changed files with 7,389 additions and 7,320 deletions.
1 change: 1 addition & 0 deletions modules/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ cypress/screenshots
cypress/videos
cypress/plugins/index.js
cypress/plugins/cy-ts-preprocessor.js
cypress/downloads

# GO
/vendor
Expand Down
2 changes: 1 addition & 1 deletion modules/web/cypress/pages/v2/wizard/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class Wizard extends PageOptions implements Page {
this.Buttons.overlayContainer.click({force: true});
}

this.Buttons.nextStep(WizardStep.Cluster).click();
this.Buttons.nextStep(WizardStep.Cluster).click({multiple: true});

// kubeadm does not have additional steps
if (provider === Provider.kubeadm) {
Expand Down
3 changes: 2 additions & 1 deletion modules/web/hack/check-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ ALLOWED_LICENSES="MIT;ISC;BSD-2-Clause;BSD-2-Clause-FreeBSD;BSD-3-Clause;Apache-
# - btoa (dependency of swagger-ui)
# CC0-1.0 license:
# - encode-3986 (dependency of swagger-ui)
# - highlightjs-vue (dependency of swagger-ui)
# Unlicense license:
# - zenscroll (dependency of swagger-ui)
# Python-2.0 license:
# - argparse (dependency of js-yaml)
# CC-BY-4.0 license:
# - caniuse-lite (dependency of multiple dependencies)
EXCLUDED_PACKAGES="emitter-component;btoa;encode-3986;zenscroll;argparse;caniuse-lite"
EXCLUDED_PACKAGES="emitter-component;btoa;encode-3986;zenscroll;argparse;caniuse-lite;highlightjs-vue"

LICENSE_CHECK_OUTPUT=$(npx license-compliance --production --allow ${ALLOWED_LICENSES} -e ${EXCLUDED_PACKAGES} -r detailed)

Expand Down
Loading

0 comments on commit df642da

Please sign in to comment.