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-fixture is breaking the build 🚨 #31

Open
greenkeeper bot opened this issue Jun 23, 2017 · 15 comments
Open

An in-range update of can-fixture is breaking the build 🚨 #31

greenkeeper bot opened this issue Jun 23, 2017 · 15 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jun 23, 2017

Version 1.1.0 of can-fixture just got published.

Branch Build failing 🚨
Dependency can-fixture
Current Version 1.0.14
Type devDependency

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

As can-fixture 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 3 commits.

  • d09f1a7 Update dist for release
  • 4d4987b fixing postversion script
  • c3e6c53 Do Not Merge - can-reflect (#117)

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 23, 2017

After pinning to 1.0.14 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 Sep 1, 2017

Version 1.1.1 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 13 commits.

  • 2bd93f5 1.1.1
  • 8ca0064 Update version number
  • 91871ab Merge pull request #130 from canjs/remove-prerelease-packages
  • 56c1837 Remove all prerelease package refs (canjs/canjs#3500)
  • e498612 Merge pull request #129 from canjs/add-dist-in-build
  • d87b8ba Update package.json scripts to include dist folder with the npm package
  • 4279b7a Merge pull request #125 from canjs/dev-rel-12-update-generated-readmes
  • f4a872d Remove generated API docs from the README
  • 9042084 Adding missing license.
  • 043cfac Merge pull request #122 from canjs/greenkeeper/can-connect-1.5.4
  • 91db0c3 chore(package): update can-connect to version 1.5.4
  • cfe7a1a Merge pull request #121 from canjs/greenkeeper/testee-0.7.0
  • 047a50e chore(package): update testee to version 0.7.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2017

Version 1.1.2 just got published.

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

Release Notes Updated docs and added cycle detection
  • Add a cycle detection script to test process #136
  • Update docs with new @parent & @collection #138
  • Hide docs that can’t show up in the navigation #139

v1.1.1...v1.1.2

Commits

The new version differs by 19 commits.

  • c02270e 1.1.2
  • a10f7fc Update version number
  • 633543b Hide docs that can’t show up in the navigation (#139)
  • c7cc080 Merge pull request #138 from canjs/landscaper/update-parent
  • 5632d96 Update docs with new @parent & @collection
  • 92de433 Merge pull request #136 from canjs/landscaper/define-cycles-github
  • 9d4529e landscaper: Add a cycle detection script to test process
  • 8ca0064 Update version number
  • 91871ab Merge pull request #130 from canjs/remove-prerelease-packages
  • 56c1837 Remove all prerelease package refs (canjs/canjs#3500)
  • e498612 Merge pull request #129 from canjs/add-dist-in-build
  • d87b8ba Update package.json scripts to include dist folder with the npm package
  • 4279b7a Merge pull request #125 from canjs/dev-rel-12-update-generated-readmes
  • f4a872d Remove generated API docs from the README
  • 9042084 Adding missing license.

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2017

Version 1.2.0 just got published.

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

Commits

The new version differs by 21 commits.

  • 64ef1d3 1.2.0
  • ec044c1 Update version number
  • 9958a39 warns if using the old store form
  • a10f7fc Update version number
  • 633543b Hide docs that can’t show up in the navigation (#139)
  • c7cc080 Merge pull request #138 from canjs/landscaper/update-parent
  • 5632d96 Update docs with new @parent & @collection
  • 92de433 Merge pull request #136 from canjs/landscaper/define-cycles-github
  • 9d4529e landscaper: Add a cycle detection script to test process
  • 8ca0064 Update version number
  • 91871ab Merge pull request #130 from canjs/remove-prerelease-packages
  • 56c1837 Remove all prerelease package refs (canjs/canjs#3500)
  • e498612 Merge pull request #129 from canjs/add-dist-in-build
  • d87b8ba Update package.json scripts to include dist folder with the npm package
  • 4279b7a Merge pull request #125 from canjs/dev-rel-12-update-generated-readmes

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 19, 2017

Version 1.2.1 just got published.

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

Release Notes v1.2.1

Fixes the npm package to include the test folder.

Commits

The new version differs by 2 commits ahead by 2, behind by 1.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 5, 2018

Version 1.2.2 just got published.

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

Release Notes v1.2.2

Fixes an issue in which Array, FormData, and data types were converted to plain objects #133 (thanks @roemhildtg!)

Commits

The new version differs by 7 commits ahead by 7, behind by 1.

  • 024a2cb 1.2.2
  • dce9276 Update version number
  • b9d634d Merge pull request #141 from canjs/133-array-data
  • 0e5416a Accept arrays as the request data
  • 005a892 Merge pull request #134 from roemhildtg/master
  • ddfef65 Update version number
  • bb8eac6 check for form data types before processing data #133

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 4, 2018

Version 2.1.0 just got published.

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

Release Notes v2.1.0
  • Add compatibility with how webpack builds for production #149
  • Add "use strict" #150
Commits

The new version differs by 26 commits ahead by 26, behind by 1.

  • 4c70bf3 2.1.0
  • e4e96f3 Update version number
  • f0247d3 Merge pull request #150 from canjs/landscaper/4217-use-strict
  • 6bcbc40 Merge pull request #148 from canjs/greenkeeper/testee-0.8.0
  • 83acf6c Adds use strict. Fixes canjs/canjs#4217
  • 45c650c Merge pull request #149 from canjs/fix-webpack-debug-style
  • 5da0ade use 4 for indent_size
  • 3df0f39 add node to .jshinrc
  • 662f4e1 fix dev code for webpack compatibility
  • 7570140 chore(package): update testee to version 0.8.0
  • 26c841f Update version number
  • 78a06ab Cleanup markdown sample code (#146)
  • 0464b74 2.0.2
  • dc6f920 Merge pull request #144 from canjs/empty-data
  • 643fc92 Set request data to an empty object

There are 26 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 1, 2019

  • The devDependency can-fixture was updated from 3.0.4 to 3.0.5.

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

Commits

The new version differs by 50 commits ahead by 50, behind by 1.

  • cf495e2 3.0.5
  • d4ac1f0 Merge pull request #154 from canjs/34-oldfixtures
  • f24e661 fix the test
  • 878bdd6 enhance how to handle array settings
  • 796d09c handle settings as array with a list of fixture objects
  • 13dcda3 more cleanup
  • 588c533 cleanup
  • c200f7a #34 added documentation
  • 572e9cc updated other fixture functions to return removed fixtures
  • d01f73e fixed spacing in upsert
  • 575da22 #34 return removed fixtures when adding new fixtures
  • 36c079f 3.0.4
  • 50140f7 Merge pull request #159 from canjs/fix-test
  • ea8da29 Import steal-clone dynamically in the test
  • af9383d 3.0.3

There are 50 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2019

  • The devDependency can-fixture was updated from 3.0.5 to 3.1.0.

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

Release Notes for support Promise and Async/Await

This release adds support for the requestHandler to return promises. #164

Commits

The new version differs by 59 commits ahead by 59, behind by 1.

  • 70675d2 3.1.0
  • fb0e597 support returning promises from dynamic fixtures (#164)
  • 1559de9 Merge pull request #161 from canjs/greenkeeper/testee-0.9.0
  • dc35384 Fix the description in the README
  • 8832773 Update Slack link
  • de2ee48 Merge pull request #162 from canjs/landscaper/update-default-repos
  • 5f20010 Update README.md
  • af75388 Update README generated by DoneJS
  • cf495e2 3.0.5
  • d4ac1f0 Merge pull request #154 from canjs/34-oldfixtures
  • f24e661 fix the test
  • 5a9d5da chore(package): update testee to version 0.9.0
  • 878bdd6 enhance how to handle array settings
  • 796d09c handle settings as array with a list of fixture objects
  • 13dcda3 more cleanup

There are 59 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2019

  • The devDependency can-fixture was updated from 3.1.0 to 3.1.2.

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

Commits

The new version differs by 61 commits ahead by 61, behind by 1.

  • 2667c65 3.1.2
  • 97f438d 3.1.1
  • 70675d2 3.1.0
  • fb0e597 support returning promises from dynamic fixtures (#164)
  • 1559de9 Merge pull request #161 from canjs/greenkeeper/testee-0.9.0
  • dc35384 Fix the description in the README
  • 8832773 Update Slack link
  • de2ee48 Merge pull request #162 from canjs/landscaper/update-default-repos
  • 5f20010 Update README.md
  • af75388 Update README generated by DoneJS
  • cf495e2 3.0.5
  • d4ac1f0 Merge pull request #154 from canjs/34-oldfixtures
  • f24e661 fix the test
  • 5a9d5da chore(package): update testee to version 0.9.0
  • 878bdd6 enhance how to handle array settings

There are 61 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2019

  • The devDependency can-fixture was updated from 3.1.2 to 3.1.3.

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

Commits

The new version differs by 62 commits ahead by 62, behind by 1.

  • 0f3a0fa 3.1.3
  • 2667c65 3.1.2
  • 97f438d 3.1.1
  • 70675d2 3.1.0
  • fb0e597 support returning promises from dynamic fixtures (#164)
  • 1559de9 Merge pull request #161 from canjs/greenkeeper/testee-0.9.0
  • dc35384 Fix the description in the README
  • 8832773 Update Slack link
  • de2ee48 Merge pull request #162 from canjs/landscaper/update-default-repos
  • 5f20010 Update README.md
  • af75388 Update README generated by DoneJS
  • cf495e2 3.0.5
  • d4ac1f0 Merge pull request #154 from canjs/34-oldfixtures
  • f24e661 fix the test
  • 5a9d5da chore(package): update testee to version 0.9.0

There are 62 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2019

  • The devDependency can-fixture was updated from 3.1.3 to 3.1.4.

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

Commits

The new version differs by 67 commits ahead by 67, behind by 1.

  • dab311d 3.1.4
  • dd69873 Merge branch 'master' of github.com:canjs/can-fixture
  • 0f3a0fa 3.1.3
  • c237c6c Merge pull request #165 from canjs/157-window-fixture
  • 2667c65 3.1.2
  • 97f438d 3.1.1
  • 70675d2 3.1.0
  • fb0e597 support returning promises from dynamic fixtures (#164)
  • 98feac8 Fix Test
  • 6147d97 #157 adds warning when global fixture is called
  • 1559de9 Merge pull request #161 from canjs/greenkeeper/testee-0.9.0
  • dc35384 Fix the description in the README
  • 8832773 Update Slack link
  • de2ee48 Merge pull request #162 from canjs/landscaper/update-default-repos
  • 5f20010 Update README.md

There are 67 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

  • The devDependency can-fixture was updated from 3.1.4 to 3.1.5.

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

Commits

The new version differs by 71 commits ahead by 71, behind by 1.

  • da8d118 3.1.5
  • c94e012 Merge pull request #169 from canjs/landscaper/qunit2
  • 5808b7f Fix tests for QUnit 2
  • 32fb090 Landscaper: QUnit2 upgrade
  • dab311d 3.1.4
  • dd69873 Merge branch 'master' of github.com:canjs/can-fixture
  • 0f3a0fa 3.1.3
  • c237c6c Merge pull request #165 from canjs/157-window-fixture
  • 2667c65 3.1.2
  • 97f438d 3.1.1
  • 70675d2 3.1.0
  • fb0e597 support returning promises from dynamic fixtures (#164)
  • 98feac8 Fix Test
  • 6147d97 #157 adds warning when global fixture is called
  • 1559de9 Merge pull request #161 from canjs/greenkeeper/testee-0.9.0

There are 71 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 24, 2019

  • The devDependency can-fixture was updated from 3.1.5 to 3.1.6.

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

Commits

The new version differs by 76 commits ahead by 76, behind by 1.

  • 7f28139 3.1.6
  • fa001c5 Merge pull request #172 from canjs/typed-upd
  • 2604c96 Serialize typed properties
  • e5b53ae Merge pull request #170 from canjs/landscaper/travis-xenial
  • 7307539 Migrate to xenial in travis
  • da8d118 3.1.5
  • c94e012 Merge pull request #169 from canjs/landscaper/qunit2
  • 5808b7f Fix tests for QUnit 2
  • 32fb090 Landscaper: QUnit2 upgrade
  • dab311d 3.1.4
  • dd69873 Merge branch 'master' of github.com:canjs/can-fixture
  • 0f3a0fa 3.1.3
  • c237c6c Merge pull request #165 from canjs/157-window-fixture
  • 2667c65 3.1.2
  • 97f438d 3.1.1

There are 76 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 8, 2019

  • The devDependency can-fixture was updated from 3.1.6 to 3.1.7.

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

Commits

The new version differs by 79 commits ahead by 79, behind by 1.

  • 02dc6b7 3.1.7
  • d70c13c Merge pull request #174 from canjs/idprop-string
  • 83231d4 Correctly handle createData with string ids
  • 7f28139 3.1.6
  • fa001c5 Merge pull request #172 from canjs/typed-upd
  • 2604c96 Serialize typed properties
  • e5b53ae Merge pull request #170 from canjs/landscaper/travis-xenial
  • 7307539 Migrate to xenial in travis
  • da8d118 3.1.5
  • c94e012 Merge pull request #169 from canjs/landscaper/qunit2
  • 5808b7f Fix tests for QUnit 2
  • 32fb090 Landscaper: QUnit2 upgrade
  • dab311d 3.1.4
  • dd69873 Merge branch 'master' of github.com:canjs/can-fixture
  • 0f3a0fa 3.1.3

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