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-mirage to the latest version 🚀 #39

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 25, 2017

Version 0.2.5 of ember-cli-mirage just got published.

Dependency ember-cli-mirage
Current Version 0.2.4
Type devDependency

The version 0.2.5 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-mirage.
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 21 commits .

  • eb476d5 0.2.5
  • 9b1e173 Update changelog
  • bc8831f Add YUIDoc to server.js
  • 69fb8e5 Merge pull request #987 from renpinto/environment-fix
  • 438b764 updated
  • 9e4e409 Merge pull request #981 from Azdaroth/clarity-error-message-for-association-helper
  • acd3377 [BUGFIX] Blueprint.prototype.insertIntoFile is async (#984)
  • 9d15e9a improve error message, fix a false-positive test when verifying the error message
  • fb76108 clarify error message when using 'association' helper for nonexistent relationship
  • 1e4a5ef [closes #905] Serialize on key instead of modelName
  • e02ddb9 adds helper method to normalize form data requests (#796)
  • 66985ac refactor(server): add default passthrough for electron's localhost socket (#928)
  • 5f46ff3 implement association helper (#880)
  • 0f883e2 Collection#length (#948)
  • af7e459 Upgrade route-recognizer to decode dyanmic path segments (#949)

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

greenkeeper bot commented Feb 21, 2017

Version 0.2.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits .

  • 64819dd 0.2.6
  • 18341c8 Update changelog
  • d58c8cd Merge pull request #1010 from samselikoff/nested-addon-support
  • 1352d27 Better support for nested addons
  • 908e1df Merge pull request #995 from bwbuchanan/fix-issue-994
  • 5b0f55e Merge pull request #1008 from samselikoff/cibernox-update-ember-cli-2.9
  • 3d199e5 More Ember CLI 2.9 updates
  • 0104425 Update Ember CLI to 2.9
  • 797a6a4 feat(Lodash): adapting to use lodash 4 using latest ember-lodash (#998)
  • 7aefc6a throw error if the second argument of buildList or createList is not an integer (#1003)
  • 487b036 Invoke _getAttrsForRequest with correct model name. Fixes #994

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2017

Version 0.2.7 just got published.

Update to this version instead 🚀

Release Notes v0.2.7

Update notes: 0.2.6 introduced a breaking change for PhantomJS users, so we've reverted a change and published 0.2.7. See #1024 for details.

Changes:

Commits

The new version differs by 7 commits .

  • 49caea8 0.2.7
  • 292f6f4 Update changelog
  • 01fbf0a fix factory association feature (#1025)
  • d068041 Code Climate config with ESLint and duplication (#1030)
  • 856a6b5 Replace Number.isInteger with lodash isInteger (#1024)
  • 17fe374 Allow route handlers to return empty string responses (#1023)
  • 7389949 Create ISSUE_TEMPLATE.md

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2017

Version 0.2.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits .

  • 19895a4 v0.2.8
  • 93616f2 Merge pull request #1040 from rwjblue/patch-3
  • 2ac4529 Import require to avoid issue in babel@6.
  • 434b29f Fixes generated code for destroy app helper (#1026)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 20, 2017

Version 0.2.9 just got published.

Update to this version instead 🚀

Release Notes v0.2.9

Update notes: none

Changes:

  • [ENHANCEMENT] #1006 Make host/namespace support more robust @zinyando
Commits

The new version differs by 3 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 21, 2017

Version 0.3.0 just got published.

Update to this version instead 🚀

Release Notes v0.3.0

Update notes: View the Upgrade guide on the 0.3.x docs page

Changes:

Commits

The new version differs by 7 commits .

  • aca2672 v0.3.0
  • 2ffa575 Update changelog
  • 255b04d Ensure #associate is idempotent
  • d243f79 Fix rebase conflicts
  • 20bfcb5 RestSerializer relationships serialization must be compatible with em… (#1034)
  • c88b418 Use lodash assign
  • ad7ced3 One-way associations

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2017

Version 0.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits .

See the full diff.

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

greenkeeper bot commented May 25, 2017

Version 0.3.2 just got published.

Update to this version instead 🚀

Release Notes v0.3.2

Update notes: none

Changes:

Commits

The new version differs by 23 commits.

  • 9668cf8 0.3.2
  • 07ddd8a Update changelog
  • a796317 Default discoverEmberDataModels to true
  • 3286903 Normalize hasMany relationships (#1086)
  • 1913507 Update ember-lodash (#1088)
  • 448d6db Add server as a global for ESLint in afterInstall (#1066)
  • 3335beb Upgrade ember-inflector to 2.0.0 (#1077)
  • 4f28c29 Updating docs link (#1073)
  • f201174 add missing space in conditional (#1070)
  • 25f8f5b update tests to use proper slash in resource helper path
  • 813e09b update resoure helper 'rootPath' option to 'path'
  • 2023c1c update resource helper custom path definition location
  • e2766fa add missing semi-colon
  • de8a370 update resource helper tests
  • 0bcdd9a update 'resource' helper to accept custom route path

There are 23 commits in total.

See the full diff

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

greenkeeper bot commented Jun 4, 2017

Version 0.3.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented Jul 5, 2017

Version 0.3.4 just got published.

Update to this version instead 🚀

Release Notes v0.3.4

Update notes: none

Changes:

Commits

The new version differs by 13 commits.

  • d56c76a 0.3.4
  • 9fcc38c Update changelog
  • 9abf0a6 Remove broccoli-unwatched-tree dependency. (#1122)
  • e748809 remove unused gitkeep (#1119)
  • 2d8dd5f adds support for custom identity managers per application and model (#977)
  • d93713e Expose database in serializer (#1110)
  • ac56fdb only update root lint file (#1114)
  • fe8ec9c Create default.js
  • 0d71c0e ignore artifacts in npm (#1106)
  • 9d6abc2 [closes #1107] Better errors for custom route handlers
  • ee0efc8 Fixed existence of relationships.data if links are defined (#1096)
  • 1b7bf74 Extend modelRegexp to match models in pod structure (#1102)
  • 419faac Fix FastBoot 1.0 (#1098)

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