canjs / can-ejs

The EJS templates on their own
https://canjs.com/doc/can-ejs.html
MIT License
4 stars 3 forks source link

Update can-stache-key to the latest version πŸš€ #55

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.0 of can-stache-key was just published.

Dependency can-stache-key
Current Version 0.1.4
Type dependency

The version 1.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-key.

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 44 commits ahead by 44, behind by 1.

  • c09c754 1.0.0
  • 19a381a Merge pull request #26 from canjs/major
  • e1e7a6e Merge branch 'master' into major
  • 077b703 pointing at the right versions
  • eb1357d 1.0.0-pre.17
  • f4e200d Merge pull request #19 from canjs/good-test
  • 3e50ff8 Fix QUnit.ok usages
  • c728562 1.0.0-pre.16
  • a484584 Use can-event-queue/map/map instead of can-event-queue/map/legacy/legacy
  • c766eb1 1.0.0-pre.15
  • 0558121 use OR directly
  • ca84fd1 1.0.0-pre.14
  • 8bd8c5c removing incorrect warning for @
  • 7a27d14 1.0.0-pre.13
  • 855bdd3 giving warnings for @, callMethodsOnObservables, and removing automatic function calling

There are 44 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 1.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.2 just got published.

Update to this version instead πŸš€

Release Notes ignore writes to falsey

<input value:bind="foo.bar.zed"/> wouldn't work if foo.bar didn't exist. We ignore this ... letting foo.bar to eventually come into being.

Commits

The new version differs by 2 commits.

  • 51b9c18 1.0.2
  • 27fbfc5 fixes bug with two-way bindings trying to set input empty string value to an observable that doesn't exist yet

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 0e334e7 1.2.0
  • 395ec6f Merge pull request #30 from canjs/defined-keys
  • 0bbbace avoiding objHasKeyAtIndex check for intermediate reads where a value is defined
  • c502d89 adding parentHasKey to return value of read()

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.3.0 just got published.

Update to this version instead πŸš€

Release Notes .read() now returns foundLastParent property

Reading foo.bar.baz will now return foundLastParent: true if foo.bar was found.

#32

Commits

The new version differs by 3 commits.

  • bc6196d 1.3.0
  • 8b9c291 Merge pull request #32 from canjs/found-last-parent
  • 8040133 adding foundLastParent to reads

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.3.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 807da50 1.3.1
  • ff92e66 Merge pull request #34 from canjs/33-fix-objHasKeyAtIndex
  • 05cbf9c specifying the right can-reflect
  • 89fc863 fix objHasKeyAtIndex handling non-objects

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.3.2 just got published.

Update to this version instead πŸš€

Release Notes Writing object performance improvement

#36

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.4.0 just got published.

Update to this version instead πŸš€

Release Notes v1.4.0
  • Add compatibility with how webpack builds for production #37
  • Add "use strict" #38
Commits

The new version differs by 7 commits.

  • a539dcf 1.4.0
  • 30f5059 Merge pull request #38 from canjs/landscaper/4217-use-strict
  • 517be78 Merge pull request #29 from canjs/greenkeeper/testee-0.8.0
  • f7da573 Adds use strict. Fixes canjs/canjs#4217
  • 3a645d8 Merge pull request #37 from canjs/fix-webpack-debug-style
  • 013b52f fix dev code for webpack compatibility
  • f4bbeee chore(package): update testee to version 0.8.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 77cd480 1.4.1
  • 5dd75bf Merge pull request #46 from canjs/landscaper/qunit2
  • cf7bcbf Fix tests for QUnit 2
  • ac7870e Landscaper: QUnit2 upgrade
  • 909fd94 Merge pull request #42 from canjs/greenkeeper/testee-0.9.0
  • 591d393 Merge pull request #43 from canjs/landscaper/update-default-repos
  • 3ffb53f Update README.md
  • e2a8476 Update README generated by DoneJS
  • 2db24c5 chore(package): update testee to version 0.9.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€