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

Update ember-source to the latest version 🚀 #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Jan 7, 2019

The devDependency ember-source was updated from 3.6.1 to 3.7.0.

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. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Feb 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 6, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.7.3.

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 added a commit that referenced this pull request Feb 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.8.0.

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 added a commit that referenced this pull request Apr 2, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 2, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.9.0.

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 added a commit that referenced this pull request Apr 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.9.1.

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 added a commit that referenced this pull request May 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 13, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.10.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 4, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.10.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.10.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.11.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 28, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 28, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.11.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 6, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.12.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 19, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.13.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.13.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 25, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.13.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 8, 2019
greenkeeper bot added a commit that referenced this pull request Oct 29, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 29, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.14.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.14.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 21, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.14.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 3, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.14.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2019

  • The devDependency ember-source was updated from 3.6.1 to 3.15.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 3, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.16.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 10, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 10, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.16.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 18, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.16.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.17.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.17.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 29, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 29, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.17.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 3, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.17.3.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 14, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.18.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 14, 2020
greenkeeper bot added a commit that referenced this pull request May 4, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2020

  • The devDependency ember-source was updated from 3.6.1 to 3.18.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2020


🚨 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


  • The devDependency ember-source was updated from 3.6.1 to 3.19.0.

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants