Skip to content

Commit

Permalink
bump to ember 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Jul 5, 2024
1 parent 5f938c4 commit 587cf32
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/blueprints/*/files/

# compiled output
/declarations/
/dist/
/tmp/

Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "5.8.0",
"blueprints": [
{
"name": "app",
Expand Down
3 changes: 2 additions & 1 deletion config/optional-features.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"template-only-glimmer-components": true
"template-only-glimmer-components": true,
"no-implicit-route-model": true
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@coreui/ajax": "1.0.10",
"@ember/optional-features": "^2.0.0",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.0.5",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.0",
"@ember/test-helpers": "^3.3.0",
"@faker-js/faker": "^8.1.0",
"@fortawesome/ember-fontawesome": "^0.4.3",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
Expand All @@ -53,8 +53,8 @@
"concurrently": "^8.2.2",
"coveralls": "^3.0.2",
"ember-ajax": "^5.0.0",
"ember-auto-import": "^2.6.3",
"ember-cli": "~5.4.0",
"ember-auto-import": "^2.7.2",
"ember-cli": "~5.8.0",
"ember-cli-app-version": "^6.0.1",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand All @@ -73,32 +73,32 @@
"ember-concurrency": "^2.3.4",
"ember-concurrency-decorators": "^1.0.0",
"ember-css-modules": "^2.0.1",
"ember-data": "~5.3.0",
"ember-data": "~5.3.3",
"ember-fetch": "^8.1.2",
"ember-file-upload": "^7.3.0",
"ember-load-initializers": "^2.1.2",
"ember-lodash": "^4.19.4",
"ember-modal-dialog": "^4.1.2",
"ember-models-table": "^5.4.1",
"ember-modifier": "^4.1.0",
"ember-page-title": "^8.0.0",
"ember-page-title": "^8.2.3",
"ember-power-select": "^7.0.0",
"ember-qunit": "^8.0.1",
"ember-qunit": "^8.0.2",
"ember-radio-buttons": "^5.0.0",
"ember-resolver": "^11.0.1",
"ember-simple-auth": "^6.0.0",
"ember-sinon-qunit": "^7.1.4",
"ember-source": "~5.4.0",
"ember-source": "~5.8.0",
"ember-template-lint": "6.0.0",
"ember-template-lint-plugin-prettier": "^5.0.0",
"ember-test-selectors": "^6.0.0",
"ember-truth-helpers": "^3.1.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-ember": "^11.11.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-qunit": "^8.0.1",
"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.1.1",
"husky": "^8.0.0",
"jquery": "^3.6.4",
"lint-staged": "^13.2.3",
Expand All @@ -107,7 +107,7 @@
"miragejs": "^0.1.48",
"popper.js": "^1.14.5",
"prettier": "^3.3.0",
"qunit": "^2.20.0",
"qunit": "^2.20.1",
"qunit-dom": "^2.0.0",
"sinon": "^15.0.2",
"string-hash": "^1.1.3",
Expand All @@ -116,7 +116,7 @@
"stylelint-prettier": "^5.0.0",
"sweetalert2": "^7.29.0",
"tracked-built-ins": "^3.3.0",
"webpack": "^5.89.0"
"webpack": "^5.91.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 587cf32

Please sign in to comment.