mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codemirror/view](https://togithub.com/codemirror/view) | [`6.32.0` -> `6.33.0`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.32.0/6.33.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [vite](https://vitejs.dev) ([source](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite)) | [`5.4.1` -> `5.4.2`](https://renovatebot.com/diffs/npm/vite/5.4.1/5.4.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codemirror/view (@​codemirror/view)</summary> ### [`v6.33.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6330-2024-08-24) [Compare Source](https://togithub.com/codemirror/view/compare/6.32.0...6.33.0) ##### Bug fixes Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow. ##### New features The new `EditorView.clipboardInputFilter` and `clipboardOutputFilter` facets allow you to register filter functions that change text taken from or sent to the clipboard. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.4.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small542-2024-08-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.4.1...v5.4.2) - chore: remove stale TODOs ([#​17866](https://togithub.com/vitejs/vite/issues/17866)) ([e012f29]( |
||
|---|---|---|
| .. | ||
| patches | ||
| playground | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.js | ||
Website
Installation
corepack enable
pnpm i
Dev
pnpm run dev
Build
pnpm run build