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
22 stars 2 forks source link

An in-range update of ember-cli-mirage is breaking the build 🚨 #173

Closed greenkeeper[bot] closed 8 months ago

greenkeeper[bot] commented 6 years ago

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

Branch Build failing 🚨
Dependency ember-cli-mirage
Current Version 0.4.7
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

ember-cli-mirage is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/bmeurant/ember-array-contains-helper/builds/413758120?utm_source=github_status&utm_medium=notification)). - βœ… **coverage/coveralls:** First build on greenkeeper/ember-cli-mirage-0.4.8 at 96.296% ([Details](https://coveralls.io/builds/18392987)).

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 43 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 43 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:

greenkeeper[bot] commented 6 years ago

After pinning to 0.4.7 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 0.4.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 40 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
  • 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)

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for 0.4.12

Improve automatic response type setting.

Update notes

  • None

Changes

Commits

The new version differs by 42 commits.

  • 22ffb2a v0.4.12
  • 4c26ba6 Improve automatic response type setting (#1454)
  • 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
  • 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)

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v0.4.13

Update notes:

#1466 changed some existing behavior that I expect almost no one to be relying upon, but I could be wrong.

For no particular reason, when we originally coded the Db we had it sort new records by the id field.

This means if you had fixture files like

[
  { id: 2, name: 'Yehuda' },
  { id: 1, name: 'Tom' }
]

they would end up in Mirage's Db as [ { id: 1, name: 'Tom' }, { id: 2, name: 'Yehuda' } ].

We've changed this behavior so records are just added to the Db in the order they were at insertion time.

The only way this could affect your app or tests is if you are doing something like return schema.users.all(), and you're relying on the order of that response, and the source data is unsorted. (In general, if you're relying on an order, it's best practice for your query and/or route handler to specify that sort order with e.g. schema.users.sort((a, b) => b.title < a.title })).

I expect this undocumented behavior to not be something anyone is relying on. Please let me know if I'm wrong!

πŸ“ Documentation

πŸš€ Enhancements

  • #1457 Allow native async functions as route handlers

🏠 Internal

  • #1466 Db doesn't automatically sort records anymore
  • #1456 Upgrade Ember CLI
Commits

The new version differs by 92 commits.

  • 848f5f0 v0.4.13
  • be23f53 docs: clarify default server-side nested includes
  • ffc437c docs: clarify how to override timing in tests
  • 3da8d67 docs: add note for prettier users
  • 044a831 doc: fix app/mirage references
  • 17e30fb doc: update normalizedRequestAttrs
  • 20d9d84 Fix: db doesn't automatically sort new records
  • 603ca7f Update ember-cli-addon-docs
  • 0574fc1 Add simple homepage copy
  • ba2d539 Merge pull request #1460 from carlbennettnz/patch-2
  • e053bdd Set the dummy app's <title> to 'EmberCLI Mirage'
  • 743d67f Remove logs
  • 8a327bc Try different redirect logic
  • c2cbef0 Add redirects to old docs sites
  • 3c6fd35 Empty rootUrl

There are 92 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits.

  • 33049c5 v0.4.14
  • 9ea5105 internal: jsdom is a dev dependency
  • 2be17f6 Add instructions for setting up Application Tests

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

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 37 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 37 commits in total.

See the full diff