Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
508-dynamic | a60b578 | Commit Preview URL Branch Preview URL |
Feb 16 2026, 03:48 AM |
3fa4486 to
f3fe091
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.4.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f3fe091 to
6750aee
Compare
|
@codex this fails because of the type errors, can you give this a shot?
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6750aee1de
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "tailwindcss": "^3.4.3", | ||
| "tailwindcss-bg-patterns": "^0.3.0", | ||
| "typescript": "^5.4.3" | ||
| "typescript": "^5.9.3" |
There was a problem hiding this comment.
Pin TypeScript to a version that passes astro check
Bumping typescript to ^5.9.3 introduces deterministic type-check failures in this repo: getEntry() is treated as possibly undefined, but .data is still dereferenced directly in src/pages/index.astro:9, src/pages/portfolio.astro:13, and src/pages/pricing.astro:4, producing ts(2532) during astro check. Because the build script runs astro check first, this dependency update breaks CI/builds until those call sites are made null-safe (or TypeScript is pinned back).
Useful? React with 👍 / 👎.
|
@codex I want you to try to resolve the type errors so we can bump typescript |
|
To use Codex here, create an environment for this repo. |
|
@codex I made you an environment try again |
Summary
Testing
|
Bumps typescript from 5.4.3 to 5.9.3.
Release notes
Sourced from typescript's releases.
... (truncated)
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKGDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)