dunnkers / ember-polymer

Use Polymer in your ambitious Ember application! πŸ’Ž
https://dunnkers.github.io/ember-polymer/
MIT License
21 stars 6 forks source link

Update ember-source to the latest version πŸš€ #103

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 3.1.2 of ember-source was just published.

Dependency ember-source
Current Version 2.18.2
Type devDependency

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


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 931 commits ahead by 931, behind by 55.

  • 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
  • cc511bb Release v3.1.1
  • 508277b Add v3.1.1 to CHANGELOG
  • f39deb6 Fixup (another) incorrect import.
  • a3b8729 Fix incorrect import (bad cherry-pick).

There are 250 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 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a15fa546a375a4406acf98a0859a8ef6a9ede15e on greenkeeper/ember-source-3.1.2 into ca2e3e1f8454391d617cb70518d304f29fab89b6 on master.

greenkeeper[bot] commented 6 years ago

Version 3.2.0 just got published.

Update to this version instead πŸš€

Commits

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

  • 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
  • c744480 [BUGFIX beta] bump glimmer
  • 7cf9642 Fix module unification lookup.
  • a5d59cf fix, weakmap is pointless since we don't unload compiled templates.
  • 62c6354 Fix cache
  • 140ffb7 we don't need to build a composite key, the layout and component

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.1 just got published.

Update to this version instead πŸš€

Release Notes v3.2.1

CHANGELOG

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

The new version differs by 5 commits.

  • 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.2 just got published.

Update to this version instead πŸš€

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

greenkeeper[bot] commented 5 years ago

Version 3.3.0 just got published.

Update to this version instead πŸš€

Release Notes v3.3.0

CHANGELOG

  • #16687 [FEATURE] Implement optional jQuery integration (see emberjs/rfcs#294 for more details).
  • #16690 [DEPRECATION] emberjs/rfcs#294 Deprecate accessing jQuery.Event#originalEvent.
  • #16691 [DEPRECATION] emberjs/rfcs#237 Implement Ember.Map, Ember.MapWithDefault, and Ember.OrderedSet deprecation.
  • #16692 [DEPRECATION] emberjs/rfcs#322 Implement Ember.copy/Ember.Copyable deprecation.
  • #16709 [BUGFIX] Avoid ordered set deprecation in @ember/ordered-set addon.
  • #16729 [BUGFIX] Throw error if run.bind receives no method.
  • #16731 [BUGFIX] Better error when a route name is not valid.
  • #16743 [BUGFIX] Update glimmer-vm to 0.35.4.
  • #16767 [BUGFIX] Ensure meta._parent is initialized.
  • #16781 [BUGFIX] Ensure tests from @ember/* are excluded from debug/prod builds.
  • #16619 [BUGFIX] Update router_js to ensure (hash works in query params.
  • #16632 [BUGFIX] computed.sort array should update if sort properties array is empty/
greenkeeper[bot] commented 5 years ago

Version 3.3.1 just got published.

Update to this version instead πŸš€

Release Notes v3.3.1

CHANGELOG

  • #16836 [DOC] Fix Broken 3.3 API Documentation
greenkeeper[bot] commented 5 years ago

Version 3.3.2 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Version 3.4.0 just got published.

Update to this version instead πŸš€

Release Notes v3.4.0

CHANGELOG

  • #16603 [BUGFIX] Support mouseEnter/Leave events w/o jQuery
  • #16857 [BUGFIX] Prevents the recursive redefinition of root chains
  • #16854 [BUGFIX] Don't thread FactoryManager through createComponent
  • #16773 [FEATURE] Custom component manager (see emberjs/rfcs#213 for more details)
  • #16708 [FEATURE] Angle bracket component invocation (see emberjs/rfcs#311 for more details)
  • #16744 [DEPRECATION] Deprecate component#sendAction (see emberjs/rfcs#335 for more details)
  • #16720 Upgrade backburner.js to 2.3.0
  • #16783 [BUGFIX] Allow setting length on ArrayProxy.
  • #16785 [BUGFIX] Ensure ArrayMixin#invoke returns an Ember.A.
  • #16784 [BUGFIX] Setting ArrayProxy#content in willDestroy resets length.
  • #16794 [BUGFIX] Fix instance-initializer-test blueprint for new QUnit testing API (emberjs/rfcs#232)
  • #16797 [BUGFIX] Drop autorun assertion
Commits

The new version differs by 166 commits ahead by 166, behind by 48.

  • 14f44d6 Release v3.4.0
  • 0143d4a Add v3.4.0 to CHANGELOG
  • 0934632 Release v3.4.0-beta.3
  • 84770c4 Add v3.4.0-beta.3 to CHANGELOG
  • 2aee453 [BUGFIX beta] support mouseEnter/Leave events w/o jQuery
  • 94512a0 Add v3.3.2 to CHANGELOG
  • af60c28 Adapt publish_builds to expect just the npm token in an environment
  • 3b51225 Add v3.1.4 to CHANGELOG.md.
  • 5da5051 [BUGFIX beta] Enable @ember/object#get to be called with an empty string
  • 7595ad8 Release v3.4.0-beta.2
  • df84704 Add v3.4.0-beta.2 to CHANGELOG
  • c4e02b1 Add v3.3.1 to CHANGELOG
  • 24ba27d [bugfix] Prevents the recursive redefinition of root chains
  • 645b611 [BUGFIX beta] Don't thread FactoryManager through createComponent
  • aea5d6f [BUGFIX beta] Allow ArrayProxy#pushObjects to accept ArrayProxy again

There are 166 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Version 3.4.1 just got published.

Update to this version instead πŸš€

Release Notes v3.4.1

CHANGELOG

  • #16933 [BUGFIX] Update glimmer-vm packages to 0.38.8
Commits

The new version differs by 3 commits.

  • 387b48e Release v3.4.1
  • e0317d4 Add v3.4.1 to CHANGELOG
  • a1b5418 [BUGFIX release] Update glimmer-vm packages to 0.35.8.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.4.2

CHANGELOG

  • #16860 [BUGFIX] Clear chains in ProxyMixin when destroyed
  • #16999 [BUGFIX] Fix mouseEnter/Leave event delegation without jQuery
Commits

The new version differs by 7 commits.

  • eab3971 Release v3.4.2
  • af8f4ee Add v3.4.2 to CHANGELOG
  • 743847a use willDestroy in stead of destroy
  • 1ec3086 cleanup bindings if the proxy is destroyed
  • 3334166 [BUGFIX release] fix mouseEnter/Leave event delegation w/o jQuery
  • 46cccd6 [DOC release] Mark notifyPropertyChange as public.
  • 2bece3b [DOC release]Fix module for template helpers to be ember

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 68ce8e3 3.4.3
  • f404f30 Merge pull request #17003 from emberjs/release-triple-curlies-bugfix
  • 472a3b9 #17003 CHANGELOG [ci skip]
  • 283dcd1 Bump @glimmer/*
  • 74ebe7b Add failing test for #16314
  • 830d766 Add failing test for #14924 and #16172
  • 793d123 Add failing test for #14978

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.4.4

CHANGELOG

  • #17013 [BUGFIX] Fix rendering of empty content with {{{...}}} or {{...}} with htmlSafe('') in IE11
Commits

The new version differs by 2 commits.

  • 5060181 3.4.4
  • d260f6f Fix rendering of empty content with {{{...}}} in IE11

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 5a8873b Release v3.4.5
  • 82b0b2d Add v3.4.5 to CHANGELOG
  • faa9b05 [BUGFIX release] Update backburner.js to 2.4.0.
  • 9956c06 Add integrity to yarn.lock
  • 709ecd9 [DOC RELEASE] [DOC 3.3] [DOC 3.4] Fix missing docs
  • a8a84e9 Merge pull request #17031 from kgautreaux/patch-1
  • 4eaf541 Fix typo on line 75

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 74 commits ahead by 74, behind by 48.

  • db6a5de Release v3.5.0
  • cae13d4 Add v3.5.0 to CHANGELOG
  • 5da9996 Fix typo on line 75
  • b41d933 Fixup CHANGELOG
  • 48ad148 Add v3.4.5 to CHANGELOG
  • d37a42e Release v3.5.0-beta.4
  • 942fdb7 Add v3.5.0-beta.4 to CHANGELOG
  • 16225e8 [DOC RELEASE] [DOC 3.3] [DOC 3.4] Fix missing docs
  • e90e1c6 Fix rendering of empty content with {{{...}}} in IE11
  • d752b94 Merge pull request #17004 from emberjs/beta-triple-curlies-bugfix
  • d34e557 (cherry picked from commit 472a3b96525250f87ce9368d35952d9c98c4d353)
  • e61ecf8 Bump @glimmer/*
  • b968b85 Add failing test for #16314
  • 8f67aec Add failing test for #14924 and #16172
  • e4b4b82 Add failing test for #14978

There are 74 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • abf753a Release v3.5.1.
  • b9422f2 Add 3.5.1 to CHANGELOG.md.
  • f576238 Ensure {{input + event tests pass without jQuery.
  • 6c77d80 Fix error with cherry-pick.
  • 7090d48 Mark defineProperty as public API.
  • 9270a60 [BUGFIX lts] Update backburner.js to 2.4.1
  • 5be0dbe CI: Use EMBER_ENV=production for Node.js tests
  • 27ca580 Add Node.js test asserting on the number of sourcemap comments in final assets
  • b10b27d build: Turn off sourcemaps for TS-to-ES compilation
  • 205e0e4 [BUGFIX lts] Pass the event parameter to sendAction

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

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

  • a5f870f Release v3.6.0
  • f998e71 Add v3.6.0 to CHANGELOG
  • 4f0223e Update old jQuery versions for tests
  • 355ec30 Disable 'node/no-unsupported-features' rule for some testem related
  • 67ee7ed [BUGFIX lts] Update backburner.js to 2.4.2.
  • 2eee1aa [BUGFIX beta] Adds early Android versions to legacy target list
  • 85b5a2f [BUGFIX release] Ensure ControllerMixin is not listed in wrong module.
  • e691bd0 [BUGFIX beta] fix mouseEnter/Leave event delegation w/o jQuery for SVG elements in IE11
  • be0f44c [DOC release] Fix module name and tweak verbiage of @ember/canary-features.
  • 3a354a8 FailureOnlyReporter: Add missing newline character to report() method
  • 3360f8f Update testem to v2.14.0
  • 17dc665 testem: Use JS config file
  • 44d88d6 testem: Use let/const instead of var
  • 1670c95 FailureOnlyPerBrowserReporter: Convert to ES6 class
  • 43ea424 FailureOnlyReporter: Convert to ES6 class

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • 9ff016d Release v3.6.1
  • 75a30d5 Add v3.6.1 to CHANGELOG
  • 9519df1 [DOC release] Add @since flag for notifyPropertyChange
  • a1af218 docs: allow notifyPropertyChange to be imported from @ember/object
  • 123e2cb [DOC release] Correct access for methods on DataAdapter.
  • de5f35a [BUGFIX release] Publish builds to s3 on release & beta channels even
  • 2d7b129 Avoid extended array directly in tests.
  • 5186377 [BUGFIX release] Ensure properties on Array.prototype are non-enumerable.
  • b64aa3a test(NativeArray): Check for cyclic Array.prototype (ref #17190)
  • e8ce55c Merge pull request #17328 from emberjs/fix-retrys-release
  • a14a7e0 [BUGFIX release] Ensure that delayed transition retrys work
  • 51a56c3 Add v3.4.7 to CHANGELOG.md.
  • 3899a70 Empty commit, to trigger CI rebuild.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 285 commits ahead by 285, behind by 76.

  • 503bc78 Release v3.7.0
  • e8261a0 Add v3.7.0 to CHANGELOG
  • 5e25a21 [BUGFIX beta] fix 'strict mode does not allow function declarations' error for ios9
  • 04fc21c fix issue with overidability of computed.volatile
  • 2bc95e2 Release v3.7.0-beta.3
  • 6e65866 Add v3.7.0-beta.3 to CHANGELOG
  • fe349ae [BUGFIX release] Ensure legacy build of template compiler can be loaded.
  • d56df77 [BUGFIX release] local variable shadowing assert
  • c6cbf86 [BUGFIX lts] Avoid console.trace for every Ember.warn
  • 3dcc488 [DOC beta] remove needless prohibition
  • e5bdcba Release v3.7.0-beta.2
  • bd72496 Add v3.7.0-beta.2 to CHANGELOG
  • ad7562d Avoid extended array directly in tests.
  • bd47e20 [BUGFIX release] Ensure properties on Array.prototype are non-enumerable.
  • 57ab498 test(NativeArray): Check for cyclic Array.prototype (ref #17190)

There are 250 commits in total.

See the full diff