betamore / fswd-project-seed

Project seed for Intro to Full Stack Web Development
2 stars 14 forks source link

An in-range update of vuex is breaking the build šŸšØ #28

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.1 of vuex was just published.

Branch Build failing šŸšØ
Dependency vuex
Current Version 3.0.0
Type dependency

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

vuex 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 - āŒ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/betamore/fswd-project-seed/builds/295796188?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 19 commits.

  • e821f1b [release] 3.0.1
  • d8b35b9 [build] 3.0.1
  • 5b31711 [RU] Translation update (#1019)
  • d18d4b7 Fix wrong title in french translation (#1021)
  • 2d097f9 Grammar fixes in core-concepts.md (#1015)
  • c97f21d Fixed missing word in getters.md (#1014)
  • e96dd97 Update actions.md (#1007)
  • eed27dc [Doc EN]: Official Vue way to speak about a version and greater version (#1012)
  • ecfedb4 [Doc FR]: changes with v2.5! (#1010)
  • 1234464 [zh-cn] synced from #b206933 to #bb76bfd (#993)
  • a8cfe75 [RU] Translation update (#1001)
  • 0ba995e Fix export default in index.d.ts (#1000)
  • 887f563 Update api.md (#1004)
  • 5f15133 Update api.md (#998)
  • bb76bfd Update ja docs (#986)

There are 19 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 7 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.1.0

Features

  • store.subscribeAction can now specify whether the handler should be invoked before the action, after the action, or both. 76818c1 (#1115 by @wa3l)

Improvements

  • Errors thrown inside action subscribers no longer cause the entire action to fail.
Commits

The new version differs by 157 commits.

  • 4c0d0ae [release] 3.1.0
  • 745f23b [build] 3.1.0
  • fa6e833 build: update build script for rollup 1.0
  • e1fd222 chore: format
  • 431540b docs: document new subscribeAction options
  • acd7249 feat: ensure errors in action subscribers do not break actions
  • 59f31af build: bump dev deps
  • 76818c1 Action before and after subscribers (#1115)
  • da22a6e docs(ja): fix translation (#1460)
  • 2dfdd83 docs: replaced video preview code to a VideoPreview component (#1453)
  • c92cef3 Fix typo and update tense (#1457)
  • f5a42d3 docs(zh): update (#1454)
  • 6e154c1 removing English text from pt-br file (#1449)
  • 4b82bb2 docs: add 5-minute video to What is Vuex? (#1447)
  • d93a5c3 docs(ru): Translation update (#1445)

There are 157 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 30 commits.

  • ffc7d00 [release] 3.1.1
  • cf09063 [build] 3.1.1
  • d7c7f98 feat(esm build): build ES modules for browser (#1533)
  • 3f87e0a docs(pt-br): CorreĆ§Ć£o de erro de digitaĆ§Ć£o (#1527)
  • 13dc501 docs(ja): tweak code example (#1528)
  • 0b1ceec docs(zh): updated (#1529)
  • cb9986a fix: Memory leak happening while using registerModule/uā€¦ (#1508)
  • b58d3d6 docs: fixed a sentence into bold (#1524)
  • 120cec0 Rephrase dumb to silly (#1525)
  • f839fa2 docs: Fix minor errors in README.md (#1523)
  • 683579c docs: tweaks
  • d072724 Update edits1
  • d1b2cb7 Updated Edits
  • 1ff6a24 Fix minor errors in README.md
  • 0e109e2 fix(types): Make mutation and action payload optional in definition file (#1517)

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.1.2

Bug Fixes

  • add warnings when the different namespaced modules has the same namesā€¦ (#1554) (91f3e69)
  • docs: Clearify state object type (#1601) (de06f76)
  • Should vuex mapState print error message #1093 (#1297) (e5ca2d5)
  • types: avoid broadening vue instance type when using map helpers (#1639) (9a96720)
  • tweak mapping helper warning message (#1641) (e60bc76)
  • Warn about conflicts between state and module (#1365) (538ee58)

Performance Improvements

  • Implementing a cache for the gettersProxy object creation (#1546) (4003382)
Commits

The new version differs by 27 commits.

  • d270338 [release] 3.1.2
  • 1ed9a03 [build] 3.1.2
  • d4d0430 docs: update on object spread syntax (#1642)
  • e60bc76 fix: tweak mapping helper warning message (#1641)
  • 9a96720 fix(types): avoid broadening vue instance type when using map helpers (#1639)
  • adab4aa refactor: remove useless parameter on action handlers (#1640)
  • 538ee58 fix: Warn about conflicts between state and module (#1365)
  • e5ca2d5 fix: Should vuex mapState print error message #1093 (#1297)
  • 4003382 perf: Implementing a cache for the gettersProxy object creation (#1546)
  • 540b81f docs: fix typo in comments (#1550)
  • e0e0b7b docs: minor typo (#1565)
  • 2ffedd6 docs: Minor typo fix for Actions docs page. (#1606)
  • b39c97c docs(zh): updated (#1614)
  • 7ca8e62 build(deps): bump lodash.mergewith from 4.6.1 to 4.6.2 (#1634)
  • beac98d build(deps): bump lodash.template from 4.4.0 to 4.5.0 (#1637)

There are 27 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.1.3

Bug Fixes

  • Prevent invalidating subscription iterator (#1438) (@cngu)

Improvements

Commits

The new version differs by 20 commits.

  • 3a79b6d [release] 3.1.3
  • ac8a486 [build] 3.1.3
  • 810a360 ci: update node version to v12
  • 3397715 chore: bump chromedriver
  • 1bafb13 build: add vue as a peer dependency (#1692)
  • e2ff394 Merge pull request #1688 from logicaltrojan/dev
  • a1b1551 Merge pull request #1632 from dlwnsgus777/dev
  • 75833c5 Typo Fix
  • 09330b0 Merge pull request #1679 from PeterChen1997/patch-1
  • 28284a5 fix docs description
  • 4ebfaf9 Merge pull request #1674 from vuejs/e2e-test
  • d601129 ci: fix failing e2e test
  • d1dbc48 style: remove unnecessary blank line from webpack config
  • bafa881 refactor: do not mutate mutation payload in the todo app example (#1670)
  • e012653 fix: Prevent invalidating subscription iterator (#1438)

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.2.0

Features

Commits

The new version differs by 11 commits.

  • fa1ccde realese: v3.2.0
  • 0fb54ae build: add conventional changelog support (#1707)
  • e52756c docs(ru): fix punctuation and typos (#1714)
  • 9f5b2ad docs(ru): add docs for the hasModule api (#1713)
  • 1d90054 docs(zh): update getter.md (#1710)
  • b49abc0 docs: add docs and typings for the new hasModule method (#1706)
  • 4c60cf5 style: fix few stylings issue
  • d65d142 feat: add Store#hasModule(path) API (#834)
  • 16fbb36 Merge pull request #1702 from sunnyke/dev
  • 506cea2 modify test description
  • 4d7f390 docs: make obvious where the store come from (#1687)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.3.0

Bug Fixes

Features

  • Add prepend option for subscribe and subscribeAction (#1358) (a39d076)
  • logger: createLogger can optionally log actions (#987) (18be128)
Commits

The new version differs by 18 commits.

  • b1568a5 realese: v3.3.0
  • e2b9974 types: add subscribe options type (#1724)
  • 38c11dc fix(types): Add devtools to store options type (#1478)
  • a39d076 fix: Prepend devtool handler (#1358)
  • f698a26 docs(ja): align style of api method description to other locales
  • 19e6337 docs: add missing return types
  • 717d766 docs: update all locale testing.md to the latest
  • d2584b1 style: adjust few stylings of logger plugin
  • 18be128 feat(logger): createLogger can optionally log actions (#987)
  • 52b753b docs(ja): add hasModule api translation (#1722)
  • e0de548 docs(ru): update testing.md (#1723)
  • 7da1f13 docs: fix false negative when checking payload: false in testAction (#1425)
  • 8a59d9d docs(ru): translation update (#1720)
  • aac0889 docs(zh): update (#1718)
  • 4fa68ab docs: unified the tips format (#1719)

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

Release Notes for v3.4.0

Features