abcnews / aunty

A toolkit for working with ABC News projects
https://www.npmjs.com/package/@abcnews/aunty
MIT License
32 stars 5 forks source link

Support Svelte@4 #208

Closed drzax closed 9 months ago

drzax commented 1 year ago

The main aim here was to support Svelte 4, but a few other dependencies got a bump too.

It's technically a breaking change, so will result in a major version bump.

drzax commented 1 year ago

@AshKyd since you're looking at aunty things — it might be worth picking some of the commits from this. The svelte 4 upgrade was the only part of this that had some sticking points, iirc and I shouldn't have bundled them into one PR.

phocks commented 9 months ago

Hey @drzax just doing a bit of work to get these version bumps in with @AshKyd and may merge today to support Svelte 4 projects

phocks commented 9 months ago

Hey @AshKyd I'm just going to merge this and we can work out how to get these tests passing next. I've tested generate and build in new projects and they all go fine when npm link is set globally to aunty and in the newly generated projects. So once we merge and deploy, I'm confident the tests will pass once the new version of Aunty is up on npm.