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-stache to the latest version 🚀 #201

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 14, 2019

The devDependency can-stache was updated from 3.15.1 to 4.17.20.

This version 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.


Publisher: cherif_b
License: MIT

Release Notes for Named Partials render string result in stringOnly state

This fixes named partials to render string of DocumentFragment in stringOnly state, for example:

var view = stache( 
    '{{<addressView}}.someClass { color: #000; }{{/addressView}}' +
    '<style>{{addressView()}}</style>'
);

var fragment = view();
console.log(fragment.firstChild.innerHTML); // <style>.someClass { color: #000; }</style>

#715

Commits

The new version differs by 553 commits ahead by 553, behind by 33.

  • 078c82d 4.17.20
  • c7811b8 Merge pull request #715 from canjs/i710-fix-named-partial-string-only-state
  • fbe2b57 Update to use nodeType instead of instanceof
  • d5274e3 Fix typo
  • 28c75b2 Named Partials render string result in stringOnly state
  • 9675d45 Update for-of.md
  • bf87a5a Add {{else}} to the branching logic docs
  • 4b30629 Merge pull request #704 from eben-roux/patch-3
  • b27c9f6 - fixed small typo
  • bbe33fd Merge pull request #703 from canjs/landscaper/travis-xenial
  • 39156ca Migrate to xenial in travis
  • bd5c989 4.17.19
  • a0c20c1 Merge pull request #699 from canjs/698-value-has-dot
  • d5894a7 remove old code, and add comment
  • 387ec5f allow keys to have dot(s) and still return value

There are 250 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 Sep 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency can-stache was updated from 3.15.1 to 4.17.21.

Update to this version instead 🚀

Release Notes for Fix docs typo

fix typo for deprecated is helper to recommend eq helper as replacement

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Oct 3, 2019

  • The devDependency can-stache was updated from 3.15.1 to 5.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 23, 2019

  • The devDependency can-stache was updated from 3.15.1 to 5.1.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 23, 2019

  • The devDependency can-stache was updated from 3.15.1 to 5.1.1.

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.

None yet

0 participants