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

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

Open
greenkeeper bot opened this issue Feb 16, 2017 · 21 comments
Open

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

greenkeeper bot opened this issue Feb 16, 2017 · 21 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Feb 16, 2017

Version 2.11.1 of ember-source just got published.

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

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

As ember-source is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪


Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notes v2.11.1

CHANGELOG

  • #14762 [BUGFIX] Make ember-template-compiler handle {{input}} helpers with sub-expression "type"
  • #14791 [BUGFIX] exempt routes that share a controller from duplicate assertion
  • #14860 [BUGFIX] Add back mainContext to loader #14859 (fixes issue with non ember-cli template compilation).
  • #14878 [DOC] Fix yuidoc package paths to ensure RSVP is properly included in API documentation.
  • #14910 [BUGFIX] Include blueprints in NPM release, to ensure ember-source blueprints are used over ember-cli-legacy-blueprints.
  • e94799c [BUGFIX] Update to [email protected] to prevent errors for duplicate route name definitions in Router.map.
Commits

The new version differs by 10 commits .

  • 5955d9d Release v2.11.1.
  • e94799c Prevent errors with duplicate routes.
  • eb51b1f fixup! [BUGFIX beta] Exempt routes that share a controller from duplicate assertion.
  • 74d9b35 [BUGFIX release] include blueprints in NPM release
  • 2a30c52 [DOC release] Update ember-glimmer top-level documentation.
  • ea101cd fix package paths
  • 73d8282 [BUGFIX beta] Allow any expression for {{input type=***}}.
  • 54a4da6 [BUGFIX release] Compile input type sexprs
  • e6d4e8b [BUGFIX beta] Add back mainContext to loader #14859
  • 47e8c84 [BUGFIX beta] Exempt routes that share a controller from duplicate assertion.

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2017

Version 2.11.2 just got published.

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

Commits

The new version differs by 4 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 8, 2017

Version 2.11.3 just got published.

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

Release Notes v2.11.3
  • #14987 [BUGFIX] Fix a memory leak when components are destroyed.
  • #14986 [BUGFIX] Fix a memory leak in RSVP.js.
  • #14985 [BUGFIX] Fix a bug that added babel helpers to the global scope.
  • #14898 [BUGFIX] Fix an issue where errors in tests sometimes do not cause a failure.
  • #14707 [BUGFIX] Improve deprecation message for unsafe style attribute bindings.
Commits

The new version differs by 13 commits .

  • 2336dad Release 2.11.3
  • 24a2012 Add CHANGELOG for 2.11.3 [ci skip]
  • ae62561 [BUGFIX release] don’t leak last destroyedComponents
  • 3e905c4 [BUGFIX release] fix RSVP memory leak
  • 1326271 [BUGFIX release] add filter for undefined options.path
  • 1c8c78e improved style deprecation message
  • 36c6e72 [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.
  • 81ced8c observe typo
  • 159586e [BUGFIX 2.11.x] correct paths for tests helpers in acceptance-test blueprint for mocha
  • b996b1d Update owner.js
  • 4f20381 [DOC] Fixed a typo
  • 1cbf4bb [BUGFIX release] Don't leak babel helpers globally
  • 974379e [BUGFIX release] Enable linking ember-source without prod files.

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2017

Version 2.12.0 just got published.

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

Commits

The new version differs by 280 commits (ahead by 280, behind by 90).

  • 1841cd8 Release v2.12.0
  • d91b748 More CHANGELOG typos [ci skip]
  • 6568560 fix changelog typo [ci skip]
  • b0d527b Typo [ci skip]
  • 47cf31d Prepare CHANGELOG for 2.12.0 [ci skip]
  • 2a1b600 Update factoryManagerCache initial value to not share factoryCache.
  • 8fb1fb9 Adding test around factoryManager caching
  • b542bc5 allocate iteration structures lazily (pt. 2)
  • 09c1218 [Fixes #15001] Remove internal EmptyObject usage
  • daefda7 [BUGFIX beta] [PERF] Cache FactoryManagers
  • 25cf68a [BUGFIX beta] only defProp the deprecated container once per prototype
  • 756c845 allocate iteration structures lazily
  • bdb46eb [DOCS beta] factoryFor docs
  • 51d039e Avoid a couple of redundant property loads.
  • c104dcd Fix typo

There are 250 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2017

Version 2.12.1 just got published.

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

Commits

The new version differs by 10 commits .

  • 17678c6 Release v2.12.1.
  • 9304a8a Add 2.12.1 to CHANGELOG.md.
  • 34ce281 [BUGFIX release] Expose path to ember-testing.js
  • b833bca [BUGIX release] [Fixes #14925] remove duplicate / in pathname
  • 0a14caa Introduce a tiny bit more debugging data to warnings about CP dependencies
  • 06bcb0b [BUGFIX release] Fixing IE and Edge issue (#15076) which caused action handlers to be fired twice.
  • bef8d45 Don't include jquery or qunit either
  • 2f8c18c Don't publish ember's test bundles (5.4MB)
  • eaa1861 [BUGFIX Beta] factoryFor should cache injections when possible
  • 69d2abe Don't do ALPHA builds on beta/release

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 27, 2017

Version 2.12.2 just got published.

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

Release Notes v2.12.2

CHANGELOG

  • #15160 [BUGFIX] Ensure Ember.Test global is setup when including ember-testing.js.
  • #15142 / #15163 [BUGFIX] Don’t leak deprecated container.
  • #15161 [BUGFIX] Prevent errors from being triggered during error processing on non ES6 platforms.
  • #15180 [BUGFIX] Correct until values for this.container deprecations.
Commits

The new version differs by 10 commits0.

  • 527b317 Release v2.12.2.
  • 1c82875 Add 2.12.2 to CHANGELOG.md.
  • ce8effb [BUGFIX release] Correct until values for this.container deprecations.
  • fcfa84d [BUGFIX beta] Avoid storing container on the prototype.
  • 3a1628c [BUGFIX release] Fixes #15154
  • 5bf3594 [BUGFIX release] Don’t leak container while injection deprecated container
  • b100b70 Updates to support using [email protected].
  • 58df3b2 [BUGFIX release] Ensure Ember.Test globals setup when including ember-testing.js
  • 8930b15 Merge pull request #15152 from emberjs/backport-validate-injections-debug-stripping
  • 41c8de7 [BUGFIX release] strip container.registry.validateInjections in v2.12.x

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2017

Version 2.13.0 just got published.

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

Release Notes v2.13.0

CHANGELOG

  • #15111 / #15029 [PERF] factoryFor should cache when possible.
  • #14961 [BUGIX] [Fixes #14925] remove duplicate / in pathname
  • #15065 [BUGFIX] Guard jQuery access in setupForTesting.
  • #15103 [BUGFIX] Allow calling Ember.warn without test.
  • #15106 [DOC] Introduce a more debugging data to warnings about CP dependencies.
  • #15107 [PERF] avoid toBoolean conversion when possible (chains).
  • #14011 [FEATURE ember-unique-location-history-state] Implements RFC #186.
  • #13231 [BUGFIX] Fix a bug when using commas in computer property dependent keys.
  • #14890 [BUGFIX] Fix a race condition where actions are invoked on destroyed DOM nodes.
  • #14894 [FEATURE ember-no-double-extend] Enable by default.
  • #14781 / #14954 Upgrade to Glimmer VM v0.22
  • #14919 [DEPRECATION] Deprecate the private Ember.Router.router property in favor of Ember.Router._routerMicrolib.
  • #14970 [BUGFIX] Generate integration tests for template helpers by default.
  • #14976 [BUGFIX] Remove "no use strict" workaround for old versions of iOS 8.
Commits

The new version differs by 231 commits ahead by 231, behind by 91.

  • 1cd37cb Release v2.13.0.
  • 5c666ed Update the CHANGELOG for 2.13.0.
  • bc3dfad Add 2.12.2 to CHANGELOG.md.
  • c107be8 Add 2.12.1 to CHANGELOG.md.
  • d3394ed [BUGFIX release] Correct until values for this.container deprecations.
  • ac792ca [BUGFIX beta] Avoid creating enumerable properties on all objects created by DI.
  • 323c983 [BUGFIX release] Fixes #15154
  • 0930425 [BUGFIX beta] Avoid storing container on the prototype.
  • ed541ab [Bugfix beta] Fix route blueprint for --reset-namespace
  • bacbcfb Add failing tests for ember-cli/6026
  • 92f072a [BUGFIX beta] finishChains should operate on metas
  • 25ebccc [BUGFIX release] Don’t leak container while injection deprecated container
  • 6dbc512 [BUGFIX beta] Remove global didDefineProperty
  • fe49417 [BUGFIX beta] Make toString safe for arrays too.
  • cd3dd40 [DOC beta] document unexpected default behavior

There are 231 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 17, 2017

Version 2.13.1 just got published.

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

Commits

The new version differs by 15 commits.

  • 57b6b82 Release v2.13.1.
  • 637c0a4 Add 2.13.1 to CHANGELOG.
  • 566f5a8 Lock down testem version.
  • 0e51ff3 Lock down route-recognizer to 0.3.0.
  • a8931d1 [BUGFIX release] Ensure debug statements are no-ops in production builds.
  • 1cd162d fixup! [BUGFIX release] MODEL_FACTORY_INJECTIONS is now always false.
  • 20e0ba6 [BUGFIX release] Ensure nested custom elements render properly.
  • 005cff8 [BUGFIX release] MODEL_FACTORY_INJECTIONS is now always false.
  • c736afc [BUGFIX release] Remove reference to dist/ember.js file.
  • 2c23df8 [BUGFIX release] Fix EmberError import in system/router
  • d8c1641 [DOC release] correct casing of _routermicrolib deprecation url
  • bb57294 [BUGFIX Release]fix mocha blueprint service test filename
  • a4bfeea [BUGFIX beta] Fix double container destroy
  • b64ce22 [BUGFIX release] Ensure that it is possible to experiment with syntax.
  • c4e4415 Fix access to service:-document in engines

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2017

Version 2.13.2 just got published.

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

Release Notes v2.13.2

CHANGELOG

  • Revert over eager dependency upgrades in 2.13.1.
Commits

The new version differs by 4 commits.

  • 6438ded Release v2.13.2.
  • 580e1ed Add 2.13.2 to CHANGELOG.md
  • 1ffd47e Update only required package updates for @glimmer v0.22.1.
  • 86eeb58 Reset yarn.lock to 2.13.0 value.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 31, 2017

Version 2.13.3 just got published.

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

Commits

The new version differs by 7 commits.

  • 9d3f11a Release v2.13.3.
  • 49b8c73 Add 2.13.3 to CHANGELOG.md
  • 0895237 Merge pull request #15305 from emberjs/release-backport
  • d82f2cc [BUGFIX] Bump glimmer to avoid errors from custom element contents.
  • 6c36b97 [BUGFIX beta] private registry entries should have names that don’t need to be normalized
  • 3384ae5 Merge pull request #15284 from emberjs/release-fix
  • 632e0c3 [BUGFIX release] remove nested transaction assertion from glimmer

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2017

Version 2.13.4 just got published.

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

Commits

The new version differs by 6 commits.

  • 219e29d Release v2.13.4.
  • 9cde0e2 Add 2.13.4 to CHANGELOG.md.
  • 48597ec [DOC release] Update Array.any documentation
  • 10b0e77 [DOC release] Improve documentation of if template helper
  • d8ba211 [BUGFIX release] Improve fastboot debugger/repl experience
  • 02b4995 [BUGFIX release] Avoid re-freezing already frozen objects.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2017

Version 2.14.0 just got published.

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

Commits

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

  • d21fd54 Release v2.14.0.
  • dddd0a0 Add 2.13.4 to CHANGELOG.md.
  • 219a6c3 Update CHANGELOG to 2.14.0.
  • c525a7e [DEPRECATION] update dispatch to event manager deprecation until version
  • d561eb6 [DOC release] Update Array.any documentation
  • 6025ba6 [DOC release] Improve documentation of if template helper
  • bbdd81c [BUGFIX beta] Allow numeric keys for the get helper.
  • f6cf5b5 [DOC release] replace lingering NPM commands.
  • 30d0042 Add more requested changes
  • 94b9c28 Change Object to any
  • 3a2485c [DOCUMENTATION] Add return types whenever possible to promises
  • fcf2016 [FEATURE beta] Add minlength to TextSupport
  • 23e2202 Merge pull request #15321 from emberjs/fastboot-niceness
  • 74edc63 [BUGFIX release] Improve fastboot debugger/repl experience
  • a6923df [BUGFIX release] Avoid re-freezing already frozen objects.

There are 238 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 14, 2017

Version 2.14.1 just got published.

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

Commits

The new version differs by 9 commits.

  • 04ac480 Release 2.14.1
  • 4678705 Release changelog [ci skip]
  • 6cafe38 [BUGFIX lts] Ensure event dispatcher is a singleton
  • 31131c6 Remove oudated and documentation-only view.js
  • 05bbe17 [DOC release] Fix @for documentation of registerDeprecationHandler
  • c67303d [DOC release] Fix @for documentation of registerWarnHandler
  • 12e2100 [DOC release] Document the result of hash is an empty object.
  • 0299c70 Merge pull request #15505 from emberjs/jit-fun-release
  • 5b03e17 [BUGFIX release] [Fixes #15492] WorkAround WebKit/JSC JIT WorkARound

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 31, 2017

Version 2.15.0 just got published.

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

Commits

The new version differs by 403 commits ahead by 403, behind by 67.

  • 64a0432 Release v2.15.0.
  • e7d81c5 Update CHANGELOG for 2.15.0.
  • ded6537 [DOC release] Fixes emberjs/guides#505
  • 83ebe2f Remove outdated {{with}} documentation
  • fd9e4a4 [BUGFIX beta] Include missing sourcemaps in vendorTree
  • cc441b9 [DOC release] Replace RSVP.cast with RSVP.resolve
  • 42cf186 Release v2.15.0-beta.3.
  • a393b22 Update CHANGELOG for v2.15.0-beta.3.
  • 9bb72eb [DOC release] Fix links in {{action}} helper documentation
  • b862a5c Run skipped Glimmer assertions
  • 2b257c9 Release reference to root components after destroy
  • 57f0d71 Super minor docs improvement
  • 55dfa5d [DOCS] Use shorthand for inject.service example
  • 3368185 [DOC] Improve Ember.isEmpty
  • baa146b [BUGFIX beta] Allow boolean values for current-when

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2017

Version 2.15.1 just got published.

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

Commits

The new version differs by 6 commits.

  • 48bb7af Release v2.15.1.
  • 29f0cc0 Add 2.15.1 to CHANGELOG.md.
  • 2a1a775 [BUGFIX lts] Add failing test for error template
  • 8c46745 [BUGFIX beta] Cleanup test to ensure backburner._platform is present.
  • 3b28a9c [BUGFIX release] Update backburner.js to 1.2.1.
  • 945dd03 [BUGFIX LTS] ensure “pause on exception” pauses in the right place

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 4, 2017

Version 2.15.2 just got published.

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

Commits

The new version differs by 4 commits.

  • 60542b1 Release 2.15.2.
  • 636604c Add 2.15.2 to CHANGELOG.
  • 9c85b50 [BUGFIX release] Avoid creating event dispatcher in FastBoot with Engines
  • f9fa076 Data Adapter: Only trigger model type update if the record live array count actually changed

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 10, 2017

Version 2.16.0 just got published.

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

Commits

The new version differs by 217 commits ahead by 217, behind by 60.

  • e295d51 Release v2.16.0.
  • 788be2c [BUGFIX release] Remove sourceMappingURL for dag-map.
  • 3576aee Add 2.16.0 to CHANGELOG.md.
  • 4db9359 Add 2.15.2 to CHANGELOG.
  • 67deb5d Add 2.15.1 to CHANGELOG.md.
  • b8fe28f add inflection to dependencies
  • 184b6ff [DOC release] document how to use pauseTest() with qunit and mocha
  • 84b0b02 correctly escape values in assertion
  • 5dc3a68 Merge pull request #15718 from emberjs/beta-fix-bb-stuff
  • a5f0a9d [BUGFIX] bump backburner (fixes clock + autorun interop)
  • 96d010b Data Adapter: Only trigger model type update if the record live array count actually changed
  • 3727e2e [BUGFIX release] Avoid creating event dispatcher in FastBoot with Engines
  • 3aec03a Release v2.16.0-beta.2.
  • 2d2233f Update CHANGELOG for 2.16.0-beta.2.
  • 464504a [BUGFIX lts] Add failing test for error template

There are 217 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 29, 2017

Version 2.16.1 just got published.

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

Release Notes v2.16.1

CHANGELOG

  • #15722 [BUGFIX] Avoid assertion when using (get helper with empty paths.
  • #15746 [BUGFIX] Fix computed sort regression when array property is initally null.
  • #15613 [BUGFIX] Prevent an error from being thrown when partial set of query params are passed to the router service.
  • #15777 [BUGFIX] Fix various issues around accessing dynamic data within a partial.
Commits

The new version differs by 29 commits.

  • c2fb489 Release v2.16.1.
  • 0d27bf9 Add 2.16.1 to CHANGELOG.
  • 8b67841 curious if this works
  • 14a36c1 support Ops.MaybeLocal
  • 1cdd368 Update glimmer-vm package versions to 0.25.4
  • e56f1f1 Add failing test for partials which contain contextual components
  • ca13620 add fs-extra to deps
  • ccf4ce0 [BUGFIX release] empty path for get helper should not throw assertion
  • fbc2d6d Fix: passing some query params via router service
  • 853411b Bring query params fix up to date.
  • 0788513 [query-params-new] Issue - #4570 don't serialize null or undefined into url
  • 455caf1 [DOC release] Remove controller needs from docs
  • a166212 Merge pull request #15776 from toddjordan/release-rfc-176-doc-annotations
  • 934b7f8 Fix test asserts to match updated assert/deprecation messages
  • bcc2c1d Update index.js

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2017

Version 2.16.2 just got published.

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

Release Notes v2.16.2

CHANGELOG

  • #15797 [BUGFIX] Fix issues with using partials nested within other partials.
Commits

The new version differs by 8 commits.

  • 391ea14 Add missing import.
  • a1b79a7 Release v2.16.2
  • 7538da2 Add CHANGELOG for 2.16.2.
  • b1527e7 upgrade @glimmer to 0.25.6
  • 535631a [BUGFIX release] Use actual versions of broccoli-babel-transpiler.
  • ca6f3d4 [BUGFIX release] Refactor package.json.
  • ef99989 Update promise_proxy_test.js
  • 1ff3492 [BUGFIX release] bump rsvp

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 29, 2017

Version 2.17.0 just got published.

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

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

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 1, 2018

Version 2.18.0 just got published.

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

Commits

The new version differs by 269 commits ahead by 269, behind by 77.

  • bdc2c3e Release v2.18.0.
  • e2ae732 Prepare CHANGELOG for 2.18.0.
  • 95b4499 Bump backburner.js to 1.3.4
  • ba86a0b Release v2.18.0-beta.5
  • ca040bd Add 2.18.0-beta.5 to CHANGELOG
  • dc2b9fc [BUGFIX release] Cleanup documentation for {{link-to}}.
  • a972690 [BUGFIX beta] Refactor disabled system in {{link-to}}.
  • ed1a79a [BUGFIX beta] fix regression of clicking link-to with disabled=true
  • e9f4c50 Release v2.18.0-beta.4
  • 2d0923c Add 2.18.0-beta.4 to the Changelog
  • 64e0968 [DOCS release] Update code samples for runloop functions
  • cb43871 Fix unbalanced chaining
  • cb25fd3 Revert "[BUGFIX release] fix issue with unchaining ChainNodes"
  • 3389b93 [docs release] Document run as a function, so it shows in @ember/runloop
  • 676fe62 [DOC release] Move htmlSafe and isHTMLSafe to Ember.Component in documentation

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 14, 2018

Version 2.18.1 just got published.

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

Commits

The new version differs by 12 commits.

  • 78717c5 Release v2.18.1.
  • 905dd01 Add v2.18.1 to CHANGELOG.md.
  • 8639d6a [BUGFIX lts] Enable some recovery of errors thrown during render.
  • 8d6600b [BUGFIX lts] Avoid excessively calling Glimmer AST transforms.
  • 6e0b9fd Add v2.17.1 to CHANGELOG.md
  • dcfb297 Add v2.16.2 to CHANGELOG.md.
  • 1f05c15 Ensure build-metadata.json is included in packed tarball.
  • c2b7d49 Publish metadata file to S3.
  • 2dc45b2 Merge pull request #16068 from rwjblue/update-backburner-release
  • 0e049fb [BUGFIX release] Update to [email protected].
  • dee84b0 Fix incorrect .travis.yml config for release branch.
  • ca01684 Begin publishing npm tarballs to S3.

See the full diff

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

No branches or pull requests

0 participants