Giter Club home page Giter Club logo

Comments (11)

greenkeeper avatar greenkeeper commented on May 30, 2024

After pinning to 3.3.4 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 15 commits.

  • be62b4a chore: release new versions
  • 6d87378 fix(es-dev-server): check accept header before transforming HTML
  • b92b4c9 chore(polyfills-loader): improve AbortController check
  • fd03b29 feat(es-dev-server): polyfill AbortController when not supported
  • be27641 chore(polyfills-loader): update tests
  • 03ede89 feat(polyfills-loader): add ResizeObserver polyfill
  • 7fae798 feat(polyfills-loader): add AbortController polyfill
  • 487e907 fix(polyfills-loader): minify fetch polyfill
  • 7f8bfa4 fix(polyfills-loader): invert dynamic import check
  • 86baac7 chore: release new versions
  • c1f4dee feat(rollup-plugin-polyfills-loader): default to single html plugin
  • f53aea6 fix(rollup-plugin-html): handle race conditions with multi build
  • adad265 feat(rollup-plugin-html): allow setting rollup input as html
  • f3ece02 docs: add Spectrum Web Components (#1423)
  • 288986e fix: publish .d.ts files

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • cdf5436 chore: release new versions
  • ca29548 fix(polyfills-loader): load fetch and abort controller together (#1430)

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • 5ff0c82 chore: release new versions
  • c146cc3 chore(testing-helpers): alphabetize exports
  • 1ea26eb fix(es-dev-server): add directly depended package to package.json
  • 03acbd2 chore: release new versions
  • c15f730 feat(rollup-plugin-polyfills-loader): allow setting file type explicitly (#1434)
  • 0f33bf3 docs: clarify testing-sinon documentation
  • e350e44 docs: clarify sinon documentation
  • 4807d08 chore: release new versions
  • dc3a4ce fix(rollup-plugin-html): resolve imports in inline modules

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 11 commits.

  • f31cbfc chore: release new versions
  • e95fb26 chore: use "bugfixes: true" in babel-preset-env
  • acfc865 chore: release new versions
  • 5b1318a fix(building-rollup): ensuring input is a string before checking extension
  • f354608 chore: fix examples in Setting up a snapshot section
  • 5de8ba9 chore: release new versions
  • b4d4fc1 fix(scoped-elements): fix some jsDocs
  • a67b30a chore: release new versions
  • a411293 fix(testing-helpers): publish typescript definition files again
  • 5277012 chore: release new versions
  • 0d67b9f feat(scoped-elements): add support for lazy elements

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 19 commits.

  • 94f8329 chore: release new versions
  • 0b2017c feat(demoing-storybook): allow disabling recommended addons
  • 4ade3c8 feat(es-dev-server): add onServerStart hook
  • 2239ef8 chore: release new versions
  • b099717 feat(storybook-addon-markdown-docs): support docs-only pages
  • bd22649 chore: release new versions
  • a96c675 fix(scoped-elements): getScopedTagName returns undefined
  • 130f74f docs: Replace merge with deepmerge in rollup documentation
  • f31cbfc chore: release new versions
  • e95fb26 chore: use "bugfixes: true" in babel-preset-env
  • acfc865 chore: release new versions
  • 5b1318a fix(building-rollup): ensuring input is a string before checking extension
  • f354608 chore: fix examples in Setting up a snapshot section
  • 5de8ba9 chore: release new versions
  • b4d4fc1 fix(scoped-elements): fix some jsDocs

There are 19 commits in total.

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 39 commits.

  • b26f78a chore: release new versions
  • 5c39676 fix(create): set default value for variable
  • 88e5ba6 test(scoped-elements): fix ie11 flaky test
  • 1e500bc fix(polyfills-loader): don't remove element if it was already removed
  • 33d1f97 chore: make windows tests non-blocking
  • e7db9f6 feat(testing-helpers): add fixture option to define wrapper el
  • 80a3f1a docs(scoped-elements): update documentation
  • 0127934 chore(rollup-plugin-html): fix newlines in tests on windows
  • 2e66c21 chore(rollup-plugin-polyfills-loader): make tests work on windows
  • 8eb0e7f fix(polyfills-loader): fix test on windows
  • 75e8461 chore: scope windows tests
  • 75cfa0e fix(rollup-plugin-html): fix windows paths
  • 1d1ecb6 chore: run tests on windows
  • 5b863a2 fix(scoped-elements): define unused lazy scoped elements
  • 4ac8a85 chore: release new versions

There are 39 commits in total.

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 89 commits.

  • 0fc57f6 chore: release new versions
  • c55e339 Chore/update prettier (#1525)
  • fd3c3ef chore: release new versions
  • 34eca22 chore: run yarn-deduplicate
  • 83be8c9 chore: remove windows CI
  • 4b25de5 chore: release new versions
  • 30a1fca chore(demoing-storybook): use hr in md only demo
  • 2114f7d fix(storybook-addon-markdown-docs): close hr to support jsx parser
  • fd95681 docs(building-rollup): fix sourcemap property typo
  • 1cfda0a chore: release new versions
  • d0b5159 fix(building-rollup): add transitive babel helper dependencies
  • ba1ee2d docs(rollup-plugin-html): fix syntax error in example (#1511)
  • 2e0d3c1 chore: release new versions
  • 2a54660 fix(storybook-addon-markdown-docs): remove dep
  • a64356d chore: release new versions

There are 89 commits in total.

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 97 commits.

  • b77a9f4 chore: release new versions
  • 9ba17e5 chore: skip accidentally published broken version numbers
  • 908013c feat(prettier-config): update to prettier v2
  • 280676e chore: format project with prettier v2
  • b548683 docs: update prettier docs
  • 52a425d chore(prettier-config): deprecate package
  • d6aa4f9 feat(create): update prettier to v2
  • 5fe5f53 docs(es-dev-server): clarify async nature of startServer (#1538)
  • 81ce3be chore: release new versions
  • b81d4e8 fix(demoing-storybook): ensure regenerator runtime is always loaded
  • fd3c3ef chore: release new versions
  • 34eca22 chore: run yarn-deduplicate
  • 83be8c9 chore: remove windows CI
  • 4b25de5 chore: release new versions
  • 30a1fca chore(demoing-storybook): use hr in md only demo

There are 97 commits in total.

See the full diff

from lit-mobx.

greenkeeper avatar greenkeeper commented on May 30, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 106 commits.

  • aad9f9e chore: release new versions
  • ce4b91a fix(testing): export types from chai
  • ee44812 fix(polyfills-loader): allow forcing the polyfill
  • 9f620fc chore: fix link for deploying in docs (#1549)
  • 81813af docs(scoped-elements): add warning about self-defined elements
  • bb38811 docs: add sidebar back to the deploying page (#1544)
  • ce97055 chore: release new versions
  • 484679d fix(storybook-addon-markdown-docs): no babel user config for jsxToJs (#1542)
  • 71f6dca docs: update to "deploying" to reduce confusion
  • b77a9f4 chore: release new versions
  • 9ba17e5 chore: skip accidentally published broken version numbers
  • 908013c feat(prettier-config): update to prettier v2
  • 280676e chore: format project with prettier v2
  • b548683 docs: update prettier docs
  • 52a425d chore(prettier-config): deprecate package

There are 106 commits in total.

See the full diff

from lit-mobx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.