I made a few changes to how the codemod updates the addon package.
babel.config.json
: Updated Babel dependenciesrollup.config.mjs
: Simplifiedaddon.publicEntrypoints()
andaddon.appReexports()
(the file pattern arrays are static; they are no longer derived in theanalyze-addon
step)rollup.config.mjs
: Addedaddon.gjs()
(i.e. allow writing<template>
-tag components)package.json
: Replacedember-cli-typescript
withtypescript
tsconfig.json
: Extended@tsconfig/ember