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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ember-source to the latest version 馃殌 #43

Merged
merged 1 commit into from Nov 29, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Nov 29, 2017

Version 2.17.0 of ember-source was just published.

Dependency ember-source
Current Version 2.16.2
Type devDependency

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

If you don鈥檛 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-source.

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鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 187 commits ahead by 187, behind by 70.

  • 3625ba2 Ensure stable release tags run in CI.
  • 5a75c08 Release v2.17.0.
  • 1011194 Add v2.17.0 to CHANGELOG.
  • 21298e9 [BUGFIX beta] Avoid double throwing unhandled promise rejections.
  • 05c5d65 [BUGFIX lts] Allow Ember.Test.adapter to opt out of exception handling.
  • cfd6881 [BUGFIX lts] Add tests for various permutations of error handler setup.
  • d10f638 [BUGFIX lts] Revert "[BUGFIX] Changed backburner's error handler to use dispatchError instead of onError. This is so that backburner errors can be caught by the Test.adapter. Fixes #14864."
  • 4199873 [DOC release]Make it so Logger comes back to YUIDoc builds
  • 58255ce [BUGFIX beta] assert for passing brace expanding deps to sum/max..
  • 7bb55b5 [BUGFIX release] fix regression with computed filter/map/sort
  • cbb9086 Add failing test for computed.filter @each with {} regression
  • 8d6bc9a updating ember-cli-version-checker
  • c641380 Merge pull request #15873 from rwjblue/update-backburner-beta
  • a7745e4 [BUGFIX release] Update Backburner.js to 1.2.3.
  • c797452 Release v2.17.0-beta.6

There are 187 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@rwjblue
Copy link
Collaborator

rwjblue commented Nov 29, 2017

@hjdivad / @runspired - This includes the changes in emberjs/ember.js#15871 which should allow us to do normal things in tests around:

assert.throws(run(() => {
  throw new Error('ZOMG!');
}), /ZOMG/);

@hjdivad hjdivad merged commit 1968dfc into master Nov 29, 2017
@hjdivad hjdivad deleted the greenkeeper/ember-source-2.17.0 branch November 29, 2017 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants