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 🚀 #107

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

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Aug 8, 2018

Version 0.4.8 of ember-cli-mirage was just published.

Dependency ember-cli-mirage
Current Version 0.2.5
Type dependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-cli-mirage.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v0.4.8

This release is all about getting 🛁 squeaky clean, and fixing many outstanding bugs in prep for a v1.0!

There should be no upgrade steps for your apps.

  • Shorthands now support polymorphic associations
  • Many bug fixes that shouldn't affect your apps. (One significant change of undocumented/untested behavior was that the serializeIds property of ActiveModelSerializer and RestSerializer now defaults to always).

Drop by #ec-mirage if you have any trouble upgrading!

Commits

The new version differs by 284 commits.

  • aaf418f Update package.json
  • 52454c5 Merge pull request #1364 from samselikoff/fix-rest-serializer
  • 829b0eb Add clearer test around normalizeIds
  • e6af6a9 Travis can publish
  • 174ea70 Merge pull request #1362 from samselikoff/serialize-top-level-polymorphic-collections
  • 615df90 Serialize top-level polymorphic collections
  • ed00eb2 DEPENDENCY: updated to broccoli-string-replace (#1361)
  • e611e4d Add test apps (#1359)
  • db07376 Merge pull request #1356 from samselikoff/orm-assertions
  • 68c503e Add more ORM assertions
  • 2eabc2a Merge pull request #1354 from samselikoff/1091-self-referential-max-call-stack
  • 4cbd5bf Throw if using association() helper on a self-referential belongsTo relationship
  • 2b629dd Merge pull request #1353 from mupkoo/camelize-relationship-names
  • 8a0ef54 Merge pull request #1352 from mupkoo/safe-shutdown
  • 628a717 Merge pull request #1347 from jelhan/fix-remove-outdated-destroy-helper-warning

There are 250 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 greenkeeper bot requested a review from a team as a code owner August 8, 2018 20:02
greenkeeper bot added a commit that referenced this pull request Aug 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 10, 2018

Version 0.4.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • cc42a23 v0.4.9
  • 6d545ad Merge pull request #1369 from samselikoff/1333-polymorphic-included-bug
  • 4aeec64 Merge pull request #1368 from samselikoff/server-create-allow-empty-arrays
  • 2511566 [fixes #1333] Fix included graph builder logic
  • f8be509 [fixes #1367] Has manys can take empty arrays
  • 370fa9c Merge pull request #1366 from samselikoff/204-response-no-payload-body
  • a302dab Only add Content-Type to responses with data
  • e670a63 NPM release can also skip installing
  • 2be5bf6 NPM release can skip tests
  • 6b58622 Actually run versioned tests...
  • c00fb52 Publish after tests

See the full diff

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

greenkeeper bot commented Nov 30, 2018

Update to this version instead 🚀

Commits

The new version differs by 35 commits.

  • 69b5371 v0.4.10
  • 7b58640 Fix tests in IE11
  • 91b0634 [closes #1403] Faster noop initializer when excluding Mirage
  • 8678c7a Update ISSUE_TEMPLATE.md
  • cd0e55d Update README.md
  • 0afc574 [closes 1398] Fixes normalizedRequestAttrs header bug
  • 45df936 Update ISSUE_TEMPLATE.md
  • 4606c11 [closes #1384] Adds optional modelName arg to normalizedRequestAttrs (#1406)
  • 557180d [fixes #1379] Better avoid name collision with model._schema (#1404)
  • 4160008 Use instanceof and overrides to distinguish associations (#1376)
  • b1dd4ae bring back integrity keys in yarn.lock
  • 16ace15 nested included relationships - dasherize include param
  • 1b76b39 nested included relationships normalization - failing test
  • 161072a Update ISSUE_TEMPLATE.md
  • 4e821fd Update ISSUE_TEMPLATE.md

There are 35 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 7, 2019

Update to this version instead 🚀

Release Notes for v0.4.11

Bug fixes from 0.4.10, and some new deprecations around previously undocumented behavior.

Update notes

  • None

Changes

Commits

The new version differs by 5 commits.

  • 64599b6 v0.4.11
  • 8999b24 fix: normalizedRequestAttrs takes a dasherized model name
  • 3d30014 fix: revert 4.10 factory lookup behavior, add warning
  • ab74691 [closes #1370] Fix falsy responses
  • acf8ed0 TravisCI: Remove deprecated sudo: false option

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 7, 2019

Update to this version instead 🚀

Release Notes for 0.4.12

Improve automatic response type setting.

Update notes

  • None

Changes

Commits

The new version differs by 2 commits.

  • 22ffb2a v0.4.12
  • 4c26ba6 Improve automatic response type setting (#1454)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

Update to this version instead 🚀

Release Notes for v0.4.15

🐛 Bugfixes

  • #1481 Omit default Content-Type header for 204 responses
  • #1495 Reflexive relationships can be self-referential

📝 Documentation

  • 833a8aa Explain how to override transitive dependencies
  • 1752f55 fix shorthand link
  • 14da422 Add back in old 3>4 upgrade notes
  • 152f192 Use GitHub issues for blog

🚀 Enhancements

  • 0bc26c2 users can override Pretender version using Ember Auto Import (see docs)

🏠 Internal

  • dcab27a Remove Ember Lodash
  • 8cd7ee4 test for app excluding mirage
  • #1496 upgrade addon-docs
  • 0a3e01c use compileMarkdown function from AddonDocs
  • #1506 cleanup test log

View all commits: v0.4.14...master

Commits

The new version differs by 87 commits.

  • bf4ac5a v0.4.15
  • 9996c02 Merge pull request #1518 from samselikoff/dependabot/npm_and_yarn/stringstream-0.0.6
  • d406693 Merge pull request #1516 from samselikoff/dependabot/npm_and_yarn/sshpk-1.16.1
  • ad5bc12 Merge pull request #1515 from samselikoff/dependabot/npm_and_yarn/mixin-deep-1.3.1
  • 437c140 Merge pull request #1513 from samselikoff/dependabot/npm_and_yarn/merge-1.2.1
  • 2139b3a Merge pull request #1511 from samselikoff/dependabot/npm_and_yarn/handlebars-4.1.0
  • eda52f8 Merge pull request #1509 from samselikoff/dependabot/npm_and_yarn/extend-3.0.2
  • f0f897d Merge pull request #1508 from samselikoff/dependabot/npm_and_yarn/atob-2.1.2
  • b97914b build(deps): [security] bump stringstream from 0.0.5 to 0.0.6
  • af0d7f6 build(deps): [security] bump sshpk from 1.13.1 to 1.16.1
  • f3a91fa build(deps): [security] bump mixin-deep from 1.3.0 to 1.3.1
  • efe8582 build(deps): [security] bump merge from 1.2.0 to 1.2.1
  • c654d4e build(deps): [security] bump handlebars from 4.0.11 to 4.1.0
  • 4c762b0 build(deps): [security] bump extend from 3.0.1 to 3.0.2
  • a22c64a build(deps): [security] bump atob from 2.0.3 to 2.1.2

There are 87 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 19, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2019

Update to this version instead 🚀

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