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

Move to ember-cli@5.7.0 #35

Open
wants to merge 2 commits into
base: master
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
27 changes: 14 additions & 13 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"nodetest": "mocha node-tests --recursive"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.24.0",
"@ember/render-modifiers": "^2.0.4",
"@embroider/macros": "^1.8.0",
"@embroider/util": "^1.12.0",
Expand All @@ -49,11 +49,11 @@
"fs-extra": "^10.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@ember/optional-features": "^2.0.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/test-setup": "^3.0.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down Expand Up @@ -86,7 +86,7 @@
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.2",
"ember-cli": "~5.6.0",
"ember-cli": "~5.7.0",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-code-coverage": "^1.0.3",
Expand All @@ -99,26 +99,27 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-models-table": "^5.2.0",
"ember-page-title": "^8.2.0",
"ember-page-title": "^8.2.2",
"ember-power-select": "^7.1.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.6.0",
"ember-source": "~5.7.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
"eslint": "^8.56.0",
"ember-welcome-page": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
"eslint-plugin-qunit": "^8.1.1",
"lcov-result-merger": "^3.1.0",
"loader.js": "^4.7.0",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"qunit": "^2.20.0",
"prettier": "^3.2.5",
"qunit": "^2.20.1",
"qunit-dom": "^2.0.0",
"sass": "^1.53.0",
"stylelint": "^15.11.0",
Expand All @@ -127,7 +128,7 @@
"typedoc": "^0.25.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^4.7.4",
"webpack": "^5.89.0"
"webpack": "^5.90.3"
},
"peerDependencies": {
"ember-source": ">= 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "addon",
Expand Down