Skip to content

Commit

Permalink
ci: adds no deprecations workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 29, 2024
1 parent 717a72c commit 5b8cf57
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ module.exports = async function () {
},
embroiderSafe(),
embroiderOptimized(),
{
name: 'no-deprecations',
npm: {
devDependencies: {
'ember-deprecation-error': '*',
},
},
},
],
};
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"ember-cli-terser": "^4.0.2",
"ember-code-snippet": "^2.3.1",
"ember-data": "^3.28.0",
"ember-deprecation-error": "^1.0.1",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
"ember-href-to": "^5.0.0",
Expand Down
14 changes: 14 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 5b8cf57

Please sign in to comment.