bookreader icon indicating copy to clipboard operation
bookreader copied to clipboard

Update dependency lit to ^2.4.0

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lit (source) ^2.2.2 -> ^2.4.0 age adoption passing confidence

Release Notes

lit/lit

v2.4.0

Compare Source

Minor Changes
  • #​3318 21313077 - Adds an isServer variable export to lit and lit-html/is-server.js which will be true in Node and false in 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

v2.3.1

Compare Source

Patch Changes
  • #​3222 486739ec - Fix CSSStyleSheet is not defined error that would occur when importing a Lit component in Node when both static styles and the @property decorator were used.

  • #​3223 5a65ca97 - Use existing document in Node build

v2.3.0

Compare Source

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

v2.2.8

Compare Source

Patch Changes
  • #​3130 1f0567f1 - Export the underlying type of the keyed directive.

  • #​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

Compare Source

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

Compare Source

Patch Changes

v2.2.5

Compare Source

Patch Changes
  • #​2952 a78cc3b7 - Fix SSR hydration bug relating to and other void elements having attribute bindings.

v2.2.4

Compare Source

Patch Changes
  • #​2847 79d82385 - Fix typo in API docs for live() directive.

  • #​2828 b3b6bc33 - Remove private Lit 2 migration helpers: INTERNAL and clearContainerForLit2MigrationOnly. This logic is no longer depended on.

v2.2.3

Compare Source

Patch Changes
  • #​2732 3e181bcb - Enforce use of file extensions in imports. Fixes an issue with older TypeScript compilers.

  • #​2688 ef178ef6 - Add explicit types to the jsdoc code samples for query, queryAll, and queryAsync.


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.

renovate[bot] avatar Apr 29 '22 03:04 renovate[bot]

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.

codecov[bot] avatar Apr 29 '22 03:04 codecov[bot]