Move to PatternFly Elements and lit

PFE uses lit, so it makes sense to just use that for the main
application as well. Web components are pretty much React built into the
web platform, and lit adds some convenience around that.

This is mostly a demo -- for real Cockpit pages, PF Elements is still
missing too many components.
This commit is contained in:
Martin Pitt 2024-11-08 09:05:22 +01:00
parent 6506f469ac
commit 5aa20207b7
11 changed files with 51 additions and 73 deletions

View file

@ -30,10 +30,6 @@ updates:
- "types*"
ignore:
# https://github.com/cockpit-project/cockpit/issues/21151
- dependency-name: "sass"
versions: [">=1.80.0", "2.x"]
# needs to be done in Cockpit first
- dependency-name: "@patternfly/*"
update-types: ["version-update:semver-major"]