Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking
BREAKING Build/ Drop support for Ember 3.20 and 3.24 #257
breaking: drop node 12 support #228
Build
Update Ember to 4.8 (#246)
ember-cli-update
@ember/test-helpers
,@types/ember__test-helpers
,ember-auto-import
,ember-qunit
,webpack
Move
ember-export-application-global
to deps (#246)Related to / closes #199
ember-export-application-global
in dependencies as it's no longer installed by theapp
blueprint.ember-export-application-global
in the README and fix a few typos > NoteUpdate
typescript
to 4.9.4 (#245)Update
ember-cli-typescript
to 4.9.4 (#245)Remove
@types/htmlbars-inline-precompile
(#245)Rebuild
yarn.lock
(#245)Upgrade ember-cli-typescript to v5.1.0 (#195)
Chore
Run ember-cli-typescript blueprint (#195)
To be up to date with ember-cli-typescript config and recommandations in
tsconfig.json
Running blueprints also add back
@types/ember*
packages in devDependencies, which solves a side effect introduced by #157.@types/ember*
packages from our devDependencies, they will still be included by other packages but they will resolve to a version sometimes incompatible with other@types/ember__*
packages, resulting of type errors in buildExample of build failing when we remove some
@types/ember__x
packages that we don't use (like routing, engine, array... ; even after ayarn-deduplicate && yarn
):Run yarn-deduplicate && yarn (#195)
Fix build and test by resolving
@types/ember*
packages to one single version in theyarn.lock
(otherwise we would have sometimes two different versions for some@types/ember*
packages, which would leads to type conflicts when building appUpdates deps
build(deps-dev): bump ember-template-lint from 5.7.2 to 5.7.3 #259
build(deps-dev): bump ember-template-lint from 4.18.2 to 5.7.2 #258
build(deps-dev): bump webpack from 5.75.0 to 5.76.0 #255
build(deps): bump minimist from 0.2.2 to 0.2.4 #254
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #251
build(deps-dev): bump typescript from 4.7.4 to 4.9.4 #245
build(deps): bump express from 4.17.1 to 4.18.2 #243
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #241
build(deps): bump loader-utils from 1.4.1 to 1.4.2 #236
build(deps): bump loader-utils from 1.4.0 to 1.4.1 #233
build(deps-dev): bump ember-qunit from 5.1.5 to 6.0.0 #232
build(deps-dev): bump @types/ember__controller from 4.0.0 to 4.0.1 #229
build(deps): bump mout from 1.2.3 to 1.2.4 #226
build(deps): bump ember-cli-typescript from 5.1.0 to 5.1.1 #224
build(deps-dev): bump @types/ember__component from 4.0.8 to 4.0.10 #222
build(deps-dev): bump @types/ember-qunit from 5.0.0 to 5.0.1 #218
build(deps-dev): bump @types/ember from 4.0.0 to 4.0.1 #217
build(deps-dev): bump @types/ember__application from 4.0.0 to 4.0.1 #214
build(deps-dev): bump @types/ember__routing from 4.0.7 to 4.0.10 #213
build(deps): bump ember-cli-babel from 7.26.6 to 7.26.11 #210
Build/ update ember-auto-import & webpack, clean dependencies #205
build(deps): bump terser from 4.8.0 to 4.8.1 #201
build(deps-dev): bump eslint-plugin-qunit from 6.2.0 to 7.3.1 #200
build: upgrade ember to v4.4 #196
build: upgrade ember-cli-typescript to v5.1.0 #195
Auto-update list of contributors #193