philschatz / puzzlescript

:video_game: Play Accessible PuzzleScript games in your terminal or embed them
https://philschatz.com/puzzlescript/
28 stars 11 forks source link

An in-range update of lighthouse is breaking the build 🚨 #183

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

The devDependency lighthouse was updated from 5.4.0 to 5.5.0.

🚨 View failing branch.

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

lighthouse is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/philschatz/puzzlescript/builds/592693818?utm_source=github_status&utm_medium=notification)).

Release Notes for v5.5.0

5.5.0 (2019-10-02)

Notable changes

  • Preliminary implementation of the Largest Contentful Paint metric has landed (devtools and provided throttling only) and can be found in the hidden metrics audit in the raw LHR JSON (#9706)
  • The creation of main-thread tasks from a trace is now more robust. This should significantly reduce the occurrence of Issue #7764, "Fatal trace logic error - expected start event, got X" (#9491)
  • <script> element id has been added to the ScriptElements artifact (#9718)

New contributors!

Thanks to @LarsKumbier, @TimvdLippe, and @uchoudh for their first contributions!

Core

  • network-recorder: remove quic-request-finished workaround (#9744)
  • network-recorder: optimize network idle detection (#9712)
  • unused-css-rules: no more infinity savings (#9731)

Clients

  • devtools: expose registerLocaleData to worker (#9645)
  • devtools: update references to Runtime.cachedResources (#9758)

Docs

  • new documentation for running Lighthouse on authenticated pages (#9628, #9705)
  • point more docs links to web.dev (#9540, #9711, #9761)
  • readme: add more related projects (#9716, #9743)
  • releasing: add schedule, more integration testing (#9695)
  • add links to more info about throttling and variability (#9734)
  • update scoring calculator link to v5 (#9729)

Tests

  • add Lighthouse CI dogfood script to travis (#9677, #9745)
  • report: update utm_medium check for web.dev links (#9737)
  • smokehouse: add check for any runWarnings (#9732)
  • attempt to download lantern test trace set a few times (#9766)

Misc

  • devtools: remove version replacement for expectations (#9702)
  • remove unnecessary return in Promise (#9703)
  • assets: update logo (#9694)

Full Changelog

Commits

The new version differs by 27 commits.

  • 4e15a56 5.5.0 (#9771)
  • a7e823e tests(lantern): attempt to download test set a few times (#9766)
  • ac67b37 core: add largest-contentful-paint metric to JSON (#9706)
  • 9b41045 docs(scoring): link to web.dev explainers (#9761)
  • 17c833e docs(releasing): add schedule, more explicit integration testing (#9695)
  • dff20c5 misc: Update references to Runtime.cachedResources (#9758)
  • cb7140b core(network-recorder): remove quic-request-finished workaround (#9744)
  • da334b8 core(audits): point perf audit description links to web.dev (#9540)
  • 6dde98c core(artifacts): expose id attribute for ScriptElements (#9718)
  • 6fe75fb tests(report): update utm_medium check for web.dev links (#9737)
  • 250d31c docs(related-projects): add lighthouse-ci-action (#9743)
  • b650789 misc: support unset variables in lhci dogfood script (#9745)
  • 16fdf45 core(tracehouse): make main-thread-tasks creation more forgiving (#9491)
  • 39305be core(unused-css-rules): no more inifinity savings (#9731)
  • 6ff02e4 misc: add lhci dogfood script to travis (#9677)

There are 27 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

After pinning to 5.4.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v5.6.0

Full Changelog

We expect this release to ship in the DevTools of Chrome 79.

New contributors!

Thanks to @dpacassi, @lirantal and @yeonjuan for their first contributions!

Notable

  • gather: add new MainDocumentContent public artifact (#9781)
  • stack-packs: add angular, react, amp, and magento packs (#9797)

Core

  • tracehouse: allow child to start <1ms before parent (#9786)
  • driver: fix error handling for Runtime.evaluate (#9831)
  • errors-in-console: add ignoredPatterns option (#9480, #9829)
  • image-elements: cache naturalSize results (#9818)
  • link-elements: ignore non-HTMLLinkElements (#9765)
  • optimized-images: log errors (#9782)
  • seo: support korean in link-text audit (#9804)
  • tracehouse: allow nested trace events without an end (#9785)
  • rename Element to LHElement (#9832)

Deps

  • update third-party-web to 0.11.0 (#9849)
  • snyk: update snyk snapshot (#9793)

Report

  • rephrase titles for 3rdparty & crc (#9419)
  • rewrite dom-size description (#9821)
  • update logo in top bar (#9728)
  • remove some dead code (#9800)

Clients

  • lr: don't include html report assets in bundle (#9828)
  • viewer: minify inlined report-generator bundle (#9596)

I18n

  • import: web.dev links and small corrections (#9846)
  • import translations (#9802)

Docs

  • related-projects: add lighthouse-check (#9753)
  • related-projects: add the is-website-vulnerable CLI tool (#9810)
  • related-projects: add the gradle lighthouse plugin (#9789)
  • document 'meaning' field in i18n readme (#9787)
  • update stale references to audits (#9760)

Tests

  • use firehouse smoke test runner to test bundle (#9791)
  • attempt bundle test three times in CI (#9830)
  • smokehouse: fix tmp directory creation (#9855)
  • smokehouse: use static requires for test definitions (#9501)

Misc

  • build: minify report javascript for lightrider report generator (#9823)
  • more releasing tweaks (#9772)
  • add compare-timings script (#9723, #9776)
Commits

The new version differs by 36 commits.

  • 848b543 5.6.0 (#9856)
  • e3fcd6e tests(smokehouse): fix tmp directory creation (#9855)
  • 1f07249 deps: update third-party-web to 0.11.0 (#9849)
  • d9e6499 core(gather): add new MainDocumentContent public artifact (#9781)
  • ba2f21b i18n(import): web.dev links and small corrections (#9846)
  • 21c8d2f core(stack-packs): add angular, react, amp, and magento packs (#9797)
  • 85b8a92 core(tracehouse): allow child to start <1ms before parent (#9786)
  • 2a3cc4c misc(errors-in-console): warn on use of unrecognized audit options (#9829)
  • 5cc3990 core: rename Element to LHElement (#9832)
  • da4e851 clients(lr): don't include html report assets in bundle (#9828)
  • 8cfd64b core(driver): fix error handling for Runtime.evaluate (#9831)
  • d50ef9e misc(build): minify report javascript for lightrider report generator (#9823)
  • dbcb52c test(build): attempt bundle test three times in CI (#9830)
  • cb48d46 core(errors-in-console): add ignoredPatterns option (#9480)
  • 94810f3 report(viewer): minify inlined report-generator bundle (#9596)

There are 36 commits in total.

See the full diff