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 tag on vitejs/vite

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

patak-dev pushed 1 commit to main vitejs/vite
  • chore: remove outdated code comment about `scanImports` not being used in ssr (#19285) fbbc6da

View on GitHub

patak-dev closed a pull request on vitejs/vite
chore: remove outdated code comment about `scanImports` not being used in ssr
Just removing a code comment I noticed which I am sure is no longer valid (since https://github.com/vitejs/vite/pull/18358)
patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev created a comment on a pull request on vitejs/vite
> > if create-vite is going to be used mainly by people looking to start their next application and not a bug reproduction, then it makes sense to push the metaframeworks up as the first option so ...

View on GitHub

patak-dev pushed 1 commit to feat/create-vite-meta-frameworks-first vitejs/vite

View on GitHub

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

View on GitHub

patak-dev created a comment on a pull request on vitejs/vite
From Rich: > makes sense. Though it will increase the demand to make SvelteKit more client-only-SPA friendly for the people currently using create-vite specifically to _avoid_ Kit...

View on GitHub

patak-dev opened a pull request on vitejs/vite
feat(create-vite): default to metaframeworks
### Description create-vite was initially a tool to scaffold barebones templates to try out vite with your preferred framework. We dodn't even have linting in templates. We only added eslint to ...
patak-dev created a branch on vitejs/vite

feat/create-vite-meta-frameworks-first - Next generation frontend tooling. It's fast!

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 | |---|---|---|---|---|---| | [@babel/parser](https://babel.dev/docs/en/next/babel-parser) ([sour...
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
I let you merge this one if you'd like it in a patch @bluwy. I would merge it in 6.1 when we start the beta.

View on GitHub

patak-dev pushed 39 commits to renovate/all-minor-patch vitejs/vite
  • fix: tree shake stringified JSON imports (#19189) f2aed62
  • docs: unify `__dirname` usage (#19176) 4f5845a
  • release: v6.0.8 c0f72a6
  • fix!: default `server.cors: false` to disallow fetching from untrusted origins b09572a
  • fix: verify token for HMR WebSocket connection 029dcd6
  • fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts` bd896fb
  • release: v6.0.9 a55f8ba
  • fix: try parse `server.origin` URL (#19241) 2495022
  • release: v6.0.10 9654348
  • fix: `preview.allowedHosts` with specific values was not respected (#19246) aeb3ec8
  • fix: allow CORS from loopback addresses by default (#19249) 3d03899
  • release: v6.0.11 a0ed405
  • fix(legacy): build respect `hashCharacters` config (#19262) 3aa10b7
  • docs: fix `preview.cors` description (#19271) c9a4b7a
  • feat: add support for `.jxl` (#18855) Co-authored-by: 翠 / green <[email protected]> 57b397c
  • fix(deps): update react monorepo to v19 (major) (#18917) 93d5443
  • feat: use module runner to import the config (#18637) Co-authored-by: bluwy <[email protected]> Co-authored-by: ... b7e0e42
  • chore: unneeded name in lockfileFormats (#19275) 96092cb
  • docs: clarify browser compatibility (#19253) Co-authored-by: Bjorn Lu <[email protected]> b7bd7b0
  • feat(optimizer): support bun text lockfile (#18403) Co-authored-by: patak <[email protected]> 05b005f
  • and 19 more ...

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite

View on GitHub

patak-dev closed a pull request on vitejs/vite
feat: call Logger for plugin logs in build
<!-- Thank you for contributing! --> ### Description This PR contains feature of supporting Rollup logging function. Originally, the Vite used onWarn to handle only warnings, but this pull r...
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: make `--force` work for all environments (#18901) 51a42c6

View on GitHub

patak-dev closed a pull request on vitejs/vite
fix: make `--force` work for all environments
### Description `--force` only applied to the client environment. I think passing it should apply to other environments too. Probably the behavior change was caused by https://github.com/vitejs...
patak-dev pushed 1 commit to main vitejs/vite
  • fix(resolve): support resolving TS files by JS extension specifiers in JS files (#18889) 612332b

View on GitHub

patak-dev closed an issue on vitejs/vite
Support Typescript 4.7 "Node16" extension requirements
### Description With Typescript version 4.7, Typescript now has the option to preserve "ES Modules" if `tsconfig.json` specifies: ```json { "compilerOptions": { "module": "Node16" }...
patak-dev closed a pull request on vitejs/vite
fix(resolve): support resolving TS files by JS extension specifiers in JS files
### Description > https://github.com/vitejs/vite/issues/8993#issuecomment-1279012465 In the past meeting, we decided to support `.js` -> `.ts` resolving in JS files based on `moduleResolution...
patak-dev created a review on a pull request on vitejs/vite

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite

View on GitHub

patak-dev closed a pull request on vitejs/vite
feat: add the `builtins` environment `resolve`
### Description The issue this PR is addressing that the current `isBuiltin` methods seems to be hardcoded for node: https://github.com/vitejs/vite/blob/ce0eec91c9b5a91c52bf5b9bae6173d35f6e1649/...
patak-dev created a review on a pull request on vitejs/vite
sorry 6.1 took a bit more to start than we expected Dario!

View on GitHub

patak-dev pushed 1 commit to main vitejs/vite

View on GitHub

patak-dev closed an issue on vitejs/vite
Fails to hmr accept virtual modules
### Describe the bug I'm trying to hot reload a virtual module, but it doesn't seem to be able to accept it: ```ts // server.mjs import { createServer } from "vite"; async function main(...
patak-dev closed a pull request on vitejs/vite
fix: correctly resolve hmr dep ids and fallback to url
### Description fixes #12912 fixes #16375 this is the most basic to get it working. There are more issues regarding this, like having multiple modules in the module graph. one for `0virtual...
patak-dev deleted a branch vitejs/vite

renovate/strip-literal-3.x

Load more