-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore(deps-dev): bump ember-cli from 4.12.3 to 6.10.0 #19088
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,7 +60,7 @@ | |
| "@types/rsvp": "~4.0.9", | ||
| "babel-eslint": "~10.1.0", | ||
| "broccoli-asset-rev": "~3.0.0", | ||
| "ember-cli": "~4.12.3", | ||
| "ember-cli": "~6.10.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixUpdate the test configurations, particularly for the dummy app ( Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| "ember-cli-dependency-checker": "~3.3.2", | ||
| "ember-cli-inject-live-reload": "~2.1.0", | ||
| "ember-cli-terser": "~4.0.2", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node version mismatch between package engines and ember-cli requirement
Medium Severity
The package's
enginesfield declares"node": ">=18", butember-cli6.10.0 requires Node.js v20.19.0 or higher according to the release notes. This mismatch means developers or CI systems using Node 18 or early Node 20 versions will encounter failures when trying to run development scripts, build, or test the package. Theenginesfield is now inconsistent with the actual minimum Node version required by the dev dependencies.Additional Locations (1)
packages/ember/package.json#L81-L84