bmeurant / ember-array-contains-helper

Ember helper to test the presence of a value in an array
http://bmeurant.github.io/ember-array-contains-helper/
MIT License
21 stars 2 forks source link

Update ember-cli-mirage to the latest version 🚀 #130

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

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

Dependency ember-cli-mirage
Current Version 0.3.4
Type devDependency

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

Update notes:

We bumped our "major" to 0.4.x because support for Node 0.12 has been explicitly dropped from some of our dependencies. There's no Mirage-specific changes you need to make for this upgrade.

Special thanks to @Turbo87 and @kellyselden for all their work on this release.

Changes:

Commits

The new version differs by 53 commits.

  • 6d82240 0.4.0
  • 1d22016 Only test in oldest supported Node.
  • c51f2e7 Update CHANGELOG.md
  • 289e980 Update changelog
  • 5a40018 Merge pull request #1191 from mixonic/babel
  • 4ee2b22 Bump ember-cli, ember-cli-babel
  • 116a2cd update error message for 3.x version
  • ce37a8f Base Class.extend() on native es class syntax
  • b997176 serializer blueprint should extend the application serializer
  • 0bfbe01 #1076 Add logic to camelize model name before doing schema lookup for 'association' helper
  • 079c477 #1076 Add breaking test for using 'association' helper in a dasherized factory
  • d769e22 Create regressions folder
  • bf487d9 Fix query in disassociateAllDependentsFromTarget
  • 4550cd8 Add failing test to demonstrate #1112
  • 09a6978 Remove enabled flag in production

There are 53 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 9ee58a6c276f7ed1eda783d10c98542450580805 on greenkeeper/ember-cli-mirage-0.4.0 into 83dbad670b5f0cce712539ceefbc16ed52acb127 on master.

greenkeeper[bot] commented 6 years ago

Version 0.4.1 just got published.

Update to this version instead 🚀

Release Notes v0.4.1

Update notes: none

Changes:

Commits

The new version differs by 18 commits.

  • 1a1c6de 0.4.1
  • 8d620d0 chore(changelog): changes for 0.4.1 release
  • e273ea7 Merge pull request #1217 from patrickjholloway/pretender-tracking
  • f3a00c5 Merge pull request #1226 from geekygrappler/upgrade-pretender
  • 8bee346 chore(pretender): upgrade to 1.6.1
  • 2ef1b59 Merge pull request #1221 from geekygrappler/introduce-async-await
  • 552348e refactor: use async/await in tests
  • 33eb004 configuration for pretender tracking needs to be in environment config
  • da46f91 make pretender request tracking configurable
  • a74c907 Merge pull request #1215 from geekygrappler/promise-ajax
  • dbbbfa7 refactor(ajax): promisify ajax
  • 31639f9 Merge pull request #1212 from geekygrappler/separate-custom-path
  • 73f39f1 refactor: move custom path behaviour into one test
  • a624549 feat: can pass singular model name to resource helper
  • d310ea2 tests: Remove unnecessary line breaks and indentation

There are 18 commits in total.

See the full diff