diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6b310b..5621c23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,13 +15,13 @@ concurrency: jobs: check: - uses: richardsolomou/ras-stack/.github/workflows/check-js.yml@v0.39.5 + uses: richardsolomou/ras-stack/.github/workflows/check-js.yml@v0.41.1 with: command: just check just-version: '1.58.0' end-to-end: - uses: richardsolomou/ras-stack/.github/workflows/check-browser.yml@v0.39.5 + uses: richardsolomou/ras-stack/.github/workflows/check-browser.yml@v0.41.1 with: prepare-command: pnpm build command: pnpm test:e2e:run @@ -33,5 +33,5 @@ jobs: needs: [check, end-to-end] permissions: contents: write - uses: richardsolomou/ras-stack/.github/workflows/release-changesets.yml@v0.39.5 + uses: richardsolomou/ras-stack/.github/workflows/release-changesets.yml@v0.41.1 secrets: inherit diff --git a/package.json b/package.json index b583c6b..fb86312 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "manifold-3d": "^3.5.1", "opentype.js": "^2.0.0", "posthog-js": "^1.414.0", - "ras-stack": "^0.39.5", + "ras-stack": "^0.41.1", "react": "^19.2.8", "react-dom": "^19.2.8", "tailwind-merge": "^3.6.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4603ae..4c6133b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^1.414.0 version: 1.414.0 ras-stack: - specifier: ^0.39.5 - version: 0.39.5(@posthog/react@1.10.3(@types/react@19.2.18)(posthog-js@1.414.0)(react@19.2.8))(@types/node@26.2.0)(posthog-js@1.414.0)(react@19.2.8) + specifier: ^0.41.1 + version: 0.41.1(@posthog/react@1.10.3(@types/react@19.2.18)(posthog-js@1.414.0)(react@19.2.8))(@types/node@26.2.0)(posthog-js@1.414.0)(react@19.2.8) react: specifier: ^19.2.8 version: 19.2.8 @@ -2760,8 +2760,8 @@ packages: resolution: {integrity: sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==} engines: {node: '>= 0.6'} - ras-stack@0.39.5: - resolution: {integrity: sha512-VRMFNAVOWf3Yu+5GheN4QIBPEXGFZaPIuLX6BGpxPa+ECFXF4LVzRA3ORo5m9DyR6k9kfGHPZ3AfIGd6n4Z44w==} + ras-stack@0.41.1: + resolution: {integrity: sha512-RFSUKNYsSI74uYiL18Xb81eNFSo4qKg/XFDAWsgRhneFMdeE1ZGdyRiqau//pVbPGu9R+65Z79TETKrvmJWBqQ==} engines: {node: '>=24 <25'} hasBin: true peerDependencies: @@ -2769,9 +2769,9 @@ packages: '@opentelemetry/exporter-logs-otlp-http': ^0.221.0 '@opentelemetry/resources': ^2.10.0 '@opentelemetry/sdk-logs': ^0.221.0 - '@posthog/react': '>=1 <2' - '@tanstack/react-query': '>=5 <6' - '@tanstack/react-start': '>=1 <2' + '@posthog/react': '>=1.1 <2' + '@tanstack/react-query': '>=5.62.8 <6' + '@tanstack/react-start': '>=1.168.10 <2' better-sqlite3: '>=12 <14' centrifuge: '>=5 <6' drizzle-orm: '>=0.45 <1' @@ -5583,7 +5583,7 @@ snapshots: range-parser@1.3.0: {} - ras-stack@0.39.5(@posthog/react@1.10.3(@types/react@19.2.18)(posthog-js@1.414.0)(react@19.2.8))(@types/node@26.2.0)(posthog-js@1.414.0)(react@19.2.8): + ras-stack@0.41.1(@posthog/react@1.10.3(@types/react@19.2.18)(posthog-js@1.414.0)(react@19.2.8))(@types/node@26.2.0)(posthog-js@1.414.0)(react@19.2.8): dependencies: '@inquirer/confirm': 6.1.1(@types/node@26.2.0) '@inquirer/select': 5.2.1(@types/node@26.2.0) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0149851..263930d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,7 +4,7 @@ # fresher release deliberately: pnpm add --config.minimumReleaseAge=0 minimumReleaseAge: 10080 minimumReleaseAgeExclude: - - ras-stack@0.39.5 + - ras-stack@0.41.1 allowBuilds: core-js: true esbuild: true