Skip to content
Snippets Groups Projects
Commit f5f5275c authored by Benjamin Franzke's avatar Benjamin Franzke
Browse files

[TASK] Upgrade to Lit v3

Lit v3 is a new major release and contains breaking changes, but they do
not affect us: It mainly drops IE11 support (which we already dropped)
and switches to ES2021 modules (which we already use as well):
https://lit.dev/blog/2023-10-10-lit-3.0/#breaking-changes

npm install --save \
    lit@^3.0 \
    lit-html@^3.0 \
    lit-element@^4.0 \
    @lit/reactive-element@^2.0
npm run build

Resolves: #101515
Releases: main, 12.4
Change-Id: I83878b0f78fb42d737f28c5c338759e1869b0181
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81634


Reviewed-by: default avatarBenjamin Franzke <ben@bnf.dev>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenjamin Franzke <ben@bnf.dev>
parent c21150b0
Branches
Tags
Showing
with 112 additions and 69 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment