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-component is breaking the build 🚨 #59

Open
greenkeeper bot opened this issue Jun 13, 2018 · 26 comments
Open

An in-range update of can-component is breaking the build 🚨 #59

greenkeeper bot opened this issue Jun 13, 2018 · 26 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jun 13, 2018

Version 4.1.2 of can-component was just published.

Branch Build failing 🚨
Dependency can-component
Current Version 4.1.1
Type devDependency

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

can-component is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 4 commits.

  • 4be24b9 4.1.2
  • e863ad2 use latest nodelist
  • ae231cb Merge pull request #253 from canjs/greenkeeper/testee-0.8.0
  • 25516b0 chore(package): update testee to version 0.8.0

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
Author

greenkeeper bot commented Jun 13, 2018

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 4.1.3 just got published.

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

Commits

The new version differs by 12 commits.

  • 14d62bd 4.1.3
  • 49932df Merge pull request #272 from canjs/reg
  • 3ad3c72 Upgrade to use stache.addBindings
  • 12c065d Merge pull request #268 from canjs/view-model-docs-updates
  • b6eb223 Minor improvement to the ViewModel docs
  • 6eae577 Clean up the view and ViewModel signatures
  • 16efa4d Merge pull request #261 from canjs/259-docs
  • 4d35a15 Merge pull request #260 from canjs/fix-webpack-debug-style
  • e6d2516 Update docs to show 4.x syntax
  • ab1c32d Merge pull request #223 from canjs/greenkeeper/done-serve-2.0.0
  • bf7a175 fix debug/dev code for webpack
  • 3fcb74b chore(package): update done-serve to version 2.0.0

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 4.2.0 just got published.

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

Release Notes v4.2.0
  • Allow components to be instantiated with new #237
  • Add support for rendering components in stache templates #238
  • Allow components to be instantiated with <content /> #240
  • Allow components to be instantiated with viewModel bindings #243
  • Allow components to be instantiated with slot templates #267
  • Add "use strict" #269
Commits

The new version differs by 52 commits.

  • debb0e0 4.2.0
  • be0e769 Merge pull request #274 from canjs/minor
  • ed78a14 Use can-stache@^4.9.0
  • 9ace588 Merge branch 'master' into minor
  • 3bec10f Merge pull request #269 from canjs/landscaper/4217-use-strict
  • 912b401 Merge branch 'master' into minor
  • f30dc37 Merge pull request #271 from canjs/fix-connected-callback-bug
  • aa2af19 Fix bug where connectedCallback gets called twice for new Components({ ... })
  • 14d62bd 4.1.3
  • 49932df Merge pull request #272 from canjs/reg
  • 3ad3c72 Upgrade to use stache.addBindings
  • 35e64db Merge pull request #267 from canjs/262-init-with-templates
  • 7a3f422 Use can-reflect.eachKey instead of a for in loop
  • 12c065d Merge pull request #268 from canjs/view-model-docs-updates
  • b6eb223 Minor improvement to the ViewModel docs

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

Version 4.2.1 just got published.

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

Commits

The new version differs by 54 commits.

  • a502d71 4.2.1
  • a7e4cf5 publishing without the docs folder for canjs#4238
  • debb0e0 4.2.0
  • be0e769 Merge pull request #274 from canjs/minor
  • ed78a14 Use can-stache@^4.9.0
  • 9ace588 Merge branch 'master' into minor
  • 3bec10f Merge pull request #269 from canjs/landscaper/4217-use-strict
  • 912b401 Merge branch 'master' into minor
  • f30dc37 Merge pull request #271 from canjs/fix-connected-callback-bug
  • aa2af19 Fix bug where connectedCallback gets called twice for new Components({ ... })
  • 14d62bd 4.1.3
  • 49932df Merge pull request #272 from canjs/reg
  • 3ad3c72 Upgrade to use stache.addBindings
  • 35e64db Merge pull request #267 from canjs/262-init-with-templates
  • 7a3f422 Use can-reflect.eachKey instead of a for in loop

There are 54 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

Version 4.2.2 just got published.

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

Commits

The new version differs by 56 commits.

  • 3d69b8c 4.2.2
  • ecd29dd publishing with docs once again
  • a502d71 4.2.1
  • a7e4cf5 publishing without the docs folder for canjs#4238
  • debb0e0 4.2.0
  • be0e769 Merge pull request #274 from canjs/minor
  • ed78a14 Use can-stache@^4.9.0
  • 9ace588 Merge branch 'master' into minor
  • 3bec10f Merge pull request #269 from canjs/landscaper/4217-use-strict
  • 912b401 Merge branch 'master' into minor
  • f30dc37 Merge pull request #271 from canjs/fix-connected-callback-bug
  • aa2af19 Fix bug where connectedCallback gets called twice for new Components({ ... })
  • 14d62bd 4.1.3
  • 49932df Merge pull request #272 from canjs/reg
  • 3ad3c72 Upgrade to use stache.addBindings

There are 56 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2018

Version 4.2.3 just got published.

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

Release Notes v4.2.3

Fix an issue with programmatically-instantiated components not being torn down correctly #277

Commits

The new version differs by 61 commits.

  • 9e78bd8 4.2.3
  • 71d0bdd Merge pull request #277 from canjs/276-test-and-partial-fix
  • 7679975 Move test to the right file
  • 1cca24c sets back adding nodelist to newDeepChildren and makes test track being torn down
  • d727472 partial fix and test for #276
  • 3d69b8c 4.2.2
  • ecd29dd publishing with docs once again
  • a502d71 4.2.1
  • a7e4cf5 publishing without the docs folder for canjs#4238
  • debb0e0 4.2.0
  • be0e769 Merge pull request #274 from canjs/minor
  • ed78a14 Use can-stache@^4.9.0
  • 9ace588 Merge branch 'master' into minor
  • 3bec10f Merge pull request #269 from canjs/landscaper/4217-use-strict
  • 912b401 Merge branch 'master' into minor

There are 61 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2018

Version 4.2.4 just got published.

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

Commits

The new version differs by 63 commits.

  • 4cb3b8f 4.2.4
  • 2152734 fixes adding a component that has already been torn down
  • 9e78bd8 4.2.3
  • 71d0bdd Merge pull request #277 from canjs/276-test-and-partial-fix
  • 7679975 Move test to the right file
  • 1cca24c sets back adding nodelist to newDeepChildren and makes test track being torn down
  • d727472 partial fix and test for #276
  • 3d69b8c 4.2.2
  • ecd29dd publishing with docs once again
  • a502d71 4.2.1
  • a7e4cf5 publishing without the docs folder for canjs#4238
  • debb0e0 4.2.0
  • be0e769 Merge pull request #274 from canjs/minor
  • ed78a14 Use can-stache@^4.9.0
  • 9ace588 Merge branch 'master' into minor

There are 63 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 19, 2018

Version 4.3.0 just got published.

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

Release Notes element.viewModel

Adds a .viewModel property to component elements. can-view-model can take a hike!

Commits

The new version differs by 3 commits.

  • 19b71bb 4.3.0
  • 382f66a fixes #282, needs docs, but improves docs on other parts of can-component (#283)
  • cb8023a Upgrade deps to fix leakScope issue (#280)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 10, 2018

Version 4.4.0 just got published.

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

Release Notes Slots able to pass individual values

Fixes #292

Commits

The new version differs by 6 commits.

  • 39e2c54 4.4.0
  • 62ed070 fixes slots (#292)
  • edaf839 Update component.md
  • 19b71bb 4.3.0
  • 382f66a fixes #282, needs docs, but improves docs on other parts of can-component (#283)
  • cb8023a Upgrade deps to fix leakScope issue (#280)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 14, 2018

Version 4.4.2 just got published.

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2018

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

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

Release Notes for makes `new Component()` not observable

PR: #304

Commits

The new version differs by 15 commits.

  • a5b4b60 4.4.3
  • b394bdf minor test cleanup, makes new Component() not observable (#304)
  • 3c1dad6 Merge pull request #296 from canjs/ie11-compat
  • ecb5dd0 Work around lack of firstElementChild support
  • 403a00a Remove logs
  • a2c7470 .
  • 0a76b53 Remove debugger statement, reindent
  • fe84cde Passing most tests now in IE
  • d564c89 Syntax fix and use documentElement for contains()
  • adac8a9 change version to 4.4.2
  • 0929408 4.4.1
  • 2dc76f7 Merge pull request #294 from canjs/293-component-instantiation-with-vm-null-prop
  • ef20d99 change the fix to handle undefined too
  • bc9d2bd fix #293
  • e50fcea add faling test for #293

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2018

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

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 21 commits.

  • 17ac553 4.4.5
  • 6039e4f Merge pull request #308 from canjs/ie11-compat
  • fbbdfd3 fix tests for IE11
  • 8535647 4.4.4
  • 33c95e2 Merge pull request #306 from canjs/contains
  • c5efd1e Make work when documentElement is removed
  • a5b4b60 4.4.3
  • b394bdf minor test cleanup, makes new Component() not observable (#304)
  • 3c1dad6 Merge pull request #296 from canjs/ie11-compat
  • ecb5dd0 Work around lack of firstElementChild support
  • 403a00a Remove logs
  • a2c7470 .
  • 0a76b53 Remove debugger statement, reindent
  • fe84cde Passing most tests now in IE
  • d564c89 Syntax fix and use documentElement for contains()

There are 21 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2018

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

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 114af80 4.4.6
  • 7351017 Merge pull request #311 from canjs/rename-tests
  • ce7f490 renaming tests to match naming convention of other packages

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2018

  • The devDependency can-component 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 Removing can-observe from test that doesn't need it (for IE 11 support)

#312

Commits

The new version differs by 4 commits.

  • d7903f6 4.4.7
  • f04ea0b Merge pull request #312 from canjs/remove-observe
  • 16f7e70 enabling and fixing jshint in tests
  • e8588b1 removing can-observe from test that doesn't use it

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency can-component 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 7 commits.

  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • d7903f6 4.4.7
  • f04ea0b Merge pull request #312 from canjs/remove-observe
  • 16f7e70 enabling and fixing jshint in tests
  • e8588b1 removing can-observe from test that doesn't use it

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2018

  • The devDependency can-component was updated from 4.4.8 to 4.4.9.

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

Commits

The new version differs by 10 commits.

  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed
  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • d7903f6 4.4.7
  • f04ea0b Merge pull request #312 from canjs/remove-observe
  • 16f7e70 enabling and fixing jshint in tests
  • e8588b1 removing can-observe from test that doesn't use it

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2018

  • The devDependency can-component was updated from 4.4.9 to 4.4.10.

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

Release Notes for Test fixes

Commit: 589b990. This test was assuming async teardown. Fixes in nodeLists and stache make this sync.

Commits

The new version differs by 12 commits.

  • 074c4e5 4.4.10
  • 589b990 fixes the test after nodeList fix
  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed
  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • d7903f6 4.4.7
  • f04ea0b Merge pull request #312 from canjs/remove-observe
  • 16f7e70 enabling and fixing jshint in tests
  • e8588b1 removing can-observe from test that doesn't use it

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 28, 2018

  • The devDependency can-component was updated from 4.4.10 to 4.4.11.

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

Commits

The new version differs by 18 commits.

  • fd73058 4.4.11
  • 3c0d3d5 Merge pull request #324 from canjs/contains
  • 9edd069 Merge pull request #313 from canjs/greenkeeper/done-serve-3.0.0
  • c08dc9a Render in environments when there is no body element
  • 887c399 Adds components to queues (#320)
  • 074c4e5 4.4.10
  • 589b990 fixes the test after nodeList fix
  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed
  • 5d901df 4.4.8
  • 5d6f5e5 Merge pull request #314 from canjs/window-item-ie11
  • 2e8f3a9 changing key in test to something that doesn't conflict with IE11
  • 47a3743 chore(package): update done-serve to version 3.0.0
  • d7903f6 4.4.7

There are 18 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

  • The devDependency can-component was updated from 4.4.11 to 4.5.0.

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

Release Notes for Documentation Improvements and refactoring

This documents Component more extensively. It also refactors new Component() usage to take advantage of similar logic in can-stache-bindings.

This could have been a patch release, but we released as minor due to the refactoring.

Commits

The new version differs by 27 commits.

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2019

  • The devDependency can-component was updated from 4.5.0 to 4.5.1.

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

Release Notes for Fix highlighting in the docs

Fix highlight typo #331

Commits

The new version differs by 30 commits.

There are 30 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

  • The devDependency can-component was updated from 4.5.1 to 4.5.2.

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

Commits

The new version differs by 32 commits.

There are 32 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2019

  • The devDependency can-component was updated from 4.5.2 to 4.5.3.

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

Commits

The new version differs by 36 commits.

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2019

  • The devDependency can-component was updated from 4.5.3 to 4.5.4.

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

Commits

The new version differs by 39 commits.

There are 39 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2019

  • The devDependency can-component was updated from 4.6.0 to 4.6.1.

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

Commits

The new version differs by 47 commits.

  • bd4595f 4.6.1
  • a97d8a2 Merge pull request #345 from canjs/ie11b
  • b59a1bb Fix test to run in IE11
  • d2b5405 4.6.0
  • 83ecafc Merge pull request #344 from canjs/cc-leak
  • 69baf49 Prevent leak caused by connectedCallback setup code
  • e59fc5f Merge pull request #342 from canjs/initialize-on-connect
  • 3a77c05 Add support for initializeBindings: false
  • ca1d315 4.5.4
  • 67e6e67 Merge pull request #341 from canjs/domdata
  • 2d99862 Replace can-dom-data-state with can-dom-data
  • 070e537 4.5.3
  • 672796a Merge pull request #340 from canjs/teardown
  • c35001b Only call removalDisposal once
  • ddd054d Teardown bindings when a nodeList in unregistered

There are 47 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

  • The devDependency can-component was updated from 4.6.1 to 4.6.2.

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

Commits

The new version differs by 51 commits.

  • 5a1c78a 4.6.2
  • 87f9388 Merge pull request #352 from canjs/landscaper/qunit2
  • 674efef Fix tests
  • 05697e4 Landscaper: QUnit2 upgrade
  • bd4595f 4.6.1
  • a97d8a2 Merge pull request #345 from canjs/ie11b
  • b59a1bb Fix test to run in IE11
  • d2b5405 4.6.0
  • 83ecafc Merge pull request #344 from canjs/cc-leak
  • 69baf49 Prevent leak caused by connectedCallback setup code
  • e59fc5f Merge pull request #342 from canjs/initialize-on-connect
  • 3a77c05 Add support for initializeBindings: false
  • ca1d315 4.5.4
  • 67e6e67 Merge pull request #341 from canjs/domdata
  • 2d99862 Replace can-dom-data-state with can-dom-data

There are 51 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 17, 2019

  • The devDependency can-component was updated from 4.6.2 to 4.6.3.

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

Release Notes for Include `new Component()` mutations with logStack

Now mutations are visible in queues.logStack when a component instantiated programmatically like the following:

var c = new Component({
  viewModel : {
    foo: value.bind(this,"bar")
  }
});

#360

Commits

The new version differs by 59 commits.

  • 571a719 4.6.3
  • a0e2139 Merge pull request #360 from canjs/logStack-newComponent-mutation
  • 89aacb0 Fix the log
  • e444d4e Test small change
  • ad8428b Fix a typo
  • 47a1024 Merge pull request #357 from canjs/landscaper/travis
  • 19b5cb6 Migrate to xenial in travis
  • 7fbbceb Update highlight.js to the latest version 🚀 (#355)
  • 5a1c78a 4.6.2
  • 87f9388 Merge pull request #352 from canjs/landscaper/qunit2
  • 674efef Fix tests
  • 05697e4 Landscaper: QUnit2 upgrade
  • bd4595f 4.6.1
  • a97d8a2 Merge pull request #345 from canjs/ie11b
  • b59a1bb Fix test to run in IE11

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