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

Update can-component to the latest version 🚀 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 29, 2018

Version 4.0.0 of can-component was just published.

Dependency can-component
Current Version 3.3.10
Type dependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of can-component.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 76 commits.

  • 79b4d7d 4.0.0
  • b97b817 Merge pull request #216 from canjs/major
  • e04cb97 pointing most packages at latest
  • 5a444e3 Merge branch 'master' into major
  • cb05c74 4.0.0-pre.28
  • 9eea30c using document.body.contains to determine whether to call vM.connectedCallback
  • cecb360 4.0.0-pre.27
  • 5e9fe53 removing autoMount since automatic mounting is done in can-view-callbacks
  • ecdadc0 4.0.0-pre.26
  • 106d918 Merge pull request #192 from canjs/default-views-models
  • 442dfd7 ViewModel:{} defaults to DefineMap
  • fde08d3 making stache the default view engine
  • 9c03168 4.0.0-pre.25
  • e448a31 Merge branch 'magneto' into major
  • 357c4d4 Improve a test by making it fail instead of run indefinitely

There are 76 commits in total.

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 bot added a commit that referenced this pull request Jan 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 31, 2018

Version 4.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • f2edad6 4.0.1
  • cad9a12 Merge pull request #218 from canjs/dom-data-state
  • 60ae1f3 Move can-dom-data-state to dependencies

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 12, 2018

Version 4.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • e187945 4.0.2
  • 8666a22 Merge pull request #221 from canjs/220-branches-in-slots
  • 471318c fixes #220 by getting if it's directly nested
  • c58e4a0 breaking test for #220

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 16, 2018

Version 4.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2018

Version 4.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 9b71552 4.0.5
  • ccae719 Merge pull request #226 from canjs/import-define-list
  • c53687f importing DefineList so that Arrays on the ViewModel will be converted

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 21, 2018

Version 4.0.6 just got published.

Update to this version instead 🚀

Release Notes passing a filename to stache() for inline views

Filenames are now passed to stache() when using inline views like:

var MyComponent = Component.extend({
  tag: "my-filename-component",
  ViewModel: {},
  view: "<div></p>"
});

This way, useful error messages are given. For example, the view above gives:

MyFilenameComponentView:1: unexpected closing tag </p> expected </div>

#229

Commits

The new version differs by 3 commits.

  • 5372ac4 4.0.6
  • 568347d Merge pull request #229 from canjs/inline-view-name
  • e3a595c passing a filename to stache() for inline views

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2018

Version 4.0.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 17f09ff 4.0.7
  • 7afcf97 Merge pull request #231 from canjs/dev-only-test
  • d60d1d3 skipping stache filename test in production

See the full diff

greenkeeper bot added a commit that referenced this pull request May 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2018

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 14b8831 4.1.0
  • 3bc93bd Merge pull request #247 from canjs/no-can-util
  • b381b59 bump simple map
  • 1f92b79 removing can-util
  • 0b665d0 4.0.8
  • 556054e Merge pull request #242 from canjs/tag-view-models
  • e326479 setting viewModel: true on scopes
  • df23aae Merge pull request #241 from canjs/leakscope-docs
  • 5c1fa23 Fix the leakScope docs
  • 8bf735b Fix typo hypen => hyphen

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 12, 2018

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • cfb1d30 4.1.1
  • ddb1544 Merge pull request #255 from canjs/chasenlehara-patch-1
  • 8040a16 Fix can-string dependency to <2.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 13, 2018

Version 4.1.2 just got published.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Jun 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 4.1.3 just got published.

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Jun 29, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 29, 2018

Version 4.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 40 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({ ... })
  • 35e64db Merge pull request #267 from canjs/262-init-with-templates
  • 7a3f422 Use can-reflect.eachKey instead of a for in loop
  • ef38153 Adds use strict. Fixes canjs/canjs#4217
  • d7adafa Allow components to be instantiated with slot templates
  • b60dbf6 Merge pull request #265 from canjs/262-init-slot-templates
  • 3911538 Add a test for using can-bind in connectedCallback
  • 58e3260 Update based on Justin’s feedback

There are 40 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

Version 4.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • a502d71 4.2.1
  • a7e4cf5 publishing without the docs folder for canjs#4238

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 3, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2018

Version 4.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 11, 2018

Version 4.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2018

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Nov 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2018

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 19, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 19, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 4404b22 4.4.9
  • f96f45a Merge pull request #315 from canjs/remove-document-element
  • 30765fe fixing teardown when documentElement is removed

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 6, 2018

  • The dependency can-component was updated from 3.3.10 to 4.4.10.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 28, 2018

  • The dependency can-component was updated from 3.3.10 to 4.4.11.

Update to this version instead 🚀

Commits

The new version differs by 6 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)
  • 47a3743 chore(package): update done-serve to version 3.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2019

Update to this version instead 🚀

Release Notes for Fix highlighting in the docs

Fix highlight typo #331

Commits

The new version differs by 3 commits.

  • f381273 4.5.1
  • 61b408d chore(package): update testee to version 0.9.0 (#327)
  • cc8e6b2 Fix highlight typo (#331)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2019

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • b332db2 4.5.2
  • 4cc38d5 Add deprecation notices to the deprecated docs

See the full diff

greenkeeper bot added a commit that referenced this pull request May 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 6, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 7, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 17, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants