oxc/website
renovate[bot] c294833b12
chore(deps): update dependency @codemirror/view to v6.28.6 (#4398)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@codemirror/view](https://togithub.com/codemirror/view) | [`6.28.5`
->
`6.28.6`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.28.5/6.28.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2fview/6.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codemirror%2fview/6.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codemirror%2fview/6.28.5/6.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2fview/6.28.5/6.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>codemirror/view (@&#8203;codemirror/view)</summary>

###
[`v6.28.6`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6286-2024-07-19)

[Compare
Source](https://togithub.com/codemirror/view/compare/6.28.5...6.28.6)

##### Bug fixes

Fix an issue where the editor got confused about the position of
inserted text when using Chrome's `EditContext` and canceling
transactions for typed text.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/oxc-project/oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-21 22:54:42 +00:00
..
patches fix(webpack): update pnpm lock file 2024-01-12 11:30:51 +08:00
playground feat(playground): support modify compressor's options (#3734) 2024-06-18 18:49:16 +08:00
src feat(website): init playground 2023-06-02 21:01:47 +08:00
.gitignore feat(website): init playground 2023-06-02 21:01:47 +08:00
index.html chore: update logo and asset links 2024-07-14 13:38:35 +08:00
package.json chore(deps): update website npm packages (#4362) 2024-07-19 21:30:21 +08:00
pnpm-lock.yaml chore(deps): update dependency @codemirror/view to v6.28.6 (#4398) 2024-07-21 22:54:42 +00:00
README.md feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00
tsconfig.json build(website): use typescript (#3653) 2024-06-13 15:02:32 +08:00
vite.config.js feat: setup wasm parser for npm (#2221) 2024-01-30 21:40:10 +08:00

Website

Installation

corepack enable
pnpm i

Dev

pnpm run dev

Build

pnpm run build