amercier / vue-template

Vue CLI-scaffolded project with Airbnb + Prettier ESLint config, CI and Deployment.
https://vue-template.amercier.com/
ISC License
2 stars 0 forks source link

An in-range update of vuex is breaking the build 🚨 #34

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency vuex was updated from 3.1.1 to 3.1.2.

🚨 View failing branch.

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 could not complete due to an error ([Details](https://travis-ci.org/amercier/vue-template/builds/609975399?utm_source=github_status&utm_medium=notification)).

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

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 3.1.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

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