Skip to content

Update ember-source to the latest version 🚀 - #20

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/ember-source-3.6.0
Open

Update ember-source to the latest version 🚀#20
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/ember-source-3.6.0

Conversation

@greenkeeper

Copy link
Copy Markdown
Contributor

The devDependency ember-source was updated from 3.5.1 to 3.6.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 🌴

greenkeeperBot added a commit that referenced this pull request Dec 19, 2018
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.6.1.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 9ff016dRelease v3.6.1
  • 75a30d5Add v3.6.1 to CHANGELOG
  • 9519df1[DOC release] Add @since flag for notifyPropertyChange
  • a1af218docs: 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
  • 2d7b129Avoid extended array directly in tests.
  • 5186377[BUGFIX release] Ensure properties on Array.prototype are non-enumerable.
  • b64aa3atest(NativeArray): Check for cyclic Array.prototype (ref #17190)
  • e8ce55cMerge pull request #17328 from emberjs/fix-retrys-release
  • a14a7e0[BUGFIX release] Ensure that delayed transition retrys work
  • 51a56c3Add v3.4.7 to CHANGELOG.md.
  • 3899a70Empty commit, to trigger CI rebuild.

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 7, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.7.0.

Update to this version instead 🚀

Commits

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

  • 503bc78Release v3.7.0
  • e8261a0Add v3.7.0 to CHANGELOG
  • 5e25a21[BUGFIX beta] fix 'strict mode does not allow function declarations' error for ios9
  • 04fc21cfix issue with overidability of computed.volatile
  • 2bc95e2Release v3.7.0-beta.3
  • 6e65866Add 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
  • e5bdcbaRelease v3.7.0-beta.2
  • bd72496Add v3.7.0-beta.2 to CHANGELOG
  • ad7562dAvoid extended array directly in tests.
  • bd47e20[BUGFIX release] Ensure properties on Array.prototype are non-enumerable.
  • 57ab498test(NativeArray): Check for cyclic Array.prototype (ref #17190)

There are 250 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 21, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.7.1.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 336d5bbRelease v3.7.1
  • dd7a199Add v3.7.1 to CHANGELOG
  • df84897Merge pull request #17468 from emberjs/substates-release
  • b706ba1[BUGFIX] Fix substate interactions with aborts

See the full diff

greenkeeperBot added a commit that referenced this pull request Jan 23, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.7.2.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

See the full diff

greenkeeperBot added a commit that referenced this pull request Feb 6, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.7.3.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 8b0c000Release v3.7.3
  • 76dc199Add v3.7.3 to CHANGELOG
  • 7ccdee9[BUGFIX lts] support numbers in component names for Angle Brackets
  • 7959733Bump router_js from 6.2.2 to 6.2.3
  • 73b49e6Merge pull request #17553 from scottyd980/patch-1
  • 7b5ff52Update router.ts
  • b63bec6Merge pull request #17513 from MichalBryxi/patch-1
  • 2f7d1f6Fix for incorrect source code escaping

See the full diff

greenkeeperBot added a commit that referenced this pull request Feb 18, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.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.

  • 3013779Release v3.8.0
  • 43e8cb6Add v3.8.0 to CHANGELOG
  • 899be80Release v3.8.0-beta.5
  • 39bb0d4Add 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
  • 4a67315Add v3.7.3 to CHANGELOG
  • 3db1a75Bump router_js from 6.2.2 to 6.2.3
  • 018df73Release v3.8.0-beta.4
  • 2a83198Add v3.8.0-beta.4 to CHANGELOG
  • f485ad5[BUGFIX lts] support numbers in component names for Angle Brackets
  • 38b9060Release v3.8.0-beta.3
  • 4d7a496Add v3.8.0-beta.3 to CHANGELOG

There are 250 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Apr 2, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.9.0.

Update to this version instead 🚀

Commits

The new version differs by 265 commits ahead by 265, behind by 35.

  • 8df20e9Release v3.9.0
  • 2b9ee17Add v3.9.0 to CHANGELOG
  • bfe670cBump router_js
  • 2f8b8ba[DOCS beta] remove component nesting docs
  • 0270001Release v3.9.0-beta.5
  • 1e2672cAdd v3.9.0-beta.5 to CHANGELOG
  • 37d0a11Fix docs test
  • 86999a7Post-cherry-pick lint fixup
  • fff729a[DOC RouteInfo] Fix grammar, spelling, and formatting
  • b179dfdadded param "name of the block" for the API document of has-block and has-block-params
  • 84767f9Fixes 594 in ember-learn/ember-api-docs - add has-block-params API documentation
  • 99dc507prettier lint fix
  • fc63577Fixes 595 in ember-learn/ember-api-docs - missing has-block API documentation
  • 3795744Update packages/@ember/-internals/glimmer/lib/component.ts
  • fa74d86A number of improvements to component docs

There are 250 commits in total.

See the full diff

greenkeeperBot added a commit that referenced this pull request Apr 9, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.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.

  • 8b273ebRelease v3.9.1
  • 77b8be13.9.1 CHANGELOG [ci skip]
  • d440312Merge pull request #17884 from emberjs/upgrade-glimmer-release
  • 2991c46CHANGELOG [ci skip]
  • 9173312[BUGFIX beta] Fix "splattributes" class merging
  • 7fb81f2Splattribute merging of "class" attribute fails
  • b8cc19e[BUGFIX beta] add failing test for splattributes class merging issue
  • ede5d4bAdd missing babel helper
  • da2307aUpgrade Glimmer and TypeScript
  • fccbf36CHANGELOG [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
  • 43abf8efix input tests without jquery
  • ca112b3Fix each-package-tests on CI

See the full diff

greenkeeperBot added a commit that referenced this pull request May 13, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.10.0.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Jun 4, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.10.1.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Jun 18, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.10.2.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Jun 25, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.11.0.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Jun 28, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.11.1.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request Aug 6, 2019
@greenkeeper

Copy link
Copy Markdown
ContributorAuthor
  • The devDependencyember-source was updated from 3.5.1 to 3.12.0.

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants