Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove support for deprecated Ember LTS 3.24.
  • Loading branch information
anehx committed Mar 28, 2023
1 parent eaea056 commit 8df899f
Show file tree
Hide file tree
Showing 12 changed files with 2,659 additions and 1,960 deletions.
4 changes: 2 additions & 2 deletions .ember-cli
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"disableAnalytics": false,

/**
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
*/
"isTypeScriptProject": false
}
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
scenario:
- ember-lts-4.4
- ember-lts-3.28
- ember-lts-3.24
- ember-release
- ember-beta
- ember-canary
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/.travis.yml
/.watchmanconfig
/bower.json
/config/ember-try.js
/CONTRIBUTING.md
/ember-cli-build.js
/testem.js
Expand Down
12 changes: 12 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
"use strict";

module.exports = {
overrides: [
{
files: "*.{js,ts}",
options: {
singleQuote: false,
},
},
],
};
5 changes: 0 additions & 5 deletions config/environment.js

This file was deleted.

66 changes: 34 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,45 +21,46 @@
},
"scripts": {
"build": "ember build --environment=production",
"lint": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",
"lint:fix": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:*:fix\"",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember server",
"test": "npm-run-all --print-name \"lint\" \"test:*\"",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"prepare": "husky install"
},
"dependencies": {
"@ember/string": "^3.0.0",
"@embroider/util": "^1.9.0",
"@ember/string": "^3.0.1",
"@embroider/util": "^1.10.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
"broccoli-stew": "^3.0.0",
"ember-auto-import": "^2.4.3",
"ember-auto-import": "^2.6.1",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.1.1",
"ember-cli-htmlbars": "^6.2.0",
"ember-focus-trap": "^1.0.1",
"ember-modifier": "^3.2.7",
"ember-modifier": "^4.1.0",
"ember-toggle": "^9.0.3",
"uikit": "^3.16.11"
"uikit": "^3.16.13"
},
"devDependencies": {
"@adfinis-sygroup/eslint-config": "1.5.0",
"@adfinis-sygroup/eslint-config": "1.6.0",
"@adfinis-sygroup/semantic-release-config": "3.4.0",
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "2.8.1",
"@embroider/test-setup": "1.8.3",
"@ember/test-helpers": "2.9.3",
"@embroider/test-setup": "2.1.1",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "4.8.0",
"ember-cli-app-version": "5.0.0",
"ember-cli-code-coverage": "1.0.3",
"concurrently": "7.6.0",
"ember-cli": "4.11.0",
"ember-cli-app-version": "6.0.0",
"ember-cli-code-coverage": "2.0.0",
"ember-cli-dependency-checker": "3.3.1",
"ember-cli-deploy": "2.0.0",
"ember-cli-deploy-build": "2.0.0",
Expand All @@ -70,39 +71,40 @@
"ember-code-snippet": "3.0.0",
"ember-composable-helpers": "5.0.0",
"ember-concurrency": "2.3.7",
"ember-disable-prototype-extensions": "1.1.3",
"ember-load-initializers": "2.1.2",
"ember-prism": "0.13.0",
"ember-qunit": "6.0.0",
"ember-resolver": "8.0.3",
"ember-source": "4.9.1",
"ember-qunit": "6.2.0",
"ember-resolver": "10.0.0",
"ember-source": "4.11.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "4.18.2",
"ember-template-lint-plugin-prettier": "4.0.0",
"ember-template-lint": "5.7.1",
"ember-template-lint-plugin-prettier": "4.1.0",
"ember-truth-helpers": "3.1.1",
"ember-try": "2.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ember": "11.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-ember": "11.4.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-qunit": "7.3.4",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"lint-staged": "13.2.0",
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.1",
"qunit": "2.19.3",
"prettier": "2.8.7",
"qunit": "2.19.4",
"qunit-dom": "2.0.0",
"sass": "1.56.2",
"sass": "1.60.0",
"webpack": "5.76.3"
},
"engines": {
"node": "14.* || 16.* || >= 18"
},
"ember": {
"edition": "octane"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/dummy/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": "4.8.0",
"version": "4.11.0",
"blueprints": [
{
"name": "addon",
Expand Down
8 changes: 0 additions & 8 deletions config/ember-try.js → tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ module.exports = async function () {
return {
useYarn: true,
scenarios: [
{
name: "ember-lts-3.24",
npm: {
devDependencies: {
"ember-source": "~3.24.3",
},
},
},
{
name: "ember-lts-3.28",
npm: {
Expand Down
1 change: 1 addition & 0 deletions tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = function (environment) {
},
},
EmberENV: {
EXTEND_PROTOTYPES: false,
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
Expand Down
Empty file removed vendor/.gitkeep
Empty file.
Loading

0 comments on commit 8df899f

Please sign in to comment.