oxc/website
renovate[bot] 819e0b1d09
chore(deps): update dependency @codemirror/view to v6.29.1 (#4636)
[![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.29.0`
->
`6.29.1`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.29.0/6.29.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@codemirror%2fview/6.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codemirror%2fview/6.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codemirror%2fview/6.29.0/6.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codemirror%2fview/6.29.0/6.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v6.29.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6291-2024-07-29)

[Compare
Source](https://togithub.com/codemirror/view/compare/6.29.0...6.29.1)

##### Bug fixes

Fix a crash on old Safari browsers that don't support
`MediaQueryList.addEventListener`.

Fix an issue where `EditorView.viewportLineBlocks` (and thus other
things like the gutter) might be out of date after some kinds of
decoration changes.

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/oxc-project/oxc).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 00:02:20 +00:00
..
patches fix(webpack): update pnpm lock file 2024-01-12 11:30:51 +08:00
playground Revert "fix(website): incorrect reference displayed" (#4506) 2024-07-28 01:58:50 +00: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 (#4521) 2024-07-29 00:05:23 +00:00
pnpm-lock.yaml chore(deps): update dependency @codemirror/view to v6.29.1 (#4636) 2024-08-05 00:02:20 +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