ming-codes / ember-doc-engine

A documentation tool targeted at Ember add-on developers.
MIT License
0 stars 0 forks source link

Update ember-engines to the latest version πŸš€ #28

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.5.3 of ember-engines just got published.

Dependency ember-engines
Current Version 0.5.2
Type peerDependency

The version 0.5.3 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-engines. 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 11 commits0.

  • 16dac82 v0.5.3
  • 739afb6 Merge pull request #407 from rwjblue/add-conditional-debuggers
  • 09d5bed Add broccoli-conditional-debug and begin instrumenting.
  • a76e02a Merge pull request #403 from trentmwillis/upgrade-dependencies
  • 7cb4566 Upgrade ember-cli-addon-tests and remove bower from CI
  • 62f9b22 Upgrade Ember
  • 3977f43 Upgrade to Babel 6
  • b36f38d Upgrade ember-cli
  • 1f5e2eb yarn upgrade
  • 525d8cc Merge pull request #398 from thec0keman/patch-1
  • f55f106 Update testing example with engine-resolver-for

false

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 0.5.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 0 commits0.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits0.

  • 906abb4 v0.5.4
  • 405cd30 Merge pull request #410 from rwjblue/rename-broccoli-debug
  • e7066cf Update to renamed broccoli-debug.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 0 commits0.

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 19 commits.

  • 492a223 v0.5.9
  • f4bf13e Merge pull request #461 from rwjblue/extract-private-concat-styles-hook
  • 621400f Extract private _concatStyles hook to allow customized concat strategies.
  • 772df55 Merge pull request #457 from alexander-alvarez/patch-1
  • 318b5cf [BUGFIX release]: ancestorHostAddons return value
  • 5fcfc13 Merge pull request #456 from mikrostew/parallel-transpile
  • 08239ec bump amd-name-resolver version to enable parallel babel transpile
  • 8e9d596 Merge pull request #443 from status200/link-to-assertion
  • ceac802 Merge pull request #451 from kellyselden/patch-1
  • 7433a6c add npm version badge
  • efc3ed6 Merge pull request #450 from ember-engines/remove-try-catch
  • 66ec367 use require.has instead of try/catch
  • d52c9a6 Merge pull request #449 from kellyselden/patch-1
  • d3c4825 add default value to lazy blueprint
  • a47bfc5 Update link-to assertion message

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.10 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 17 commits.

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.11 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • f1a7c4b v0.5.11
  • 87475f4 Merge pull request #467 from rwjblue/update-ember-asset-loader
  • 5c067bc Update expected manifests to remove empty assets.
  • 407f9cb Bump timeout to 7.5 minutes.
  • f8ce65a Update to latest ember-asset-loader version.
  • 577c480 Merge pull request #387 from perlun/patch-1
  • ca76681 Removed content no longer needed because of ember-in-repo-engine

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.12 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 7f8b02f v0.5.12
  • ba82148 Merge pull request #469 from akashdsouza/patch_check_cacheKeyForTree
  • fa6dc6c Fix: Default to no caching if cacheKeyForTree is not available in host

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.13 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 14 commits.

  • df14276 v0.5.13
  • 9afee1b Merge pull request #481 from BBVAEngineering/prevent-caching-errors
  • ab739f6 upgrade ember-asset-loader
  • 596f620 PR changes: avoid delete, use deprecatedInstance, test descriptions
  • 553beb4 Merge pull request #446 from knownasilya/patch-1
  • bf90702 change ember-load-asset version
  • cf2d6b1 acceptance
  • fccab09 tests: add explicit test for parent dependencies missing
  • 6c67f2a Merge pull request #479 from mdebbar/patch-2
  • da5f9a3 Change return types for few methods
  • 85f218b Merge pull request #477 from rwjblue/ensure-promise-chained-properly
  • c75ae39 Ensure the engine instances promise properly rejects if boot fails.
  • 06f262e prevent caching on error
  • 191988d fix: make sure externalRoutes are only handled if dependencies exist

See the full diff

greenkeeper[bot] commented 7 years ago

Version 0.5.14 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • c7248b8 v0.5.14
  • 6ca18d9 Merge pull request #480 from rwjblue/prettier
  • 0903330 Run npm run test:lint:fix and cleanup remaining linting errors.
  • 5cb52f2 Ensure all directories are linted in CI.
  • 915a975 Add scripts for linting a bit easier.
  • 249d297 Add .eslintrc files to /config folders.
  • aa90d81 Add prettier to eslint setup.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.15 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 42 commits.

  • 2eadbcc 0.5.15
  • b8de88c Merge pull request #494 from trentmwillis/fastboot
  • 93f4076 Merge pull request #523 from villander/master
  • 1e83476 Fix code example on README
  • 859a4e4 Fix readme license
  • 97a6a2b Add code of conduct
  • b7eb855 improve README
  • ba187d5 use esling-disable-next-line
  • c8c791a update eslint-disable with specific rule
  • f8ba39f update fixtures and disable eslint objects on root of ember objects
  • 96f9b3e Fix fastboot support when not lazy loading
  • 6812bcd Add tests for FastBoot changes
  • b97c8ca Fix linting errors from FastBoot changes
  • 26f1c93 Ignore environment/config from asset manifest
  • 4f8a180 Load Engine environment config into FastBoot

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.16 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • a971c9c 0.5.16
  • bcb9674 Merge pull request #528 from villander/master
  • 8056976 Update ember-asset-loader
  • 6088324 Add info about fastboot support on README
  • c583ec4 Fix eslint on dummy app

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.17 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 0.5.18 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 0.5.19 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • d6fd771 0.5.19
  • 864d391 Merge pull request #548 from rwjblue/fix-3-2
  • 6c598e6 Fix issues with module paths changing in Ember 3.2.
  • 558ea1c Merge pull request #543 from ember-engines/cleanup
  • 6dede89 Some superficial cleanup as I read
  • 16f20c9 Merge pull request #541 from efx/fix-quotes-example
  • 9755ac7 ensure quotes are consistent in examples
  • 1ed1615 Merge pull request #536 from villander/fix/readme
  • 805dcbd Merge pull request #532 from villander/master
  • 53de160 [DOC] Update external links on README
  • 8f34073 Merge pull request #535 from villander/fix/readme
  • 5ec4261 [DOC] Update test config to a more recent version
  • 2263e76 Fix maybe-merge-trees

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.20 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 6ed5639 0.5.20
  • 06116a0 Merge pull request #550 from lennyburdette/patch-1
  • 6456588 Fix reference to Route's defaultSerialize

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.21 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 57 commits.

  • 31342ba release v0.5.21 πŸŽ‰
  • 91b0385 Merge pull request #545 from ember-engines/fix-regression-environment
  • 8af2706 Ensure cache key include configPath and env, supporting both test/dev/xyz config
  • 9bc6bcd Fix tests
  • 4f9cf5d Fix regression environment
  • b7c1211 Ensures that engineConfig return the correct environment
  • 727d173 Merge pull request #584 from ember-engines/fix-compact-reexport
  • 8466d4a make compact-rexport code work correctly.
  • b5f0a4b Merge pull request #581 from ember-engines/staged
  • deba8d9 Disable ember-default-with-jquery
  • 815e8b3 Remove staged, since yarn test:node is slow
  • 219ed4a Merge pull request #578 from ember-engines/remove-cli-version-test
  • a4429ee Switch to staged Travis CI
  • 4c575ce Merge pull request #580 from ember-engines/upgrades
  • 040ea16 remove ember-cli version test

There are 57 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.5.22 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 85ac004 0.5.23
  • f440308 Merge pull request #598 from jherdman/remove-usage-of-logger
  • 2c37a8b Remove Usage of Ember.Logger
  • d970f6f Merge pull request #593 from ember-engines/fix-router-setup
  • 67a8ed6 Fix router setup
  • 848c5ff Merge pull request #591 from ember-engines/dont-use-file
  • 1c33d61 don’t troll with file://, which copies into node_modules causing sadness...
  • 6f7a8fc Merge pull request #589 from ember-engines/bump-babel
  • 570dff5 Bump babel-plugin-compact-reexports

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • d44802d release v0.5.24 πŸŽ‰
  • 3e9f6f0 Merge pull request #597 from ember-engines/fix-duplicate-babel-plugin-issue
  • 117ba42 Don’t accidentally re-include the compact reexport plugin more then once

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • a690b95 0.5.25
  • 039501d Merge pull request #600 from buschtoens/fix/599-getHandler-deprecation
  • 12bbaa3 fix(router-ext): hook into getRoute, if exsits

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • d5b2b60 v0.5.26
  • afe0162 Add CHANGELOG for v0.5.26
  • 79acd30 Add CHANGELOG entries for recent releases.
  • 528fefb Add changelog generation setup.
  • f71d050 Merge pull request #609 from buschtoens/fix/_requireBuildPackages
  • 44ef911 Merge pull request #607 from buschtoens/558-fix/route-router
  • 99ee3f2 fix(engine-addon): only call _requireBuildPackages, if it exists
  • daf4b2c fix(route-ext): try Route#_router and Route#router

See the full diff