Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ember cli #107

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 0 additions & 113 deletions files-override/js/eslint.config.mjs

This file was deleted.

146 changes: 0 additions & 146 deletions files-override/ts/eslint.config.mjs

This file was deleted.

11 changes: 0 additions & 11 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,8 @@ module.exports = {
'@rollup/plugin-babel',
'decorator-transforms',

// Dependencies out of date from upstream
// (or waiting for the release train to catch up)
'eslint@^9.14.0',
'eslint-plugin-ember@^12.3.1',
'eslint-plugin-n@^17.13.1',
'@babel/eslint-parser@^7.25.9',
'@babel/plugin-transform-runtime@^7.25.9',
'@babel/runtime@^7.26.0',
'ember-template-lint@^6.0.0',

'@ember/string@^4.0.0',
'ember-resolver@^13.0.2',
Expand Down Expand Up @@ -178,10 +171,6 @@ module.exports = {
const filesToDelete = [
// now in the project root
'app/index.html',
// replaced with .eslintrc.cjs
'.eslintrc.js',
// This file is not supported in ESLint 9
'.eslintignore',
// replaced with .prettierrc.cjs
'.prettierrc.js',

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"output:fixture": "node ./lib/bin/output-fixture.mjs"
},
"dependencies": {
"ember-cli": "^5.12.0",
"ember-cli": "^6.0.0",
"lodash": "^4.17.21",
"walk-sync": "^3.0.0"
},
Expand All @@ -38,5 +38,5 @@
"tmp-promise": "^3.0.3",
"vitest": "^1.6.0"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

Loading