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 ember-cli-htmlbars-inline-precompile to the latest version 🚀 #34

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 22, 2017

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

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

The version 0.4.0 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 30 commits0.

  • ae552eb 0.4.0
  • 133cd0a Release 0.4.0 final.
  • 705f173 0.4.0-beta.2
  • 335e4c5 Update CHANGELOG.
  • 62e44bd Update minimum version of babel plugin.
  • d86edac 0.4.0-beta.1
  • 74fd184 Merge pull request #69 from rwjblue/babel-6
  • ffafb16 Remove welcome page.
  • 99aad43 Add ember-cli-shims back to ember-source scenario.
  • 3ae7891 Update min engine version.
  • d8cb4a1 Make function properly for babel@6 version.
  • f68e8b6 Update minimum versions of deps and devDeps.
  • c18f6d3 fixup! Add babel@6 to devDeps for test harness.
  • 8f92b23 Remove unused directories.
  • 1e9f66e Set ember-cli to 2.11.1.

There are 30 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

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

greenkeeper bot commented May 2, 2017

Version 0.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits0.

  • 5a9e0e7 0.4.1
  • 73c862d Update CHANGELOG.
  • 2d99efa Merge pull request #72 from rwjblue/add-helpful-messaging
  • d82e88a Add helpful messaging when used in the wrong context.

false

See the full diff

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

greenkeeper bot commented May 3, 2017

Version 0.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits0.

  • 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

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 10, 2017

Version 0.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits0.

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

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 29, 2017

Version 0.4.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

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

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 1, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 1, 2017

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

greenkeeper bot added a commit that referenced this pull request Aug 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2017

Version 1.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • e361224 1.0.1
  • bd41108 Merge pull request #93 from mikrostew/version-check
  • 72c11b5 update ember-cli-babel version check and dependencies
  • 6f1df9d Merge pull request #91 from Turbo87/version-checker
  • bdecf2d Update "ember-cli-babel" to v6.7.0
  • 57e231d Adjust "ember-cli-babel" peer dependency
  • b70a381 Adjust "ember-cli-babel" version check
  • 8814a29 Merge pull request #92 from Turbo87/yarn
  • 2a20563 CI: Use yarn instead of npm

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 9, 2017

Version 1.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 8c7f927 v1.0.2
  • fde6cb7 Update CHANGELOG.
  • 0c05099 Merge pull request #97 from mikrostew/caching-is-hard
  • 86d85a5 test cacheKey() for non-parallel plugins
  • 6aa21b3 cache everything for the parallel plugin objects
  • 390bcf4 Merge pull request #94 from ember-cli/kellyselden-patch-1
  • 4a1f4c2 add npm badge

See the full diff

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

greenkeeper bot commented Jun 2, 2018

Version 1.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 53b149e v1.0.3
  • f3155bc Add v1.0.3 to CHANGELOG.md.
  • c96406f Merge pull request #106 from rwjblue/update-babel-plugin-htmlbars-inline-precompile
  • 08180bc Update minimum version of heimdalljs-logger.
  • a2859db Update minimum version of hash-for-dep.
  • f57adb6 Update minimum version of ember-cli-version-checker.
  • f32cb07 Update minimum versions of dependencies.
  • a3578ed Merge pull request #104 from Turbo87/eslint
  • 195a1e3 Replace JSHint with ESLint
  • 9a931d1 Merge pull request #103 from Turbo87/chrome
  • 20b0c7c Use headless Chrome for testing
  • 19a5f95 Merge pull request #102 from Turbo87/module-paths
  • f33b729 Add support for importing from ember-cli-htmlbars-inline-precompile

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2018

Update to this version instead 🚀

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

greenkeeper bot commented Oct 12, 2018

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • f8f9976 v1.0.5
  • df072d7 Merge pull request #117 from Turbo87/changelog
  • 7aee0c9 Use lerna-changelog to generate CHANGELOG.md
  • 27dbeaa Merge pull request #115 from Turbo87/babel-7
  • 45878e3 Update ember-cli-babel peer dependency to support Babel 7 too
  • cede1a4 Merge pull request #116 from Turbo87/insane
  • 53fc443 Update yarn.lock file
  • a610a52 Update ember-cli to v2.12.x to drop broken npm subdependency
  • 85a2aac Pin subdependencies to versions using sane@2

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2018

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • fde64c3 2.0.0
  • cfce1c9 Update changelog for 2.0.0.
  • c623475 Update yarn.lock.
  • 9baa8e9 Merge pull request #124 from ember-cli/dependabot/npm_and_yarn/mocha-5.2.0
  • f3db97a Merge pull request #132 from ember-cli/dependabot/npm_and_yarn/lerna-changelog-0.8.2
  • a9a7b43 Merge pull request #114 from arthirm/master
  • 4e27d27 Changing the call to setUp functions to be 1 per worker
  • 209080e Merge pull request #135 from ember-cli/dependabot/npm_and_yarn/ember-qunit-3.5.3
  • 4656c91 Bump ember-qunit from 3.5.1 to 3.5.3
  • a986e01 Bump lerna-changelog from 0.7.0 to 0.8.2
  • bda8666 Bump mocha from 3.5.3 to 5.2.0
  • 2f88bff Bump broccoli-asset-rev from 2.7.0 to 3.0.0 (#125)
  • 8a98f07 Bump ember-cli-test-loader from 1.1.1 to 2.2.0 (#128)
  • db5f6a0 Bump ember-cli-inject-live-reload from 1.10.1 to 2.0.1 (#129)
  • 2246dd9 Merge pull request #120 from arthirm/upgrade

There are 23 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2018

Update to this version instead 🚀

Commits

The new version differs by 29 commits.

  • 92dbe97 2.1.0
  • 385c1ef Add v2.1.0 to CHANGELOG.
  • 55ac7b1 Merge pull request #156 from rwjblue/bring-back-bower-support
  • 7466a60 package.json: Force nested ember-cli-htmlbars-inline-precompile dependency to v1.0.5
  • ac3909e Bring back Ember < 2.12 support.
  • 009b8f4 Merge pull request #159 from Turbo87/node-6
  • 31dbfb1 Bump ember-cli-babel from 7.1.4 to 7.2.0 (#157)
  • ad60783 CI: Remove duplicate node_js key
  • 5acfa0b Bump ember-cli from 3.5.1 to 3.6.0 (#158)
  • 1b9bc2f Merge pull request #148 from arthirm/multi-ember-app-bug-fix
  • 89c4214 Fix the '_registeredWithBabel' check
  • 8d977d8 Bump eslint from 5.9.0 to 5.10.0 (#153)
  • d8f37b2 Bump qunit-dom from 0.8.2 to 0.8.3 (#154)
  • 86fb5c1 Bump ember-cli-babel from 7.1.3 to 7.1.4 (#151)
  • b7c1e4a Bump ember-source from 3.5.1 to 3.6.0 (#152)

There are 29 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

Successfully merging this pull request may close these issues.

0 participants