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-map is breaking the build 🚨 #33

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

An in-range update of can-map is breaking the build 🚨 #33

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

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jun 23, 2017

Version 3.2.0 of can-map just got published.

Branch Build failing 🚨
Dependency can-map
Current Version 3.0.7
Type devDependency

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

As can-map 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.

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 3.0.7 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2017

Version 3.3.0 just got published.

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

Commits

The new version differs by 5 commits.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2017

Version 3.3.1 just got published.

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

Release Notes Undeprecated Array

This patch release is a purely internal change to use Array.isArray instead of can-util/js/is-array/is-array which is now deprecated.

Commits

The new version differs by 13 commits.

  • 5be3733 Update dist for release
  • 214c616 Merge pull request #43 from canjs/greenkeeper/initial
  • 11d67f1 Merge branch 'master' into greenkeeper/initial
  • 3e70fef Merge pull request #54 from canjs/greenkeeper/can-util-3.9.4
  • e36847f Merge pull request #53 from canjs/greenkeeper/can-reflect-1.2.0
  • 1fd22fa Merge pull request #51 from canjs/real-is-array
  • 04924d5 Merge pull request #52 from canjs/greenkeeper/testee-0.6.1
  • bf3b056 Replace deprecated can-util/js/is-array with Array.isArray
  • 22575c8 chore(package): update can-reflect to version 1.2.0
  • dacaccc chore(package): update can-util to version 3.9.4
  • fe4710a chore(package): update testee to version 0.6.1
  • e85ecb5 docs(readme): add Greenkeeper badge
  • 2fd4bf6 chore(package): update dependencies

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 8, 2017

Version 3.3.2 just got published.

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

Release Notes Updating can-stache-key

#59

Commits

The new version differs by 6 commits.

  • addc804 Update dist for release
  • fbecc9e Merge pull request #59 from canjs/landscaper/bump-can-stache-key
  • 52e7db6 Update to latest can-stache-key
  • 3150f53 Adding missing license.
  • 5f1e81a Merge pull request #55 from canjs/greenkeeper/testee-0.7.0
  • b77747f chore(package): update testee to version 0.7.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2017

Version 3.3.3 just got published.

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

Commits

The new version differs by 9 commits.

  • f9aa18b Update dist for release
  • c9a8108 Merge pull request #64 from canjs/greenkeeper/can-stache-key-0.1.0
  • f307e2d fix(package): update can-stache-key to version 0.1.0
  • addc804 Update dist for release
  • fbecc9e Merge pull request #59 from canjs/landscaper/bump-can-stache-key
  • 52e7db6 Update to latest can-stache-key
  • 3150f53 Adding missing license.
  • 5f1e81a Merge pull request #55 from canjs/greenkeeper/testee-0.7.0
  • b77747f chore(package): update testee to version 0.7.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 1, 2017

Version 3.3.4 just got published.

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

Commits

The new version differs by 13 commits.

  • 5925be0 Update dist for release
  • 6eb5567 Merge pull request #68 from canjs/remove-prerelease-packages
  • 9caeb96 Remove all prerelease package refs (canjs/canjs#3500)
  • 17b72c2 Remove generated API docs from the README
  • f9aa18b Update dist for release
  • c9a8108 Merge pull request #64 from canjs/greenkeeper/can-stache-key-0.1.0
  • f307e2d fix(package): update can-stache-key to version 0.1.0
  • addc804 Update dist for release
  • fbecc9e Merge pull request #59 from canjs/landscaper/bump-can-stache-key
  • 52e7db6 Update to latest can-stache-key
  • 3150f53 Adding missing license.
  • 5f1e81a Merge pull request #55 from canjs/greenkeeper/testee-0.7.0
  • b77747f chore(package): update testee to version 0.7.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2017

Version 3.4.0 just got published.

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

Release Notes Permissive handling for properties with dots.

With can-map 3.2.0, handling of dotted properties (e.g. "foo.bar" as a property key in a can-map) was updated to throw fewer errors and allow more cases, but this was not documented as official behavior in the API. In this release, we've made those changes official in the API.

For more information, see the "Properties with dots in their name" section in https://github.com/canjs/can-map/blob/v3.4.0/docs/prototype.attr.md

Commits

The new version differs by 16 commits.

  • 833ae57 Update dist for release
  • 6677972 Merge pull request #69 from canjs/65-dotted-attr-docs
  • 92ee911 Update docs to reflect changed handling of dotted properties (#65)
  • 5925be0 Update dist for release
  • 6eb5567 Merge pull request #68 from canjs/remove-prerelease-packages
  • 9caeb96 Remove all prerelease package refs (canjs/canjs#3500)
  • 17b72c2 Remove generated API docs from the README
  • f9aa18b Update dist for release
  • c9a8108 Merge pull request #64 from canjs/greenkeeper/can-stache-key-0.1.0
  • f307e2d fix(package): update can-stache-key to version 0.1.0
  • addc804 Update dist for release
  • fbecc9e Merge pull request #59 from canjs/landscaper/bump-can-stache-key
  • 52e7db6 Update to latest can-stache-key
  • 3150f53 Adding missing license.
  • 5f1e81a Merge pull request #55 from canjs/greenkeeper/testee-0.7.0

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 31, 2017

Version 3.4.1 just got published.

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

Release Notes Updated docs and added cycle detection
  • Add a cycle detection script to test process #72
  • Update docs with new @parent & @collection #75

v3.4.0...v3.4.1

Commits

The new version differs by 5 commits.

  • 7542fdc Update dist for release
  • 2609836 Merge pull request #75 from canjs/landscaper/update-parent
  • 6564afe Update docs with new @parent & @collection
  • 56737ec Merge pull request #72 from canjs/landscaper/define-cycles-github
  • f893985 landscaper: Add a cycle detection script to test process

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 2, 2017

Version 3.4.2 just got published.

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

Release Notes v3.4.2

Make the can-stache-key semver range more permissive #81

Commits

The new version differs by 4 commits.

  • f4fd27b Update dist for release
  • 22ec489 Merge pull request #81 from canjs/greenkeeper/can-stache-key-0.1.2
  • edba1d3 Update package.json
  • 38a1c4f fix(package): update can-stache-key to version 0.1.2

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