lovethebomb / la-discotheque

πŸ’Ώ Fancy Discogs-powered collection viewer.
https://disco.lucas.computer
14 stars 1 forks source link

An in-range update of @vue/test-utils is breaking the build 🚨 #29

Closed greenkeeper[bot] closed 10 months ago

greenkeeper[bot] commented 4 years ago

The devDependency @vue/test-utils was updated from 1.0.0-beta.29 to 1.0.0-beta.30.

🚨 View failing branch.

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

@vue/test-utils 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 - ❌ **Travis CI - Branch:** The build **failed**.

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 1.0.0-beta.29 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.0-beta.32

Bug Fixes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.0-beta.33

1.0.0-beta.33 (2020-04-08)

Note: this is the final beta. Next will be 1.0.

Bug Fixes

  • create-instance: revert stubbing of component _Ctor (#1479) (70b553b)
  • Add v-slot support in scopedSlots property, fix #1457 (#1485) (4df7619)
  • test-utils: fix cancelable attribute in dom events (#1460) (b1a532a)
  • Respect provide from parentComponent (#1301
  • #1377 string stubs dropping props (#1473)

Features

  • support lazy modifier with setValue (#1467) (afd7a82)
  • support object class binding in stubbed functional components (#1476) (55f7eac)
Commits

The new version differs by 18 commits.

  • 9f93d5c chore(release): publish v1.0.0-beta.33
  • 6f5c994 chore(release): add dist files 1.0.0-beta.32
  • 351f573 Respect provide from parentComponent (#1301)
  • a4cbe93 docs(guides): remove links to deprecated examples (#1495)
  • 049de99 Vue School links (#1493)
  • 3420a31 Add missing link to npm-package (#1494)
  • 0c4a811 fix #1377 string stubs dropping props (#1473)
  • 9d5b642 docs #1477 Note exception to chaining find calls (#1481)
  • 70b553b fix(create-instance): revert stubbing of component _Ctor (#1479)
  • 4df7619 fix: Add v-slot support in scopedSlots property, fix #1457 (#1485)
  • 98b37f1 docs: Change the link to the link after i18n (#1480)
  • 4657d16 docs: updated the Using nextTick section (#1478)
  • b1a532a fix(test-utils): fix cancelable attribute in dom events (#1460)
  • 55f7eac feat: support object class binding in stubbed functional components (#1476)
  • aff87f8 chore: add translation for nextTick part (#1475)

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • 4a77a11 chore(release): publish v1.0.0
  • b9442e4 chore: add graduate command for v1
  • 1ad01af chore: revert
  • b9237bd chore: revert incorrect publish
  • 66c5038 refactor: cleanup find methods and tests (#1525)
  • aa7b76d feat: return nextTick from setters, fix #1515 (#1517)
  • 7a0b7e0 feat: Optionally hide deprecation errors (#1518)
  • c2de268 chore: improve deprecations
  • 6f0a41a feat: stub out transitions by default (#1411)
  • f102a9a cloneDeep not that deep (#1504)
  • f3d0d3f feat: add support of arbitrary mounting point via attachTo option (#1492)
  • 4b0c5c9 feat(test-utils): add 'overview' function (#1491)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 6529d4d v1.0.1
  • 106e39a chore(release): add dist files 1.0.0
  • ea982d4 chore: lint
  • ccab542 chore: add definitions for findComponent and findAllComponents (#1530)
  • ae73ef4 chore: v1

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • a0ce566 chore(release): publish v1.0.2
  • ce81da4 chore: commit dist files for 1.0.2
  • 17d336e chore: fix typos (#1533)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.3

This is a small release, mainly to improve the deprecation messages.

Bugfix/improvements

fix #1541: Improve deprecation messages (#1548)
fix: added missing import of the Cheerio type (fix #1526) (#1527)
fix: Add attachToDocument conditional deprecation message, (#1546)
fix: Sync docs with v1.0 (#1538)

Commits

The new version differs by 7 commits.

  • d981830 v1.0.3
  • 8d9ff02 chore: 1.0.3
  • c94c589 fix #1541: Improve deprecation messages (#1548)
  • 7e36d77 fix: added missing import of the Cheerio type (fix #1526) (#1527)
  • 35dacdc Add attachToDocument conditional deprecation message, fix #1545 (#1546)
  • 44ac570 Sync docs with v1.0 (#1538)
  • 6e941b6 chore: update deprecation messages (#1534)

See the full diff