Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

patak-dev

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. ...

View on GitHub

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

View on GitHub

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?

View on GitHub

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 ...

View on GitHub

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

View on GitHub

patak-dev created a tag on vitejs/vite

v6.1.0-beta.2 - Next generation frontend tooling. It's fast!

patak-dev pushed 1 commit to main vitejs/vite
  • fix(html): fix css disorder when building multiple entry html (#19143) e7b4ba3

View on GitHub

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)

View on GitHub

patak-dev created a comment on a pull request on vitejs/vite
/ecosystem-ci run

View on GitHub

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.

View on GitHub

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?

View on GitHub

patak-dev created a review on a pull request on vitejs/vite

View on GitHub

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. ```

View on GitHub

patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite
  • chore: update deprecate links domain (#19353) 2b2299c

View on GitHub

patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite
  • fix: avoid packageJson without name in `resolveLibCssFilename` (#19324) f183bdf

View on GitHub

patak-dev closed a pull request on vitejs/vite
fix: avoid packageJson without name in `resolveLibCssFilename`
### Description Fix the issue when there is no package name in package.json. which causes errors like below: ``` [vite:css-post] Cannot read properties of undefined (reading '0') [vite:c...
patak-dev pushed 1 commit to main vitejs/vite

View on GitHub

patak-dev created a tag on vitejs/vite

v6.1.0-beta.1 - Next generation frontend tooling. It's fast!

patak-dev created a review on a pull request on vitejs/vite
I think it was always automatic, and this command was exposed as a way to debug the optimizer. I don't think it is worth exposing a command for this now.

View on GitHub

patak-dev closed 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 closed a pull request on vitejs/vite
fix: don't call buildStart hooks for `vite optimize`
### Description fixes #19316 <!-- What is this PR solving? Write a clear description or reference the issues it solves (e.g. `fixes #123`). What other alternatives have you explored? Are ther...
patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev created a review on a pull request on vitejs/vite

View on GitHub

Load more