Update dependency lit to ^2.4.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| lit (source) | ^2.2.2 -> ^2.4.0 |
Release Notes
lit/lit
v2.4.0
Minor Changes
- #3318
21313077- Adds anisServervariable export tolitandlit-html/is-server.jswhich will betruein Node andfalsein the browser. This can be used when authoring components to change behavior based on whether or not the component is executing in an SSR context.
Patch Changes
-
#3320
305852d4- Thelitpackage now specifies and "types" export condition allowing TypeScriptmoduleResolutionto benodenext. -
Updated dependencies [
21313077]:
v2.3.1
Patch Changes
-
#3222
486739ec- FixCSSStyleSheet is not definederror that would occur when importing a Lit component in Node when both staticstylesand the@propertydecorator were used.
v2.3.0
Minor Changes
- #3156
ae6f6808- Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the @lit-labs/ssr dom-shim library. Note that actually rendering from a Node context still requires the @lit-labs/ssr dom-shim, and the appropriate integration between @lit-labs/ssr and your framework/tool.
Patch Changes
-
#3003
daddeb34- Lit'sasync-directivenow re-exports everything from thedirectivemodule. -
#3120
6361a4b4- Bindthisto custom attribute converter methods -
Updated dependencies [
daddeb34,0725fdb4,3766ae4c,6361a4b4,ae6f6808]:
v2.2.8
Patch Changes
-
#3130
1f0567f1- Export the underlying type of thekeyeddirective. -
#3132
2fe2053f- Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.
v2.2.7
Patch Changes
- #2978
634d4560- Changed the caching behavior of the css`` template literal tag so that same-text styles do not share a CSSStyleSheet. Note that this may be a breaking change in some very unusual scenarios on Chromium and Firefox > 101 only.
v2.2.6
Patch Changes
v2.2.5
Patch Changes
- #2952
a78cc3b7- Fix SSR hydration bug relating to and other void elements having attribute bindings.
v2.2.4
Patch Changes
-
#2847
79d82385- Fix typo in API docs for live() directive. -
#2828
b3b6bc33- Remove private Lit 2 migration helpers:INTERNALandclearContainerForLit2MigrationOnly. This logic is no longer depended on.
v2.2.3
Patch Changes
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #1044 (5b996d8) into master (c9c19ca) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #1044 +/- ##
=======================================
Coverage 70.12% 70.12%
=======================================
Files 59 59
Lines 5326 5326
Branches 1039 1039
=======================================
Hits 3735 3735
Misses 1573 1573
Partials 18 18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.