-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[chore] update vite and esbuild #3791
[chore] update vite and esbuild #3791
Conversation
🦋 Changeset detectedLatest commit: 90b9555 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
maybe related to the packaging .mts fail: #3783 |
keep typescript at 4.4 for now as suggested by @benmccann , 4.5 update can be done separately later, see problems above |
✔️ Deploy Preview for kit-demo canceled. 🔨 Explore the source changes: 90b9555 🔍 Inspect the deploy log: https://app.netlify.com/sites/kit-demo/deploys/6203db7e687c0a00082cc4f0 |
update to vite 2.8, esbuild 0.14 and ts 4.5
a test in sveltekit package fails due to the new
.m.ts
files created from.mjs
sources.docs: https://discord.com/channels/457912077277855764/571775594002513921/940924260833185794
cc @dummdidumm
related: #3064 should we add that flag here or afterwards in a separate PR?
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpx changeset
and following the prompts. All changesets should bepatch
until SvelteKit 1.0