Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade lit-element from 2.2.0 to 2.3.1 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade lit-element from 2.2.0 to 2.3.1.

merge advice

✨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. 🙏
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 4 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-03-20.
Release notes
Package name: lit-element
  • 2.3.1 - 2020-03-20

    Fixed

    • Add TypeScript type declarations for older versions of TypeScript. We're currently testing back to TS 3.4. We can't commit to never breaking TypeScript builds, but we'll be supporting older versions as best we can.
  • 2.3.0 - 2020-03-18

    Changed

    • Added a static getPropertyDescriptor method to allow easier customization of property accessors. This method should return a a PropertyDescriptor to install on the property. If no descriptor is returned, no property accessor is created. (#911)
    • The value returned by render is always rendered, even if it isn't a TemplateResult. (#712)

    Added

    • Added @queryAsync(selector) decorator which returns a Promise that resolves to the result of querying for the given selector after the element's updateComplete Promise resolves (#903).
    • Added enableUpdating() to UpdatingElement to enable customizing when updating is enabled #860.
    • Added @queryAssignedNodes(slotName, flatten) decorator to enable querying assignedNodes for a given slot #860.
    • Added getStyles() to LitElement to allow hooks into style gathering for component sets #866.

    Fixed

    • Ensure UpdatingElement allows updates when properties are set after calling super.update().
      LitElement renders when updates are triggered as a result of rendering (#549).
    • Properties annotated with the eventOptions decorator will now survive property renaming optimizations when used with tsickle and Closure JS Compiler.
    • Moved style gathering from finalize to initialize to be more lazy, and create stylesheets on the first instance initializing #866.
    • Fixed behavior change for components that do not implement render() introduced in (#712) (#917)
  • 2.3.0-pre.1 - 2020-03-17
  • 2.2.1 - 2019-07-24

    Release 2.2.1

  • 2.2.0 - 2019-06-11

    Release lit-element 2.2.0

from lit-element GitHub release notes
Commit messages
Package name: lit-element

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant