No description
  • Shell 89.2%
  • JavaScript 10.8%
Find a file
Renovate 96a1233a96
All checks were successful
Run reposyncer / reposyncer (push) Successful in 20s
NodeJS check / check-nodejs (push) Successful in 29s
Run renovate / renovate (push) Successful in 3m39s
chore(deps): update dependency prettier to v3.8.5 (#187)
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: #187
2026-06-26 09:12:09 -07:00
.forgejo/workflows chore(reposyncer): update repo baseline (#180) 2026-06-18 14:42:46 -07:00
tools Lets see if renovate makes this work 2026-06-13 15:47:41 -07:00
workflow-templates chore(deps): update https://data.forgejo.org/actions/checkout action to v7 (#179) 2026-06-18 14:39:46 -07:00
.gitignore Move reposyncer over 2025-11-16 19:42:08 -08:00
.nvmrc Enforce node versiobn 2026-01-07 16:04:47 -08:00
.prettierignore Move reposyncer over 2025-11-16 19:42:08 -08:00
.prettierrc add rc 2025-11-16 19:48:35 -08:00
base.json Update base.json 2026-05-17 08:43:38 -07:00
elixir.json Add elixir support 2025-11-24 13:31:11 -08:00
go.json Make universal auto-nix-hash script 2025-11-24 13:27:53 -08:00
package-lock.json chore(deps): update dependency prettier to v3.8.5 (#187) 2026-06-26 09:12:09 -07:00
package.json chore(deps): update dependency prettier to v3.8.5 (#187) 2026-06-26 09:12:09 -07:00
renovate-global.js Add mirror to allowed renovate 2026-04-12 14:34:31 -07:00
renovate.json chore(reposyncer): update repo baseline (#14) 2025-11-16 20:48:28 -08:00
reposyncer.sh Ignore archived 2026-01-04 17:29:23 -08:00
ruby.json Add auto-gemset 2025-12-16 14:29:13 -08:00