Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions st-embroider/2024/2025-11-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# 2025-11-18

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)
- [x] Katie Gengler (KG)
- [ ] Krystan HuffMenne (KH)
- [x] Peter Wagenet (PW)
- [ ] James Davis (JD)
- [x] Liam Potter (LP)
- [x] gossi

## Topics

###

### review localCopy custom comparator PR and merge? Is this our remit? (we asked about this before) <@mansona on behalf of @simonihmig>

- https://github.com/tracked-tools/tracked-toolbox/pull/226
- (long discussion about this)
- change looks fine - the library is sus
- KG: I've seen localCopy in the wild but nothing else
- EF: we can merge this now but we should deprecate the lib
- CM: do we need a blog post

### release-plan <@gossi>

- release-plan as critical infra piece (esp. with trusted publishing) and its support - this is not backed by enough capacity
- Merge release-plan and github-changelog repos into one?
- (discusson about the benefits and drawbacks)


### Initial conversation about splitAtRoutes - how to configure sibling routes into the same bundle that is not the main bundle <@mansona>

- CM: description of the problem
- A: our previous discussion says we shouldn't be adding custom things in the embroider, we should do it in the Vite way
- EF: yes but splitAtRoutes is the thing that generates the code that vite looks at to generate the bundles
- we could look at providing some lower level things that could be used to define the behaviour
- maybe we should provide a stable API for the globals that embroider router loads so they can be produced in a different way