Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Aug 6, 2019 · 8 comments
Open

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

greenkeeper bot opened this issue Aug 6, 2019 · 8 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 6, 2019

The dependency vue-router was updated from 3.1.0 to 3.1.1.

🚨 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 could not complete due to an error (Details).

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 6 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

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2019

After pinning to 3.1.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2019

  • The dependency vue-router was updated from 3.1.1 to 3.1.2.

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
Copy link
Contributor Author

greenkeeper bot commented Aug 30, 2019

  • The dependency vue-router was updated from 3.1.2 to 3.1.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

  • The dependency vue-router was updated from 3.1.5 to 3.1.6.

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 64 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 64 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 19, 2020

  • The dependency vue-router was updated from 3.1.6 to 3.2.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.2.0

Bug Fixes

  • html5: make base case insensitive (04a2143), closes #2154
  • check for pushState being a function (bc41f67), closes #3154

Features

Commits

The new version differs by 22 commits.

  • db39ae1 chore(changelog): 3.2.0
  • c35181f chore(release): 3.2.0
  • f9d24f4 build: bundle 3.2.0
  • 588220c test: up nightwatch to fix tests
  • 8d26c5d chore: up chromedriver
  • 00c39f0 refactor(e2e): clean up scroll-behavior tests (#3200)
  • dcb7f7e style: format
  • 1077c2c test: add case test
  • f8c6ac1 chore: upgrade path-to-regexp to v1.8.0 (fix #2924) (#3032)
  • d18c497 feat(types): NavigationGuardNext (#2497)
  • fc01ee9 docs(ja) : remove single quote (#3069)
  • e091b04 docs(zh): use full width comma (#3094)
  • 4ceec8e docs: Add missing favicon (#3002)
  • 1261363 feat(scroll): use manual scrollRestoration with scrollBehavior (#1814)
  • c755de9 ci: longer transition duration

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2020

  • The dependency vue-router was updated from 3.2.0 to 3.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v3.3.0

Features

Commits

The new version differs by 15 commits.

  • 0b93901 chore(changelog): 3.3.0
  • d1f0506 chore(release): 3.3.0
  • e3332f2 build: bundle 3.3.0
  • c29460d refactor: use forEach
  • 166249a build: show version
  • 1575a18 feat(url): call afterEach hooks after url is ensured (#2292)
  • af75417 docs(zh): update (#3178)
  • ca68c6b chore: remove blank line [skip ci]
  • 231f4a5 docs: typo in node.js example (#3205)
  • c0e86fa docs: typo
  • 191277f ci: selectively ignore docs build
  • f11e531 docs: add installation instructions using Vue CLI (#3206)
  • 1bc23f1 refactor: missing renaming (#3204)
  • 4c727f9 feat(errors): create router errors (#3047)
  • 4c81be8 feat(history): Remove event listeners when all apps are destroyed. (#3172)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 27, 2020

  • The dependency vue-router was updated from 3.3.0 to 3.3.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 7e2b9aa chore(changelog): 3.3.1
  • c8a4cef chore(release): 3.3.1
  • ce5faf5 build: bundle 3.3.1
  • 2c77247 fix(errors): avoid unnecessary log of errors

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 29, 2020

  • The dependency vue-router was updated from 3.3.1 to 3.3.2.

Your tests are still failing with this version. Compare changes

Release Notes for v3.3.2

Bug Fixes

Commits

The new version differs by 5 commits.

  • ba0bffa chore(changelog): 3.3.2
  • f7ce4c7 chore(release): 3.3.2
  • 9654eb1 build: bundle 3.3.2
  • be39ca3 fix(errors): NavigationCanceled with async components (#3211)
  • a0075ed fix: remove error.stack modification (#3212)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants