Files
website/package.json
Renovate Bot 7ee611ed32
All checks were successful
Build / build (push) Successful in 48s
Lint / lint (push) Successful in 13s
Update dependency npm-check-updates to v19 (#26)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | [`^18.1.1` -> `^19.0.0`](https://renovatebot.com/diffs/npm/npm-check-updates/18.3.1/19.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-check-updates/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-check-updates/18.3.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>raineorshine/npm-check-updates (npm-check-updates)</summary>

### [`v19.0.0`](https://github.com/raineorshine/npm-check-updates/releases/tag/v19.0.0)

[Compare Source](https://github.com/raineorshine/npm-check-updates/compare/v18.3.1...v19.0.0)

#### Breaking

- node `>= 20` required
- `--workspaces` (plural) short option `-ws` changed to `-w`
  - Better compatibility with commander [v13](https://github.com/tj/commander.js/releases/tag/v13.0.0)
  - Short option should always be a single character for consistency
  - **Replaces the short option for `--workspace` (singular)**
  - **`--workspace` (singular) no longer has a short option.**

</details>

---

### Configuration

📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #26
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2025-10-03 17:31:52 +02:00

24 lines
629 B
JSON

{
"name": "website",
"packageManager": "bun@1.2.22",
"private": true,
"workspaces": ["./packages/*"],
"scripts": {
"lint:tsc": "turbo lint:tsc",
"lint:biome": "turbo lint:biome",
"build": "turbo build",
"clean:cache": "rm -rf .turbo",
"clean:dist": "turbo clean:dist && rm -rf dist",
"clean:modules": "turbo clean:modules && rm -rf node_modules"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@effect/language-service": "^0.41.0",
"@types/bun": "latest",
"npm-check-updates": "^19.0.0",
"npm-sort": "^0.0.4",
"turbo": "^2.5.6",
"typescript": "^5.9.2"
}
}