diff --git a/st-embroider/2024/2025-05-06.md b/st-embroider/2024/2025-05-06.md new file mode 100644 index 0000000..904af2a --- /dev/null +++ b/st-embroider/2024/2025-05-06.md @@ -0,0 +1,57 @@ +# 2025-05-06 + +Note Taker: Chris Manson +Time Keeper: Chris Manson + +## Attendees + +Add yourself to the list if you attend and check the box! + +- [x] Ed Faulkner (EF) +- [x] Chris Manson (CM) +- [x] Alex (A) +- [x] Preston Sego (PS) +- [x] Simon Ihmig (SI) +- [ ] Katie Gengler (KG) +- [ ] Peter Meehan (PM) +- [ ] Krystan HuffMenne (KH) +- [ ] Peter Wagenet (PW) +- [ ] James Davis (JD) + +## Topics + +### Project planning + +- dicsussions around the project planning board + - all blueprint addons need to be v2 + - we are ready to fix ember-auto-import issues + - we can just remove it and work through the breakages + - + +### Review https://github.com/embroider-build/embroider/pull/2466 + +- (deep dive into the proposed fix) +- found a better solution +- commented on the PR + +### Macros unintentional breaking change + +- (discussed to figure out how fix this) +- https://github.com/embroider-build/embroider/pull/2439 is a good CI failing +- EF: I've added a todo to fix this + +### Review https://github.com/embroider-build/embroider/pull/2464 <@NullVoxPopuli> + +- approved +- github having issues, waiting for CI to pass + +### template-tag-codemod can’t find helpers from @ember/string <@mansona> + +- ember string never provided any helpers +- this is likely an issue with some other addon exporting the helper +- to debug: step into the capitalize helper using `{{debugger}}` in the hbs and see where the file is actually coming from +- (discussion about custom resolver not allowing you to have named imports) +- agreement: we can optionally return an object with the named import that we want to support + +<5 min> Review https://github.com/embroider-build/embroider/issues/2461 +<10 min> Review remaining work for v2 addon blueprint to be default - including blueprints diff --git a/st-embroider/template.md b/st-embroider/template.md index 1609616..df5c81e 100644 --- a/st-embroider/template.md +++ b/st-embroider/template.md @@ -9,7 +9,6 @@ Add yourself to the list if you attend and check the box! - [ ] Ed Faulkner (EF) - [ ] Chris Manson (CM) -- [ ] Aaron Chambers (AC) - [ ] Alex (A) - [ ] Preston Sego (PS) - [ ] Simon Ihmig (SI)