-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate add-on to v2 format & upgrade to Ember.js v5.4.1 #299
Conversation
da30ca6
to
99e97f2
Compare
c19688b
to
b49a4ca
Compare
b49a4ca
to
c502a06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This folder is the test application, which is internal and not what the end users will use, so in the package.json
file we don't need any of the usual information like author
, description
etc...
9b159a8
to
cc8e480
Compare
cc8e480
to
c64028d
Compare
c64028d
to
919798b
Compare
We have to move forward @DazzlingFugu/emberenos , please review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't manage to install locally and test but as long as automated tests are passing I'm fine with unblocking this 👍
See: https://github.com/embroider-build/addon-blueprint BREAKING CHANGE: migrate add-on to v2 format & upgrade to Ember.js v5.4.0 - Now require Ember.js v4.8 or above - Now require Embroider or ember-auto-import v2
There were some warnings when running `npm publish --dry-run`: ``` ➜ npm publish --dry-run npm WARN publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm WARN publish errors corrected: npm WARN publish "repository" was changed from a string to an object npm WARN publish "repository.url" was normalized to "git+https://github.com/DazzlingFugu/ember-slugify.git" npm notice ... logs ... ```
This resolution was introduced in: #116
These are not necessary.
d3b2d5e
to
9af3729
Compare
Breaking
Migrate add-on to v2 format (#299)
The add-on is now a full v2 add-on, it was recreated as such using Embroider and the latest specifications.
https://github.com/embroider-build/addon-blueprint
Upgrade to Ember.js v5.4.1 (#299)
ember-auto-import
v2 are now requiredCloses #279 .
Below is just extra text to give more context, but it should not be included in our changelog.
Actions taken
--typescript
+ v2 blueprint from EmbroiderResources
https://github.com/embroider-build/embroider/blob/main/docs/porting-addons-to-v2.md