Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

fix(deps): update dependency lit to v3.1.0 #1009

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lit (source) 3.0.2 -> 3.1.0 age adoption passing confidence

Release Notes

lit/lit (lit)

v3.1.0

Compare Source

Minor Changes
  • #​4309 949a5467 - Adds two new types: UncompiledTemplateResult and MaybeCompiledTemplateResult. Currently UncompiledTemplateResult is the same as TemplateResult, and MaybeCompiledTemplateResult is the union of the compiled and uncompiled types.
Patch Changes
  • #​4387 bf551b5b - Ensure renderRoot exists before first update (#​4268)

  • #​4282 c7922a0c Thanks @​MaxArt2501! - Fix a bug where accessing a @query decorated field with the cache flag set before the first update would result in null being cached permanently. null will no longer be cached before the first update and in DEV_MODE now raises a warning.

  • #​4388 839ca0f8 - Fixes bug where adding or removing controllers during a reactive controller lifecycle would affect the execution of other controllers (#​4266). Controllers can now be added/removed during lifecycle without affecting others.

  • Updated dependencies [949a5467]:


Configuration

📅 Schedule: Branch creation - "after 11am every 2 weeks on Saturday" in timezone America/Los_Angeles, 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 has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner November 25, 2023 20:04
@forking-renovate forking-renovate bot added the semver: minor A new feature was added. No breaking changes. label Nov 25, 2023
@github-actions github-actions bot added the type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. label Nov 25, 2023
@pattishin pattishin merged commit ecdeddb into GoogleCloudPlatform:main Nov 29, 2023
7 checks passed
@renovate-bot renovate-bot deleted the renovate/lit-3.x branch November 29, 2023 22:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
semver: minor A new feature was added. No breaking changes. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants