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 🚀 #42

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jan 28, 2018

Version 4.0.0 of can-stache was just published.

Dependency can-stache
Current Version 3.14.11
Type devDependency

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-stache.

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 161 commits ahead by 161, behind by 6.

  • ac0a983 4.0.0
  • 496be17 adding addConverter
  • ca0be91 4.0.0-pre.54
  • 0ada1eb Merge pull request #436 from canjs/default-helper-function
  • bf39af9 making the default helper work when called as a function (again)
  • 2dc507b 4.0.0-pre.53
  • 198a109 removing docs for things removed in 4.0
  • 1bace9b 4.0.0-pre.52
  • 3f084ef using canReflect.hasKey for Unable to find key... warning check
  • 066c447 4.0.0-pre.51
  • 7bb3dd6 Merge pull request #428 from canjs/defined-undefined-warning
  • 58f502a not warning on keys that are defined but are undefined
  • 6cd9cf2 4.0.0-pre.50
  • 259ea1d fixing docs showing default helper as a function
  • dbac45c 4.0.0-pre.49

There are 161 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 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2018

Version 4.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • ebed2e4 4.0.1
  • 4b9095d Merge pull request #455 from canjs/major
  • a6eb93e fixing json
  • 8f1c739 merging with master
  • 803cd9d Update dist for release
  • fac50d0 Update dist for release
  • 078a83b upgrading to 1.0 can-log
  • 7021dca Update dist for release
  • c8e593c Merge pull request #430 from canjs/update-deps-util-parser
  • a9f0903 Update the dependencies for can-view-parser and can-util

See the full diff

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

greenkeeper bot commented Jan 29, 2018

Version 4.0.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 Feb 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 8, 2018

Version 4.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 6ec2c8b 4.0.3
  • e4c71d5 Merge pull request #463 from canjs/fp
  • 34d076f Fix false-positive key lookup warning when key is dotted
  • 3fe3a77 Test case

See the full diff

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

greenkeeper bot commented Feb 12, 2018

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 5b4856c 4.1.0
  • ecc0d1f Merge pull request #464 from canjs/expose-directlyNested
  • d961a7a adds directlyNested info to tagData to fix bug with can-slot

See the full diff

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

greenkeeper bot commented Feb 14, 2018

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • bcb5b78 4.1.1
  • b20c5e9 Merge pull request #468 from canjs/setattr
  • f12663b Use can-dom-mutate/node to set attributes

See the full diff

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

greenkeeper bot commented Feb 16, 2018

Version 4.1.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 Feb 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 26, 2018

Version 4.1.3 just got published.

Update to this version instead 🚀

Release Notes {{#default()}} no longer changes the context

#476

Commits

The new version differs by 5 commits.

  • 6a5e51c 4.1.3
  • 9d18fc5 Merge pull request #476 from canjs/default-helper-context
  • 5398cd2 {{#default()}} no longer changes the context
  • 8034163 Merge pull request #471 from canjs/lookup-in-attributes
  • bf71cf6 updating test to use Helper Expression

See the full diff

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

greenkeeper bot commented Feb 28, 2018

Version 4.1.4 just got published.

Update to this version instead 🚀

Release Notes Fixing magic tags within attributes

This fixes two issues related to attributes with magic tags like

<input value="{{foo}}">

#470
#477

Commits

The new version differs by 4 commits.

  • dbe2965 4.1.4
  • f9823f5 Merge pull request #478 from canjs/no-live-attr-warning
  • 698c345 removing warning for magic tags within attributes
  • dab39bd fixing magic tags within attributes

See the full diff

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

greenkeeper bot commented Mar 1, 2018

Version 4.1.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 9445ff9 4.1.5
  • db9543e Merge pull request #480 from canjs/negative-literals
  • 1a7730b Negative numbers should be parsed as literals

See the full diff

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

greenkeeper bot commented Mar 1, 2018

Version 4.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • b1b092d 4.2.0
  • 09f3998 Merge pull request #479 from canjs/iai
  • 00e5317 Use can-stache-ast and deprecate intermediate_and_imports

See the full diff

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

greenkeeper bot commented Mar 1, 2018

Version 4.2.1 just got published.

Update to this version instead 🚀

Release Notes 4.2.1

Fix false positive warning with hash expression on #each helpers.

{{#each(panels, panel=value)}}
  <p>{{panel.label}}</p>
{{/each}}

can-stache would incorrectly trigger a warning because value is not found in scope.

Commits

The new version differs by 6 commits.

  • c84cfab 4.2.1
  • 481a2d4 Merge pull request #482 from canjs/each-hash-warn
  • 4e5e170 Merge pull request #481 from canjs/lint
  • 183ad72 Cache type check and check argument position instead of type
  • 3670c37 Hash expressions used in each helper should not warn
  • 8fc7c6d Fix lint setup and existing lint issues

See the full diff

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

greenkeeper bot commented Mar 2, 2018

Version 4.2.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 5c5ea49 4.2.2
  • fa69282 Merge pull request #485 from canjs/484-debugger-get
  • 02578e1 restore debugger get function (fixes #484)

See the full diff

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

greenkeeper bot commented Mar 6, 2018

Version 4.2.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 5878104 4.2.3
  • ed0997b merge
  • e76fd7e Merge pull request #488 from canjs/sync-remove-sublock-486
  • 4dfd6fd linting
  • 2ce28b6 tests #486, fixed by 2.0.3 release of can-simple-observable
  • a90e935 Merge pull request #487 from ScorpAL/patch-1
  • e72eef6 Missed license in package.json

See the full diff

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

greenkeeper bot commented Mar 19, 2018

Version 4.2.4 just got published.

Update to this version instead 🚀

Release Notes Fixes context passed to {{#default}} helper

#496

Commits

The new version differs by 3 commits.

  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context
  • 90f95bf fixing context passed to {{#default}}

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 4, 2019

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

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • e7154f9 4.17.10
  • c742407 Merge pull request #642 from canjs/493-warn-when-partial-not-found
  • 7b533eb fix the warning message
  • fad40db fix code structure
  • fca7b5f change where should be fixed
  • 01c3746 fix jshint by removing unsed var
  • 6c2d39a simplifie the test
  • 6ada83e warn when partial is missing

See the full diff

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

greenkeeper bot commented Apr 1, 2019

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

Update to this version instead 🚀

Release Notes for Ignore observing let variable setting

This fixes let from observing itself which causes an infinite loop.

#677

Commits

The new version differs by 9 commits.

  • 70c1127 4.17.11
  • de9d118 Merge pull request #677 from canjs/676-ignore-let-set
  • 75c6c9a ignore observing let variable setting, fixes #676
  • f740641 Merge pull request #672 from canjs/landscaper/update-default-repos
  • 66b66c1 Update readme.md
  • 3465556 Update README generated by DoneJS
  • 2fab0e6 Merge pull request #669 from canjs/fix-lock-demo
  • ba24053 use disabled attr with from
  • bc47c3f fix lock demo

See the full diff

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

greenkeeper bot commented Apr 2, 2019

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

Update to this version instead 🚀

Release Notes for Simplifies whitespace control and adds an option and add links in deprecated docs

#492
#670

Commits

The new version differs by 8 commits.

  • 83191d3 4.17.12
  • 37314ea add links to deprecated docs
  • 3a0bc23 Merge pull request #670 from canjs/add-links-deprecated-docs
  • 4b525d3 add link to calling view section
  • af272ed remove extra period
  • b530682 Merge pull request #492 from canjs/whitespace2
  • 1f6a362 Simplifies whitespace control and adds an option for clearing whitespace without leaving any output behind.
  • 2677fda add links for deprecated docs

See the full diff

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

greenkeeper bot commented Apr 25, 2019

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

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 8ce1aa1 4.17.13
  • 36806f1 Handle nested call functions (#683)
  • 5072435 Merge pull request #668 from canjs/greenkeeper/testee-0.9.0
  • 0c587f3 chore(package): update testee to version 0.9.0

See the full diff

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

greenkeeper bot commented May 2, 2019

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

Update to this version instead 🚀

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

greenkeeper bot commented May 3, 2019

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

Update to this version instead 🚀

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

greenkeeper bot commented May 16, 2019

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

Update to this version instead 🚀

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

greenkeeper bot commented May 22, 2019

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

Update to this version instead 🚀

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

greenkeeper bot commented May 25, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 11, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 11, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 14, 2019

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

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Contributor 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 🚀

greenkeeper bot added a commit that referenced this pull request Oct 3, 2019
@greenkeeper
Copy link
Contributor 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
Contributor 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
Contributor 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.

0 participants