Skip to content

Commit

Permalink
[TECH] Ajouter le workflow de prise en charge de dépréciation d'Ember…
Browse files Browse the repository at this point in the history
….js sur Pix App

 #8159
  • Loading branch information
pix-service-auto-merge authored Mar 5, 2024
2 parents b6f6d37 + 9d48522 commit 401e249
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mon-pix/config/deprecation-workflow.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// eslint-disable-next-line no-undef
self.deprecationWorkflow = self.deprecationWorkflow || {};
// eslint-disable-next-line no-undef
self.deprecationWorkflow.config = {
workflow: [
{ handler: 'silence', matchId: 'ember-polyfills.deprecate-assign' },
{ handler: 'silence', matchId: 'deprecate-ember-error' },
{ handler: 'silence', matchId: 'ember-data:deprecate-promise-many-array-behaviors' },
{ handler: 'silence', matchId: 'ember-data:deprecate-store-find' },
{ handler: 'silence', matchId: 'ember-data:deprecate-array-like' },
],
};
16 changes: 16 additions & 0 deletions mon-pix/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mon-pix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"ember-cli-babel": "^8.0.0",
"ember-cli-clipboard": "^1.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-deprecation-workflow": "^2.2.0",
"ember-cli-head": "^2.0.0",
"ember-cli-htmlbars": "^6.1.1",
"ember-cli-inject-live-reload": "^2.1.0",
Expand Down

0 comments on commit 401e249

Please sign in to comment.