ember-cli-deprecation-workflow
ember-cli-deprecation-workflow copied to clipboard
I suspect it may have something to do with how it is reaching in to discover ember-source files ``` stack: TypeError: Cannot read property '_addon' of undefined at Class._monkeyPatch_EmberDeprecate (/Users/cthoburn/Github/data/node_modules/ember-cli-deprecation-workflow/index.js:63:39)...
## Context Currently, ember-cli-deprecation-workflow supports 3 handlers for deprecations: silence | Keeps this deprecation from spewing all over the console -- | -- log | Normal deprecation behavior runs for...
What would be more than useful is the possibility to ignore warning because of dependencies. I'm having so much warning now (updating from 1.12 to 1.13) that I don't know...
This is my first time opening an issue in ember. Will be very happy to provide more information if needed :) I love ember-cli-deprecation-workflow addon and I want to use...
The number of deprecations flushed doesn't match the number reported by the Ember inspector ``` json window.deprecationWorkflow = window.deprecationWorkflow || {}; window.deprecationWorkflow.config = { workflow: [ { handler: "silence", matchMessage:...
Copy and paste from the console kinda sucks. We can do better. How?
I noticed when I did my initial run-through that there were many duplications of the sort "you tried to access property 'x' but you should have used 'model.x'" So I...
Since we are putting our deprecation polyfill and workflow handlers into the `my-app.js`, any deprecations triggered while evaluating `vendor.js` are still logged to the console. --- - [ ] Figure...
This dedupes dependencies in node_modules. however, couldn't find where it actually is being used, so wonder if we can remove this from dependencies?
Bumps [json5](https://github.com/json5/json5) and [find-babel-config](https://github.com/tleunen/find-babel-config). These dependencies needed to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest'...