No description
  • TypeScript 52.6%
  • JavaScript 45.2%
  • HTML 2.2%
Find a file
Renovate 190636d2a5
Some checks failed
NodeJS check / check-nodejs (push) Failing after 18s
Update dependency prettier to v3.8.5 (#31)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.8.4` → `3.8.5`](https://renovatebot.com/diffs/npm/prettier/3.8.4/3.8.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.4/3.8.5?slim=true) |

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

### [`v3.8.5`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#385)

[Compare Source](https://github.com/prettier/prettier/compare/3.8.4...3.8.5)

[diff](https://github.com/prettier/prettier/compare/3.8.4...3.8.5)

##### Flow: Support `readonly` as a variance annotation ([#&#8203;19022](https://github.com/prettier/prettier/pull/19022) by [@&#8203;marcoww6](https://github.com/marcoww6))

Flow now accepts `readonly` as a property variance annotation, equivalent to `+` (covariant/read-only).

<!-- prettier-ignore -->

```jsx
// Input
type T = {
  readonly foo: string,
};

// Prettier 3.8.4
SyntaxError

// Prettier 3.8.5
type T = {
  readonly foo: string,
};
```

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #31
2026-06-26 09:12:12 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#26) 2026-06-18 14:42:34 -07:00
public Use tsup, now we have such an easier time 2026-04-04 17:57:17 -07:00
src out-of-bounds foxes now receive blank pixel instead 2026-04-04 18:30:10 -07:00
.eslintrc.json more 2026-04-03 21:03:13 -07:00
.gitignore Only foxes are rendered entities 2026-04-04 13:39:50 -07:00
.prettierignore Disable autoformat for managed 2026-04-04 16:20:54 -07:00
.prettierrc Disable autoformat for managed 2026-04-04 16:20:54 -07:00
eslint.config.mjs fmt 2026-04-04 16:21:50 -07:00
LICENSE Rename and license 2026-04-04 10:12:33 -07:00
package-lock.json Update dependency prettier to v3.8.5 (#31) 2026-06-26 09:12:12 -07:00
package.json Update eslint monorepo (major) (#2) 2026-06-22 19:01:30 -07:00
renovate.json chore(reposyncer): update repo baseline (#1) 2026-04-04 16:18:42 -07:00
tsconfig.json more 2026-04-03 21:03:43 -07:00