CFI-UL / scoreboard

CFIUL Scoreboard
https://scoreboard.cfiul.ca/
MIT License
1 stars 1 forks source link

An in-range update of vue-router is breaking the build 🚨 #50

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency vue-router was updated from 3.0.2 to 3.0.3.

🚨 View failing branch.

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

vue-router 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/CFI-UL/scoreboard/builds/517248732?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 48 commits.

  • ab0aed0 chore(release): 3.0.3
  • e50e29e chore(build): 3.0.3
  • f9da191 chore: igonre vscode config dir
  • 84a5e30 chore(release): adapt commit messages
  • 3362683 chore: add eslintignore
  • 63d8548 build(release): add changelog with checks
  • 228d1a2 docs(build): add releasing notes
  • 7ff4de4 fix(resolve): use current location if not provided (#2390)
  • 53cce99 fix(normalizeLocation): create a copy with named locations (#2286)
  • e57882c docs(zn): fix wrong characters in (#2681)
  • b8e7b7a docs: fix netlify deploy (#2669)
  • 0b4d69e docs: fix broken link (#2638)
  • bd41be0 docs(zh): JavaScript (#2625)
  • a96ea88 chore(ci): use vuejs/ci docker image (#2632)
  • cda849d docs: Fix small grammatical error in redirect-and-alias (#2623)

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

After pinning to 3.0.2 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

Commits

The new version differs by 7 commits.

  • e661041 chore(release): 3.0.4
  • 4d5520c chore(build): unify build and release commits
  • a775fb1 fix(hash): only decode path (#2711)
  • 8009b9c chore: add browserstack logo (#2709)
  • 8056105 fix: prevent memory leaks by removing app references (#2706)
  • 627027f feat(esm build): build ES modules for browser (#2705)
  • c3c2140 chore(changelog): 3.0.3

See the full diff

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 8 commits.

  • 725453c chore(release): 3.0.5
  • c3abdf6 fix(router-view): register instance in init hook
  • aff474e chore: refactor e2e test
  • e6d8fd2 fix(router-view): add condition to see whether the tree is inactive (fix #2552) (#2592)
  • 6974a6f fix: push before creating Vue instance (#2713)
  • a0c1c5e chore(scripts): show messages in release script
  • 7c555b5 chore(build): adapt changelog generation
  • 81cfe71 chore(changelog): 3.0.4

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 14 commits.

  • e765971 chore(release): 3.0.6
  • ec6eab7 fix: revert #2713 (#2723)
  • 8e55ae1 test: fix keepalive + guard test
  • 5ad4539 chore(changelog): fix title level [skip ci]
  • 6bf8fb9 chore: fix changelog entry
  • e381e1d chore(changelog): 3.0.5
  • 725453c chore(release): 3.0.5
  • c3abdf6 fix(router-view): register instance in init hook
  • aff474e chore: refactor e2e test
  • e6d8fd2 fix(router-view): add condition to see whether the tree is inactive (fix #2552) (#2592)
  • 6974a6f fix: push before creating Vue instance (#2713)
  • a0c1c5e chore(scripts): show messages in release script
  • 7c555b5 chore(build): adapt changelog generation
  • 81cfe71 chore(changelog): 3.0.4

See the full diff

greenkeeper[bot] commented 5 years ago

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

Commits

The new version differs by 49 commits.

  • f69b2c1 chore(release): 3.0.7
  • e82fbb0 chore(release): add v before version
  • 47641d6 chore(devDeps): update buble
  • 3048921 chore(devDeps): remove outdated resolution to webpack-dev-middleware
  • 104bd98 chore(devDeps): upgrade
  • 732c825 ci: fix env varable read
  • 8aeeea2 chore(test): improve e2e test runner warning (#2806)
  • 6acf347 test: avoid running before/after each for non BS tests
  • 0522034 test: fix tests for contributors without BS credentials
  • 9d61348 ci: move ci check for BS
  • bc66fa1 test: fix runner check of -e
  • 6b197c5 ci: use yarn
  • 0d1d493 chore: add prettierrc
  • dddaf6a test: add tags for e2e, run on ie9
  • e47bd82 ci: add more browsers

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v3.1.0

Bug Fixes

  • abstract history: allow router.back in abstract mode when 2 consecutive same routes appear in history stack (#2771) (8910979), closes #2607
  • hash: correctly place query if placed before hash (#2851) (b7715dc), closes #2125 #2262
  • link: Fix active links when parent link redirects to child (#2772) (64785a9), closes #2724
  • adapt error to work on IE9 (527d6d5)

Features

Commits

The new version differs by 79 commits.

  • 55aa93a chore(changelog): 3.1.0
  • 57dc154 chore(release): 3.1.0
  • a0e4990 build: bundle 3.1.0
  • b43c576 docs(link): add v-slot for router-link (#2870)
  • 5ad26bc test(e2e): retry tests 1 times for transitions
  • 991a340 docs: format
  • d907a13 feat: return a promise with push and replace (#2862)
  • f00f1fc test(e2e): fix container size for scroll behavior
  • 89dad9f test(e2e): fix usage of chromedriver
  • b9bf4a2 chore: upgrade chromedriver
  • 44c63a9 feat: warn the user for invalid uses of v-slot with Link
  • d6ba930 build: run changelog before pushing
  • 674c6d6 chore: fix changelog releasing
  • dd39b91 chore: remove comments
  • 527d6d5 fix: adapt error to work on IE9

There are 79 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.1

Bug Fixes

  • link: silence back navigations errors (59b6da3). In particular when doing clicking on a link that points to the current page
Commits

The new version differs by 85 commits.

  • ff8abe0 chore(changelog): 3.1.1
  • fe7d454 chore(release): 3.1.1
  • ba6ed89 build: bundle 3.1.1
  • 59b6da3 fix(link): silence back navigations errors
  • 1381850 docs: add promise based push/replace
  • bb37f83 docs: fix notation of version required
  • 55aa93a chore(changelog): 3.1.0
  • 57dc154 chore(release): 3.1.0
  • a0e4990 build: bundle 3.1.0
  • b43c576 docs(link): add v-slot for router-link (#2870)
  • 5ad26bc test(e2e): retry tests 1 times for transitions
  • 991a340 docs: format
  • d907a13 feat: return a promise with push and replace (#2862)
  • f00f1fc test(e2e): fix container size for scroll behavior
  • 89dad9f test(e2e): fix usage of chromedriver

There are 85 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

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

Release Notes for v3.1.2

Bug Fixes

  • types: prioritize promise based push/replace (1243e8b)

Reverts

Commits

The new version differs by 8 commits.

  • 5141def chore(changelog): 3.1.2
  • 559236c chore(release): 3.1.2
  • 6b60fc9 build: bundle 3.1.2
  • 9b30e4c revert: "fix(hash): correctly place query if placed before hash (#2851)"
  • e9ab7f3 docs(ru): Translation update (#2879)
  • c5b9318 refactor(link): simplify error silencing
  • f645cf0 refactor(types): reformat
  • 1243e8b fix(types): prioritize promise based push/replace

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.3

Bug Fixes

  • link: merge event listeners when provided in an anchor (e0d4dc4), closes #2890

Features

Commits

The new version differs by 22 commits.

  • c8d3d6b chore(changelog): 3.1.3
  • 745a33d chore(release): 3.1.3
  • ec2e1fe build: bundle 3.1.3
  • 7d7e048 feat: warn about root paths without a leading slash (#2591)
  • 638278b refactor: remove circular dependency
  • fdf5756 docs(guards): wording (#2190)
  • b3592b6 style(test): add eslint configuration for unit tests (#2518)
  • 842a760 chore(test): remove useless code and comments (#2808)
  • be66504 chore(devDeps): upgrade yarn.lock
  • 0491cf2 chore: upgrade rollup
  • 8ca7e74 chore: add funding.yml
  • a8fe4fc docs(zh): add promise based push/replace (#2898)
  • e0d4dc4 fix(link): merge event listeners when provided in an anchor
  • 5ef5d73 feat(errors): add stack trace to NavigationDuplicated
  • 5141def chore(changelog): 3.1.2

There are 22 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.6

Bug Fixes

  • preserve history state when reloading (a4ec3e2)
  • ts: add null to Route.name (#3117) (8f831f2)
  • correctly calculate path when pathMatch is empty string (#3111) (38e6ccd), closes #3106
Commits

The new version differs by 42 commits.

  • 39d46b2 chore(changelog): 3.1.6
  • 32bb16c chore(release): 3.1.6
  • 02d2488 build: bundle 3.1.6
  • f2024d5 test: spy on console.warn
  • a4ec3e2 fix: preserve history state when reloading
  • 8fdd9c5 docs: fix guard example (#3129)
  • 8f831f2 fix(ts): add null to Route.name (#3117)
  • 38e6ccd fix: correctly calculate path when pathMatch is empty string (#3111)
  • 256cf3e chore(changelog): 3.1.5
  • c42962c chore(release): 3.1.5
  • 9828c1e build: bundle 3.1.5
  • 0fb1343 fix(view): add passing props to inactive component (#2773)
  • 0c2b1aa fix(view): fix deeply nested keep-alive router-views displaying (#2930)
  • d4894b2 chore(changelog): 3.1.4
  • 80d956d chore(release): 3.1.4

There are 42 commits in total.

See the full diff