Skip to content

Update dependency lit to v2.8.0#137

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/lit-2.x
Open

Update dependency lit to v2.8.0#137
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/lit-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 8, 2022

This PR contains the following updates:

Package Change Age Confidence
lit (source) 2.4.12.8.0 age confidence

Release Notes

lit/lit (lit)

v2.8.0

Compare Source

Minor Changes
  • #​3993 e2c50569 - Fix return type of isTemplateResult helper to include the CompiledTemplateResult and fix the cache directive to work correctly with CompiledTemplateResults. Also add an explicit isCompiledTemplateResult helper.
Patch Changes
  • #​4031 8057c78d - Rename ReactiveElement._initialize to __initialize, make it private, and remove the @​internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.

  • Updated dependencies [e2c50569]:

    • lit-html@​2.8.0

v2.7.6

Compare Source

Patch Changes
  • #​3968 5bb40831 - Allow undefined to be passed to the ref() directive

  • #​3969 7d8d4a15 - Make RefOrCallback generic like Ref

  • #​3987 bb2560f1 - Change the h field of CompiledTemplates to a TemplateStringsArray preventing the spoofing of CompiledTemplates by JSON injection attacks. This should not be a breaking change for most users unless you're using CompiledTemplates. This is a necessary security fix, similar to #​2307.

v2.7.5

Compare Source

Patch Changes
  • #​3917 f6387e35 - Allow decorators to accept ReactiveElement class from a different source.

v2.7.4

Compare Source

Patch Changes

v2.7.3

Compare Source

Patch Changes
  • #​3825 343187b1 - static-html no longer adds an item to TemplateResult's value array for the last consumed static value. This fixes an error with server-side rendering of static html.

  • #​3766 4431cbb8 - Fix styleMap initial render of mixed-case custom props

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes
  • #​3768 7c1191da - Fix styleMap's handling of important flags

  • #​3720 575fb578 - lit-html/experimental-hydrate.js and lit-element/experimental-hydrate-support.js have been moved to @lit-labs/ssr-client.

    The modules in the original location have been marked deprecated and will be removed in a future version.

v2.7.0

Compare Source

Minor Changes
  • #​3677 b95c86e5 - [SSR only] Reflect ARIA attributes onto server rendered Lit elements with attached internals during SSR and remove them upon hydration.

  • #​3667 e00f6f52 - [SSR only] Improved how nodes with attribute/property/event/element bindings are rendered in SSR, to avoid adding comments inside of "raw text elements" like <textarea>. Fixes #​3663.

    Note: @lit-labs/ssr and lit-html must be updated together.

Patch Changes

v2.6.1

Compare Source

Patch Changes
  • #​3526 65e56655 - Disable ShadyDOM noPatch in Node dev build. This fixes the issue of throwing due to undefined window.

  • #​3561 e5c254e9 - Fix built-in shimming of HTMLElement for Node build of reactive-element to respect existing HTMLElement in global

v2.6.0

Compare Source

Minor Changes
  • #​3522 72fcf0d7 - When running in Node, Lit now automatically includes minimal DOM shims which are
    sufficient for most SSR (Server Side Rendering) use-cases, removing the need to
    import the global DOM shim from @lit-labs/ssr.

    The new @lit-labs/ssr-dom-shim package has been introduced, which exports an HTMLElement, CustomElementRegistry, and default customElements singleton.

    The existing @lit-labs/ssr global DOM shim can still be used, and is compatible with the new package, because @lit-labs/ssr imports from @lit-labs/ssr-dom-shim. Importing the global DOM shim adds more APIs to the global object, such as a global HTMLElement, TreeWalker, fetch, and other APIs. It is recommended that users try to remove usage of the @lit-labs/ssr DOM shim, and instead rely on the more minimal, automatic shimming that @lit/reactive-element now provides automatically.

Patch Changes

v2.5.0

Compare Source

Minor Changes
  • #​3507 b152db29 - lit-html and reactive-element now include development Node builds with unminified code and dev warnings.
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Dec 8, 2022
@renovate renovate Bot changed the title Update dependency lit to v2.5.0 Update dependency lit to v2.6.0 Jan 9, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 362084f to 3135694 Compare January 9, 2023 23:11
@renovate renovate Bot changed the title Update dependency lit to v2.6.0 Update dependency lit to v2.6.1 Jan 12, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 3135694 to 3f9df5b Compare January 12, 2023 03:59
@renovate renovate Bot changed the title Update dependency lit to v2.6.1 Update dependency lit to v2.7.0 Mar 30, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 3f9df5b to b798814 Compare March 30, 2023 23:53
@renovate renovate Bot changed the title Update dependency lit to v2.7.0 Update dependency lit to v2.7.2 Apr 17, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from b798814 to c725145 Compare April 17, 2023 12:45
@renovate renovate Bot changed the title Update dependency lit to v2.7.2 Update dependency lit to v2.7.4 May 28, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch 2 times, most recently from a47c14f to 324e52b Compare June 2, 2023 00:03
@renovate renovate Bot changed the title Update dependency lit to v2.7.4 Update dependency lit to v2.7.5 Jun 2, 2023
@renovate renovate Bot changed the title Update dependency lit to v2.7.5 Update dependency lit to v2.7.6 Jul 6, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 324e52b to 27af65d Compare July 6, 2023 01:42
@renovate renovate Bot changed the title Update dependency lit to v2.7.6 Update dependency lit to v2.8.0 Aug 2, 2023
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 27af65d to b61cfd1 Compare August 2, 2023 22:46
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from b61cfd1 to 5bb65eb Compare August 10, 2025 14:15
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 5bb65eb to 7711a58 Compare December 31, 2025 17:37
@renovate renovate Bot force-pushed the renovate/lit-2.x branch from 7711a58 to c123b11 Compare January 19, 2026 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants