Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

An in-range update of ember-source is breaking the build 🚨 #38

Open
greenkeeper bot opened this issue Apr 23, 2018 · 4 comments
Open

An in-range update of ember-source is breaking the build 🚨 #38

greenkeeper bot opened this issue Apr 23, 2018 · 4 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Apr 23, 2018

Version 3.1.1 of ember-source was just published.

Branch Build failing 🚨
Dependency ember-source
Current Version 3.1.0
Type devDependency

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

ember-source 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 failed Details

Release Notes v3.1.1

CHANGELOG

  • #16559 [BUGFIX] Fix property normalization, Update glimmer-vm to 0.34.0
  • #16493 [BUGFIX] Ensure proxies have access to getOwner(this).
  • #16496 [BUGFIX] Add exception for didRemoveListener so evented proxy objects can function
  • #16494 [BUGFIX] Adjust assertion to allow for either undefined or null
  • #16558 [BUGFIX] Ensure ComponentDefinitions do not leak heap space.
  • #16560 [BUGFIX] Avoid strict assertion when object proxy calls thru for function
  • #16563 [BUGFIX] Ensure ariaRole can be initially false.
  • #16564 [BUGFIX] Ensure Ember.isArray does not trigger proxy assertion.
  • #16572 [BUGFIX] Fix curly component class reference setup
Commits

The new version differs by 25 commits.

  • cc511bb Release v3.1.1
  • 508277b Add v3.1.1 to CHANGELOG
  • f39deb6 Fixup (another) incorrect import.
  • a3b8729 Fix incorrect import (bad cherry-pick).
  • 928f854 fix 16505: construct valid curly component manager class ref
  • 2712a16 failing tests for #16505
  • 1e0ecb1 [BUGFIX release] avoid strict assertion when object proxy calls thru for function
  • 722480e [BUGFIX release] Ensure Ember.isArray does not trigger proxy assertion.
  • fa3b662 Fix (another) merge conflict issue.
  • 5dda038 [BUGFIX release] Ensure ariaRole can be initially false.
  • 234e7cd Add missing import.
  • 8931875 fix 16311 and 16477
  • 7ea5308 tests for #16311
  • 1070ba0 Update to glimmer-vm 0.32.7.
  • 78ec2dc [BUGFIX release] Test to ensure helper definitions are not leaked.

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

greenkeeper bot commented Apr 24, 2018

After pinning to 3.1.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2018

Version 3.1.2 just got published.

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

Release Notes v3.1.2

CHANGELOG

  • #16600 [BUGFIX] Fix SimpleHelper memory leak
  • #16605 [BUGFIX] Use resetCache on container destroy.
  • 182fc3 [BUGFIX] Update glimmer-vm to ensure arguments are properly garbage collected.
  • #16281 [BUGFIX] Ensure warning from {{#link-to RE: loading state does not throw an assertion.
Commits

The new version differs by 11 commits.

  • 5458d51 fixup! [BUGFIX release] Fix SimpleHelper memory leak
  • 91d3329 Release v3.1.2.
  • 6273d32 Add v3.1.2 to CHANGELOG.
  • 20c908d fix(link-to): add id to "inactive loading state" warning
  • 91735dc [BUGFIX release] Use resetCache on container destroy to help reduce
  • d09dbf6 Minor change to wording of doco for 'action' template helper
  • 6ac012b [DOC release] Correct description of usage of setUnknownProperty by set
  • 58bb287 [BUGFIX release] Fix SimpleHelper memory leak
  • 182fc31 Bump glimmer-vm (for Arguments GC)
  • ed6b937 Merge pull request #16582 from toddjordan/important-api-doc-bugfix-cherrypick
  • 9255539 [DOC release] Fix docs per issue #16500

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2018

Version 3.2.1 just got published.

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

Release Notes v3.2.1

CHANGELOG

  • #16750 [BUGFIX] Bring back isObject guard for ember-utils/is_proxy
Commits

The new version differs by 479 commits ahead by 479, behind by 86.

  • 7e31122 Release v3.2.1
  • d8c83ff Add v3.2.1 to CHANGELOG
  • 57a6fcf [BUGFIX] bring back isObject guard for ember-utils/is_proxy
  • cd0c684 [DOC release] Fix broken links to guides
  • 84e3922 [DOC release] Update class_names_support.js to include binding classes to false properties
  • 5028c75 Release v3.2.0.
  • b47c345 Add 3.2.0 to CHANGELOG.
  • dd09fe1 Replace @glimmer/env imports with ember-env-flags (fixing merge back
  • 0417690 [BUGFIX release] Fix #16427
  • 19c6d7a Add test for issue #16427
  • d887e98 remove unused isDescriptorTrap
  • f93e4b4 clean lint stuff
  • e4ebe8c some cleanup
  • 13ae9d2 remove EMBER_METAL_ES5_GETTER flag
  • 2d779dc [BUGFIX beta] computed.sort array should update if sort properties array is empty

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 21, 2018

Version 3.2.2 just got published.

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

Release Notes v3.2.2

CHANGELOG

  • #16754 [BUGFIX] Fix container destroy timing
Commits

The new version differs by 8 commits.

  • 23bf7e9 Release v3.2.2
  • e0f32cc Add v3.2.2 to CHANGELOG
  • 3f053be Fix release branch BUILD_TYPE
  • a8d4767 [BUGFIX release] Refactor owner/container destroy.
  • c98ff92 Fix code style
  • 93ed3bb Fix container destroy timing
  • 514fc38 [SQUASH] Fix prettier errors
  • e7c38bf [DOC lts] Document Transitiondirectly in source, remove yuidoc.json stuff

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants