Skip to content

Bump typescript from 5.4.3 to 5.9.3#29

Merged
michaelmwu merged 2 commits intomainfrom
dependabot/npm_and_yarn/typescript-5.9.3
Feb 16, 2026
Merged

Bump typescript from 5.4.3 to 5.9.3#29
michaelmwu merged 2 commits intomainfrom
dependabot/npm_and_yarn/typescript-5.9.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps typescript from 5.4.3 to 5.9.3.

Release notes

Sourced from typescript's releases.

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

... (truncated)

Commits
  • c63de15 Bump version to 5.9.3 and LKG
  • 8428ca4 🤖 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 (#...
  • 2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
  • 5be3346 Bump version to 5.9.2 and LKG
  • ad825f2 Bump version to 5.9.1-rc and LKG
  • 463a5bf Update LKG
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 13, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 13, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.9.3 branch from 3fa4486 to f3fe091 Compare February 13, 2026 07:44
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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.9.3 branch from f3fe091 to 6750aee Compare February 14, 2026 01:43
@michaelmwu
Copy link
Member

@codex this fails because of the type errors, can you give this a shot?

09:44:32.396 src/pages/index.astro:9:22 - error ts(2532): Object is possibly 'undefined'.
09:44:32.396  
09:44:32.396 9 const homepageData = (await getEntry('data', 'homepage')).data;
09:44:32.397 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:44:32.397  
09:44:32.546 src/pages/portfolio.astro:13:23 - error ts(2532): Object is possibly 'undefined'.
09:44:32.547  
09:44:32.547 13 const portfolioData = (await getEntry('data', 'portfolio')).data as PortfolioItemData[];
09:44:32.547 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
09:44:32.547  
09:44:32.598 src/pages/pricing.astro:4:21 - error ts(2532): Object is possibly 'undefined'.
09:44:32.598  
09:44:32.598 4 const pricingData = (await getEntry('data', 'pricing')).data;

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@michaelmwu
Copy link
Member

@codex I want you to try to resolve the type errors so we can bump typescript

@chatgpt-codex-connector
Copy link

To use Codex here, create an environment for this repo.

@michaelmwu
Copy link
Member

@codex I made you an environment try again

@chatgpt-codex-connector
Copy link

Summary

  • Added null-safe handling for the homepage content lookup by assigning getEntry('data', 'homepage') to homepageEntry, guarding for missing entries, and only then reading .data. This resolves the TS 5.9 “possibly undefined” dereference on index.astro. src/pages/index.astroL9-L15
  • Added the same guard pattern for portfolio content lookup before using .data, fixing the corresponding TS error on the portfolio page. src/pages/portfolio.astroL13-L19
  • Added the same guard pattern for pricing content lookup before using .data, fixing the TS error on the pricing page. src/pages/pricing.astroL4-L10
  • Committed the fix on branch work (e21c185) and created a follow-up PR via the make_pr tool with a title/body describing these changes.

Testing

  • npx astro check
  • ⚠️ npm run build (type-check/build starts successfully and astro check passes, but full static build fails in this environment due to missing runtime env for URL construction: Failed to parse URL from undefined/api/v1/Contact.)

View task →

@michaelmwu michaelmwu merged commit c980d0d into main Feb 16, 2026
1 check passed
@michaelmwu michaelmwu deleted the dependabot/npm_and_yarn/typescript-5.9.3 branch February 16, 2026 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant