No description
  • TypeScript 72%
  • JavaScript 19.5%
  • Shell 6.3%
  • Nix 2.2%
Find a file
Renovate 1e23cbbbc9
All checks were successful
Nix check / check-nix (push) Successful in 1m5s
NodeJS check / check-nodejs (push) Successful in 1m10s
Update dependency prettier to v3.8.5 (#129)
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: #129
2026-06-26 09:12:32 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#124) 2026-06-18 14:43:15 -07:00
esjson Unset x 2026-06-13 23:43:26 -07:00
src Stop reaching into the internals for no reason 2026-06-20 19:51:36 -07:00
.eslintrc.json Introduce linting 2025-11-13 14:55:38 -08:00
.gitignore no 2026-02-26 09:23:57 -08:00
.npmignore Embed git version 2026-06-13 21:27:36 -07:00
.prettierignore Update .prettierignore 2025-11-14 21:53:35 -08:00
.prettierrc Add and format 2025-11-14 22:39:01 -08:00
eslint.config.mjs Fix lint 2026-06-09 23:11:50 -07:00
flake.lock Fix flake 2025-09-30 11:48:16 -07:00
flake.nix Embed git version 2026-06-13 21:27:36 -07:00
looper.sh Add binaries (#386) 2025-11-10 07:28:30 +00:00
package-lock.json Update dependency prettier to v3.8.5 (#129) 2026-06-26 09:12:32 -07:00
package.json Embed git version 2026-06-13 21:27:36 -07:00
renovate.json chore(reposyncer): update repo baseline (#18) 2025-11-16 20:47:59 -08:00
tsconfig.json Stop reaching into the internals for no reason 2026-06-20 19:51:36 -07:00