Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev created a comment on an issue on vitejs/vite
would you provide a reproduction where `vite dev` doesn't fail when there is an error during dep optimization? About (1) I assume you mean during dev, as there isn't any optimization during build. ...
patak-dev created a comment on an issue on vitejs/vite
The reproduction passes with #19356 https://stackblitz.com/edit/vitejs-vite-jmndxpw2?file=package.json&terminal=optimize
patak-dev created a comment on a pull request on vitejs/vite
Could you provide a reproduction of when `import { version } from 'vite'` isn't reliable? Wouldn't this cause a tons of others issues?
patak-dev opened a pull request on vitejs/vite
fix: avoid builtStart during vite optimize
fix #19316 ### Description Continuation from #19347. We started auto calling `builtStart` on `resolveId` in Vite 6, so #19347 didn't have any effect. The PR is also disabling calling `buil...patak-dev created a branch on vitejs/vite
fix/avoid-build-start-during-vite-optimize - Next generation frontend tooling. It's fast!
patak-dev created a comment on an issue on vitejs/vite
@ef4 would you give more context on why you are using `vite optimize`. We'd like to deprecate it in Vite 6.1, as the command is leaking. Deps optimization should be an implementation detail of the ...
patak-dev reopened an issue on vitejs/vite
`buildStart` behavior change in Vite 6 can cause `vite optimize` to hang
### Describe the bug Under Vite 5, a plugin's `buildStart` doesn't run during `vite optimize`. Under Vite 6 it does, as a side-effect of `environment.init()` being introduced in `optimizeDeps()`....patak-dev pushed 1 commit to main vitejs/vite
- fix(html): fix css disorder when building multiple entry html (#19143) e7b4ba3
patak-dev closed a pull request on vitejs/vite
fix(html): fix css disorder when building multiple entry html
### Description When Vite collects css tags, it will cache the analyzed css chunk. But when collecting css tags for the second time, since the css chunk has been cached, Vite will no longer anal...patak-dev created a review on a pull request on vitejs/vite
(the new Nuxt fail is due to the corepack issue)
patak-dev closed a pull request on vitejs/vite
fix: allow expanding env vars in reverse order
### Description Reverts the breaking change caused by dotenv-expand v12 upgrade by patching it. fixes https://github.com/vitejs/vite/issues/18975 <!-- What is this PR solving? Write a clea...patak-dev created a review on a pull request on vitejs/vite
Nuxt is failing due to the corepack issue. Let's merge and release a new patch today.
patak-dev created a review comment on a pull request on vitejs/vite
should we already set this to 6.1.0 and merge it to be released tomorrow?
patak-dev created a review comment on a pull request on vitejs/vite
```suggestion To avoid interop issues, it is recommended to avoid relying on this behavior. Vite may start emitting warnings for this behavior in the future. ```
patak-dev pushed 1 commit to main vitejs/vite
- fix: avoid packageJson without name in `resolveLibCssFilename` (#19324) f183bdf