html-next / ember-hammertime

TouchAction (aka "fastclick") Support for Ember Applications
MIT License
56 stars 23 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency ember-source was updated from 3.4.6 to 3.5.1.

This version 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.


Find out more about this release.

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

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 8b0c000 Release v3.7.3
  • 76dc199 Add v3.7.3 to CHANGELOG
  • 7ccdee9 [BUGFIX lts] support numbers in component names for Angle Brackets
  • 7959733 Bump router_js from 6.2.2 to 6.2.3
  • 73b49e6 Merge pull request #17553 from scottyd980/patch-1
  • 7b5ff52 Update router.ts
  • b63bec6 Merge pull request #17513 from MichalBryxi/patch-1
  • 2f7d1f6 Fix for incorrect source code escaping
  • 4ec7b35 Release v3.7.2.
  • f07f7f9 Add v3.7.2 to CHANGELOG.md.
  • ef76f8c Add v3.4.8 to CHANGELOG.
  • c801853 Update to glimmer-vm 0.36.6.
  • 336d5bb Release v3.7.1
  • dd7a199 Add v3.7.1 to CHANGELOG
  • df84897 Merge pull request #17468 from emberjs/substates-release

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.8.0

CHANGELOG

  • #17143 / #17375 [FEATURE] Implement Element Modifier Manager RFC (see emberjs/rfcs#0373).
  • #17054 / #17376 [FEATURE] Implement array helper RFC (see emberjs/rfcs#0318)
  • #16735 [BUGFIX] Observed properties not being marked as enum
  • #17498 [BUGFIX] Don't remove dep keys in didUnwatch
  • #17467 [BUGFIX] Fix substate interactions with aborts
  • #17413 [BUGFIX] Fix missing import in instance-initializer blueprint for ember-mocha
  • #17319 [CLEANUP] Remove deprecated 'POSITIONAL_PARAM_CONFLICT'
  • #17394 [CLEANUP] Remove deprecated code in mixins/array
  • #17244 / #17499 Upgrade to Glimmer VM 0.37.1
    Fixes a few issues:
    • Usage of positional arguments with custom components.
    • Forwarding attributes via ...attributes to a dynamic component.
    • Prevent errors when rendering many template blocks (Error: Operand over 16-bits. Got 65536).
  • #17166 Improve performance of get() / set()
  • #16710 Deprecation of private NAME_KEY
  • #17216 Use native Error instead of custom Error subclass.
  • #17340 Remove unused hooks variable from qunit-rfc-232 util-test blueprint
  • #17357 Allow notifyPropertyChange to be imported from @ember/object
Commits

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

  • 3013779 Release v3.8.0
  • 43e8cb6 Add v3.8.0 to CHANGELOG
  • 899be80 Release v3.8.0-beta.5
  • 39bb0d4 Add v3.8.0-beta.5 to CHANGELOG
  • 494d83d [DOC beta] Add deprecation tag for Ember.merge
  • 472673d [DOC lts] Addressed PR comments by rwjblue
  • 8a42b3b [DOC lts] Addressed PR comments
  • 71c2fe5 [DOC] Angle Bracket invocation
  • 4a67315 Add v3.7.3 to CHANGELOG
  • 3db1a75 Bump router_js from 6.2.2 to 6.2.3
  • 018df73 Release v3.8.0-beta.4
  • 2a83198 Add v3.8.0-beta.4 to CHANGELOG
  • f485ad5 [BUGFIX lts] support numbers in component names for Angle Brackets
  • 38b9060 Release v3.8.0-beta.3
  • 4d7a496 Add v3.8.0-beta.3 to CHANGELOG

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 265 commits ahead by 265, behind by 35.

  • 8df20e9 Release v3.9.0
  • 2b9ee17 Add v3.9.0 to CHANGELOG
  • bfe670c Bump router_js
  • 2f8b8ba [DOCS beta] remove component nesting docs
  • 0270001 Release v3.9.0-beta.5
  • 1e2672c Add v3.9.0-beta.5 to CHANGELOG
  • 37d0a11 Fix docs test
  • 86999a7 Post-cherry-pick lint fixup
  • fff729a [DOC RouteInfo] Fix grammar, spelling, and formatting
  • b179dfd added param "name of the block" for the API document of has-block and has-block-params
  • 84767f9 Fixes 594 in ember-learn/ember-api-docs - add has-block-params API documentation
  • 99dc507 prettier lint fix
  • fc63577 Fixes 595 in ember-learn/ember-api-docs - missing has-block API documentation
  • 3795744 Update packages/@ember/-internals/glimmer/lib/component.ts
  • fa74d86 A number of improvements to component docs

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v3.9.1

CHANGELOG

  • #17870 / #17871 [BUGFIX] Fix issue where ...attributes may incorrectly overwrite attributes, depending on its position.
  • #17874 [BUGFIX] Fix issue with event.stopPropagation() in component event handlers when jQuery is disabled.
  • #17876 [BUGFIX] Fix issue with multiple {{action}} modifiers on the same element when jQuery is disabled.
Commits

The new version differs by 15 commits.

  • 8b273eb Release v3.9.1
  • 77b8be1 3.9.1 CHANGELOG [ci skip]
  • d440312 Merge pull request #17884 from emberjs/upgrade-glimmer-release
  • 2991c46 CHANGELOG [ci skip]
  • 9173312 [BUGFIX beta] Fix "splattributes" class merging
  • 7fb81f2 Splattribute merging of "class" attribute fails
  • b8cc19e [BUGFIX beta] add failing test for splattributes class merging issue
  • ede5d4b Add missing babel helper
  • da2307a Upgrade Glimmer and TypeScript
  • fccbf36 CHANGELOG [ci skip]
  • 2b69ba8 [DOCS release] update paramsFor documentation
  • 2359c4f [BUGFIX beta] Fix no-jQuery EventDispatcher to allow handling multiple element-space actions
  • 1b1461f [BUGFIX beta] Fix no-jQuery EventDispatcher to prevent events bubbling up when event.stopPropagation() was called
  • 43abf8e fix input tests without jquery
  • ca112b3 Fix each-package-tests on CI

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€