Skip to content

chore(deps): update typescript to 5.9#6730

Open
OS-jacobbell wants to merge 1 commit into
mainfrom
update-typescript
Open

chore(deps): update typescript to 5.9#6730
OS-jacobbell wants to merge 1 commit into
mainfrom
update-typescript

Conversation

@OS-jacobbell
Copy link
Copy Markdown
Contributor

What is the current behavior?

GitHub Issue Number: N/A

Stencil is on typescript 5.8 for compatibility with Ionic Framework v8. Typescript 5.9 defines autocorrect: boolean on HTMLElement, which would be a breaking change for Ionic Framework.

What is the new behavior?

With Ionic Framework v9 in development, we can update Stencil to typescript 5.9. Ionic Framework will need to update the type of autocorrect properties for components that use them.

Does this introduce a breaking change?

  • Yes
  • No

Components that define autocorrect with different types than the standard JavaScript autocorrect (boolean) will need to update the type to boolean.

Testing

Ran npm run test from repo root.

@OS-jacobbell OS-jacobbell requested a review from a team as a code owner May 21, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants