Skip to content

Bump ember-source from 3.5.0 to 3.6.1#236

Merged
sivakumar-kailasam merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ember-source-3.6.1
Dec 24, 2018
Merged

Bump ember-source from 3.5.0 to 3.6.1#236
sivakumar-kailasam merged 1 commit intomasterfrom
dependabot/npm_and_yarn/ember-source-3.6.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented Dec 24, 2018

Bumps ember-source from 3.5.0 to 3.6.1.

Release notes

Sourced from ember-source's releases.

v3.6.1

CHANGELOG

  • #17328 [BUGFIX] Ensure that delayed transition retrys work
  • #17374 [BUGFIX] Fix cyclic references on Array.prototype

v3.6.0

CHANGELOG

  • #17025 / #17034 / #17036 / #17038 / #17040 / #17041 / #17061 [FEATURE] Final stage of the router service RFC (see emberjs/rfcs#95
  • #16795 [FEATURE] Native Class Constructor Update (see emberjs/rfcs#337
  • #17188 / #17246 [BUGFIX] Adds a second dist build which targets IE and early Android versions. Enables avoiding errors when using native classes without transpilation.
  • #17238 [DEPRECATION] Deprecate calling A as a constructor
  • #16956 [DEPRECATION] Deprecate Ember.merge
  • #17220 [BUGFIX] Fix cycle detection in Ember.copy
  • #17227 [BUGFIX] Fix mouseEnter/Leave event delegation w/o jQuery for SVG & IE11
  • #17233 [BUGFIX] Reverts EmberError to be a standard function
  • #17251 [BUGFIX] Prevent errors with debug compiled templates in prod.
  • #17241 [BUGFIX] Fix line endings of component blueprint on Windows
  • #17271 [BUGFIX] Update backburner.js to 2.4.2.
  • #17184 [BUGFIX] Ensures removeAllListeners does not break subsequent adds
  • #17169 [BUGFIX] Add default implementations of Component lifecycle hooks
  • #17137 [BUGFIX] Assert when local variables shadow modifier invocations
  • #17132 [BUGFIX] Assert when local variables shadow helper invocations
  • #17135 [BUGFIX] Ensure local variables win over helper invocations
  • #16923 [BUGFIX] ES6 classes on/removeListener and observes/removeObserver interop
  • #17153 [BUGFIX] Blueprints can generate components with a single word name
  • #16865 / #16899 / #16914 / #16897 / #16913 / #16894 / #16896 [BUGFIX] Support RFC 232 and RFC 268 style tests with Mocha blueprints
  • #17051 Update glimmer-vm packages to 0.36.4

v3.6.0-beta.4

CHANGELOG

  • #17184 [BUGFIX] Ensures removeAllListeners does not break subsequent adds
  • #17186 [BUGFIX] Fix RouteInfo QP mutability
  • #17192 [BUGFIX] currentRoute should respect substates

v3.6.0-beta.3

CHANGELOG

  • #17169 [BUGFIX] Add default implementations of Component lifecycle hooks
  • #17165 [BUGFIX] Fix RouteInfo.find and transition.froms
  • #17180 [BUGFIX] Router Service State should be correct in events

v3.6.0-beta.2

CHANGELOG

  • #17130 [BUGFIX] Ensure that timers scheduled after a system sleep are fired properly.
  • #17137 [BUGFIX] Assert when local variables shadow modifier invocations
  • #16923 [BUGFIX] ES6 classes on/removeListener and observes/removeObserver interop v2
... (truncated)
Changelog

Sourced from ember-source's changelog.

v3.6.1 (December 18, 2018)

  • #17328 [BUGFIX] Ensure that delayed transition retrys work
  • #17374 [BUGFIX] Fix cyclic references on Array.prototype

v3.6.0 (December 6, 2018)

  • #17025 / #17034 / #17036 / #17038 / #17040 / #17041 / #17061 [FEATURE] Final stage of the router service RFC (see emberjs/rfcs#95
  • #16795 [FEATURE] Native Class Constructor Update (see emberjs/rfcs#337
  • #17188 / #17246 [BUGFIX] Adds a second dist build which targets IE and early Android versions. Enables avoiding errors when using native classes without transpilation.
  • #17238 [DEPRECATION] Deprecate calling A as a constructor
  • #16956 [DEPRECATION] Deprecate Ember.merge
  • #17220 [BUGFIX] Fix cycle detection in Ember.copy
  • #17227 [BUGFIX] Fix mouseEnter/Leave event delegation w/o jQuery for SVG & IE11
  • #17233 [BUGFIX] Reverts EmberError to be a standard function
  • #17251 [BUGFIX] Prevent errors with debug compiled templates in prod.
  • #17241 [BUGFIX] Fix line endings of component blueprint on Windows
  • #17271 [BUGFIX] Update backburner.js to 2.4.2.
  • #17184 [BUGFIX] Ensures removeAllListeners does not break subsequent adds
  • #17169 [BUGFIX] Add default implementations of Component lifecycle hooks
  • #17137 [BUGFIX] Assert when local variables shadow modifier invocations
  • #17132 [BUGFIX] Assert when local variables shadow helper invocations
  • #17135 [BUGFIX] Ensure local variables win over helper invocations
  • #16923 [BUGFIX] ES6 classes on/removeListener and observes/removeObserver interop
  • #17153 [BUGFIX] Blueprints can generate components with a single word name
  • #16865 / #16899 / #16914 / #16897 / #16913 / #16894 / #16896 [BUGFIX] Support RFC 232 and RFC 268 style tests with Mocha blueprints
  • #17051 Update glimmer-vm packages to 0.36.4

v3.5.1 (October 29, 2018)

  • #17028 Mark defineProperty as public (yet low level) API.
  • #17115 [BUGFIX] Pass the event parameter to sendAction
  • #17128 [BUGFIX] Fix sourcemaping issues due to multiple sourcemap directives.
  • #17130 [BUGFIX] Ensure that timers scheduled after a system sleep are fired properly.
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
  • 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 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.

@sivakumar-kailasam sivakumar-kailasam temporarily deployed to deprecations-app-stagin-pr-236 December 24, 2018 07:38 Inactive
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-source-3.6.1 branch from 5078f8c to bbf2d45 Compare December 24, 2018 07:53
@sivakumar-kailasam sivakumar-kailasam temporarily deployed to deprecations-app-stagin-pr-236 December 24, 2018 07:53 Inactive
Bumps [ember-source](https://github.com/emberjs/ember.js) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/emberjs/ember.js/releases)
- [Changelog](https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md)
- [Commits](emberjs/ember.js@v3.5.0...v3.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@sivakumar-kailasam sivakumar-kailasam merged commit 7cda8d9 into master Dec 24, 2018
@delete-merged-branch delete-merged-branch bot deleted the dependabot/npm_and_yarn/ember-source-3.6.1 branch December 24, 2018 12:45
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.

2 participants