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-html from 0.5.0 to 0.14.0 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade lit-html from 0.5.0 to 0.14.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 23 versions ahead of your current version.
  • The recommended version was released 3 years ago, on 2018-11-30.
Release notes
Package name: lit-html
  • 0.14.0 - 2018-11-30

    Changed

    • until() can now take any number of sync or async arguments. (#555)
    • [Breaking] guard() supports multiple dependencies. If the first argument to guard() is an array, the array items are checked for equality to previous values. (#666)
    • [Breaking] Renamed classMap.js and styleMap.js files to kebab-case. (#644)

    Added

    • Added cache() directive. (#646)
    • Removed Promise as a supposed node-position value type. (#555)
    • Added a minimal <template> polyfill.

    Removed

    • [Breaking] Removed the when() directive. Users may achieve similar behavior by wrapping a ternary with the cache() directive.

    Fixed

    • Bound attribute names are rewritten to avoid IE/Edge removing SVG and style attributes. (#640)
    • Ensure shady-render prepares styling for a scope before attaching child elements. (#664)
    • Handle CSS Custom Variables in the styleMap directive. #642)
  • 0.13.0 - 2018-11-09

    Changed

    • [Breaking] Directives are now defined by passing the entire directive factory function to directive(). (#562)

    Fixed

    • Fix issue on obscure browsers that do not accept event listener objects by using callback as event part listener (#581)
    • Fix KeyFn and ItemTemplate types (#570)
    • Don't use export * to workaround rollup bug (#556)
    • eventContext is no longer used as the this value for event listener objects (object with a handleEvent method), as the object itself is supposed to be the this value. (#576)
  • 0.12.0 - 2018-10-05

    Changed

    • Re-implemented repeat directive for better performance (#501)
    • Updated TypeScript dependency to 3.1
    • [Breaking] render() now takes an options object as the third argument. (#523)

    Added

    • Event listeners are called with a configurable this reference, which is set via the eventContext option to render(). (#523)
    • Support for event listener options, by passing the listener itself as both the second and third arguments to add/removeEventListener().
  • 0.11.4 - 2018-09-18

    0.11.4

  • 0.11.3 - 2018-09-13

    0.11.3

  • 0.11.2 - 2018-09-12

    0.11.2

  • 0.11.1 - 2018-09-04

    0.11.1

  • 0.11.0 - 2018-08-28
    No content.
  • 0.11.0-dev.3 - 2018-08-24
  • 0.11.0-dev.2 - 2018-08-15
  • 0.11.0-dev.1 - 2018-07-24
  • 0.10.2 - 2018-06-14

    0.10.2

  • 0.10.1 - 2018-06-14

    0.10.1

  • 0.10.0 - 2018-05-04
  • 0.9.0 - 2018-02-01
  • 0.8.0 - 2018-01-13
  • 0.8.0-pre.1 - 2017-11-05
  • 0.7.1 - 2017-10-07
  • 0.7.0 - 2017-10-06
  • 0.6.0 - 2017-09-01
  • 0.6.0-pre.3 - 2017-08-19
  • 0.6.0-pre.2 - 2017-08-18
  • 0.6.0-pre.1 - 2017-08-15
  • 0.5.0 - 2017-08-03
from lit-html GitHub release notes
Commit messages
Package name: lit-html
  • 3eaa2a7 Prepare 0.14.0 release (#670)
  • 3de607b Ensure shady-render prepares styling for a scope before attaching child elements (#664)
  • 7b911da Remove some directive tests from the no-template runner (#667)
  • 5f32c9f Update guard to handle multiple checked values and undefined (#666)
  • 1933883 Fix typo in changelog (#665)
  • a219606 Remove Promise support from core, add async() directive. (#555)
  • f1ccbe3 Rewrite attribute handling to always avoid IE/Edge value parsing and rewriting (#640)
  • 0216d5b Add cache() directive (#646)
  • a12ee4e Update demo to load polyfills and center the clock.
  • 9deff53 Only call getOptions() in EventPart when we add an event listener
  • 3aa48f5 format
  • bec7c2d Fix lint warnings
  • 8042121 Fix tests added to test the minimal template polyfill (#654)
  • 598087a Don't clear() parts in asyncAppend and asyncReplace if the iterable isn't the current value.
  • 0c4494d Lightweight template polyfill (#466)
  • 8af98b1 Remove the when() directive (#647)
  • afe06e8 Handle CSS variables in styleMap. (#642)
  • dcf2a9d Analytics by default. (#650)
  • 5f4b652 Use string concatenation for template cache id (#579)
  • f7f6f64 Rename classMap and styleMap to kebab-case (#644)
  • 881c25a Fix typedoc generation (#607)
  • ce56212 Reexport of TemplateProcessor and RenderOptions... (#633)
  • f3b016b Fix Docs url (#637)
  • cf5e09a Docs redesign (#624)

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.

None yet

1 participant