Molecule-JS / MoleculeJS

A library for creating fast and reactive Custom Elements
https://moleculejs.org
Apache License 2.0
38 stars 3 forks source link

An in-range update of lit-html is breaking the build 🚨 #101

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency lit-html was updated from 1.1.2 to 1.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lit-html is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **bundlesize:** 2 out of 6 bundles are too big! (-null) ([Details](https://bundlesize-store.now.sh/build?info=%7B%22files%22%3A%5B%7B%22maxSize%22%3A1740%2C%22path%22%3A%22.%2Fpackages%2Fmolecule%2Fdist%2Fmolecule.mjs%22%2C%22size%22%3A1946%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A3686%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-lit%2Fdist%2Fmolecule-lit.mjs%22%2C%22size%22%3A3722%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A2560%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-jsx%2Fdist%2Fmolecule-jsx.mjs%22%2C%22size%22%3A2297%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A409%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-functional%2Fdist%2Fmolecule-functional.mjs%22%2C%22size%22%3A190%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A3686%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-functional-lit%2Fdist%2Fmolecule-functional-lit.mjs%22%2C%22size%22%3A3613%2C%22compression%22%3A%22gzip%22%7D%2C%7B%22maxSize%22%3A8192%2C%22path%22%3A%22.%2Fpackages%2Fmolecule-router%2Fdist%2Fmolecule-router.mjs%22%2C%22size%22%3A7196%2C%22compression%22%3A%22gzip%22%7D%5D%2C%22repo%22%3A%22Molecule-JS%2FMoleculeJS%22%2C%22branch%22%3A%22greenkeeper%2Fdefault%2Flit-html-1.2.0%22%2C%22commit_message%22%3A%22chore(package)%3A%20update%20lit-html%20to%20version%201.2.0%22%2C%22sha%22%3A%22ab2ee121e9efb8a87a6b90c10bdc01d0005e0bff%22%7D)).

Commits

The new version differs by 76 commits.

  • d4a0b98 Prepare 1.2.0 release (#1128)
  • 5eeab67 Link changelog issue (#1118)
  • a451e73 Prepare 1.2.0-pre.1 release (#1117)
  • 0a328e0 Fix lint errors (#1116)
  • e6eeec5 Don't disturb imperatively added classes in classMap (#1112)
  • adbad81 Add 1.2.0 release notes (#1104)
  • 325701c Adds rendering test composing parts and slots (#1077)
  • 3e1d803 Remove trusted types mention from changelog
  • b89e1a8 Merge branch 'rpatterson-patch-1'
  • 2cdfd71 Merge branch 'patch-1' of https://github.com/rpatterson/lit-html into rpatterson-patch-1
  • f4c1a6d Revert "Enable a resin-like sanitization mechanism. (#750)"
  • 1347c86 Revert "Always have a sanitizeDOMValue function, it's just a noop by default. (#994)"
  • cedf4b3 Revert "Add trusted types support to lit html (#970)"
  • 8daeed9 Revert "Fix typo in trusted types (#1003)"
  • 4ccede0 Revert "Mention trusted types in the changelog (#1004)"

There are 76 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.1

[1.2.1] - 2020-03-19

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.
Commits

The new version differs by 2 commits.

  • 91b939b Prepare 1.2.1 release
  • 327facc Use downlevel-dts, test compile in TS 3.4 (#1129)

See the full diff