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
- docs: add missing types in env API docs (#18767) db697ef
patak-dev pushed 1 commit to main vitejs/vite
- fix: expose missing `InterceptorOptions` type (#18766) 6252c60
patak-dev closed a pull request on vitejs/vite
fix: expose missing `InterceptorOptions` type
### Description This type was used in `ModuleRunnerOptions.sourcemapInterceptor` but was not exposed. https://main.vite.dev/guide/api-environment-runtimes.html#modulerunneroptions <!-- What ...patak-dev closed a pull request on vitejs/vite
chore: add 5.4.x changelogs
### 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 opened a pull request on vitejs/vite
docs: changes ssr using module runner
### Description We were missing this changes guide. I think we can just point to the docs for this one.patak-dev pushed 1 commit to docs/changes-ssr-using-module-runner vitejs/vite
- docs: changes ssr using module runner ed57177
patak-dev created a branch on vitejs/vite
docs/changes-ssr-using-module-runner - Next generation frontend tooling. It's fast!
patak-dev pushed 1 commit to main vitejs/vite
- docs(migration): note ssr-only module reload (#18755) ce50bd4
patak-dev closed a pull request on vitejs/vite
docs(migration): note ssr-only module reload
### Description I created this plugin for Astro to bring back the compat with Vite 5 where SSR-only modules if updated doesn't reload the browser. Maybe it's useful in the migration guide.patak-dev created a review on a pull request on vitejs/vite
Yes, this is very useful, thanks Bjorn!
patak-dev pushed 1 commit to main vitejs/vite
- feat: support `module-sync` condition when loading config if enabled (#18650) cf5028d
patak-dev closed a pull request on vitejs/vite
feat: support `module-sync` condition when loading config if enabled
### Description With this PR, users can now import variables not exposed in CJS build by `require`. It requires the users to enable `require(esm)` by setting `--experimental-require-module` or u...patak-dev created a review comment on a pull request on vitejs/vite
Good point, let's change it. Thanks!
patak-dev created a comment on a pull request on vitejs/vite
I think the perf regression is ok, it should work first and be fast second.
patak-dev pushed 1 commit to main vitejs/vite
- feat: enable HMR by default on ModuleRunner side (#18749) 4d2abc7
patak-dev closed a pull request on vitejs/vite
feat: enable HMR by default on ModuleRunner side
### Description I guess we can set `true` for the ModuleRunner so that HMR works unless the transport doesn't support it and is disabled explicitly. <!-- What is this PR solving? Write a clea...patak-dev created a comment on an issue on vitejs/vite
I agree, let's track this proposal directly in https://github.com/jesseweed/seti-ui/pull/709
patak-dev pushed 1 commit to main nimbus-town/nimbus
- chore: update dev instructions to use pnpm (#20) 717d071
patak-dev closed a pull request on nimbus-town/nimbus
chore: update dev instructions to use pnpm
A possible fix for #19, alternative to #21 If that's the direction we want to take, we can maybe uninstall `@antfu/ni` altogether from the project. I was not sure if it would break something so ...patak-dev closed a pull request on nimbus-town/nimbus
fix: i18n locale config type safety
@userquin Maybe it's a bit messy, but the types should be saferpatak-dev pushed 1 commit to main nimbus-town/nimbus
- chore: add link to the migration discussion in contributing (#24) 1202df4