mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
deps: ember@2.5.1
- removes Ember.merge deprecation
This commit is contained in:
parent
3fe030187e
commit
2cb22326d9
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"blueimp-md5": "2.3.0",
|
||||
"codemirror": "5.13.2",
|
||||
"devicejs": "0.2.7",
|
||||
"ember": "2.5.0",
|
||||
"ember": "2.5.1",
|
||||
"ember-cli-shims": "0.1.1",
|
||||
"ember-cli-test-loader": "0.2.2",
|
||||
"ember-mocha": "0.8.11",
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
window.deprecationWorkflow = window.deprecationWorkflow || {};
|
||||
window.deprecationWorkflow.config = {
|
||||
workflow: [
|
||||
{handler: 'silence', matchMessage: 'Usage of `Ember.merge` is deprecated, use `Ember.assign` instead.'},
|
||||
{handler: 'silence', matchMessage: 'Using the injected `container` is deprecated. Please use the `getOwner` helper instead to access the owner of this object.'},
|
||||
{handler: 'silence', matchMessage: 'You modified (-join-classes "ember-view" "form-group" (-normalize-class "errorClass" errorClass activeClass=undefined inactiveClass=undefined)) twice in a single render. This was unreliable in Ember 1.x and will be removed in Ember 3.0'}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue