[Snyk] Upgrade lit-element from 2.2.0 to 2.3.1 #3
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.
Snyk has created this PR to upgrade lit-element from 2.2.0 to 2.3.1.
✨What is Merge Advice?
We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏Release notes
Package name: lit-element
Fixed
Changed
getPropertyDescriptor
method to allow easier customization of property accessors. This method should return a aPropertyDescriptor
to install on the property. If no descriptor is returned, no property accessor is created. (#911)render
is always rendered, even if it isn't aTemplateResult
. (#712)Added
@queryAsync(selector)
decorator which returns a Promise that resolves to the result of querying for the given selector after the element'supdateComplete
Promise resolves (#903).enableUpdating()
toUpdatingElement
to enable customizing when updating is enabled #860.@queryAssignedNodes(slotName, flatten)
decorator to enable querying assignedNodes for a given slot #860.getStyles()
toLitElement
to allow hooks into style gathering for component sets #866.Fixed
UpdatingElement
allows updates when properties are set after callingsuper.update()
.LitElement
renders when updates are triggered as a result of rendering (#549).eventOptions
decorator will now survive property renaming optimizations when used with tsickle and Closure JS Compiler.finalize
toinitialize
to be more lazy, and create stylesheets on the first instance initializing #866.render()
introduced in (#712) (#917)Release 2.2.1
Release lit-element 2.2.0
Commit messages
Package name: lit-element
prefers-color-scheme
article for web.dev GoogleChrome/web.dev#929)Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs