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

Updated dependencies #63

Merged
merged 9 commits into from
Dec 27, 2024
Merged

Updated dependencies #63

merged 9 commits into from
Dec 27, 2024

Conversation

ijlee2
Copy link
Owner

@ijlee2 ijlee2 commented Dec 27, 2024

What changed?

  • Updated project dependencies
  • Updated blueprint dependencies (support [email protected])
  • Soft-dropped v2 addon support for ember-source@<4.10 (due to @glimmer/[email protected]).

@ijlee2 ijlee2 added the enhance: dependency Issue asks for a new or updated dependency label Dec 27, 2024
@ijlee2 ijlee2 marked this pull request as ready for review December 27, 2024 12:39
@ijlee2 ijlee2 force-pushed the update-dependencies branch from a513e27 to edbb822 Compare December 27, 2024 12:48
Comment on lines +11 to +32
/*
If your v2 addons need to support `[email protected]`,
please update your `blueprints-v2-addon` to use
`@glimmer/[email protected]`.

Otherwise, you can delete this scenario.
*/
// {
// name: 'ember-lts-3.28',
// npm: {
// devDependencies: {
// '@ember/test-helpers': '2.9.4',
// '@types/ember__test-helpers': '2.9.1',
// '@types/ember-qunit': '6.1.1',
// 'ember-a11y-testing': '5.2.1',
// 'ember-cli': '~3.28.0',
// 'ember-qunit': '6.0.0',
// 'ember-resolver': '11.0.1',
// 'ember-source': '~3.28.0',
// },
// },
// },
Copy link
Owner Author

Choose a reason for hiding this comment

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

@glimmer/[email protected] dropped support for ember-source<4.10 so this ember-try scenario fails out of the box if we try to create a Glimmer component (w/ an empty class and template) in a v2 addon.

Could not find module `@ember/owner` imported from `my-addon`

@ijlee2 ijlee2 merged commit d1f0fcf into main Dec 27, 2024
2 checks passed
@ijlee2 ijlee2 deleted the update-dependencies branch December 27, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance: dependency Issue asks for a new or updated dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant