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

An in-range update of ember-cli-htmlbars is breaking the build 🚨 #219

Open
greenkeeper bot opened this issue Jun 28, 2019 · 14 comments
Open

An in-range update of ember-cli-htmlbars is breaking the build 🚨 #219

greenkeeper bot opened this issue Jun 28, 2019 · 14 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 28, 2019

The devDependency ember-cli-htmlbars was updated from 3.0.1 to 3.1.0.

🚨 View failing branch.

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

ember-cli-htmlbars 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
  • ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • ci/circleci: install_dependencies: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-beta: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.18: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-1-13: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-default: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.16: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-lts-2.12: Your tests passed on CircleCI! (Details).
  • ci/circleci: test-canary: Your tests failed on CircleCI (Details).
  • ci/circleci: test-release: Your tests passed on CircleCI! (Details).

Release Notes for Release 3.1.0

v3.1.0 (2019-06-28)

🚀 Enhancement

🏠 Internal

Committers: 4

Commits

The new version differs by 155 commits ahead by 155, behind by 1.

  • e132426 Release 3.1.0
  • d31e851 Dependency invalidation (#238)
  • 15fa8ad Bump ember-source from 3.11.0 to 3.11.1
  • 7571882 Merge remote-tracking branch 'ember-cli/master' into dependency-invalidation
  • 2e7e581 Templates can have nested Program nodes. Since we can't rely on the Template node yet, we have to keep a stack counter of Program nodes that we've seen so far.
  • 562924c Merge pull request #246 from ember-cli/dependabot/npm_and_yarn/ember-source-3.11.0
  • 07239ec Bump broccoli-persistent-filter from 2.3.0 to 2.3.1
  • 5c9a6d6 Pick up bug fixes in broccoli-persistent-filter.
  • bc85143 Skip plugin tests when plugins can't be unregistered.
  • fde611a Bump ember-source from 3.10.2 to 3.11.0
  • 854df3d Bump eslint-plugin-ember from 6.6.0 to 6.7.0
  • 97c6406 Don't run AST Plugin tests against legacy template compilers for now.
  • 5f7a7af Handle old name of function that unregisters plugins.
  • a15ea1d Merge remote-tracking branch 'ember-cli/master' into dependency-invalidation.
  • 096a639 Fix issues in legacy builds.

There are 155 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
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.0.3

🐛 Bug Fix

  • #317 Avoid conflicts with ember-cli-htmlbars-inline-precompile (@rwjblue)

📝 Documentation

  • #318 Ensure all debug logging is emitted with DEBUG=ember-cli-htmlbars:* (@rwjblue)

Committers: 2

Commits

The new version differs by 135 commits.

  • f58af6f Release 4.0.3
  • 72f2d51 Bump ember-cli-babel from 7.11.1 to 7.12.0
  • a377f71 Bump strip-bom from 3.0.0 to 4.0.0
  • 4ff24f2 Merge pull request #303 from ember-cli/dependabot/npm_and_yarn/broccoli-plugin-3.0.0
  • 52ea1a1 Bump walk-sync from 1.1.4 to 2.0.2 (#298)
  • 204e14c Ensure all debug logging is emitted with `DEBUG=ember-cli-htmlba… (#318)
  • 15ca4ea Avoid conflicts with ember-cli-htmlbars-inline-precompile (#317)
  • 71314df Reproduce inline precompilation failures when using ember-cli-htmlbars-inline-precompile
  • 2c3121f Avoid conflicts with ember-cli-htmlbars-inline-precompile
  • 7eed358 Ensure all debug logging is emitted with DEBUG=ember-cli-htmlbars:*
  • a645f9d Bump eslint from 6.5.0 to 6.5.1
  • 293d99f Bump eslint from 6.4.0 to 6.5.0
  • bec7505 Bump mocha from 6.2.0 to 6.2.1
  • ce60e1d Bump broccoli-plugin from 2.0.0 to 3.0.0
  • 32c54c8 Bump walk-sync from 1.1.4 to 2.0.2

There are 135 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 2, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.0.4

🐛 Bug Fix

  • #322 Fix issue with deduplcation of babel plugin when parallelized (@rwjblue)

Committers: 1

Commits

The new version differs by 144 commits.

  • 46d7ae4 Release 4.0.4
  • a77e24e Fix issue with deduplcation of babel plugin when parallelized (#322)
  • eca93f2 Move check for colocated babel plugin to utils
  • 1f79c89 Fix issue with deduplcation of babel plugin when parallelized
  • 647d675 Add failing test for isInlinePrecompileBabelPluginRegistered.
  • d764651 Move check for already registred plugin to utils.
  • ca0653f Bump release-it from 12.4.1 to 12.4.2
  • 73063ba Update to [email protected]. (#320)
  • ed33950 Update to [email protected].
  • f58af6f Release 4.0.3
  • 72f2d51 Bump ember-cli-babel from 7.11.1 to 7.12.0
  • a377f71 Bump strip-bom from 3.0.0 to 4.0.0
  • 4ff24f2 Merge pull request #303 from ember-cli/dependabot/npm_and_yarn/broccoli-plugin-3.0.0
  • 52ea1a1 Bump walk-sync from 1.1.4 to 2.0.2 (#298)
  • 204e14c Ensure all debug logging is emitted with `DEBUG=ember-cli-htmlba… (#318)

There are 144 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.0.5

🐛 Bug Fix

  • #324 More fixes for proper babel plugin deduplication. (@rwjblue)

📝 Documentation

  • #323 Ensure deprecation message shows correct heirarchy. (@rwjblue)

Committers: 1

Commits

The new version differs by 149 commits.

  • e3f2311 Release 4.0.5
  • edeb553 More fixes for proper babel plugin deduplication. (#324)
  • 16e8b13 Ensure deprecation message shows correct heirarchy. (#323)
  • 4b2f2a5 More fixes for proper babel plugin deduplication.
  • ce2b008 Ensure deprecation message shows correct heirarchy.
  • 46d7ae4 Release 4.0.4
  • a77e24e Fix issue with deduplcation of babel plugin when parallelized (#322)
  • eca93f2 Move check for colocated babel plugin to utils
  • 1f79c89 Fix issue with deduplcation of babel plugin when parallelized
  • 647d675 Add failing test for isInlinePrecompileBabelPluginRegistered.
  • d764651 Move check for already registred plugin to utils.
  • ca0653f Bump release-it from 12.4.1 to 12.4.2
  • 73063ba Update to [email protected]. (#320)
  • ed33950 Update to [email protected].
  • f58af6f Release 4.0.3

There are 149 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.0.7

🐛 Bug Fix

  • #336 Support as default exports with template colocation (@dfreeman)

🏠 Internal

Committers: 2

Commits

The new version differs by 165 commits.

  • 1a918bd Release 4.0.7
  • f30a7c2 Support as default exports with template colocation (#336)
  • f9053bc Support as default exports with template colocation
  • 3a52507 Merge pull request #335 from camerondubas/master
  • 70a03f7 Merge branch 'master' of github.com:camerondubas/ember-cli-htmlbars
  • 91a94a7 Add tests for nested colocation components and index components
  • 29bbbba Release 4.0.6
  • 4c6d275 Add parent's name to logging output. (#334)
  • 65136a6 Add parent's name to logging output.
  • 33c3f74 Enable colocated component classes to be TypeScript (#333)
  • 7a46bea Enable colocated component classes to be TypeScript
  • c6f42ea Ensure "pods style" templates are compiled properly. (#332)
  • 3430b20 Ensure "pods style" templates are compiled properly.
  • 1e6755e Bump eslint-config-prettier from 6.3.0 to 6.4.0
  • fa66e31 Add more tests using AST plugins (inline and standalone) (#125)

There are 165 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.0.8

🐛 Bug Fix

  • #340 Fix issues when using colocated component's with decorators. (@rwjblue)

🏠 Internal

  • #341 Add test using native classes + decorators. (@rwjblue)
  • #338 Add broccoli plugin + babel plugin colocation tests (@rwjblue)

Committers: 1

Commits

The new version differs by 173 commits.

  • 533fb95 Release 4.0.8
  • 135718b Merge pull request #341 from rwjblue/failing-smoke-test-with-tracked
  • 4ce280b Fix issues when using colocated component's with decorators. (#340)
  • c12e3df Add test using native classes + decorators.
  • f903240 Fix issues when using colocated component's with decorators.
  • 86838c6 Merge pull request #338 from rwjblue/colocation-integration-tests
  • a6d26c4 Add broccoli plugin + babel plugin colocation tests
  • 3413b55 Move colocated broccoli plugin and babel plugin to similar locations
  • 1a918bd Release 4.0.7
  • f30a7c2 Support as default exports with template colocation (#336)
  • f9053bc Support as default exports with template colocation
  • 3a52507 Merge pull request #335 from camerondubas/master
  • 70a03f7 Merge branch 'master' of github.com:camerondubas/ember-cli-htmlbars
  • 91a94a7 Add tests for nested colocation components and index components
  • 29bbbba Release 4.0.6

There are 173 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.0.9

🚀 Enhancement

  • #373 Add co-location support to CoffeeScript component class files (@locks)

📝 Documentation

  • #351 Update Readme with syntax for usage with tagged templates (@thec0keman)

🏠 Internal

Committers: 3

Commits

The new version differs by 192 commits.

  • 7011a3a Release 4.0.9
  • 50fd2b0 Merge pull request #351 from thec0keman/patch-1
  • b367bb3 Add co-location support to CoffeeScript component class files (#373)
  • dbef9d0 add co-location support to CoffeeScript component class files
  • 37823fa Remove manual yarn installation (#377)
  • 2812f73 Increase browser start timeout.
  • 34cf9e0 Remove manual yarn installation
  • 8731b5a Update Readme with syntax for usage with tagged templates
  • d1b9683 Bump release-it from 12.4.2 to 12.4.3
  • 2c85fa8 Bump qunit-dom from 0.9.0 to 0.9.1
  • dbc33dd Bump eslint from 6.5.1 to 6.6.0
  • d37a2c6 Bump ember-source from 3.13.2 to 3.13.3
  • ea97194 Bump eslint-config-prettier from 6.4.0 to 6.5.0
  • 4fdc894 Bump @ember/optional-features from 1.0.0 to 1.1.0
  • d0cf940 Add ember-octane test suite run to CI. (#342)

There are 192 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.1.0

🚀 Enhancement

  • #380 Implement basic patching strategy for colocated components. (@rwjblue)

Committers: 1

Commits

The new version differs by 204 commits.

  • a728d22 Release 4.1.0
  • 1083df6 Merge pull request #380 from ember-cli/caching
  • d4b4801 Implement basic patching strategy.
  • 4300bd7 Remove unused options from lib/colocated-broccoli-plugin.js tests.
  • 01818b7 Add failing tests confirming stable rebuilds.
  • 2a5bb8e Bump @babel/plugin-transform-typescript from 7.6.3 to 7.7.4
  • bb09794 Bump qunit-dom from 0.9.1 to 0.9.2
  • ceff287 Bump @babel/plugin-transform-runtime from 7.6.2 to 7.7.6
  • 89bb31f Bump @babel/plugin-proposal-decorators from 7.6.0 to 7.7.4
  • e34ee05 Bump @babel/plugin-proposal-class-properties from 7.5.5 to 7.7.4
  • 426a34a Bump @babel/runtime from 7.6.3 to 7.7.6
  • 2264e32 Bump @babel/core from 7.6.4 to 7.7.5
  • 7011a3a Release 4.0.9
  • 50fd2b0 Merge pull request #351 from thec0keman/patch-1
  • b367bb3 Add co-location support to CoffeeScript component class files (#373)

There are 204 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.1.1

🐛 Bug Fix

  • #390 Ensure reexported components do not throw an error. (@rwjblue)

Committers: 1

Commits

The new version differs by 211 commits.

  • 7253846 Release 4.1.1
  • fe901c8 Merge pull request #390 from ember-cli/fix-issue-with-reexports
  • a1e3131 Ensure reexported components do not throw an error.
  • c8c7b2a Bump eslint-plugin-mocha from 6.2.0 to 6.2.2
  • d26acca Bump eslint-plugin-ember from 7.2.0 to 7.7.1
  • 347b2c9 Bump ember-try from 1.2.1 to 1.3.0
  • 93a70ab Bump prettier from 1.18.2 to 1.19.1
  • a728d22 Release 4.1.0
  • 1083df6 Merge pull request #380 from ember-cli/caching
  • d4b4801 Implement basic patching strategy.
  • 4300bd7 Remove unused options from lib/colocated-broccoli-plugin.js tests.
  • 01818b7 Add failing tests confirming stable rebuilds.
  • 2a5bb8e Bump @babel/plugin-transform-typescript from 7.6.3 to 7.7.4
  • bb09794 Bump qunit-dom from 0.9.1 to 0.9.2
  • ceff287 Bump @babel/plugin-transform-runtime from 7.6.2 to 7.7.6

There are 211 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.2.0

🚀 Enhancement

  • #384 Remove setEdition requirement for colocation. (@rwjblue)

Committers: 1

Commits

The new version differs by 214 commits.

  • df96246 Release 4.2.0
  • 07e4498 Remove setEdition requirement for colocation. (#384)
  • 7253846 Release 4.1.1
  • fe901c8 Merge pull request #390 from ember-cli/fix-issue-with-reexports
  • a1e3131 Ensure reexported components do not throw an error.
  • c8c7b2a Bump eslint-plugin-mocha from 6.2.0 to 6.2.2
  • d26acca Bump eslint-plugin-ember from 7.2.0 to 7.7.1
  • 347b2c9 Bump ember-try from 1.2.1 to 1.3.0
  • 93a70ab Bump prettier from 1.18.2 to 1.19.1
  • f46bf12 Remove setEdition requirement for colocation.
  • a728d22 Release 4.1.0
  • 1083df6 Merge pull request #380 from ember-cli/caching
  • d4b4801 Implement basic patching strategy.
  • 4300bd7 Remove unused options from lib/colocated-broccoli-plugin.js tests.
  • 01818b7 Add failing tests confirming stable rebuilds.

There are 214 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 248 commits.

  • 474dcff v4.2.1
  • 375fe4c Only check semver range if ember-source is present (#423)
  • bb8a57f Only check semver range if ember-source is present
  • 0176e64 Bump eslint-config-prettier from 6.8.0 to 6.9.0
  • 521d7b5 [Security] Bump handlebars from 4.2.0 to 4.5.3
  • 45d24dc Bump eslint-config-prettier from 6.7.0 to 6.8.0
  • a414f7a Bump eslint from 6.7.2 to 6.8.0
  • 2184e11 Bump @ember/optional-features from 1.2.0 to 1.3.0
  • 94f0ec7 Bump @babel/runtime from 7.7.6 to 7.7.7
  • 19cf30d Bump @babel/core from 7.7.5 to 7.7.7
  • 8078b2d Bump @ember/optional-features from 1.1.0 to 1.2.0
  • 6446c25 Bump ember-resolver from 6.0.0 to 6.0.1
  • 6c1f5c2 Merge pull request #406 from ember-cli/dependabot/npm_and_yarn/semver-7.0.0
  • 1c62ef6 Bump semver from 6.3.0 to 7.0.0
  • 64854b2 Bump eslint-plugin-prettier from 3.1.1 to 3.1.2

There are 248 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 24, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.2.3

🏠 Internal

Committers: 2

Commits

The new version differs by 278 commits.

  • ae40690 Release 4.2.3
  • 6768c00 Merge pull request #464 from ember-cli/change-version-checker-usage
  • 58adf9c Remove usage of legacy checker.forEmber API.
  • 7f3bdcd Merge pull request #463 from chriseppstein/fix-dependency-invalidation
  • 019b029 fix: Standardize the option name for dependency invalidation.
  • 92182c7 Bump ember-cli-babel from 7.14.1 to 7.18.0
  • ee80c25 Bump eslint-plugin-ember from 7.7.2 to 7.8.0
  • 11eb9c7 Bump @babel/core from 7.8.3 to 7.8.4
  • b39658f Bump ember-cli-babel from 7.13.2 to 7.14.1
  • 8ec47ad Bump @babel/runtime from 7.8.3 to 7.8.4
  • f3853e8 Bump eslint-config-prettier from 6.9.0 to 6.10.0
  • 422444d Bump ember-cli from 3.15.1 to 3.15.2
  • cadf659 Release 4.2.2
  • d9cdf84 Revert "Bump semver from 6.3.0 to 7.0.0" (#437)
  • 5c45cae Revert "Bump semver from 6.3.0 to 7.0.0"

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.3.0

📝 Documentation

Committers: 1

Commits

The new version differs by 286 commits.

  • 7026bb0 Release 4.3.0
  • ff934eb Bump mocha from 6.2.2 to 7.1.1
  • 4ed1f71 Bump ember-resolver from 6.0.1 to 7.0.0
  • 32eb16e Bump eslint-plugin-node from 10.0.0 to 11.1.0
  • 517502e Add type definition for test helper import (#481)
  • be3c14d [Security] Bump acorn from 7.1.0 to 7.1.1
  • 4068824 Bump @babel/core from 7.8.4 to 7.8.7
  • b95fbc2 Bump eslint-plugin-ember from 7.8.0 to 7.10.1
  • ae40690 Release 4.2.3
  • 6768c00 Merge pull request #464 from ember-cli/change-version-checker-usage
  • 58adf9c Remove usage of legacy checker.forEmber API.
  • 7f3bdcd Merge pull request #463 from chriseppstein/fix-dependency-invalidation
  • 019b029 fix: Standardize the option name for dependency invalidation.
  • 92182c7 Bump ember-cli-babel from 7.14.1 to 7.18.0
  • ee80c25 Bump eslint-plugin-ember from 7.7.2 to 7.8.0

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 9, 2020

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Release 4.3.1

🐛 Bug Fix

Committers: 1

Commits

The new version differs by 291 commits.

  • b601f81 Release 4.3.1
  • 36e1025 Merge pull request #494 from ember-cli/move-types-for-publishing
  • 68aeb8d Ensure types file gets published.
  • fdef37b Bump babel-eslint from 10.0.3 to 10.1.0
  • 0403aad Bump @babel/core from 7.8.7 to 7.9.0
  • 7026bb0 Release 4.3.0
  • ff934eb Bump mocha from 6.2.2 to 7.1.1
  • 4ed1f71 Bump ember-resolver from 6.0.1 to 7.0.0
  • 32eb16e Bump eslint-plugin-node from 10.0.0 to 11.1.0
  • 517502e Add type definition for test helper import (#481)
  • be3c14d [Security] Bump acorn from 7.1.0 to 7.1.1
  • 4068824 Bump @babel/core from 7.8.4 to 7.8.7
  • b95fbc2 Bump eslint-plugin-ember from 7.8.0 to 7.10.1
  • ae40690 Release 4.2.3
  • 6768c00 Merge pull request #464 from ember-cli/change-version-checker-usage

There are 250 commits in total.

See the full diff

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

No branches or pull requests

0 participants