All checks were successful
Lint / lint (push) Successful in 13s
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@effect/language-service](https://github.com/Effect-TS/language-service) | [`^0.59.0` -> `^0.60.0`](https://renovatebot.com/diffs/npm/@effect%2flanguage-service/0.59.0/0.60.0) |  |  |
---
### Release Notes
<details>
<summary>Effect-TS/language-service (@​effect/language-service)</summary>
### [`v0.60.0`](https://github.com/Effect-TS/language-service/blob/HEAD/CHANGELOG.md#0600)
[Compare Source](https://github.com/Effect-TS/language-service/compare/v0.59.0...v0.60.0)
##### Minor Changes
- [#​523](https://github.com/Effect-TS/language-service/pull/523) [`46ec3e1`](46ec3e1455) Thanks [@​mattiamanzati](https://github.com/mattiamanzati)! - Add configurable mermaid provider option
Adds a new `mermaidProvider` configuration option that allows users to choose between different Mermaid diagram providers:
- `"mermaid.com"` - Uses mermaidchart.com
- `"mermaid.live"` - Uses mermaid.live (default)
- Custom URL - Allows specifying a custom provider URL (e.g., `"http://localhost:8080"` for local mermaid-live-editor)
This enhances flexibility for users who prefer different Mermaid visualization services or need to use self-hosted instances.
</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4wIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMCIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOltdfQ==-->
Reviewed-on: #28
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
27 lines
663 B
JSON
27 lines
663 B
JSON
{
|
|
"name": "@effect-fc/monorepo",
|
|
"packageManager": "bun@1.3.3",
|
|
"private": true,
|
|
"workspaces": [
|
|
"./packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"lint:tsc": "turbo lint:tsc",
|
|
"lint:biome": "turbo lint:biome",
|
|
"pack": "turbo pack",
|
|
"clean:cache": "turbo clean:cache",
|
|
"clean:dist": "turbo clean:dist",
|
|
"clean:modules": "turbo clean:modules && rm -rf node_modules"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.8",
|
|
"@effect/language-service": "^0.60.0",
|
|
"@types/bun": "^1.3.3",
|
|
"npm-check-updates": "^19.1.2",
|
|
"npm-sort": "^0.0.4",
|
|
"turbo": "^2.6.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|