lastmjs / wasm-metal

A bare metal physical implementation of WebAssembly. That's right, a WebAssembly CPU.
MIT License
363 stars 9 forks source link

Update dependency lit-html to v1 #33

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
lit-html (source) dependencies major 0.9.0 -> 1.1.2

Release Notes

Polymer/lit-html ### [`v1.1.2`](https://togithub.com/Polymer/lit-html/blob/master/CHANGELOG.md#​112---2019-08-12) [Compare Source](https://togithub.com/Polymer/lit-html/compare/v1.1.1...v1.1.2) ##### Fixed - Fixed a bug where bindings in comments could be written as text in some cases. ([#​926](https://togithub.com/Polymer/lit-html/issues/926)) ### [`v1.1.1`](https://togithub.com/Polymer/lit-html/blob/master/CHANGELOG.md#​111---2019-07-09) [Compare Source](https://togithub.com/Polymer/lit-html/compare/v1.1.0...v1.1.1) ##### Changed - `render` and `shady-render` now both accept any value that is renderable by `NodePart`. ([#​910](https://togithub.com/Polymer/lit-html/issues/910)) ### [`v1.1.0`](https://togithub.com/Polymer/lit-html/blob/master/CHANGELOG.md#​110---2019-05-20) [Compare Source](https://togithub.com/Polymer/lit-html/compare/v1.0.0...v1.1.0) ##### Changed - Many small performance enhancements. - Private names are now named with a `__` prefix ([#​859](https://togithub.com/Polymer/lit-html/issues/859)). ##### Added - Setup continuous benchmarking with Tachometer ([#​887](https://togithub.com/Polymer/lit-html/issues/887)). ##### Fixed - Prevent empty styles from causing exceptions or breaking rendering when using `shady-render` ([#​760](https://togithub.com/Polymer/lit-html/issues/760)). - Primitive values in attributes are now always simply stringified, regardless of whether they are iterable. ([#​830](https://togithub.com/Polymer/lit-html/pull/830)) - Adopt and upgrade template fragments after processing for parts ([#​831](https://togithub.com/Polymer/lit-html/issues/831)). - Fixed bindings with attribute-like expressions preceeding them ([#​855](https://togithub.com/Polymer/lit-html/issues/855)). - Fixed errors with bindings in HTML comments ([#​882](https://togithub.com/Polymer/lit-html/issues/882)). ### [`v1.0.0`](https://togithub.com/Polymer/lit-html/blob/master/CHANGELOG.md#​100---2019-02-05) [Compare Source](https://togithub.com/Polymer/lit-html/compare/v0.14.0...v1.0.0) ##### Changed - Tons of docs updates ([#​746](https://togithub.com/Polymer/lit-html/pull/746)), ([#​675](https://togithub.com/Polymer/lit-html/pull/675)), ([#​724](https://togithub.com/Polymer/lit-html/pull/724)), ([#​753](https://togithub.com/Polymer/lit-html/pull/753)), ([#​764](https://togithub.com/Polymer/lit-html/pull/764)), ([#​763](https://togithub.com/Polymer/lit-html/pull/763)), ([#​765](https://togithub.com/Polymer/lit-html/pull/765)), ([#​767](https://togithub.com/Polymer/lit-html/pull/767)), ([#​768](https://togithub.com/Polymer/lit-html/pull/768)), ([#​734](https://togithub.com/Polymer/lit-html/pull/734)), ([#​771](https://togithub.com/Polymer/lit-html/pull/771)), ([#​766](https://togithub.com/Polymer/lit-html/pull/766)), ([#​773](https://togithub.com/Polymer/lit-html/pull/773)), ([#​770](https://togithub.com/Polymer/lit-html/pull/770)), ([#​769](https://togithub.com/Polymer/lit-html/pull/769)), ([#​777](https://togithub.com/Polymer/lit-html/pull/777)), ([#​776](https://togithub.com/Polymer/lit-html/pull/776)), ([#​754](https://togithub.com/Polymer/lit-html/pull/754)), ([#​779](https://togithub.com/Polymer/lit-html/pull/779)) ##### Added - Global version of `lit-html` on window ([#​790](https://togithub.com/Polymer/lit-html/pull/790)). ##### Fixed - Removed use of `any` outside of test code ([#​741](https://togithub.com/Polymer/lit-html/pull/741)). ### [`v0.14.0`](https://togithub.com/Polymer/lit-html/blob/master/CHANGELOG.md#​0140---2018-11-30) [Compare Source](https://togithub.com/Polymer/lit-html/compare/v0.13.0...v0.14.0) ##### Changed - `until()` can now take any number of sync or async arguments. ([#​555](https://togithub.com/Polymer/lit-html/pull/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](https://togithub.com/Polymer/lit-html/pull/666)) - [Breaking] Renamed `classMap.js` and `styleMap.js` files to kebab-case. ([#​644](https://togithub.com/Polymer/lit-html/pull/644)) ##### Added - Added `cache()` directive. ([#​646](https://togithub.com/Polymer/lit-html/pull/646)) - Removed Promise as a supposed node-position value type. ([#​555](https://togithub.com/Polymer/lit-html/pull/555)) - Added a minimal `