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

Bump ember-source from 2.18.2 to 3.5.0 #281

Merged
merged 1 commit into from
Oct 17, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-source from 2.18.2 to 3.5.0.

Release notes

Sourced from ember-source's releases.

v3.5.0

CHANGELOG

  • #16978 [BUGFIX] Properly teardown alias
  • #16877 [CLEANUP] Allow routes to be named "array" and "object"

v3.5.0-beta.4

CHANGELOG

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

v3.5.0-beta.3

CHANGELOG

  • #16978 [BUGFIX] Properly teardown alias
  • #16999 [BUGFIX] Fix mouseEnter/Leave event delegation w/o jQuery

v3.5.0-beta.2

CHANGELOG

  • #16933 [BUGFIX] Update glimmer-vm packages to 0.38.8
  • #16860 [BUGFIX] Clear chains in ProxyMixin when destroyed

v3.5.0-beta.1

CHANGELOG

  • #16877 [CLEANUP] Allow routes to be named "array" and "object"
  • #16907 Upgrade to TypeScript 3.0

v3.4.5

CHANGELOG

  • #17029 [BUGFIX] Update backburner.js to 2.4.0.

v3.4.4

CHANGELOG

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

v3.4.3

CHANGELOG

  • #17003 [BUGFIX] Fix rendering of empty content with {{{...}}} or {{...}} with htmlSafe('')

v3.4.2

CHANGELOG

  • #16860 [BUGFIX] Clear chains in ProxyMixin when destroyed
  • #16999 [BUGFIX] Fix mouseEnter/Leave event delegation without jQuery
... (truncated)
Changelog

Sourced from ember-source's changelog.

v3.5.0 (October 8, 2018)

  • #16978 [BUGFIX] Properly teardown alias
  • #16877 [CLEANUP] Allow routes to be named "array" and "object"

v3.4.5 (October 4, 2018)

  • #17029 [BUGFIX] Update backburner.js to 2.4.0.

v3.4.4 (September 27, 2018)

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

v3.4.3 (September 25, 2018)

  • #17003 [BUGFIX] Fix rendering of empty content with {{{...}}} or {{...}} with htmlSafe('')

v3.4.2 (September 24, 2018)

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

v3.4.1 (September 10, 2018)

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

v3.4.0 (August 27, 2018)

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

v3.3.2 (August 20, 2018)

  • #16853 [BUGFIX] Allow ArrayProxy#pushObjects to accept ArrayProxy again
  • #16870 [BUGFIX] Enable @ember/object#get to be called with an empty string

v3.3.1 (July 23, 2018)

  • #16836 [DOC] Fix Broken 3.3 API Documentation
... (truncated)
Commits
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a major update to a development dependency.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [ember-source](https://github.com/emberjs/ember.js) from 2.18.2 to 3.5.0.
- [Release notes](https://github.com/emberjs/ember.js/releases)
- [Changelog](https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md)
- [Commits](emberjs/ember.js@v2.18.2...v3.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 17, 2018
@Turbo87 Turbo87 merged commit 3de75e7 into master Oct 17, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-source-3.5.0 branch October 17, 2018 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants