canjs / can-view-import

Import dependencies in CanJS views
https://canjs.com/doc/can-view-import.html
MIT License
3 stars 2 forks source link

An in-range update of can-stache is breaking the build 🚨 #62

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.10.0 of can-stache was just published.

Branch Build failing 🚨
Dependency can-stache
Current Version 3.9.0
Type devDependency

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

can-stache 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 failed [Details](https://travis-ci.org/canjs/can-view-import/builds/286249780?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 2 commits.

  • db6b612 Update dist for release
  • 47d5775 WIP: use filename and line number (#323)

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

After pinning to 3.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 3.10.1 just got published.

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

Release Notes Check if content is registered
  • check if already registred #322

v3.10.0...v3.10.1

Commits

The new version differs by 6 commits.

  • 086c883 Update dist for release
  • 57a1b32 Merge pull request #322 from canjs/check_content_tag_callback_already_exist
  • 94b4072 fix spacing
  • cf9f617 make test pass
  • 305b915 failed test
  • 34f70cc check if already registred

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.10.2 just got published.

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

Commits

The new version differs by 3 commits.

  • d372129 Update dist for release
  • 86a42c4 Merge pull request #332 from canjs/5.0-warnings
  • 1ceff3a warnings for implicit scope walking and automatic function calling

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.10.3 just got published.

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

Release Notes Preventing scope values from being read multiple times due to warnings

#337

Commits

The new version differs by 11 commits.

  • b6ec488 Update dist for release
  • b6903ff Merge pull request #337 from canjs/double-read-with-warning
  • e4f74fb Fixing issue with scope value being read multiple times due to warning
  • f12beea Merge pull request #334 from canjs/imaustink-patch-1
  • 92e29a2 Update switch.md
  • b1b8f29 Merge pull request #333 from canjs/imaustink-patch-1
  • b547f30 Fix closing unless tag in docs
  • 97d3cfe Merge pull request #331 from canjs/fix-undefined-dev
  • d1b80fc Merge branch 'master' into fix-undefined-dev
  • 17ed45e make warning test dev-only
  • ca91015 Add a reference to can-log/dev to mustache-core; write a dev log test

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.10.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits.

  • d2132aa Update dist for release
  • 3a19cd3 Merge pull request #341 from canjs/move-to-can-log
  • 64ac09c Move to can-log

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.10.5 just got published.

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

Release Notes using testHelpers for all dev warning tests

#344

Commits

The new version differs by 6 commits.

  • ce2ff66 Update dist for release
  • 28b89ef Merge pull request #344 from canjs/test-helpers
  • f24c39e using testHelpers for all dev warning tests
  • d2132aa Update dist for release
  • 3a19cd3 Merge pull request #341 from canjs/move-to-can-log
  • 64ac09c Move to can-log

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.10.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Move from deprecated *self to scope.view
  • Fix *self warnings #345

v3.10.5...v3.10.6

Commits

The new version differs by 3 commits.

  • cf719cc Update dist for release
  • 5318ecd Merge pull request #345 from canjs/fix-star-self-warnings
  • 945a579 Fix *self warnings

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.11.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Deprecating `*foo` and `{{>*self}}` and documenting `scope`

can-view-scope@3.4.0 added a new scope keyword to access the templateContext and deprecated *foo and {{>*self}}. This release officially deprecates these in the docs and adds documentation for the scope keyword.

Commits

The new version differs by 8 commits.

  • fa287b0 Update dist for release
  • de8a247 Merge pull request #346 from canjs/add-scope-deprecate-self
  • deb7446 deprecating *variable and *self and documenting scope (templateContext)
  • 8ca5ff5 Merge pull request #340 from canjs/45-filename
  • cf719cc Update dist for release
  • 5318ecd Merge pull request #345 from canjs/fix-star-self-warnings
  • 945a579 Fix *self warnings
  • 30bc347 accept filename for intermediate_and_imports (fixes canjs/steal-stache#45)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.11.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 10 commits.

  • 5f7a7b2 Update dist for release
  • 8c6ad7e warn less often (#330)
  • fa287b0 Update dist for release
  • de8a247 Merge pull request #346 from canjs/add-scope-deprecate-self
  • deb7446 deprecating *variable and *self and documenting scope (templateContext)
  • 8ca5ff5 Merge pull request #340 from canjs/45-filename
  • cf719cc Update dist for release
  • 5318ecd Merge pull request #345 from canjs/fix-star-self-warnings
  • 945a579 Fix *self warnings
  • 30bc347 accept filename for intermediate_and_imports (fixes canjs/steal-stache#45)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.12.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Moving %special keywords to scope keyword

This deprecates the %special keywords and moves them into a new scope keyword:

  • %index -> scope.index
  • %key -> scope.key
  • %element -> scope.element
  • %event -> scope.event
  • %viewModel -> scope.viewModel
  • %arguments -> scope.arguments

This also adds two new keywords:

  • scope.filename
  • scope.lineNumber

#352

Commits

The new version differs by 33 commits.

  • 63a0d05 Update dist for release
  • a4cdb9f Merge pull request #352 from canjs/special-template-context
  • 705f229 deprecating %index/@index in favor of scope.index when using #items
  • b259553 Merge pull request #303 from canjs/migrate-to-can-globals
  • eb6a287 Merge remote-tracking branch 'origin/master' into special-template-context
  • e35c883 Landscaper: Remove deprecated can-util methods and replace with can-globals
  • 0826043 Merge pull request #350 from canjs/325-make-each-work-with-plain-objects
  • 9b574b8 Separate handling of plain object and arrays
  • d8b32d7 Combine object and array each handling
  • 43614c8 Merge pull request #351 from canjs/landscaper/update-parent
  • ee63cab Update docs with new @parent & @collection
  • 50ace69 Fixed issue breaking hash expressions with plain objects
  • 318422a cleaning up warning filename/linenumber
  • f39c4df small doc fix
  • 1d9653a Move remaining %special values to scope in the docs and deprecated %special

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.13.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Adding scope.root

This adds a {[scope.root}} that you can use to access the data passed to a stache renderer function. This allows you to avoid scope walking with recursive partials:

const data = new DefineMap({
    name: "Earthworm Jim",
    child: {
        name: "Grey Worm",
        child: {
            name: "MyDoom"
        }
    },
    exclaim: '!!!'
});

const view = stache("AppTemplate", `
    {{<personAndChildren}}
        <span>{{name}} {{scope.root.exclaim}}</span>
        {{#./child}}
            <div>
                {{>personAndChildren this}}
            </div>
        {{/./child}}
    {{/personAndChildren}}

    {{>personAndChildren this}}
`);

#353

Commits

The new version differs by 38 commits.

  • 52f45ef Update dist for release
  • 19dfb0d Merge pull request #353 from canjs/scope-root
  • d5154dc adding root scope to scope.root keyword
  • cc4cdae alphabetizing scope keys
  • 8d1f818 removing filename metadata since it is set in {{scope.filename}} now
  • 63a0d05 Update dist for release
  • a4cdb9f Merge pull request #352 from canjs/special-template-context
  • 705f229 deprecating %index/@index in favor of scope.index when using #items
  • b259553 Merge pull request #303 from canjs/migrate-to-can-globals
  • eb6a287 Merge remote-tracking branch 'origin/master' into special-template-context
  • e35c883 Landscaper: Remove deprecated can-util methods and replace with can-globals
  • 0826043 Merge pull request #350 from canjs/325-make-each-work-with-plain-objects
  • 9b574b8 Separate handling of plain object and arrays
  • d8b32d7 Combine object and array each handling
  • 43614c8 Merge pull request #351 from canjs/landscaper/update-parent

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.13.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Fix the Sections docs
  • Fix the Sections docs #355

v3.13.0...v3.13.1

Commits

The new version differs by 41 commits.

  • b7cad0a Update dist for release
  • 7fe91c1 Merge pull request #355 from canjs/3660-docs
  • 5b23836 Fix the Sections docs
  • 52f45ef Update dist for release
  • 19dfb0d Merge pull request #353 from canjs/scope-root
  • d5154dc adding root scope to scope.root keyword
  • cc4cdae alphabetizing scope keys
  • 8d1f818 removing filename metadata since it is set in {{scope.filename}} now
  • 63a0d05 Update dist for release
  • a4cdb9f Merge pull request #352 from canjs/special-template-context
  • 705f229 deprecating %index/@index in favor of scope.index when using #items
  • b259553 Merge pull request #303 from canjs/migrate-to-can-globals
  • eb6a287 Merge remote-tracking branch 'origin/master' into special-template-context
  • e35c883 Landscaper: Remove deprecated can-util methods and replace with can-globals
  • 0826043 Merge pull request #350 from canjs/325-make-each-work-with-plain-objects

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.13.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Making scope.index work with plain arrays

#357

Commits

The new version differs by 44 commits.

  • ed1c616 Update dist for release
  • 61ffc70 Merge pull request #357 from canjs/index-with-arrays
  • 5c30cca correctly setting scope.index and deprecating %index/@index with arays
  • b7cad0a Update dist for release
  • 7fe91c1 Merge pull request #355 from canjs/3660-docs
  • 5b23836 Fix the Sections docs
  • 52f45ef Update dist for release
  • 19dfb0d Merge pull request #353 from canjs/scope-root
  • d5154dc adding root scope to scope.root keyword
  • cc4cdae alphabetizing scope keys
  • 8d1f818 removing filename metadata since it is set in {{scope.filename}} now
  • 63a0d05 Update dist for release
  • a4cdb9f Merge pull request #352 from canjs/special-template-context
  • 705f229 deprecating %index/@index in favor of scope.index when using #items
  • b259553 Merge pull request #303 from canjs/migrate-to-can-globals

There are 44 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.13.3 just got published.

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

Release Notes Making scope.index work with can-view-live.list

#361

Commits

The new version differs by 46 commits.

  • ecb46ab Update dist for release
  • a918bca fix scope.index with can-view-live (#361)
  • ed1c616 Update dist for release
  • 61ffc70 Merge pull request #357 from canjs/index-with-arrays
  • 5c30cca correctly setting scope.index and deprecating %index/@index with arays
  • b7cad0a Update dist for release
  • 7fe91c1 Merge pull request #355 from canjs/3660-docs
  • 5b23836 Fix the Sections docs
  • 52f45ef Update dist for release
  • 19dfb0d Merge pull request #353 from canjs/scope-root
  • d5154dc adding root scope to scope.root keyword
  • cc4cdae alphabetizing scope keys
  • 8d1f818 removing filename metadata since it is set in {{scope.filename}} now
  • 63a0d05 Update dist for release
  • a4cdb9f Merge pull request #352 from canjs/special-template-context

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.13.4 just got published.

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

Release Notes Updating `as` deprecation warning to give filename and lineNumber

Instead of

can-stache: Do not use `{{#each people as person}}`, instead use `{{#each people person=value}}`

this warning will now show

filename.stache:1: the `as` keyword is deprecated. Use {{#each people person=value}} instead of {{#each people as person}}.
Commits

The new version differs by 3 commits.

  • a37d152 Update dist for release
  • 4adf951 Merge pull request #364 from canjs/as-line-numbers
  • c614eca Updating as deprecation warning to give filename and lineNumber

See the full diff