dustinfarris / ember-django-adapter

Ember CLI addon adapter for Django REST Framework
http://dustinfarris.github.io/ember-django-adapter
MIT License
191 stars 49 forks source link

Update ember-cli-htmlbars-inline-precompile to the latest version 🚀 #204

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 7 years ago

Version 0.4.4 of ember-cli-htmlbars-inline-precompile just got published.

Dependency ember-cli-htmlbars-inline-precompile
Current Version 0.3.12
Type devDependency

The version 0.4.4 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ember-cli-htmlbars-inline-precompile. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 49 commits ahead by 49, behind by 17.

  • b5951f5 v0.4.4
  • 45f92f9 Merge pull request #88 from rwjblue/prevent-mutation-of-config
  • ec57510 Ensure ember-template-compiler does not mutate shared config object.
  • 79d934d v0.4.3
  • c2e6b20 Merge pull request #81 from rwjblue/fix-version-check
  • 88484a6 Use fork of ember-cli-coffeescript (that uses compatible version checker).
  • d9d92d7 Update ember-cli-htmlbars version to be compatible with ember-cli-version-checker@2.
  • 5a032cd Update ember-cli-version-checker to be aware of nested packages.
  • 80cccc9 Add yarn.lock.
  • e772ee6 Update CHANGELOG for 0.4.2.
  • 2191f9a 0.4.2
  • f113633 Merge pull request #77 from ember-cli/Turbo87-patch-1
  • 4c9fa71 Merge pull request #76 from MiguelMadero/mmadero/fixes-init-call
  • 18c9920 CI: Use "auto-dist-tag" for deployment
  • 9a64251 Fixes init call so this works in older verisons of ember-cli

There are 49 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 1.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • a8497b6 release v1.0.0 🎉
  • a858bf5 Merge pull request #83 from mikrostew/parallel-compile
  • a26f9b6 re-incorporate environment clone changes
  • 1f00295 fix baseDir issues, and don't cache for in-process transpile
  • 4375106 cleanup based on PR feedback
  • 1bcdf6f cache plugins - avoid rebuilding, avoid babel heap overflow
  • ff2fb18 refactor duplicated plugin setup code
  • 579dffe log plugins that block parallel compile
  • b1e21ac put the fresh template code back in, and add debug
  • 53670b6 fix for non-parallel case, add tests, and cleanup logic
  • 128d69f basic parallel API, and cleanup redundant logic
  • 4472ae8 clear broccoli cache between ember-try scenarios
  • d61ce00 use finalized version of the parallel API in broccoli-babel-transpiler
  • 4bb3dab refactor to use new parallel API in broccoli-babel-transpiler
  • cec3ddd Update CHANGELOG.md.

See the full diff

gojefferson commented 4 years ago

Master uses a more up-to-date version of this library: https://github.com/dustinfarris/ember-django-adapter/blob/master/package.json#L38

Closing.