ember-cli / ember-cli/ember-cli-deprecation-workflow

deprecate-array-prototype-extensions: cannot silence deprecation warnings

Open
#216 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
166
Forks
44
PR merge metrics
No merged PRs in 30d

Description

I have this `deprecation-workflow.js`:

```js
import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow';

setupDeprecationWorkflow({
workflow: [
{
handler: "silence",
matchId: "template-action"
},
{
handler: "silence",
matchId: "new-helper-names"
},
{
handler: "silence",
matchId: 'deprecate-array-prototype-extensions' // Not working, maybe related to https://github.com/ember-cli/ember-cli-deprecation-workflow/issues/134 ?
}
]
});
```

The deprecation warning still appears:

![Image](https://github.com/user-attachments/assets/ccf59265-8c01-410d-bcff-79fa11ba09e4)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.