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-construct is breaking the build 🚨 #83

Open
greenkeeper bot opened this issue Aug 13, 2018 · 5 comments
Open

An in-range update of can-construct is breaking the build 🚨 #83

greenkeeper bot opened this issue Aug 13, 2018 · 5 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 13, 2018

Version 3.5.1 of can-construct was just published.

Branch Build failing 🚨
Dependency can-construct
Current Version 3.5.0
Type dependency

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

can-construct 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 fixed two documentation syntax highlights

#63

Commits

The new version differs by 3 commits.

  • 3421149 Update dist for release
  • 28dd640 Merge pull request #63 from canjs/61-documentationFixes
  • 49b77b0 syntax highlighting for ReturnValue and setup

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 13, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2018

Version 3.5.2 just got published.

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

Commits

The new version differs by 3 commits.

  • 53b15f4 Update dist for release
  • aa9aff2 Merge pull request #66 from canjs/enum
  • 518c1b5 Prevent setup, init, constructor from being enumerable

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 13, 2018

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

Commits

The new version differs by 6 commits.

  • dd54ea0 Update dist for release
  • 2350b44 Merge pull request #67 from canjs/setup
  • a39f1b6 Define a noop for "setup"
  • 53b15f4 Update dist for release
  • aa9aff2 Merge pull request #66 from canjs/enum
  • 518c1b5 Prevent setup, init, constructor from being enumerable

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 30, 2019

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

Release Notes for Nested objects as default

Nested objects as default should not be overwritten by children types:

var Parent = Construct.extend({
      defaults: {
         obj: {
            foo: "Bar"
         }
     }
},{});

var Child = Parent.extend({
defaults: {
obj: {
foo: "Baz"
}
}
}, {});

Parent.defaults.obj.foo should not be changed to Baz

See #65

Commits

The new version differs by 18 commits.

  • 0c64cc2 Update dist for release
  • 53b2ce8 Merge pull request #73 from canjs/fix-extending-with-defaults
  • 98d95e1 Merge pull request #70 from canjs/greenkeeper/testee-0.9.0
  • 67ca485 minor fix
  • 266304b nested objects as default should be overwritten by children types
  • 126c575 Merge pull request #71 from canjs/landscaper/update-default-repos
  • 7af2d54 Update readme.md
  • 4df1d98 Update README generated by DoneJS
  • 679da40 chore(package): update testee to version 0.9.0
  • 13ad27c Update dist for release
  • 2cbbd2d Merge pull request #69 from canjs/in-setup-symbol
  • cb0388b setting a symbol as well as the __inSetup property
  • dd54ea0 Update dist for release
  • 2350b44 Merge pull request #67 from canjs/setup
  • a39f1b6 Define a noop for "setup"

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2019

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

Commits

The new version differs by 21 commits.

  • 7ddbaa1 Update dist for release
  • 1550992 Merge pull request #74 from canjs/landscaper/qunit2
  • 41b0d5b Landscaper: QUnit2 upgrade
  • 0c64cc2 Update dist for release
  • 53b2ce8 Merge pull request #73 from canjs/fix-extending-with-defaults
  • 98d95e1 Merge pull request #70 from canjs/greenkeeper/testee-0.9.0
  • 67ca485 minor fix
  • 266304b nested objects as default should be overwritten by children types
  • 126c575 Merge pull request #71 from canjs/landscaper/update-default-repos
  • 7af2d54 Update readme.md
  • 4df1d98 Update README generated by DoneJS
  • 679da40 chore(package): update testee to version 0.9.0
  • 13ad27c Update dist for release
  • 2cbbd2d Merge pull request #69 from canjs/in-setup-symbol
  • cb0388b setting a symbol as well as the __inSetup property

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