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 from 2.2.6 to 2.3.0 #620

Closed
wants to merge 1 commit into from

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Sep 2, 2022

Snyk has created this PR to upgrade lit from 2.2.6 to 2.3.0.

merge advice
ℹ️ 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 5 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-08-12.
Release notes
Package name: lit
  • 2.3.0 - 2022-08-12

    Minor Changes

    • #3156 ae6f6808 - Lit and its underlying libraries can now be imported directly from Node without crashing, without the need to load the @ lit-labs/ssr dom-shim library. Note that actually rendering from a Node context still requires the @ lit-labs/ssr dom-shim, and the appropriate integration between @ lit-labs/ssr and your framework/tool.

    Patch Changes

    • #3003 daddeb34 - Lit's async-directive now re-exports everything from the directive module.

    • #3199 0725fdb4 - In DEV_MODE, render a warning instead of rendering a template's host in the template.

      Most commonly this would happen when rendering ${this} in a LitElement's template, which has the counterintuitive behavior of removing the element from the DOM, because when rendering the element's template we attach it into its own shadow root, which removes it from the DOM, causing it simply disappear. This is especially problematic with a fast HMR system.

    • #3186 3766ae4c - StaticValue interface type is now exported.

  • 2.3.0-next.1 - 2022-07-25
  • 2.3.0-next.0 - 2022-07-25
  • 2.2.8 - 2022-07-22
  • 2.2.7 - 2022-06-29
  • 2.2.6 - 2022-06-14
from lit GitHub release notes
Commit messages
Package name: lit
  • 41ab4c4 Version Packages (#3184)
  • 2674a74 Change lint vs changeset order (#3032)
  • b70f777 Also re-run release image generator on pushes (#3214)
  • 043d9c8 [labs/react] Fix for #2799: add support for properties with custom accessors (#2800)
  • 7848b72 Add the RFC process to CONTRIBUTING.md and issue template (#3208)
  • 42b1ae8 Batch of virtualizer test coverage: flow layout, visibilitychanged, rangechanged (#3206)
  • 19d7bd2 [labs/ssr] Use url module to convert file url to path (#3204)
  • 2346231 [labs/eleventy-plugin-lit] Use file URLs for resolved module paths (#3203)
  • 0162fba [localize & labs/testing] Inline TS source in JS source map (#3198)
  • 0725fdb In DEV_MODE, render a warning instead of rendering a template's host in the template. (#3199)
  • 6361a4b [reactive-element] Bind this to custom attribute converter methods (#3120)
  • ae6f680 [core/ssr] Add Node builds that don't explode (#3156)
  • 325db3c Fix typo in comment (#3193)
  • 84437af [labs/ssr] Add URL and URLSearchParams to VM module global (#3187)
  • 3766ae4 Export StaticValue from lit-html/static (#3186)
  • 18f8a90 [labs/cli infra] Extend cli test timeout (#3182)
  • 6e0d0b4 [infra] Integrate release-image into a Github Action (#3176)
  • 41c85d4 [internal/scripts] Add markdownFile option to release-image script (#3148)
  • 27e08e5 [labs/testing] Pass module file urls to worker for Windows compatibility (#3175)
  • d1ae0ff [labs/ssr] Fix example with `hasNativeDeclarativeShadowRoots` (#3166)
  • daddeb3 [lit-html] Provide `directive` exports via `async-directive` (#3003)
  • 1ac5805 Version Packages (#3162)
  • c28a050 [labs/virtualizer] Updated virtualizer CHANGELOG format to comply with expectations of release/changeset automation. (#3161)
  • 1f0567f Export the underlying type of the keyed directive (#3130)

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

@MarcinVaadin
Copy link
Member

Lit already at 2.3.0

@caalador caalador deleted the snyk-upgrade-f2ab061ac8ee40041b24edba0757e7c1 branch October 30, 2023 06:24
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.

2 participants