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 to v5.11.0 #8138

Merged
merged 1 commit into from
Sep 18, 2024
Merged
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
2 changes: 1 addition & 1 deletion packages/frontend/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.11.0",
"blueprints": [
{
"name": "app",
Expand Down
24 changes: 12 additions & 12 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"lint:deps": "ember dependency-lint"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember-data/adapter": "5.3.8",
"@ember-data/json-api": "5.3.8",
Expand All @@ -39,7 +39,7 @@
"@ember/edition-utils": "^1.2.0",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@ember/test-helpers": "^3.3.1",
"@embroider/compat": "~3.6.0",
"@embroider/core": "~3.4.12",
"@embroider/macros": "^1.16.3",
Expand All @@ -61,7 +61,7 @@
"ember-a11y-testing": "^7.0.0",
"ember-async-data": "^1.0.3",
"ember-auto-import": "^2.4.3",
"ember-cli": "~5.9.0",
"ember-cli": "~5.11.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-browserstack": "^3.0.0",
Expand Down Expand Up @@ -92,20 +92,20 @@
"ember-focus-trap": "^1.1.0",
"ember-load-initializers": "^2.1.2",
"ember-mirage": "^0.3.1",
"ember-modifier": "^4.1.0",
"ember-modifier": "^4.2.0",
"ember-noscript": "^4.1.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.0.2",
"ember-qunit": "^8.1.0",
"ember-resolver": "^11.0.1",
"ember-responsive": "^5.0.0",
"ember-source": "~5.9.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"ember-web-app": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"file-saver": "^2.0.5",
Expand All @@ -116,9 +116,9 @@
"mockdate": "^3.0.5",
"pad": "^3.2.0",
"papaparse": "^5.4.1",
"prettier": "^3.3.1",
"prettier": "^3.3.3",
"query-string": "^9.1.0",
"qunit": "^2.21.0",
"qunit": "^2.22.0",
"qunit-dom": "^2.0.0",
"qunit-theme-ember": "^1.0.0",
"sass": "^1.77.8",
Expand All @@ -133,7 +133,7 @@
"testem-failure-only-reporter": "^1.0.0",
"tracked-built-ins": "^3.3.0",
"validator": "^13.12.0",
"webpack": "^5.91.0",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-retry-chunk-load-plugin": "^3.0.0",
"zxcvbn": "^4.4.2"
Expand All @@ -155,6 +155,6 @@
},
"private": true,
"dependencies": {
"ember-auto-import": "^2.7.3"
"ember-auto-import": "^2.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/tests/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function setupApplicationTest(hooks, options) {
//
// This is also a good place to call test setup functions coming
// from other addons:

//
setupIntl(hooks, 'en-us'); // ember-intl
setupMirage(hooks); // ember-mirage
}
Expand Down
18 changes: 9 additions & 9 deletions packages/ilios-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint:js:fix": "eslint . --fix"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@ember/render-modifiers": "^2.0.0",
"@ember/string": "^3.1.1",
"@embroider/macros": "^1.16.3",
Expand All @@ -33,7 +33,7 @@
"broccoli-merge-trees": "^4.0.0",
"class-validator": ">= 0.14.0",
"ember-async-data": "^1.0.1",
"ember-auto-import": "^2.7.3",
"ember-auto-import": "^2.7.4",
"ember-cli-babel": "^8.2.0",
"ember-cli-flash": "^5.1.0",
"ember-cli-htmlbars": "^6.3.0",
Expand Down Expand Up @@ -95,7 +95,7 @@
"validator": ">= 13.12.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.7",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember-data/adapter": "5.3.8",
"@ember-data/json-api": "5.3.8",
Expand All @@ -108,12 +108,12 @@
"@ember-data/tracking": "5.3.8",
"@ember/edition-utils": "^1.1.1",
"@ember/optional-features": "^2.1.0",
"@ember/test-helpers": "^3.3.0",
"@ember/test-helpers": "^3.3.1",
"@embroider/test-setup": "^4.0.0",
"@ilios/ember-template-lint-plugin": "^3.0.0",
"@warp-drive/build-config": "0.0.0-beta.6",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~5.9.0",
"ember-cli": "~5.11.0",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-inject-live-reload": "^2.1.0",
Expand All @@ -122,25 +122,25 @@
"ember-load-initializers": "^2.1.2",
"ember-page-title": "^8.2.3",
"ember-resolver": "^11.0.1",
"ember-source": "~5.9.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"loader.js": "^4.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"stylelint": "^16.3.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.5.1",
"tracked-built-ins": "^3.1.1",
"webpack": "^5.91.0"
"webpack": "^5.93.0"
},
"engines": {
"node": ">= 20",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.11.0",
"blueprints": [
{
"name": "addon",
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-course-manager/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.11.0",
"blueprints": [
{
"name": "app",
Expand Down
24 changes: 12 additions & 12 deletions packages/lti-course-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"lint:deps": "ember dependency-lint"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember-data/adapter": "5.3.8",
"@ember-data/json-api": "5.3.8",
Expand All @@ -37,7 +37,7 @@
"@ember/edition-utils": "^1.2.0",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@ember/test-helpers": "^3.3.1",
"@embroider/compat": "~3.6.0",
"@embroider/core": "~3.4.12",
"@embroider/macros": "^1.16.3",
Expand All @@ -51,8 +51,8 @@
"broccoli-merge-trees": "^4.2.0",
"browserslist": "^4.23.3",
"caniuse-db": "^1.0.30001660",
"ember-auto-import": "^2.7.3",
"ember-cli": "~5.9.0",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.11.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-browserstack": "^3.0.0",
Expand All @@ -68,24 +68,24 @@
"ember-exam": "^9.0.0",
"ember-load-initializers": "^2.1.2",
"ember-mirage": "^0.3.1",
"ember-modifier": "^4.1.0",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.0.2",
"ember-qunit": "^8.1.0",
"ember-resolver": "^11.0.1",
"ember-source": "~5.9.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"ember-web-app": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"ilios-common": "workspace:*",
"loader.js": "^4.7.0",
"prettier": "^3.3.1",
"qunit": "^2.21.0",
"prettier": "^3.3.3",
"qunit": "^2.22.0",
"qunit-dom": "^2.0.0",
"qunit-theme-ember": "^1.0.0",
"sass": "^1.77.8",
Expand All @@ -96,7 +96,7 @@
"stylelint-scss": "^6.5.1",
"testem-failure-only-reporter": "^1.0.0",
"tracked-built-ins": "^3.3.0",
"webpack": "^5.91.0"
"webpack": "^5.93.0"
},
"engines": {
"node": ">= 20",
Expand Down
2 changes: 1 addition & 1 deletion packages/lti-dashboard/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.11.0",
"blueprints": [
{
"name": "app",
Expand Down
26 changes: 13 additions & 13 deletions packages/lti-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"lint:deps": "ember dependency-lint"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@ember-data/adapter": "5.3.8",
"@ember-data/json-api": "5.3.8",
Expand All @@ -38,7 +38,7 @@
"@ember/edition-utils": "^1.2.0",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@ember/test-helpers": "^3.3.1",
"@embroider/compat": "~3.6.0",
"@embroider/macros": "^1.16.3",
"@embroider/router": "^2.1.8",
Expand All @@ -51,8 +51,8 @@
"broccoli-merge-trees": "^4.2.0",
"browserslist": "^4.23.3",
"caniuse-db": "^1.0.30001660",
"ember-auto-import": "^2.7.3",
"ember-cli": "~5.9.0",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.11.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-browserstack": "^3.0.0",
Expand All @@ -68,25 +68,25 @@
"ember-exam": "^9.0.0",
"ember-load-initializers": "^2.1.2",
"ember-mirage": "^0.3.1",
"ember-modifier": "^4.1.0",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.0.2",
"ember-qunit": "^8.1.0",
"ember-resolver": "^11.0.1",
"ember-source": "~5.9.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"ember-web-app": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-yml": "^1.14.0",
"ilios-common": "workspace:*",
"loader.js": "^4.7.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.1",
"qunit": "^2.21.0",
"prettier": "^3.3.3",
"qunit": "^2.22.0",
"qunit-dom": "^2.0.0",
"qunit-theme-ember": "^1.0.0",
"sass": "^1.77.8",
Expand All @@ -97,7 +97,7 @@
"stylelint-scss": "^6.5.1",
"testem-failure-only-reporter": "^1.0.0",
"tracked-built-ins": "^3.3.0",
"webpack": "^5.91.0"
"webpack": "^5.93.0"
},
"engines": {
"node": ">= 20",
Expand All @@ -114,4 +114,4 @@
]
},
"private": true
}
}
2 changes: 1 addition & 1 deletion packages/test-app/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.9.0",
"version": "5.11.0",
"blueprints": [
{
"name": "app",
Expand Down
Loading