-
Notifications
You must be signed in to change notification settings - Fork 150
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
breaking: svelte-preprocess 6 #640
Conversation
dummdidumm
commented
Jun 12, 2024
•
edited
Loading
edited
- breaking: remove TS mixed imports support, require TS 5.0 or higher
- breaking: require Svelte 4+, Node 18+
- breaking: add exports map
- fix: adjust type import
- fix: remove pug types from dependencies
- fix: allow TS filename to be undefined, fixes TypeScript not being processed when no filename is given #488
- chore: replace jest with vitest
- chore: relax eslint config
- chore: bump peer deps, fixes chore(deps): update stylus to 0.59.0 #553, closes Extends peerDependencies for latest postcss-load-config@6 #635
- chore: update CI, closes chore: upgrade to pnpm 9 and drop Node 16 support #638
- chore: get rid of magic-string as it's no longer used, bump node types
- docs: migration info
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to do this in our packages anymore. It was a result of how our bundler plugins worked, but they've since been fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better safe than sorry - I'm not sure if rollup-plugin-svelte and svelte-loader can handle it yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure we updated them. Doesn't matter much, but figured I'd let you know