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

Merge stable into main #1917

Merged
merged 20 commits into from
May 15, 2024
Merged

Merge stable into main #1917

merged 20 commits into from
May 15, 2024

Conversation

mansona
Copy link
Member

@mansona mansona commented May 15, 2024

No description provided.

mansona and others added 20 commits April 29, 2024 15:08
Revert "Update to `ember-cli-babel` v8"
update tests to follow newer babel-plugin-ember-template-compiilation
…anges

I'm working to land a [Build Reform](emberjs/ember.js#20675) branch in ember-source that, among other things, uses only rollup for Ember's prepublication build, ensuring that it's all ES-module clean.

The inter-package imports within `ember-source/dist/packages` switch from being package names (which require non-standard resolving to work) to relative imports (which do not). As a consequence of that it's simpler to ship all of `dist/packages` and `dist/dependencies` together as `dist/packages`. So our compat adapter needs to tolerate `dist/dependencies` not existing.

The special handling we had for enumerating the contents of `dist/dependencies` and removing them from package.json dependencies was only needed to deal with the magical inter-package resolving, so it's correct that it becomes a no-op for these new ember versions.
…pter

Make ember-source compat adapter tolerant of upcoming ember-source changes
…tching

[addon-shim]: Narrowed down broccoli trees for optimized file watching
@mansona mansona merged commit 706d56f into main May 15, 2024
95 checks passed
@mansona mansona deleted the merge-stable branch May 15, 2024 16:11
@github-actions github-actions bot mentioned this pull request May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants