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 can-route is breaking the build 🚨 #36

Open
greenkeeper bot opened this issue Jun 30, 2017 · 32 comments
Open

An in-range update of can-route is breaking the build 🚨 #36

greenkeeper bot opened this issue Jun 30, 2017 · 32 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jun 30, 2017

Version 3.2.0 of can-route just got published.

Branch Build failing 🚨
Dependency can-route
Current Version 3.1.0
Type devDependency

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

As can-route is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/appveyor/branch Waiting for AppVeyor build to complete Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 4 commits.

  • e77ee2a Update dist for release
  • 7e13ff2 Merge pull request #86 from canjs/updateDeep
  • 2ae27e8 updating version to pre
  • 4c92089 getting tests to pass

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2017

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 7, 2017

Version 3.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 3.2.1

This is a patch release that fixes a bug with a decorator added to can-maps being added each time route.data is set. This bug caused large stacks when run with done-ssr.

Issues

Commits

The new version differs by 11 commits.

  • f1a360d Update dist for release
  • 2283e3a Merge pull request #95 from canjs/sec
  • 60e4ebb Make sure map decorator is only added once
  • 6a60fbf Merge pull request #93 from canjs/greenkeeper/can-observation-3.3.1
  • 2742a8c chore(package): update can-observation to version 3.3.1
  • c7c3d8c Merge pull request #91 from canjs/greenkeeper/can-reflect-1.2.1
  • 5007a7e chore(package): update can-reflect to version 1.2.1
  • e4a6550 Merge pull request #90 from canjs/greenkeeper/can-compute-3.3.1
  • b4b81ec chore(package): update can-compute to version 3.3.1
  • ba1bf83 Merge pull request #89 from canjs/greenkeeper/can-map-3.3.1
  • 186cc19 chore(package): update can-map to version 3.3.1

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2017

Version 3.2.2 just got published.

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

Release Notes Remove pre-release package references

The post-can-reflect releases from CanJS 3.9 are all stable, so packages shouldn't be depending on pre-releases now.

Commits

The new version differs by 21 commits.

  • 319133e Update dist for release
  • ce99b47 Merge pull request #107 from canjs/remove-prerelease-packages
  • 3c333ed Merge pull request #72 from canjs/greenkeeper/initial
  • 138a86b Merge pull request #101 from canjs/greenkeeper/can-stache-key-0.0.4
  • 3f04992 Merge pull request #79 from canjs/add-license
  • 2ce7901 Merge branch 'master' into greenkeeper/initial
  • 27b1dcd Remove all prerelease package refs (canjs/canjs#3500)
  • 1032036 Merge pull request #104 from canjs/dev-rel-12-update-generated-readmes
  • bc937e3 Update readme.md
  • 3a7e3b4 Remove generated API docs from the README
  • ba6895e chore(package): update can-stache-key to version 0.0.4
  • 623a59d Merge pull request #100 from canjs/greenkeeper/can-define-1.3.3
  • e878819 chore(package): update can-define to version 1.3.3
  • 377c729 Adding missing license.
  • 6ef8054 Merge pull request #97 from canjs/greenkeeper/can-event-3.6.0

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 6, 2017

Version 3.2.3 just got published.

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

Release Notes Remove extra warnings and upgrade can-stache-key

#99

Commits

The new version differs by 26 commits.

  • 5868280 Update dist for release
  • cd17e97 Merge pull request #109 from canjs/bg-route-key-warning-99
  • 1dc04ef Improve test with expected error message
  • ad3b6ae Update can-stache-key and add doctype
  • e826c0b Remove warning when routes have a trailing slash #99
  • 319133e Update dist for release
  • ce99b47 Merge pull request #107 from canjs/remove-prerelease-packages
  • 3c333ed Merge pull request #72 from canjs/greenkeeper/initial
  • 138a86b Merge pull request #101 from canjs/greenkeeper/can-stache-key-0.0.4
  • 3f04992 Merge pull request #79 from canjs/add-license
  • 2ce7901 Merge branch 'master' into greenkeeper/initial
  • 27b1dcd Remove all prerelease package refs (canjs/canjs#3500)
  • 1032036 Merge pull request #104 from canjs/dev-rel-12-update-generated-readmes
  • bc937e3 Update readme.md
  • 3a7e3b4 Remove generated API docs from the README

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2017

Version 3.2.4 just got published.

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

Release Notes Expose internal canEvent __url events, updated docs, added cycle detection
  • Expose internal canEvent __url events to canRoute #80
  • Add a cycle detection script to test process #114
  • Update docs with new @parent & @collection #121

v3.2.3...v3.2.4

Commits

The new version differs by 37 commits.

  • 60d7fab Update dist for release
  • 900bb1a Merge pull request #121 from canjs/landscaper/update-parent
  • 5c0139a Update docs with new @parent & @collection
  • 72a5061 Merge pull request #114 from canjs/landscaper/define-cycles-github
  • 2a68b3e landscaper: Add a cycle detection script to test process
  • a1bf671 Merge pull request #80 from canjs/78-listening-to-changes
  • 5868280 Update dist for release
  • cd17e97 Merge pull request #109 from canjs/bg-route-key-warning-99
  • 1dc04ef Improve test with expected error message
  • ad3b6ae Update can-stache-key and add doctype
  • e826c0b Remove warning when routes have a trailing slash #99
  • 319133e Update dist for release
  • ce99b47 Merge pull request #107 from canjs/remove-prerelease-packages
  • 3c333ed Merge pull request #72 from canjs/greenkeeper/initial
  • 138a86b Merge pull request #101 from canjs/greenkeeper/can-stache-key-0.0.4

There are 37 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 7, 2017

Version 3.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.0

.ready() is now deprecated (it’ll be removed in 4.0); use .start() instead.

Commits

The new version differs by 42 commits.

  • b5da4fa Update dist for release
  • 79983df Merge pull request #131 from canjs/130-deprecate-ready
  • 9291c17 Add start() and deprecate .ready()
  • c10b463 Merge pull request #123 from canjs/greenkeeper/done-serve-1.5.0
  • 40c71e6 chore(package): update done-serve to version 1.5.0
  • 60d7fab Update dist for release
  • 900bb1a Merge pull request #121 from canjs/landscaper/update-parent
  • 5c0139a Update docs with new @parent & @collection
  • 72a5061 Merge pull request #114 from canjs/landscaper/define-cycles-github
  • 2a68b3e landscaper: Add a cycle detection script to test process
  • a1bf671 Merge pull request #80 from canjs/78-listening-to-changes
  • 5868280 Update dist for release
  • cd17e97 Merge pull request #109 from canjs/bg-route-key-warning-99
  • 1dc04ef Improve test with expected error message
  • ad3b6ae Update can-stache-key and add doctype

There are 42 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2017

Version 3.3.1 just got published.

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

Commits

The new version differs by 4 commits.

  • 17b3033 Update dist for release
  • 306e02a Merge pull request #133 from canjs/testpaths
  • e415d7e When ran with the rest of canjs, the route was already set to foo=bar so the change never fires here. Making sure it starts from a known state so the test passes either way.
  • 9193ac1 For canjs/canjs#3760 - make can-route tests work as part of canjs's too

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 20, 2017

Version 3.3.2 just got published.

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

Release Notes v3.3.2

Make the tests more reliable: #134

Commits

The new version differs by 7 commits.

  • f9ec573 Update dist for release
  • 742e568 Merge pull request #134 from canjs/fix-tests
  • 6e57979 Make __url event test more reliable
  • 17b3033 Update dist for release
  • 306e02a Merge pull request #133 from canjs/testpaths
  • e415d7e When ran with the rest of canjs, the route was already set to foo=bar so the change never fires here. Making sure it starts from a known state so the test passes either way.
  • 9193ac1 For canjs/canjs#3760 - make can-route tests work as part of canjs's too

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 4.1.2 just got published.

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

Commits

The new version differs by 84 commits.

There are 84 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

Version 4.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 102 commits.

  • e792b1b 4.2.0
  • 0d68de1 fixing package.json
  • d659a33 removes can-util, closes #175
  • a6f6352 Merge pull request #177 from canjs/minor
  • e9e6abd improved docs
  • 527e3bd 4.2.0-pre.1
  • c476d27 some basic docs
  • 05dad2f some docs
  • 39ae463 supports .dataUrl
  • b5faeb4 Merge pull request #171 from canjs/greenkeeper/testee-0.8.0
  • 0f5e757 Merge pull request #166 from canjs/162-can-bind
  • 7b4f007 Use can-bind internally
  • e7b12a7 Merge pull request #173 from canjs/fix-webpack-debug-style
  • 70d7fcd fix arguements for queues between dev and production
  • f1b6f06 change indent_size in .editorconfig

There are 102 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2018

Version 4.3.0 just got published.

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

Release Notes v4.3.0

Add "use strict" #174

Commits

The new version differs by 6 commits.

  • 3a09239 4.3.0
  • 4f8260b Merge pull request #174 from canjs/landscaper/4217-use-strict
  • 11e9413 Merge branch 'master' into landscaper/4217-use-strict
  • bbba59a Merge pull request #156 from canjs/greenkeeper/done-serve-2.0.0
  • a336f25 Adds use strict. Fixes canjs/canjs#4217
  • 5489931 chore(package): update done-serve to version 2.0.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 25, 2018

Version 4.3.1 just got published.

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

Release Notes v4.3.1

General documentation fixes for canjs #4116

Commits

The new version differs by 10 commits.

  • 211ba74 4.3.1
  • 834fc51 Merge pull request #187 from canjs/general-documentation-fixes
  • ffa9a4f added link to can-route-pushstate
  • b78b2e6 Fixed blatant small issues and problems in docs
  • 3a09239 4.3.0
  • 4f8260b Merge pull request #174 from canjs/landscaper/4217-use-strict
  • 11e9413 Merge branch 'master' into landscaper/4217-use-strict
  • bbba59a Merge pull request #156 from canjs/greenkeeper/done-serve-2.0.0
  • a336f25 Adds use strict. Fixes canjs/canjs#4217
  • 5489931 chore(package): update done-serve to version 2.0.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 30, 2018

Version 4.3.2 just got published.

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

Commits

The new version differs by 13 commits.

  • eec5cf8 4.3.2
  • 8cb254d Merge pull request #191 from canjs/hashchange-test-timeout
  • 9e89718 Increasing timeout for hashchange/can-map test
  • 211ba74 4.3.1
  • 834fc51 Merge pull request #187 from canjs/general-documentation-fixes
  • ffa9a4f added link to can-route-pushstate
  • b78b2e6 Fixed blatant small issues and problems in docs
  • 3a09239 4.3.0
  • 4f8260b Merge pull request #174 from canjs/landscaper/4217-use-strict
  • 11e9413 Merge branch 'master' into landscaper/4217-use-strict
  • bbba59a Merge pull request #156 from canjs/greenkeeper/done-serve-2.0.0
  • a336f25 Adds use strict. Fixes canjs/canjs#4217
  • 5489931 chore(package): update done-serve to version 2.0.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 31, 2018

Version 4.3.3 just got published.

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

Release Notes Improved test consistency

#193

Commits

The new version differs by 16 commits.

  • 6e8745b 4.3.3
  • 4e98f4c Merge pull request #193 from canjs/when-ready
  • 85686ba Allowing a callback when start() finishes to make tests more consistent
  • eec5cf8 4.3.2
  • 8cb254d Merge pull request #191 from canjs/hashchange-test-timeout
  • 9e89718 Increasing timeout for hashchange/can-map test
  • 211ba74 4.3.1
  • 834fc51 Merge pull request #187 from canjs/general-documentation-fixes
  • ffa9a4f added link to can-route-pushstate
  • b78b2e6 Fixed blatant small issues and problems in docs
  • 3a09239 4.3.0
  • 4f8260b Merge pull request #174 from canjs/landscaper/4217-use-strict
  • 11e9413 Merge branch 'master' into landscaper/4217-use-strict
  • bbba59a Merge pull request #156 from canjs/greenkeeper/done-serve-2.0.0
  • a336f25 Adds use strict. Fixes canjs/canjs#4217

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 31, 2018

Version 4.3.4 just got published.

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

Release Notes Improving consistency of more tests

#194

Commits

The new version differs by 19 commits.

  • cdeb144 4.3.4
  • 4710f2d Merge pull request #194 from canjs/more-start-complete
  • 50288a2 adding _onStartComplete to more flaky tests
  • 6e8745b 4.3.3
  • 4e98f4c Merge pull request #193 from canjs/when-ready
  • 85686ba Allowing a callback when start() finishes to make tests more consistent
  • eec5cf8 4.3.2
  • 8cb254d Merge pull request #191 from canjs/hashchange-test-timeout
  • 9e89718 Increasing timeout for hashchange/can-map test
  • 211ba74 4.3.1
  • 834fc51 Merge pull request #187 from canjs/general-documentation-fixes
  • ffa9a4f added link to can-route-pushstate
  • b78b2e6 Fixed blatant small issues and problems in docs
  • 3a09239 4.3.0
  • 4f8260b Merge pull request #174 from canjs/landscaper/4217-use-strict

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2018

Version 4.3.5 just got published.

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

Release Notes Calling attr with an object no longer stringifies object

#198 (review)

Commits

The new version differs by 22 commits.

  • b1cca27 4.3.5
  • a5750f7 Merge pull request #198 from canjs/197-dont-stringify-object
  • 4506939 only serialize props on define that are strings
  • cdeb144 4.3.4
  • 4710f2d Merge pull request #194 from canjs/more-start-complete
  • 50288a2 adding _onStartComplete to more flaky tests
  • 6e8745b 4.3.3
  • 4e98f4c Merge pull request #193 from canjs/when-ready
  • 85686ba Allowing a callback when start() finishes to make tests more consistent
  • eec5cf8 4.3.2
  • 8cb254d Merge pull request #191 from canjs/hashchange-test-timeout
  • 9e89718 Increasing timeout for hashchange/can-map test
  • 211ba74 4.3.1
  • 834fc51 Merge pull request #187 from canjs/general-documentation-fixes
  • ffa9a4f added link to can-route-pushstate

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2018

Version 4.3.6 just got published.

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

Commits

The new version differs by 30 commits.

  • c22aaf1 4.3.6
  • 1a9fb67 rewriting a test to be more tollerant of slowness
  • eca076d Merge pull request #201 from canjs/asymmetric-param-deparam
  • 51acb91 adding tests for current behavior of param/deparam/rule with falsey values
  • 726d90d fixing lint issues in tests
  • 921fe52 Merge pull request #188 from canjs/param-deparam
  • bab23dd refactoring param/deparam/rule tests
  • b1cca27 4.3.5
  • a5750f7 Merge pull request #198 from canjs/197-dont-stringify-object
  • 4506939 only serialize props on define that are strings
  • cdeb144 4.3.4
  • 4710f2d Merge pull request #194 from canjs/more-start-complete
  • 50288a2 adding _onStartComplete to more flaky tests
  • 6e8745b 4.3.3
  • 4e98f4c Merge pull request #193 from canjs/when-ready

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2018

Version 4.3.7 just got published.

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

Commits

The new version differs by 32 commits.

  • 9b46b81 4.3.7
  • 4e41bba waiting a min before failing
  • c22aaf1 4.3.6
  • 1a9fb67 rewriting a test to be more tollerant of slowness
  • eca076d Merge pull request #201 from canjs/asymmetric-param-deparam
  • 51acb91 adding tests for current behavior of param/deparam/rule with falsey values
  • 726d90d fixing lint issues in tests
  • 921fe52 Merge pull request #188 from canjs/param-deparam
  • bab23dd refactoring param/deparam/rule tests
  • b1cca27 4.3.5
  • a5750f7 Merge pull request #198 from canjs/197-dont-stringify-object
  • 4506939 only serialize props on define that are strings
  • cdeb144 4.3.4
  • 4710f2d Merge pull request #194 from canjs/more-start-complete
  • 50288a2 adding _onStartComplete to more flaky tests

There are 32 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 4.3.8 just got published.

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

Commits

The new version differs by 34 commits.

  • a921e17 4.3.8
  • 7871d70 waiting even longer to change the hash
  • 9b46b81 4.3.7
  • 4e41bba waiting a min before failing
  • c22aaf1 4.3.6
  • 1a9fb67 rewriting a test to be more tollerant of slowness
  • eca076d Merge pull request #201 from canjs/asymmetric-param-deparam
  • 51acb91 adding tests for current behavior of param/deparam/rule with falsey values
  • 726d90d fixing lint issues in tests
  • 921fe52 Merge pull request #188 from canjs/param-deparam
  • bab23dd refactoring param/deparam/rule tests
  • b1cca27 4.3.5
  • a5750f7 Merge pull request #198 from canjs/197-dont-stringify-object
  • 4506939 only serialize props on define that are strings
  • cdeb144 4.3.4

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 4.3.9 just got published.

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

Commits

The new version differs by 36 commits.

  • 6ae4f90 4.3.9
  • a710bc5 more testing tolerance
  • a921e17 4.3.8
  • 7871d70 waiting even longer to change the hash
  • 9b46b81 4.3.7
  • 4e41bba waiting a min before failing
  • c22aaf1 4.3.6
  • 1a9fb67 rewriting a test to be more tollerant of slowness
  • eca076d Merge pull request #201 from canjs/asymmetric-param-deparam
  • 51acb91 adding tests for current behavior of param/deparam/rule with falsey values
  • 726d90d fixing lint issues in tests
  • 921fe52 Merge pull request #188 from canjs/param-deparam
  • bab23dd refactoring param/deparam/rule tests
  • b1cca27 4.3.5
  • a5750f7 Merge pull request #198 from canjs/197-dont-stringify-object

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 4.3.10 just got published.

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

Commits

The new version differs by 38 commits.

  • 2ce34df 4.3.10
  • daafbf9 upgrading to steal 2, removing some iframe based tests
  • 6ae4f90 4.3.9
  • a710bc5 more testing tolerance
  • a921e17 4.3.8
  • 7871d70 waiting even longer to change the hash
  • 9b46b81 4.3.7
  • 4e41bba waiting a min before failing
  • c22aaf1 4.3.6
  • 1a9fb67 rewriting a test to be more tollerant of slowness
  • eca076d Merge pull request #201 from canjs/asymmetric-param-deparam
  • 51acb91 adding tests for current behavior of param/deparam/rule with falsey values
  • 726d90d fixing lint issues in tests
  • 921fe52 Merge pull request #188 from canjs/param-deparam
  • bab23dd refactoring param/deparam/rule tests

There are 38 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 4.3.11 just got published.

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

Commits

The new version differs by 41 commits.

  • 2b4c4d0 4.3.11
  • 610763c linting
  • 9009a16 isolate some route iframe tests
  • 2ce34df 4.3.10
  • daafbf9 upgrading to steal 2, removing some iframe based tests
  • 6ae4f90 4.3.9
  • a710bc5 more testing tolerance
  • a921e17 4.3.8
  • 7871d70 waiting even longer to change the hash
  • 9b46b81 4.3.7
  • 4e41bba waiting a min before failing
  • c22aaf1 4.3.6
  • 1a9fb67 rewriting a test to be more tollerant of slowness
  • eca076d Merge pull request #201 from canjs/asymmetric-param-deparam
  • 51acb91 adding tests for current behavior of param/deparam/rule with falsey values

There are 41 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 29, 2018

Version 4.3.12 just got published.

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

Commits

The new version differs by 43 commits.

There are 43 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2018

  • The devDependency can-route was updated from 4.3.12 to 4.4.0.

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

Commits

The new version differs by 50 commits.

  • a7aeb0e 4.4.0
  • 151c679 Merge pull request #204 from canjs/define-map
  • 2fa92b8 Create better defaults when encountering null props
  • 7e9c867 Allow defaults to influence the registered types
  • ab7888b Make DefineMap the default route.data
  • 645ddfe Merge pull request #203 from canjs/test-saucelabs
  • e0e7bbb testing in saucelabs in CI
  • 9b9b111 4.3.12
  • 41a3697 we only need one unsticky test
  • 2b4c4d0 4.3.11
  • 610763c linting
  • 9009a16 isolate some route iframe tests
  • 2ce34df 4.3.10
  • daafbf9 upgrading to steal 2, removing some iframe based tests
  • 6ae4f90 4.3.9

There are 50 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 18, 2018

  • The devDependency can-route was updated from 4.4.0 to 4.4.1.

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

Release Notes for Add can-define as a dependency

can-define was listed as a devDependency

Commits

The new version differs by 52 commits.

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

  • The devDependency can-route was updated from 4.4.1 to 4.4.2.

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

Commits

The new version differs by 54 commits.

  • a9fd4e9 4.4.2
  • 4c8dbc4 fixes test due to obs.value becoming observable
  • 8335c25 4.4.1
  • e903474 depends on can-define now
  • a7aeb0e 4.4.0
  • 151c679 Merge pull request #204 from canjs/define-map
  • 2fa92b8 Create better defaults when encountering null props
  • 7e9c867 Allow defaults to influence the registered types
  • ab7888b Make DefineMap the default route.data
  • 645ddfe Merge pull request #203 from canjs/test-saucelabs
  • e0e7bbb testing in saucelabs in CI
  • 9b9b111 4.3.12
  • 41a3697 we only need one unsticky test
  • 2b4c4d0 4.3.11
  • 610763c linting

There are 54 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 6, 2018

  • The devDependency can-route was updated from 4.4.2 to 4.4.3.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 57 commits.

  • 2f3ccfc 4.4.3
  • 8a579da Merge pull request #214 from canjs/dm-prod
  • a8d0301 Include routeData reflections in prod
  • a9fd4e9 4.4.2
  • 4c8dbc4 fixes test due to obs.value becoming observable
  • 8335c25 4.4.1
  • e903474 depends on can-define now
  • a7aeb0e 4.4.0
  • 151c679 Merge pull request #204 from canjs/define-map
  • 2fa92b8 Create better defaults when encountering null props
  • 7e9c867 Allow defaults to influence the registered types
  • ab7888b Make DefineMap the default route.data
  • 645ddfe Merge pull request #203 from canjs/test-saucelabs
  • e0e7bbb testing in saucelabs in CI
  • 9b9b111 4.3.12

There are 57 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2018

  • The devDependency can-route was updated from 4.4.3 to 4.4.4.

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

Commits

The new version differs by 4 commits.

  • 20ef6af 4.4.4
  • 8554cf5 Fixing documentation issues (#211)
  • 8838352 Merge pull request #217 from canjs/safari-11
  • 46a5bf7 using Safari 11 in SauceLabs

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2018

  • The devDependency can-route was updated from 4.4.4 to 4.4.5.

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

Release Notes for IE 11 Compatibility

#212

Commits

The new version differs by 11 commits.

  • be0b020 4.4.5
  • e43e84b Merge pull request #212 from canjs/ie11-compat
  • 20ef6af 4.4.4
  • 8554cf5 Fixing documentation issues (#211)
  • 8e217ed changing test file setup to match new pattern
  • b03f8e8 fixing typeof check
  • 2fa953c separate observe tests
  • c70ae1b fix routing values conflicts between tests with timeout for ie11
  • 271a1a9 fix test for IE11
  • 8838352 Merge pull request #217 from canjs/safari-11
  • 46a5bf7 using Safari 11 in SauceLabs

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 28, 2018

  • The devDependency can-route was updated from 4.4.5 to 4.4.6.

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

Release Notes for IE11 Test Consistency

Made tests more consistent in IE11 by resetting routes after each test and added IE11 to sauce labs suite.

#220

Commits

The new version differs by 16 commits.

  • 4a1a40b 4.4.6
  • 9ff99ed Merge pull request #220 from canjs/add-ie-11
  • b1f6ffb cleaning up routes in route-define-test
  • 6da9460 not running can-observe related tests in IE
  • 559d324 adding IE11 to sauce labs test suite
  • be0b020 4.4.5
  • e43e84b Merge pull request #212 from canjs/ie11-compat
  • 20ef6af 4.4.4
  • 8554cf5 Fixing documentation issues (#211)
  • 8e217ed changing test file setup to match new pattern
  • b03f8e8 fixing typeof check
  • 2fa953c separate observe tests
  • c70ae1b fix routing values conflicts between tests with timeout for ie11
  • 271a1a9 fix test for IE11
  • 8838352 Merge pull request #217 from canjs/safari-11

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2019

  • The devDependency can-route was updated from 4.4.6 to 4.4.7.

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

Release Notes for Fix the deprecated group’s name in the docs

#229

Commits

The new version differs by 26 commits.

  • a59492c 4.4.7
  • d627e8d Merge pull request #229 from canjs/chasenlehara-patch-1
  • 050ef99 Fix the deprecated group’s name in the docs
  • d9a249b Merge pull request #225 from canjs/greenkeeper/testee-0.9.0
  • 70473b6 Merge pull request #226 from canjs/landscaper/update-default-repos
  • a1f3694 Update readme.md
  • bdfc465 Update README generated by DoneJS
  • a78deb9 chore(package): update testee to version 0.9.0
  • 7ac7f86 Merge pull request #218 from canjs/greenkeeper/done-serve-3.0.0
  • 4a1a40b 4.4.6
  • 9ff99ed Merge pull request #220 from canjs/add-ie-11
  • b1f6ffb cleaning up routes in route-define-test
  • 6da9460 not running can-observe related tests in IE
  • 559d324 adding IE11 to sauce labs test suite
  • 10f0055 chore(package): update done-serve to version 3.0.0

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 28, 2019

  • The devDependency can-route was updated from 4.4.7 to 4.4.8.

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

Commits

The new version differs by 49 commits.

  • c3e81f1 4.4.8
  • 61f391a Merge pull request #242 from canjs/landscaper/qunit2
  • 38c4c88 fix tests
  • 3df3d33 Landscaper: QUnit2 upgrade
  • 074587a Merge pull request #223 from canjs/221-docco
  • 1ecf06e Sync with master
  • bb2d15f Merge pull request #240 from canjs/revert-239-landscaper/qunit2
  • f0e2c5a Revert "Landscaper/qunit2"
  • 809c0ee Remove debugger from the code
  • 06c10b1 Merge pull request #239 from canjs/landscaper/qunit2
  • ce9e637 Merge branch 'master' into landscaper/qunit2
  • d905730 QUnit 2 test pending fix
  • d1c7bd4 Upgrade Sauce Labs Appium version (#238)
  • f2e4286 Landscaper: QUnit2 upgrade
  • a59492c 4.4.7

There are 49 commits in total.

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