Skip to content
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

ember-codemod-v1-to-v2 #46

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

pkimber
Copy link

@pkimber pkimber commented Mar 3, 2023

@@ -0,0 +1,5 @@
'use strict';

const { addonV1Shim } = require('@embroider/addon-shim');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good as far as avoiding a major SemVer bump goes, provided no other major code changes were required to accommodate the migration.

"ember-page-title": "^6.2.1",
"ember-qunit": "^5.1.2",
"ember-resolver": "^8.0.2",
"ember-source": "~3.25.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably cross 4.0 here + drop support for Node < 16. This is a major bump.

Copy link

@josephdsumner josephdsumner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, looks great and the architecture matches my understanding for what the new blueprint looks like.

Core codebase -- no request for changes.

Housekeeping -- bumping to 4.0+ and corresponding updates (node support comes to mind).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants