Skip to content

Commit

Permalink
chore(deps): update ember to v4.6.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for node v12.
  • Loading branch information
anehx committed Aug 29, 2022
1 parent 3a91088 commit 7b0ffa3
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 190 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -31,3 +31,6 @@
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try

# broccoli-debug
/DEBUG/
25 changes: 12 additions & 13 deletions package.json
Expand Up @@ -42,9 +42,9 @@
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"broccoli-stew": "^3.0.0",
"ember-auto-import": "^2.4.1",
"ember-auto-import": "^2.4.2",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.0.1",
"ember-cli-htmlbars": "^6.1.0",
"ember-focus-trap": "^1.0.1",
"ember-modifier": "^3.2.7",
"ember-toggle": "^9.0.3",
Expand All @@ -54,11 +54,11 @@
"@adfinis-sygroup/eslint-config": "1.5.0",
"@adfinis-sygroup/semantic-release-config": "3.4.0",
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "2.7.0",
"@ember/test-helpers": "2.8.1",
"@embroider/test-setup": "1.8.3",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "4.3.0",
"ember-cli": "4.6.0",
"ember-cli-app-version": "5.0.0",
"ember-cli-code-coverage": "1.0.3",
"ember-cli-dependency-checker": "3.3.1",
Expand All @@ -72,39 +72,38 @@
"ember-composable-helpers": "5.0.0",
"ember-concurrency": "2.2.1",
"ember-disable-prototype-extensions": "1.1.3",
"ember-export-application-global": "2.0.1",
"ember-load-initializers": "2.1.2",
"ember-prism": "0.12.0",
"ember-qunit": "5.1.5",
"ember-resolver": "8.0.3",
"ember-source": "4.4.0",
"ember-source": "4.6.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "4.6.0",
"ember-template-lint": "4.10.1",
"ember-template-lint-plugin-prettier": "4.0.0",
"ember-truth-helpers": "3.0.0",
"ember-try": "2.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ember": "10.6.1",
"eslint-plugin-ember": "11.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-qunit": "7.2.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-qunit": "7.3.1",
"husky": "7.0.4",
"lint-staged": "13.0.3",
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
"prettier": "2.7.1",
"qunit": "2.19.1",
"qunit-dom": "2.0.0",
"sass": "1.51.0",
"webpack": "5.72.0"
"webpack": "5.74.0"
},
"ember": {
"edition": "octane"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "14.* || >= 16"
},
"ember-addon": {
"configPath": "tests/dummy/config",
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": "4.3.0",
"version": "4.6.0",
"blueprints": [
{
"name": "addon",
Expand Down
4 changes: 0 additions & 4 deletions tests/dummy/config/environment.js
Expand Up @@ -17,10 +17,6 @@ module.exports = function (environment) {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Date: false,
},
},

APP: {
Expand Down

0 comments on commit 7b0ffa3

Please sign in to comment.