mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
<!--
Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/hexclave/hexclave/blob/dev/CONTRIBUTING.md
-->
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Improve ClickHouse readiness check for local startup and make it
non-blocking with clearer logs. Also tighten workspace build
permissions.
- **Bug Fixes**
- Updated `wait-until-clickhouse-is-ready` to log status, use `wait-on`
with `http-get://`, verbose output, and a 10s timeout; continue with a
warning if ClickHouse isn’t ready.
- **Dependencies**
- Set `@quetzallabs/i18n` to `false` in `pnpm-workspace.yaml`
`allowBuilds` to prevent building that package.
<sup>Written for commit f24cf668b9.
Summary will update on new commits.</sup>
<a
href="https://cubic.dev/pr/hexclave/hexclave/pull/1535?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Improved dependency readiness checks with enhanced error handling and
logging during system initialization.
* Updated build configuration to optimize package dependency management
and build processes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
43 lines
738 B
YAML
43 lines
738 B
YAML
packages:
|
|
- packages/*
|
|
- apps/*
|
|
- examples/*
|
|
- docs
|
|
- docs-mintlify
|
|
- sdks/*
|
|
- sdks/implementations/*
|
|
|
|
minimumReleaseAge: 10080
|
|
|
|
blockExoticSubdeps: true
|
|
|
|
overrides:
|
|
'@types/react': ^18.2.0
|
|
'@types/react-dom': ^18.2.0
|
|
sharp: ^0.34.5
|
|
|
|
packageExtensions:
|
|
'@mintlify/link-rot':
|
|
dependencies:
|
|
react: '*'
|
|
react-dom: '*'
|
|
|
|
patchedDependencies:
|
|
openid-client@5.6.4: patches/openid-client@5.6.4.patch
|
|
|
|
allowBuilds:
|
|
'@prisma/engines': true
|
|
'@quetzallabs/i18n': false
|
|
'@sentry/cli': true
|
|
'@tailwindcss/oxide': true
|
|
'@vercel/speed-insights': true
|
|
bcrypt: true
|
|
core-js: true
|
|
esbuild: true
|
|
iframe-resizer: false
|
|
keytar: false
|
|
prisma: true
|
|
protobufjs: true
|
|
puppeteer: true
|
|
sharp: true
|