Skip to content

Commit

Permalink
Updated development dependencies (#138)
Browse files Browse the repository at this point in the history
* chore: Updated development dependencies to their latest version

* chore: Updated ember-modifier to v4.0.0

* chore: Updated ember-source to v4.9.2

* chore: Added Ember 4.8 LTS to test matrix

* Revert "chore: Updated ember-modifier to v4.0.0"

This reverts commit 8c0e65d.

* chore: Reverted the addition of peerDependencies

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 committed Dec 13, 2022
1 parent dcbbeaa commit 50ca912
Show file tree
Hide file tree
Showing 9 changed files with 244 additions and 159 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
scenario:
- 'ember-lts-3.28'
- 'ember-lts-4.4'
- 'ember-lts-4.8'
- '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
5 changes: 0 additions & 5 deletions config/environment.js

This file was deleted.

23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,52 +94,51 @@
"@types/htmlbars-inline-precompile": "^3.0.0",
"@types/qunit": "^2.19.3",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^7.6.0",
"d3-array": "^3.2.0",
"d3-array": "^3.2.1",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.1.0",
"ember-a11y-refocus": "^3.0.2",
"ember-a11y-testing": "^5.0.0",
"ember-a11y-testing": "^5.1.0",
"ember-auto-import": "^2.5.0",
"ember-cli": "~4.8.0",
"ember-cli": "~4.9.2",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-dependency-lint": "^2.0.1",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-netlify": "^0.4.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-css-modules": "^2.0.1",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^2.1.2",
"ember-named-blocks-polyfill": "^0.2.5",
"ember-page-title": "^7.0.0",
"ember-qunit": "^6.0.0",
"ember-resolver": "^8.0.3",
"ember-source": "~4.8.0",
"ember-source": "~4.9.2",
"ember-source-channel-url": "^3.0.0",
"ember-svg-jar": "^2.4.2",
"ember-template-lint": "^5.0.2",
"ember-template-lint": "^5.2.0",
"ember-template-lint-plugin-prettier": "^4.1.0",
"ember-truth-helpers": "^3.1.1",
"ember-try": "^2.0.0",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-ember": "^11.2.1",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"eslint-plugin-simple-import-sort": "^8.0.0",
"lerna-changelog": "^2.2.0",
"loader.js": "^4.7.0",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"qunit": "^2.19.3",
"qunit-dom": "^2.0.0",
"stylelint": "^14.15.0",
"stylelint": "^14.16.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-no-unsupported-browser-features": "^6.0.1",
"stylelint-order": "^5.0.0",
Expand Down
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.9.2",
"blueprints": [
{
"name": "addon",
Expand Down
8 changes: 8 additions & 0 deletions config/ember-try.js → tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-4.8',
npm: {
devDependencies: {
'ember-source': '~4.8.0',
},
},
},
{
name: 'ember-release',
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 @@ -7,6 +7,7 @@ module.exports = function (environment) {
rootURL: '/',
locationType: 'history',
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 50ca912

Please sign in to comment.