Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
patak-dev pushed 1 commit to main vitejs/vite
- fix: use `nodeLikeBuiltins` for `ssr.target: 'webworker'` without `noExternal: true` (#19313) 9fc31b6
patak-dev closed a pull request on vitejs/vite
fix: use `nodeLikeBuiltins` for `ssr.target: 'webworker'` without `noExternal: true`
### Description Previously the `Cannot bundle Node.js built-in` error was only shown when `noExternal: true` is set. https://github.com/vitejs/vite/pull/18584/files#diff-9b81bb364c02eab9494a7d2...patak-dev pushed 1 commit to main vitejs/vite
- fix(resolve): warn if node-like builtin was imported when `resolve.builtin` is empty (#19312) b7aba0b
patak-dev closed a pull request on vitejs/vite
fix(resolve): warn if node-like builtin was imported when `resolve.builtin` is empty
### Description The message says "it's automatically externalized" so it should call `this.warn` instead of `this.error`. refs #18584 <!-- What is this PR solving? Write a clear descriptio...patak-dev pushed 1 commit to main vitejs/vite
- docs: update `build.manifest` jsdocs (#19332) Co-authored-by: patak <[email protected]> 4583781
patak-dev closed a pull request on vitejs/vite
docs: update `build.manifest` jsdocs
### Description <!-- 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 there any parts you ...patak-dev closed a pull request on vitejs/vite
fix(deps): update all non-major dependencies
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@preact/preset-vite](https://redirect.github.com/preactjs/preset-v...patak-dev pushed 1 commit to main vitejs/vite
- fix: respect top-level `server.preTransformRequests` (#19272) 12aaa58
patak-dev closed an issue on vitest-dev/vitest
How to disable Pre-transform error log?
### Discussed in https://github.com/vitest-dev/vitest/discussions/7344 <div type='discussions-op-text'> <sup>Originally posted by **AlexKFU** January 23, 2025</sup> Hello! I have a monorepo proje...patak-dev created a review on a pull request on vitejs/vite
Let's merge this fix for now. I also think the change to only pre transform for the client was intentional but I can't find now a reference for that. We should change that default in another PR if ...
patak-dev pushed 1 commit to main vitejs/vite
- fix: don't call next middleware if user sent response in proxy.bypass (#19318) 7e6364d
patak-dev closed a pull request on vitejs/vite
fix: don't call next middleware if user sent response in proxy.bypass
### Description This PR fixes this error that is happening when running the tests. https://github.com/vitejs/vite/actions/runs/12984018538/job/36206191497#step:13:107 refs #18940 <!-- Wha...patak-dev closed a pull request on vitejs/vite
fix(deps): update dependency tailwindcss to v4
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tailwindcss](https://tailwindcss.com) ([source](https://redirect.g...patak-dev pushed 1 commit to main vitejs/vite
- fix(resolve): preserve hash/search of file url (#19300) d1e1b24