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 changes
Upgrade add-on to Ember.js v5.4.0 (#305)
Chore
Fully migrate add-on to TypeScript (#305)
The add-on is now 100% TypeScript-based as it was regenerated with the latest specification and the
--typescript
flag.--typescript
flag toapp
andaddon
blueprints ember-cli/ember-cli#9972which also means it does not rely on
ember-cli-typescript
anymore:--typescript
support in blueprints ember-cli/ember-cli#10283Build
typescript
from 4.9.4 to 5.1.6 (build(deps-dev): bump typescript from 4.9.4 to 5.1.6 #284)webpack
from 5.86.0 to 5.88.2 (build(deps-dev): bump webpack from 5.86.0 to 5.88.2 #287)ember-resolver
from 9.0.1 to 11.0.1 (build(deps-dev): bump ember-resolver from 9.0.1 to 11.0.1 #289)@ember/test-helpers
from 2.9.3 to 2.9.4 (build(deps-dev): bump @ember/test-helpers from 2.9.3 to 2.9.4 #290)@types/ember__debug
from 4.0.3 to 4.0.4 (build(deps-dev): bump @types/ember__debug from 4.0.3 to 4.0.4 #291)eslint-plugin-ember
from 11.5.2 to 11.11.1 (build(deps-dev): bump eslint-plugin-ember from 11.5.2 to 11.11.1 #294)ember-cli-htmlbars
from 6.2.0 to 6.3.0 (build(deps): bump ember-cli-htmlbars from 6.2.0 to 6.3.0 #295)@types/ember__controller
from 4.0.4 to 4.0.8 (build(deps-dev): bump @types/ember__controller from 4.0.4 to 4.0.8 #296)postcss
from 8.4.19 to 8.4.31 (build(deps): bump postcss from 8.4.19 to 8.4.31 #297)@types/ember__debug
from 4.0.4 to 4.0.5 (build(deps-dev): bump @types/ember__debug from 4.0.4 to 4.0.5 #298)@types/ember
from 4.0.4 to 4.0.6 (build(deps-dev): bump @types/ember from 4.0.4 to 4.0.6 #299)@babel/traverse
from 7.21.4 to 7.23.2 (build(deps): bump @babel/traverse from 7.21.4 to 7.23.2 #300)@embroider/test-setup
from 1.8.3 to 3.0.2 (build(deps-dev): bump @embroider/test-setup from 1.8.3 to 3.0.2 #301)@types/ember__engine
from 4.0.4 to 4.0.8 (build(deps-dev): bump @types/ember__engine from 4.0.4 to 4.0.8 #302)@types/ember__destroyable
from 4.0.1 to 4.0.3 (build(deps-dev): bump @types/ember__destroyable from 4.0.1 to 4.0.3 #303)ember-template-lint
from 5.7.3 to 5.11.2 (build(deps-dev): bump ember-template-lint from 5.7.3 to 5.11.2 #304)