chore(deps): update dependency lit to v2.1.4 #120
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.1
->2.1.4
Release Notes
lit/lit
v2.1.4
Compare Source
Patch Changes
#2518
bbbf21d4
- Fix breaking change in the PropertyValues type. Make PropertyValues compatible with Map<string, string> and other Map types.#2526
a50d188a
- Export PropertyValueMap such that JavaScript generated by Google Closure Compiler can reference this type. Do not directly import thePropertyValueMap
interface.v2.1.3
Compare Source
Patch Changes
#2498
2a1dc7a1
- Replace 'rare' with 'invalid' in svg tag function JSDocs.#2459
23df9d45
- Fix bindings inside of <title> elements#2482
6ea3d6c4
- Update the definition of the PropertyValues type to give better types to.get(k)
..get(k)
is now defined to return the correct type when usingPropertyValues<this>
and a parameter that's a key of the element class.#2464
df4e1a46
- Fix type signature in queryAssignedNodes JSDoc code example.#2479
89560520
- Expand JSDocs for thesvg
tagged template literal (TTL). The new documentation makes it more clear that thesvg
tag function should only be used for SVG fragments, and not for the<svg>
HTML element.#2457
48d69184
- Add JSDoc to thewillUpdate
lifecycle callback. Expand the docs forfirstUpdated
, andattributeChangedCallback
. Minor code sample fixes.v2.1.2
Compare Source
Patch Changes
#2399
5ac025bf
- Correct typo inasync-directive
module comment#2370
7453e365
- Replace square bracket links with thelinkcode
JSDoc tag.Editors will create a jump to definition hyperlink for the linkcode tag if the identifier is in scope.
#2410
b9a6962b
- Correct the link path of CONTRIBUTING.md in README.md filesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.